/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | macconversion.cc | 63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { in p_convertCFNumberToInt() argument 67 if (NULL != cfn) { in p_convertCFNumberToInt() 70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) { in p_convertCFNumberToInt() 71 CFNumberType ntype = CFNumberGetType(cfn); in p_convertCFNumberToInt() 75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt() 80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); in p_convertCFNumberToInt() 85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); in p_convertCFNumberToInt() 90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt() 95 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 101 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() [all …]
|
D | macconversion.h | 49 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i); 52 bool p_isCFNumberTrue(CFNumberRef cfn);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | macconversion.cc | 63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { in p_convertCFNumberToInt() argument 67 if (NULL != cfn) { in p_convertCFNumberToInt() 70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) { in p_convertCFNumberToInt() 71 CFNumberType ntype = CFNumberGetType(cfn); in p_convertCFNumberToInt() 75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt() 80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); in p_convertCFNumberToInt() 85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); in p_convertCFNumberToInt() 90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt() 95 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 101 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() [all …]
|
D | macconversion.h | 49 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i); 52 bool p_isCFNumberTrue(CFNumberRef cfn);
|
/external/clang/test/SemaCXX/ |
D | function-type-qual.cpp | 7 typedef void cfn() const; typedef 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'co… 12 cfn f2; 14 …static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cann… 28 cfn C::*mpg;
|
/external/icu4c/tools/genren/ |
D | genren.pl | 191 } elsif ( my ($cfn) = m/^([A-Za-z0-9_]*)\(.*/ ) { 192 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" ); 193 $CFuncs{$cfn}++;
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
D | genren.pl | 176 } elsif ( my ($cfn) = m/^([A-Za-z0-9_]*)\(.*/ ) { 177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" ); 178 $CFuncs{$cfn}++;
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslsnce.c | 1040 char * cfn = NULL; /* cache file name */ in InitCache() local 1186 cfn = PR_smprintf("%s", directory); in InitCache() 1188 cfn = PR_smprintf("%s/svrcache_%d_%x.ssl", directory, myPid, in InitCache() 1191 cfn = PR_smprintf("%s/svrcache_%d_%x.ssl", directory, myPid, in InitCache() 1196 if (!cfn) { in InitCache() 1201 cacheMemMap = PR_OpenAnonFileMap(cfn, cache->cacheMemSize, in InitCache() 1204 PR_smprintf_free(cfn); in InitCache()
|
D | ssl3con.c | 9833 char cfn[100]; in get_fake_cert() local 9850 sprintf(cfn, "%s/%08d%s", testdir, fileNum, extension); in get_fake_cert() 9851 cf = PR_Open(cfn, PR_RDONLY, 0); in get_fake_cert() 9870 fprintf(stderr, "using %s\n", cfn); in get_fake_cert() 9874 fprintf(stderr, "failed to use %s\n", cfn); in get_fake_cert()
|
/external/openssh/ |
D | channels.c | 744 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) in channel_register_filter() argument 755 c->filter_cleanup = cfn; in channel_register_filter()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 71594 http://www.spiretech.com/~leonard/cfn/adopt/adopt.htm
|