Searched refs:UUID (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/smp-test/
H A Duuid-fork.pl3 use Data::UUID 'NameSpace_URL';
5 #my $du = Data::UUID->new;
12 print "GOT :".Data::UUID->new->create_str;
16 print "GOT :".Data::UUID->new->create_str;
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/t/
H A Dsegv.t8 use Data::UUID;
11 Data::UUID->create;
13 like $@, qr{self is not of type Data::UUID};
H A Dbasic.t8 BEGIN { use_ok('Data::UUID'); }
10 my $ug = Data::UUID->new;
11 isa_ok($ug, 'Data::UUID');
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsuuid.py9 val = Foundation.NSUUID.UUID()
18 w = uuid.UUID(bytes=v)
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm1 package Data::UUID;
20 bootstrap Data::UUID $VERSION;
27 Data::UUID - Globally/Universally Unique Identifiers (GUIDs/UUIDs)
32 Right now, it relies on Data::UUID, but it may not in the future. Its
38 use Data::UUID;
40 $ug = new Data::UUID;
52 Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128
63 The algorithm for UUID generation, used by this extension, is described in the
70 This modules provides several methods to create a UUID. In all methods, C<<
71 <namespace> >> is a UUID an
[all...]
H A DUUID.xs4 #include "UUID.h"
345 MODULE = Data::UUID PACKAGE = Data::UUID
395 Data::UUID::create_bin = F_BIN
396 Data::UUID::create_str = F_STR
397 Data::UUID::create_hex = F_HEX
398 Data::UUID::create_b64 = F_B64
438 Data::UUID::create_from_name_bin = F_BIN
439 Data::UUID::create_from_name_str = F_STR
440 Data::UUID
[all...]
H A DMakefile.PL25 if s/-Aa\b/-Ae/g; # allow "long long" in UUID.h
36 if s/-Aa\b/-Ae/g; # allow "long long" in UUID.h
44 ? (ABSTRACT_FROM => 'UUID.pm', # retrieve abstract from module
48 NAME => 'Data::UUID',
49 VERSION_FROM => 'UUID.pm', # finds $VERSION
61 bugtracker => 'https://github.com/rjbs/Data-UUID/issues',
62 repository => 'https://github.com/rjbs/Data-UUID',
105 Makefile.PL - configure Makefile for Data::UUID
149 B<Makefile.PL> writes the Makefile for the Data::UUID library. It is configured
/macosx-10.10.1/apr-32/apr/apr/misc/win32/
H A Drand.c65 if (FAILED(UuidCreate((UUID *)uuid_data))) {
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-value-tests.test18 # ./ipptool -tI printer-uri -d ADMINURL=url -d UUID=uuid bonjour-value-tests.test
41 EXPECT printer-uuid OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "urn:uuid:$UUID"
H A Dbonjour-tests.bat81 echo " UUID is not set."
82 echo "<string>UUID is not set.</string>" >>"%PLIST%"
89 echo " UUID has bad value '%IPPFIND_TXT_UUID%'"
90 echo "<string>UUID has bad value '%IPPFIND_TXT_UUID%'.</string>" >>"%PLIST%"
96 ipptool -t -d "ADMINURL=%IPPFIND_TXT_ADMINURL%" -d "UUID=%IPPFIND_TXT_UUID%" %IPPFIND_SERVICE_URI% bonjour-value-tests.test
98 $IPPTOOL -t -d "ADMINURL=$IPPFIND_TXT_ADMINURL" -d "UUID=$IPPFIND_TXT_UUID" $IPPFIND_SERVICE_URI bonjour-value-tests.test | findstr /r "[TD]:" >>"%PLIST%"
137 ippfind "%1._ipp._tcp.local." --txt adminurl --txt pdl --txt rp --txt UUID --quiet && set result=PASS
164 ippfind "%1._ipp._tcp.local." --txt-adminurl "^(http:|https:)//" --txt-pdl image/pwg-raster --txt-pdl image/jpeg --txt-rp "^ipp/(print|print/[^/]+)$" --txt-UUID "^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$" -x $IPPTOOL -q -d "ADMINURL={txt_adminurl}" -d "UUID={txt_uuid}" "{}" bonjour-value-tests.test ";" && set result=PASS
228 ippfind "%1._ipps._tcp.local." --txt adminurl --txt pdl --txt rp --txt TLS --txt UUID
[all...]
H A Dbonjour-tests.sh110 echo " UUID is not set."
111 echo "<string>UUID is not set.</string>" >>"$PLIST"
117 echo " UUID has bad value '$IPPFIND_TXT_UUID'"
118 echo "<string>UUID has bad value '$IPPFIND_TXT_UUID'.</string>" >>"$PLIST"
124 $IPPTOOL -t -d "ADMINURL=$IPPFIND_TXT_ADMINURL" -d "UUID=$IPPFIND_TXT_UUID" $IPPFIND_SERVICE_URI bonjour-value-tests.test
125 $IPPTOOL -t -d "ADMINURL=$IPPFIND_TXT_ADMINURL" -d "UUID=$IPPFIND_TXT_UUID" $IPPFIND_SERVICE_URI bonjour-value-tests.test | egrep '(GOT|EXPECTED):' | sed -e '1,$s/^[ ]*//' | awk '{print "<string>" $0 "</string>" }' >>"$PLIST"
184 $IPPFIND "$1._ipp._tcp.local." --txt adminurl --txt pdl --txt rp --txt UUID --quiet
209 $IPPFIND "$1._ipp._tcp.local." --txt-adminurl '^(http:|https:)//' --txt-pdl 'image/pwg-raster' --txt-pdl 'image/jpeg' --txt-rp '^ipp/(print|print/[^/]+)$' --txt-UUID '^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$' -x $IPPTOOL -q -d 'ADMINURL={txt_adminurl}' -d 'UUID={txt_uuid}' '{}' bonjour-value-tests.test \;
269 $IPPFIND "$1._ipps._tcp.local." --txt adminurl --txt pdl --txt rp --txt TLS --txt UUID
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/include/compat/
H A Dmswrappers.h131 typedef idl_uuid_t UUID; typedef
224 /* [in] */ UUID *mgr_type_uuid,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uuid/
H A Duuid.tcl34 # Generates a binary UUID as per the draft spec. We generate a pseudo-random
87 typedef long (__stdcall *LPFNUUIDCREATE)(UUID *);
93 UUID uuid = {0};
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-68-secmatchissuer.c120 CFUUIDRef UUID = CFUUIDCreate(kCFAllocatorDefault); local
121 CFStringRef uuidString = CFUUIDCreateString(kCFAllocatorDefault, UUID);
126 CFRelease(UUID);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module_apple.c127 * is provided in the form of UUID's for kexts and mach_kernel. Any
128 * matching UUID's that can be found in userspace are mined for
165 UUID* uuid = &uuids_list->dtmul_uuid[i];
171 // <rdar://problem/11219724> Please report UUID mismatches when sending symbols to the kernel
177 fprintf(stderr,"WARNING: The file at [%s] does not match the UUID of the version loaded in the kernel\n", CSSymbolOwnerGetPath(owner));
214 memcpy(module_symbols->dtmodsyms_uuid, uuid, sizeof(UUID));
/macosx-10.10.1/CPANInternal-159.1/Makefiles/13/Perl/5.12/
H A DMakefile14 PROJECT_DATA_UUID = Data-UUID-1.219
/macosx-10.10.1/CPANInternal-159.1/Makefiles/13/Perl/5.16/
H A DMakefile13 PROJECT_DATA_UUID = Data-UUID-1.219
/macosx-10.10.1/CPANInternal-159.1/Makefiles/14/Perl/5.16/
H A DMakefile13 PROJECT_DATA_UUID = Data-UUID-1.219
/macosx-10.10.1/CPANInternal-159.1/Makefiles/14/Perl/5.18/
H A DMakefile13 PROJECT_DATA_UUID = Data-UUID-1.219
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddtrace.h127 typedef uint8_t UUID[16]; /* For modctl use in dtrace.h */ typedef
1408 UUID dtmodsyms_uuid;
1417 UUID dtmul_uuid[1];
1420 #define DTRACE_MODULE_UUIDS_LIST_SIZE(count) (sizeof(dtrace_module_uuids_list_t) + ((count - 1) * sizeof(UUID)))
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h540 #define kIOPMSleepWakeFailureUUIDKey "UUID"
779 /* All members from UUID onwards are saved into log file */
780 char UUID[44]; member in struct:__anon14863
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c259 ** All we really care about is an ISO UUID string. The format of a UUID is:
311 UUID uuid;
441 printf( "UUID: %s\n", buf1 );
447 printf( "UUID: %s\n", buf2 );
453 printf( "UUID: %s\n", buf2 );
/macosx-10.10.1/dcerpc-61/dcerpc/dcelib/
H A Dmswrappers.c379 /* [in] */ UUID *mgr_type_uuid,
/macosx-10.10.1/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.c511 IOReturn IOPMCopyPowerHistoryDetailed(CFStringRef UUID, CFDictionaryRef *details)//CFArrayRef *outArray) argument
525 if (NULL == details || NULL == UUID) {
531 if (!CFStringGetCString(UUID, uuid_cstr, sizeof(uuid_cstr), kCFStringEncodingMacRoman)) {
631 // Clear active UUID
634 // cache the upcoming UUID
H A DIOPMLibPrivate.h1323 * @functiongroup IOPM UUID Bookkeeping
1351 * Sets the upcoming sleep/wake UUID. The kernel will cache
1353 * Pass a CFStringRef to set the upcoming UUID.
1354 * Pass NULL to indicate that the current UUID should be cancelled.
1382 * The argument may be <code>kIOPMSleepWakeUUID</code>, to get the sleep/wake UUID,
1383 * or <code>kIOPMSleepServicesUUID</code> to get the sleep/wake UUID.
1387 * Every time OS X clears the SleepWakeUUID, it creates a new UUID. So there
1388 * are always valid SleepWake UUID's defined, even when the machine is awake.
1390 * should in all non-error cases return true, and return a valid UUID string
1403 * a C string UUID
[all...]

Completed in 155 milliseconds

12