Searched defs:f1 (Results 1 - 25 of 55) sorted by relevance

123

/external/v8/test/mjsunit/
H A Darguments-indirect.js28 function f1() { function
29 g(f1);
46 f1(1,2,3);
H A Dbinary-operation-overwrite.js29 function f1() { return (1.2, 3.4) + 5.6; } function
33 assertTrue(f1() === f1());
H A Dcall.js52 function f1(a) { function
57 assertEquals(1, f1.call({i:1}));
58 assertEquals(42, f1.call({i:42}, 'i'));
59 assertEquals(87, f1.call({j:87}, 'j', 1));
60 assertEquals(99, f1.call({k:99}, 'k', 1, 2));
H A Dapply.js32 function f1(a) { function
52 assertTrue(void 0 === f1.apply(), "1-1");
54 assertTrue(void 0 === f1.apply(this), "5a");
55 assertTrue(void 0 === f1.apply(this, new Array(1)), "5b");
56 assertTrue(void 0 === f1.apply(this, new Array(2)), "5c");
57 assertTrue(void 0 === f1.apply(this, new Array(4242)), "5d");
58 assertTrue(42 === f1.apply(this, new Array(42, 43)), "5e");
59 assertEquals("foo", f1.apply(this, new Array("foo", "bar", "baz", "bo")), "5f");
61 assertTrue(void 0 === f1.apply(null), "6a");
62 assertTrue(void 0 === f1
[all...]
H A Dswitch.js36 function f1(x) { function
38 default: return "f1";
43 assertEquals("f1", f1(0), "default-switch.0");
44 assertEquals("f1", f1(1), "default-switch.1");
H A Dsimple-constructor.js34 function f1() { class
45 this.z = f1;
52 this.z = f1;
55 o1_1 = new f1();
57 o1_2 = new f1();
/external/v8/test/mjsunit/bugs/
H A Dbug-941049.js57 function f1(x) { function
58 g(f1);
59 var result = h(f1);
78 test(f1);
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/
H A Ddefinition-1.js40 f1 = function() { return "passed!" }
45 'f1 = function() { return "passed!" }; f1()',
47 f1() );
38 f1 = function() { return "passed!" } function
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dswitch2.js74 function f1(i) { function
89 f1("a"), "ab*");
92 f1("b"), "ab*");
95 f1("*"), "ab*");
98 f1("c"), "c");
101 f1("d"), "d");
/external/libffi/testsuite/libffi.call/
H A Dstruct7.c11 float f1; member in struct:__anon2485
18 ts.f1 += 1;
54 ts7_arg.f1 = 5.55f;
58 printf ("%g\n", ts7_arg.f1);
64 printf ("%g\n", ts7_result->f1);
68 CHECK(ts7_result->f1 == 5.55f + 1);
H A Dstruct8.c11 float f1; member in struct:__anon2486
19 ts.f1 += 1;
56 ts8_arg.f1 = 5.55f;
61 printf ("%g\n", ts8_arg.f1);
68 printf ("%g\n", ts8_result->f1);
73 CHECK(ts8_result->f1 == 5.55f + 1);
H A Dmany.c12 static float many(float f1, argument
28 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
H A Dmany_win32.c12 static float __attribute__((stdcall)) stdcall_many(float f1, argument
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
/external/webkit/JavaScriptCore/pcre/
H A Ducpinternal.h49 unsigned f1; member in struct:cnode
59 /* Things for the f1 field */
81 (f1) (1) The 0xfc000000 bits contain the character type number. The numbers are
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.3-2.js78 function f1(x,x,x,x) function
84 actual = f1(1,2,3,4);
H A D10.1.3-1.js57 function f1(x,x) function
62 actual = f1(1,2);
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-137181.js56 function f1(x) function
62 actual = f1(0); // (bug: Rhino was returning |undefined|)
H A Dregress-85880.js45 function f1(x) function
67 f1();
83 f1();
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-185165.js55 var f1 = function() { return "\\"; } function
56 var s1 = f1.toString();
/external/bluetooth/glib/gio/tests/
H A Dfilter-streams.c20 GInputStream *base, *f1, *f2; local
24 f1 = g_buffered_input_stream_new (base);
27 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (f1), FALSE);
29 g_assert (g_filter_input_stream_get_base_stream (G_FILTER_INPUT_STREAM (f1)) == base);
33 g_assert (!g_input_stream_is_closed (f1));
36 g_object_unref (f1);
51 GOutputStream *base, *f1, *f2; local
54 f1 = g_buffered_output_stream_new (base);
57 g_filter_output_stream_set_close_base_stream (G_FILTER_OUTPUT_STREAM (f1), FALSE);
59 g_assert (g_filter_output_stream_get_base_stream (G_FILTER_OUTPUT_STREAM (f1))
102 GInputStream *base, *f1, *f2; local
174 GOutputStream *base, *f1, *f2; local
[all...]
/external/icu4c/layout/
H A DAnchorTables.cpp21 const Format1AnchorTable *f1 = (const Format1AnchorTable *) this; local
23 f1->getAnchor(fontInstance, anchor);
45 const Format1AnchorTable *f1 = (const Format1AnchorTable *) this; local
47 f1->getAnchor(fontInstance, anchor);
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
H A Dlsp_az.cpp461 Word32 f1[6], f2[6];
464 Get_lsp_pol (&lsp[0], f1);
469 f1[i] = L_add (f1[i], f1[i - 1]); // f1[i] += f1[i-1];
476 t0 = L_add (f1[i], f2[i]); // f1[i] + f2[i]
478 t0 = L_sub (f1[
517 Word32 f1[6]; local
[all...]
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Disp_az.cpp142 int32 f1[NC16k + 1], f2[NC16k]; local
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
157 f1[i] = shl_int32(f1[i], 2);
167 Get_isp_pol(&isp[0], f1, nc);
186 /* f1[i] *= (1.0 + isp[M-1]); */
189 t0 = f1[i];
193 f1[i] += t0;
209 /* a[i] = 0.5*(f1[i] + f2[i]); */
211 t0 = add_int32(f1[
[all...]
/external/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js36 function f1() { this.x = this.y = this.z = g1; } class
40 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/version120/
H A Dregress-99663.js38 * Note: it is the function statements for f1(), etc. that MUST be compiled
71 function f1() function
100 f1();

Completed in 35 milliseconds

123