Searched refs:f2 (Results 226 - 250 of 831) sorted by relevance

1234567891011>>

/external/qemu/android/base/files/
H A DScopedStdioFile_unittest.cpp55 ScopedStdioFile f2(fopen(kNullFile, "rb"));
57 EXPECT_TRUE(f2.get());
58 f1.swap(&f2);
59 EXPECT_FALSE(f2.get());
/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.cpp17 state->f2 = index + 2;
30 state->f2 = indices[index + 2];
40 state->f2 = index + 2;
58 state->f2 = indices[index + 2];
77 state->f2 = index + 2;
90 state->f2 = indices[index + 2];
/external/skia/src/core/
H A DSkVertState.cpp17 state->f2 = index + 2;
30 state->f2 = indices[index + 2];
40 state->f2 = index + 2;
58 state->f2 = indices[index + 2];
77 state->f2 = index + 2;
90 state->f2 = indices[index + 2];
/external/chromium_org/v8/test/mjsunit/
H A Dswitch.js48 function f2(x) { function
69 assertEquals("zero", f2(0), "0-1-switch.0");
70 assertEquals("one", f2(1), "0-1-switch.1");
71 assertEquals("default", f2(7), "0-1-switch.2");
72 assertEquals("default", f2(-1), "0-1-switch.-1");
73 assertEquals("default", f2(NaN), "0-1-switch.NaN");
74 assertEquals("default", f2(Math.pow(2,34)), "0-1-switch.largeNum");
75 assertEquals("default", f2("0"), "0-1-switch.string");
76 assertEquals("default", f2(false), "0-1-switch.bool");
77 assertEquals("default", f2(nul
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-alignment.js41 function f2() { function
73 assertEquals(500009500000, f2());
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-343609.js65 var f2 = get_closure();
66 f2(new Ctor());
/external/chromium_org/v8/test/webkit/
H A Dclosure-inside-extra-arg-call.js58 function f2() function
68 new f2(0, 0, 0, 0, 0, 0, 0, 0, 0);
/external/clang/test/CXX/special/class.ctor/
H A Dp1.cpp36 X1 f2();
37 X1 f2(int);
/external/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp46 template<typename T> void f2();
51 template<typename T = int> void Inner::f2() {} function in class:PR8748::Inner
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp58 template<typename T> void f2(T) { } function
62 template void f2<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} function
/external/clang/test/CodeGen/
H A Dconditional.c70 // CHECK: call {{.*}} @f2(
71 int f2(void);
73 f2() ? (void)0 : (void)0;
H A Dbuiltins-nvptx.c149 void nvvm_math(float f1, float f2, double d1, double d2) { argument
151 float t1 = __nvvm_fmax_f(f1, f2);
153 float t2 = __nvvm_fmin_f(f1, f2);
157 float t4 = __nvvm_rcp_rn_f(f2);
/external/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp19 inline int f2() { function
25 int f3() { return f2(); }
H A Dincomplete-types.cpp28 A *f2() { function in namespace:incomplete_type_refs
/external/clang/test/Sema/
H A Dattr-availability-ios.c5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' has been explicitly marked deprecated here}}
16 f2(0); // expected-warning{{'f2' is deprecated: first deprecated in iOS 3.0}}
H A Dattr-availability-macosx.c5 void f2(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.5))); // expected-note {{'f2' has been explicitly marked deprecated here}}
13 f2(0); // expected-warning{{'f2' is deprecated: first deprecated in OS X 10.5}}
H A Dwarn-unused-function.c6 static void f2() {} function
7 static void f1() {f2();} // expected-warning{{unused}}
/external/clang/test/SemaCXX/
H A Dattr-nonnull.cpp27 __attribute__((nonnull(2))) void f2(int i, int * const &p);
31 f2(0, 0); // expected-warning{{null passed to a callee which requires a non-null argument}}
H A Dborland-extensions.cpp11 int _pascal f2();
28 i = f2();
H A Dconstructor.cpp70 void f2();
84 void A::S::f2() {} function in class:A::S
H A Dwarn-unused-value.cpp28 void b(Foo f1, Foo f2) { argument
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
/external/compiler-rt/test/builtins/Unit/
H A Denable_execute_stack_test.c67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local
68 if ((*f2)() != 2)
/external/libcxx/test/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp28 Array<char, 2>::type& f2() const;
41 static_assert(sizeof(std::__invoke(&Type::f2, std::declval<Type const >())) == 2, "");
/external/llvm/test/MC/Mips/
H A Delf-tls.s50 .globl f2
52 .type f2,@function
54 .ent f2
55 f2: # @f2 label
78 .end f2
80 .size f2, ($tmp1)-f2
/external/clang/test/Analysis/
H A Dfunc.c16 void f2() { function

Completed in 446 milliseconds

1234567891011>>