Searched refs:id1 (Results 1 - 25 of 48) sorted by last modified time

12

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtztest.cpp534 const UnicodeString *id1, *id2; local
613 while ((id1 = any->snext(ec)) != NULL) {
617 if (*id1 == *id2) {
626 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
630 if (*id1 == canonicalID) {
631 errln((UnicodeString)"FAIL: canonicalID [" + *id1 + "] is not in CANONICAL");
634 errln((UnicodeString)"FAIL: ANY contains non-system ID: " + *id1);
645 while ((id1 = canonical->snext(ec)) != NULL) {
646 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
650 if (*id1 !
734 const UnicodeString *id1, *id2; local
1744 const UnicodeString* id1 = s1->snext(ec); local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c6980 mDNSu16 id1 = (pktrr->rDNSServer ? pktrr->rDNSServer->resGroupID : 0); local
6982 match = (id1 == id2);
8480 mDNSu16 id1 = (rr->resrec.rDNSServer ? rr->resrec.rDNSServer->resGroupID : 0); local
8482 match = (id1 == id2);
9292 mDNSu16 id1; local
9296 id1 = (r1->resrec.rDNSServer ? r1->resrec.rDNSServer->resGroupID : 0);
9301 id1 = id2 = 0;
9320 (r1->resrec.InterfaceID || (id1 == id2)) &&
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNetworkPanel.js1026 function compare(id1, id2)
1028 return columns[id1].title.compareTo(columns[id2].title);
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dflow_divert_controller.c503 CFStringRef id1 = CFArrayGetValueAtIndex(signing_ids, idx1); local
504 str_len1 = CFStringGetLength(id1);
510 CFStringGetBytes(id1,
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentity.cpp202 SecPointer<Identity> id1(Identity::required(identity1));
205 if (id1 == id2)
207 else if (id1 < id2)
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentity.cpp202 SecPointer<Identity> id1(Identity::required(identity1));
205 if (id1 == id2)
207 else if (id1 < id2)
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecIdentity.cpp202 SecPointer<Identity> id1(Identity::required(identity1));
205 if (id1 == id2)
207 else if (id1 < id2)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkService.c184 CFStringRef id1; local
190 id1 = SCNetworkServiceGetServiceID(s1);
199 o1 = CFArrayGetFirstIndexOfValue(order, range, id1);
209 return CFStringCompare(id1, id2, 0);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_set.c45 CFStringRef id1; local
67 id1 = SCNetworkSetGetSetID(s1);
69 return CFStringCompare(id1, id2, 0);
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dnametbl.c1028 NAMETABLE_id_t id1, id2; local
1030 id1 = identifier1;
1033 NAMETABLE_id_to_string (id1, &old_name1_p);
H A Dnametbl.h208 NAMETABLE_id_t id1,
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcnid.h100 #define RPC_CN_LOCAL_ID_EQUAL(id1, id2)\
101 ((id1.parts.id_seqnum == id2.parts.id_seqnum) &&\
102 (id1.parts.id_index == id2.parts.id_index))
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dtest_cc.c717 krb5_ccache id1, id2; local
760 krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1);
763 krb5_cc_initialize(context, id1, p);
764 krb5_cc_initialize(context, id1, p);
765 krb5_cc_initialize(context, id1, p);
766 krb5_cc_initialize(context, id1, p);
767 krb5_cc_initialize(context, id1, p);
768 krb5_cc_initialize(context, id1, p);
832 krb5_cc_destroy(context, id1);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_subs.c1239 char *id1buf, *id1; local
1243 id1buf = id1 = NULL;
1264 id1 = id1buf;
1267 id1 = id;
1272 error = kauth_cred_guid2grnam(guidp, id1);
1274 error = kauth_cred_guid2pwnam(guidp, id1);
1292 isgroup ? "G" : " ", id1);
1296 id1len = strnlen(id1, id1len);
1297 } else if (id1 == id1buf) {
1299 len = strlcpy(id, id1, *idle
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Duspoof.h759 * @param id1 The first of the two identifiers to be compared for
781 const UChar *id1, int32_t length1,
794 * @param id1 The first of the two identifiers to be compared for
814 const char *id1, int32_t length1,
829 * @param id1 The first of the two identifiers to be compared for
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duspoof.cpp306 const UChar *id1, int32_t length1,
318 UnicodeString id1Str((length1==-1), id1, length1); // Aliasing constructor
326 const char *id1, int32_t length1,
337 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : uprv_strlen(id1)));
346 const icu::UnicodeString &id1,
373 identifierInfo->setIdentifier(id1, *status);
385 uspoof_getSkeletonUnicodeString(sc, flagsForSkeleton, id1, id1Skeleton, status);
415 uspoof_getSkeletonUnicodeString(sc, flagsForSkeleton, id1, id1Skeleton, status);
305 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) argument
325 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) argument
345 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocmap.c883 idCmp(const char* id1, const char* id2) argument
886 while (*id1 == *id2 && *id1 != 0) {
888 id1++;
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVLibraries.h183 Boolean RegistryEntryIDCompare( const RegEntryID * id1, const RegEntryID * id2);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/backcompat/0.04006/lib/
H A Ddbixcsl_common_tests.pm350 my $obj5 = $rsobj5->find({id1 => 1, id2 => 1});
624 id1 INTEGER NOT NULL,
627 PRIMARY KEY (id1,id2)
631 q{ INSERT INTO loader_test5 (id1,id2,dat) VALUES (1,1,'aaa') },
640 FOREIGN KEY(id,Id2) REFERENCES loader_test5 (id1,iD2)
763 id1 INTEGER NOT NULL,
766 PRIMARY KEY (id1,id2)
770 q{ INSERT INTO loader_test25 (id1,id2,dat) VALUES (33,5,'x25') },
771 q{ INSERT INTO loader_test25 (id1,id2,dat) VALUES (33,7,'y25') },
772 q{ INSERT INTO loader_test25 (id1,id
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/lib/
H A Ddbixcsl_common_tests.pm504 eval { $rsobj5->find({id1 => 1, iD2 => 1}) } ||
505 eval { $rsobj5->find({id1 => 1, id2 => 1}) };
939 id1 INTEGER NOT NULL,
942 PRIMARY KEY (id1,iD2)
946 q{ INSERT INTO loader_test5 (id1,iD2,dat) VALUES (1,1,'aaa') },
955 FOREIGN KEY(id,Id2) REFERENCES loader_test5 (id1,iD2)
1078 id1 INTEGER NOT NULL,
1081 PRIMARY KEY (id1,id2)
1085 q{ INSERT INTO loader_test25 (id1,id2,dat) VALUES (33,5,'x25') },
1086 q{ INSERT INTO loader_test25 (id1,id
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/backcompat/0.04006/lib/
H A Ddbixcsl_common_tests.pm360 my $obj5 = $rsobj5->find({id1 => 1, id2 => 1});
637 id1 INTEGER NOT NULL,
642 PRIMARY KEY (id1,id2),
648 q{ INSERT INTO loader_test5 (id1,id2,dat) VALUES (1,1,'aaa') },
657 FOREIGN KEY(id,Id2) REFERENCES loader_test5 (id1,iD2)
780 id1 INTEGER NOT NULL,
783 PRIMARY KEY (id1,id2)
787 q{ INSERT INTO loader_test25 (id1,id2,dat) VALUES (33,5,'x25') },
788 q{ INSERT INTO loader_test25 (id1,id2,dat) VALUES (33,7,'y25') },
789 q{ INSERT INTO loader_test25 (id1,id
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_common_tests.pm490 is_deeply $uniq3{primary}, ['id1', 'id2'],
838 my $obj5 = $rsobj5->find({id1 => 1, iD2 => 1});
842 my $obj5 = $rsobj5->find({id1 => 1, id2 => 1});
953 my $obj25 = try { $rsobj25->find(3,42) } || $rsobj25->search({ id1 => 3, id2 => 42 })->single;
1543 id1 INTEGER NOT NULL,
1550 UNIQUE (id1, id2)
1591 id1 INTEGER NOT NULL,
1596 PRIMARY KEY (id1,${oqt}iD2${cqt}),
1602 qq| INSERT INTO loader_test5 (id1,${oqt}iD2${cqt},dat) VALUES (1,1,'aaa') |,
1611 FOREIGN KEY(id,${oqt}Id2${cqt}) REFERENCES loader_test5 (id1,
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c597 char *id1, *id2, *id3; local
782 id1 = apr_psprintf(pool, argfmt, "main", 0, 0);
783 buf = util_ald_cache_display_stats(r, st->util_ldap_cache, "LDAP URL Cache", id1);
793 id1 = apr_psprintf(pool, argfmt, "srch", i, j);
802 util_ald_cache_display_stats(r, n->search_cache, t1, id1),
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPOLClientItemID.c684 EAPOLClientItemIDRef id1 = (EAPOLClientItemIDRef)cf1; local
687 if (id1->type != id2->type) {
690 return (CFEqual(id1->u.ptr, id2->u.ptr));
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dtclparser-8.1.tcl479 if {[regexp $::sgml::ExternalEntityExpr $data discard type delimiter1 id1 discard delimiter2 id2 optNDATA ndata]} {
482 return [list external $id2 $id1 $ndata]
485 return [list external $id1 {} $ndata]

Completed in 495 milliseconds

12