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

  /external/webrtc/webrtc/base/
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...]
macconversion.h 32 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i);
35 bool p_isCFNumberTrue(CFNumberRef cfn);
  /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-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
test_connection.py 269 <StackId>arn:aws:cfn:us-east-1:1:stack</StackId>
280 <StackId>arn:aws:cfn:us-east-1:1:stack</StackId>
302 self.assertEqual(first.stack_id, 'arn:aws:cfn:us-east-1:1:stack')
313 self.assertEqual(second.stack_id, 'arn:aws:cfn:us-east-1:1:stack')
331 <StackId>arn:aws:cfn:us-east-1:1:stack</StackId>
340 <StackId>arn:aws:cfn:us-east-1:1:stack</StackId>
362 self.assertEqual(first.stack_id, 'arn:aws:cfn:us-east-1:1:stack')
372 self.assertEqual(second.stack_id, 'arn:aws:cfn:us-east-1:1:stack')
392 <StackId>arn:aws:cfn:us-east-1:1:stack</StackId>
444 self.assertEqual(stack.stack_id, 'arn:aws:cfn:us-east-1:1:stack'
    [all...]
  /external/valgrind/callgrind/docs/
cl-format.xml 112 have to precede the above lines with a "cfn=" specification for the name of the
138 cfn=func1
142 cfn=func2
149 cfn=func2
195 cfn=(2) func1
199 cfn=(3) func2
206 cfn=(3)
365 <screen>CalledPosition := " "cob" | "cfi" | "cfl" | "cfn"</screen>
572 <para><computeroutput>cfn=</computeroutput> [Callgrind]</para>
  /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/opencv3/modules/ml/src/
em.cpp 805 FileNode cfn = fn["covs"]; local
806 FileNodeIterator cfn_it = cfn.begin();
807 int i, n = (int)cfn.size();
  /external/valgrind/callgrind/
dump.c 169 * tag can be "fn", "cfn", "jfn"
647 print_mangled_fn(fp, "cfn", jcc->to->cxt, jcc->to->rec_index);
649 print_fn(fp, "cfn", jcc->to->cxt->fn[0]);
    [all...]
callgrind_annotate.in 634 } elsif (s/^cfn=(.*)$//) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 218 // If any exception is thrown, we'll return a CFN with the original class name instead.
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 381 fmt.Fprintln(w, "cfn="+callgrindName(names, callee.info.name))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 381 fmt.Fprintln(w, "cfn="+callgrindName(names, callee.info.name))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cacerts/
cacerts.txt     [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/
ca-bundle.pem     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
ca-bundle.pem     [all...]
  /prebuilts/android-emulator/windows/lib/
ca-bundle.pem     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
libJIS.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
libJIS.so 
  /external/jemalloc/bin/
jeprof.in     [all...]
  /development/ndk/platforms/android-21/arch-arm64/lib/
libm.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
report.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
report.a     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/lib/
libm.a     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/lib/
libm.a     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/lib/
libm.a     [all...]

Completed in 1752 milliseconds