HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 51 - 75 of 203) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/test/MC/ARM/
ltorg.s 33 @ CHECK-LABEL: f4:
34 f4: label
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 52 std::unique_ptr<int> f4(std::unique_ptr<int>&& p) function
176 std::async(f4, std::unique_ptr<int>(new int(3)));
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 24 float f4 = 0.0f; local
  /external/chromium_org/v8/test/mjsunit/
switch.js 113 function f4(x) { function
126 assertEquals(3, f4(0), "fallthrough-switch.0");
127 assertEquals(3, f4(1), "fallthrough-switch.1");
128 assertEquals(3, f4(2), "fallthrough-switch.2");
129 assertEquals(5, f4(3), "fallthrough-switch.3");
  /external/chromium_org/v8/test/webkit/
toString-elision-trailing-comma.js 42 function f4() { function
119 testToStringAndLength("f4", 2);
  /external/clang/test/Analysis/
cxx-crashes.cpp 20 void *f4(int* w) { function
stream.c 35 void f4(void) { function
  /external/clang/test/CodeGen/
functions.c 39 void f4() {} function
40 void f5() { f4(42); } //expected-warning {{too many arguments}}
pointer-arithmetic.c 16 void *f4(void *a, int b) { return a - b; } function
  /external/clang/test/Sema/
alias-redefinition.c 18 void f4() {} function
19 void fun4(void) __attribute((alias("f4")));
varargs.c 31 void f4(const char *msg, ...) { function
vector-cast.c 41 void f4() { function
  /external/libcxxabi/test/
catch_class_03.cpp 149 void f4() function
180 f4();
catch_class_04.cpp 146 void f4() function
180 f4();
catch_ptr.cpp 126 void f4() function
152 f4();
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_03.cpp 149 void f4() function
180 f4();
catch_class_04.cpp 146 void f4() function
180 f4();
catch_ptr.cpp 126 void f4() function
152 f4();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_class_03.cpp 149 void f4() function
180 f4();
catch_class_04.cpp 146 void f4() function
180 f4();
catch_ptr.cpp 126 void f4() function
152 f4();
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 45 void f4() function
92 f4();
eh990323-4.cpp 45 void f4() function
93 f4();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-2.cpp 45 void f4() function
92 f4();
eh990323-4.cpp 45 void f4() function
93 f4();

Completed in 677 milliseconds

1 23 4 5 6 7 8 9