Searched refs:ref2 (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_skdocument.py24 ref2 = SKDocumentCreate(
26 self.failUnlessIsInstance(ref2, SKDocumentRef)
34 v = SKDocumentGetParent(ref2)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_skdocument.py24 ref2 = SKDocumentCreate(
26 self.assertIsInstance(ref2, SKDocumentRef)
34 v = SKDocumentGetParent(ref2)
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/t/lib/Log/Dispatch/
H A DTestUtil.pm13 my ( $ref1, $ref2, $name ) = @_;
16 $tb->is_eq( dump_one_line($ref1), dump_one_line($ref2), $name );
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SearchKit-2.5.1/PyObjCTest/
H A Dtest_skdocument.py34 ref2 = SKDocumentCreate(
36 self.assertIsInstance(ref2, SKDocumentRef)
44 v = SKDocumentGetParent(ref2)
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-04-corrupted-items.c74 CFTypeRef ref2 = NULL; local
78 ok_status(SecItemAdd(query, &ref2), "add internet password port 81");
120 ok(CFEqual(ref, ref2), "persistent ref of item 2");
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h123 extern int DTEntryIsEqual(const DTEntry ref1, const DTEntry ref2);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py25 ref2 = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, ref)
26 self.failUnless( isinstance(ref2, CFURLRef) )
60 ref2 = CFURLCreateWithString(None, url, ref)
61 self.failUnless( isinstance(ref2, CFURLRef) )
286 ref2 = CFURLCreateFromFSRef(None, fsref)
287 self.failUnlessEqual(ref, ref2)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DCoreFoundationBasics.cpp141 static Boolean IsEqualTo(CFTypeRef ref1, CFTypeRef ref2) argument
143 if (CFGetTypeID(ref1) != CFGetTypeID(ref2)) {
144 // If ref2 isn't a CoreFoundatonHolder treating
146 // argue that we should check to see if ref2
153 CoreFoundationHolder* tr2 = (CoreFoundationHolder*) ref2;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py24 ref2 = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, ref)
25 self.assertIsInstance(ref2, CFURLRef)
59 ref2 = CFURLCreateWithString(None, url, ref)
60 self.assertIsInstance(ref2, CFURLRef)
284 ref2 = CFURLCreateFromFSRef(None, fsref)
285 self.assertEqual(ref, ref2)
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c189 DTEntryIsEqual(const DTEntry ref1, const DTEntry ref2) argument
192 return (ref1 == ref2);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfurl.py36 ref2 = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, ref)
37 self.assertIsInstance(ref2, CFURLRef)
71 ref2 = CFURLCreateWithString(None, url, ref)
72 self.assertIsInstance(ref2, CFURLRef)
297 ref2 = CFURLCreateFromFSRef(None, fsref)
298 self.assertEqual(ref, ref2)
/macosx-10.10.1/IOGraphics-485/tools/
H A Dmodelist.c551 float ref1, ref2, mult; local
567 ref2 = modeArray[k].info->refreshRate / 65536.0;
571 // printf("-----> %f, %f, %f, %f\n", ref1, ref2, roundf(ref1 * mult), roundf(ref2 * mult));
572 if (roundf(ref1 * mult) != roundf(ref2 * mult))
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnheader.el309 (let (ref2)
314 (setq ref2 (substring in-reply-to (match-beginning 0)
316 (when (> (length ref2) (length ref))
317 (setq ref ref2)))
H A Dgnus-sum.el6048 (let (ref2)
6052 (setq ref2 (substring in-reply-to (match-beginning 0)
6054 (when (> (length ref2) (length ref))
6055 (setq ref ref2)))
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c173 CFStringRef property2, CFTypeRef ref2,
2884 CFStringRef property2, CFTypeRef ref2,
2944 CFArrayAppendValue(mutable_array, ref2);
2883 publish_dns_wins_entry(CFStringRef entity, CFStringRef property1, CFTypeRef ref1, CFTypeRef ref1a, CFStringRef property2, CFTypeRef ref2, CFStringRef property3, CFTypeRef ref3, int clean) argument
H A Dacsp.c504 CFStringRef property2, CFTypeRef ref2,

Completed in 895 milliseconds