Searched refs:cfn (Results 1 – 5 of 5) sorted by relevance
/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 {{a qualified function type cannot be used to declare a nonmember functio… 12 cfn f2; 14 …static cfn f4; // expected-error {{a qualified function type cannot be used to declare a static me… 28 cfn C::*mpg;
|
/external/icu4c/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/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 71594 http://www.spiretech.com/~leonard/cfn/adopt/adopt.htm
|