HomeSort by relevance Sort by last modified time
    Searched refs:cfn (Results 1 - 10 of 10) sorted by null

  /external/clang/test/SemaCXX/
function-type-qual.cpp 7 typedef void cfn() const;
8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}}
12 cfn f2;
14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}}
28 cfn C::*mpg;
  /external/chromium_org/third_party/libjingle/source/talk/base/
macconversion.h 49 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i);
52 bool p_isCFNumberTrue(CFNumberRef cfn);
macconversion.cc 63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) {
67 if (NULL != cfn) {
70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) {
71 CFNumberType ntype = CFNumberGetType(cfn);
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
95 converted = CFNumberGetValue(cfn, ntype,
101 converted = CFNumberGetValue(cfn, ntype
    [all...]
  /external/chromium_org/third_party/webrtc/base/
macconversion.h 32 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i);
35 bool p_isCFNumberTrue(CFNumberRef cfn);
macconversion.cc 46 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) {
50 if (NULL != cfn) {
53 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) {
54 CFNumberType ntype = CFNumberGetType(cfn);
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
78 converted = CFNumberGetValue(cfn, ntype,
84 converted = CFNumberGetValue(cfn, ntype
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genren/
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/icu/icu4c/source/tools/genren/
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/net/third_party/nss/ssl/
sslsnce.c 1040 char * cfn = NULL; \/* cache file name *\/ local
    [all...]
ssl3con.c 9897 char cfn[100]; local
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 634 } elsif (s/^cfn=(.*)$//) {
    [all...]

Completed in 228 milliseconds