HomeSort by relevance Sort by last modified time
    Searched refs:f3 (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/
definition-1.js 42 function f2() { f3 = function() { return "passed!" }; return f3(); } function
50 'function f2() { f3 = function { return "passed!" }; return f3() }; f2()',
55 'f3()',
57 f3() );
  /external/libffi/testsuite/libffi.call/
struct8.c 13 float f3; member in struct:__anon5157
21 ts.f3 += 1;
58 ts8_arg.f3 = -5.55f;
63 printf ("%g\n", ts8_arg.f3);
70 printf ("%g\n", ts8_result->f3);
75 CHECK(ts8_result->f3 == -5.55f + 1);
many.c 14 float f3,
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);
many_win32.c 14 float f3,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-85880.js 65 function f3() function
68 return f3.arguments;
71 actual = (f3() == null);
76 actual = (f3(0) == null);
85 f3();
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 23 float f3 = 0.0f; local
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/version120/
regress-99663.js 86 function f3(s) function
128 f3('rdonly');
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
tiwlan_loader.c 124 FILE *f1 = NULL, *f2 = NULL, *f3 = NULL; local
196 if ((f3 = fopen(init_file_name, "r")) == NULL ) {
201 if( fseek(f3, 0, SEEK_END) ) {
206 init_file_length = ftell(f3);
207 rewind(f3);
239 fread(&init_info->data[eeprom_image_length+firmware_image_length], 1, init_file_length, f3) < init_file_length ) {
269 if( f3 )
270 fclose(f3);
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
tiwlan_loader.c 59 PVOID f1 = NULL, f2 = NULL, f3 = NULL; local
106 (f3 = os_fopen (init_file_name, OS_FOPEN_READ)) != NULL)
108 init_file_length = os_getFileSize(f3);
141 if (!f3 || (init_file_length &&
142 os_fread(&init_info->data[eeprom_image_length+firmware_image_length], 1, init_file_length, f3)<init_file_length))
162 if (f3)
163 os_fclose(f3);
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
tiwlan_loader.c 59 PVOID f1 = NULL, f2 = NULL, f3 = NULL; local
106 (f3 = os_fopen (init_file_name, OS_FOPEN_READ)) != NULL)
108 init_file_length = os_getFileSize(f3);
141 if (!f3 || (init_file_length &&
142 os_fread(&init_info->data[eeprom_image_length+firmware_image_length], 1, init_file_length, f3)<init_file_length))
162 if (f3)
163 os_fclose(f3);
  /external/icu4c/layout/
AnchorTables.cpp 37 const Format3AnchorTable *f3 = (const Format3AnchorTable *) this; local
39 f3->getAnchor(fontInstance, anchor);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-2.js 103 function f3(x,x,x,x) function
109 actual = f3(1,2,3,4);
10.1.3-1.js 77 function f3(x,x,x,x) function
82 actual = f3(1,2,3,4);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
11.9.6-1.js 80 function f3(x) function
97 actual = f3(undefined);
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 31 function f3() { return (1.2 || 3.4) + 5.6; } function
35 assertTrue(f3() === f3());
switch.js 81 function f3(x, c) { function
103 assertEquals("two", f3(2,0), "value-switch.2-0");
104 assertEquals("minus 5", f3(-5,0), "value-switch.-5-0");
105 assertEquals("nine", f3(9,0), "value-switch.9-0");
106 assertEquals("value is c = 0", f3(0,0), "value-switch.0-0");
107 assertEquals("value is c = 2", f3(2,2), "value-switch.2-2");
108 assertEquals("default", f3(7,0), "value-switch.7-0");
simple-constructor.js 42 function f3(x) { class
67 o3_1 = new f3(0);
68 o3_2 = new f3(0);
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 301 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
302 f3_(f3) {}
342 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3,
343 GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {}
386 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
387 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
433 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
435 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
482 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
484 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4)
588 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, member in class:std::tr1::tuple
    [all...]
  /external/dbus/dbus/
dbus-sha.c 94 /* The SHA f()-functions. The f1 and f3 functions can be optimized to
101 /*#define f3(x,y,z) ( ( x & y ) | ( x & z ) | ( y & z ) ) // Rounds 40-59 */
102 #define f3(x,y,z) ( ( x & y ) | ( z & ( x | y ) ) ) /* Rounds 40-59 */ macro
226 subRound (A, B, C, D, E, f3, K3, expand ( eData, 40) );
227 subRound (E, A, B, C, D, f3, K3, expand ( eData, 41) );
228 subRound (D, E, A, B, C, f3, K3, expand ( eData, 42) );
229 subRound (C, D, E, A, B, f3, K3, expand ( eData, 43) );
230 subRound (B, C, D, E, A, f3, K3, expand ( eData, 44) );
231 subRound (A, B, C, D, E, f3, K3, expand ( eData, 45) );
232 subRound (E, A, B, C, D, f3, K3, expand ( eData, 46) )
    [all...]
  /external/v8/test/mjsunit/compiler/
simple-global-access.js 38 function f3() { this.x = g4; } class
40 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
itrans.cpp 252 int f0, f1, f2, f3; local
263 f3 = c01 - c11;
271 block[68] = (f3 * scale) << Qq;
278 block[68] = (f3 * scale) >> 1;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 337 File f3 = new File("thatFile.file"); local
340 assertTrue("f3.compareTo(f1) did not result in value < 0", f3
342 assertTrue("f1.compareTo(f3) did not result in value > 0", f1
343 .compareTo(f3) > 0);
491 File f3 = File.createTempFile("ab", ".tst"); local
492 f3.delete();
498 File f3 = File.createTempFile("a", ".tst"); local
499 f3.delete();
505 File f3 = File.createTempFile("", ".tst") local
574 File f3 = File.createTempFile("harmony-test-FileTest_tempFile2_tf", null, dir); local
675 File f3 = new File("xxxx"); local
871 File f2 = null, f3 = null, dir2 = null; local
974 File f3 = new File(tempDirectory, "\/a\/tempfile.tmp"); local
997 File f3 = new File("c:"); local
    [all...]
  /external/e2fsprogs/debian/
rules 25 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
26 COMERR_SOVERSION = $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
27 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
28 SS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
29 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
30 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
31 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
32 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
33 EXT2FS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ext2fs/Makefile.in | cut '-d ' -f3)
34 E2P_SOVERSION = $(shell grep ELF_SO_VERSION lib/e2p/Makefile.in | cut '-d ' -f3)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
FileTest.java 386 File f3 = new File("thatFile.file"); local
389 assertTrue("f3.compareTo(f1) did not result in value < 0", f3
391 assertTrue("f1.compareTo(f3) did not result in vale > 0", f1
392 .compareTo(f3) > 0);
542 File f3 = File.createTempFile("ab", ".tst"); local
543 f3.delete();
548 File f3 = File.createTempFile("a", ".tst"); local
549 f3.delete();
554 File f3 = File.createTempFile("", ".tst") local
561 File f3 = File.createTempFile("\/..\/..\/..\/..\/..\/", null); local
640 File f3 = File.createTempFile("hyts_tf", null, dir); local
723 File f3 = new File("xxxx"); local
1066 File f3 = new File(System.getProperty("java.io.tmpdir"), "\/a\/tempfile.tmp"); local
1095 File f3 = new File("c:"); local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
nmfmapts.cpp 307 NumberFormat* f3 = NumberFormat::createCurrencyInstance(SRC_LOC, status); local
338 f3->format(n, res3);
349 logln((UnicodeString)"f3 reg cur: " + res3);
359 if (f3 == f3a) {
390 delete f3;

Completed in 863 milliseconds

1 2 3 4