/external/v8/test/mjsunit/ |
constant-folding.js | 34 var x = "foo"; 189 Boolean.prototype.toString = function() { return "foo"; } 190 assertEquals("foo", TrueToString()); 191 assertEquals("foo", FalseToString());
|
compare-character.js | 31 var a = ['', String.fromCharCode(0), ' ', 'e', 'erik', 'f', 'foo', 'g', 'goo', 32 -1, 0, 1, 1.2, -7.9, true, false, 'foo', '0', 'NaN' ];
|
compare-nan.js | 28 var a = [NaN, -1, 0, 1, 1.2, -7.9, true, false, 'foo', '0', 'NaN' ]; 46 var b = ["NaN", "-1", "0", "1", "1.2", "-7.9", "true", "false", "'foo'", "'0'",
|
function.js | 69 assertEquals('foobar', f('foo', 'bar')); 72 assertEquals('foobar', f('foo', 'bar'));
|
array-functions-prototype-misc.js | 129 push_function(a, 'foo'); 184 sparse[-1] = 'foo'; 240 push_function(a, "foo"); 241 assertEquals("foo", a[pos]); 244 assertEquals("foo", a[pos+1]); 248 assertEquals("foo", a[pos+3]); 259 assertEquals("foo", a[pos + 2]);
|
array-concat.js | 36 a.push('foo'); 42 assertEquals("foo", c[pos]); 61 assertEquals("foo", c[pos]);
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.c | 332 void * __hide_aliasing_typecast(void *foo) 334 return foo;
|
/libcore/luni/src/test/java/libcore/java/text/ |
CollatorTest.java | 69 String foo = new String(arr, 0, len, "iso8859-1"); local 77 assertTrue("Collation keys should differ", foo.equals(bar));
|
/system/extras/tests/bionic/libc/ |
Android.mk | 92 # -Wl,-u,foo is used to ensure that symbol "foo" is not 98 EXTRA_LDLIBS := -ldl -Wl,--export-dynamic -Wl,-u,foo 102 EXTRA_LDLIBS := -ldl -Wl,--export-dynamic -Wl,-u,foo
|
/external/clearsilver/cs/ |
test14.cs | 28 <?cs if:?Wow.Foo ?> 29 <?cs name:Wow.Foo ?> Exists 125 <?cs var:Days[TestIf].foo ?> 126 <?cs if:?Days[TestIf].foo ?>
|
/external/tcpdump/ |
print-esp.c | 182 char *spistr, *foo; local 191 spino = strtoul(spistr, &foo, 0); 192 if (spistr == foo || !spikey) { 193 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
|
/external/v8/test/mjsunit/regress/ |
regress-1036894.js | 31 foo = function() { eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }"); } 32 foo(); 29 foo = function() { eval("$=function anonymous() { \/*noex*\/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }"); } function
|
/external/webkit/WebCore/bridge/ |
testqtbindings.cpp | 69 void foo() { qDebug() << "foo invoked"; } function in class:MyObject 83 "myInterface.foo();\n"
|
/external/webkit/WebKitTools/simplejson/ |
__init__.py | 14 >>> simplejson.dumps(['foo', {'bar': ('baz', None, 1.0, 2)}]) 15 '["foo", {"bar": ["baz", null, 1.0, 2]}]' 16 >>> print simplejson.dumps("\"foo\bar") 17 "\"foo\bar" 48 >>> simplejson.loads('["foo", {"bar":["baz", null, 1.0, 2]}]') 49 [u'foo', {u'bar': [u'baz', None, 1.0, 2]}] 50 >>> simplejson.loads('"\\"foo\\bar"') 51 u'"foo\x08ar'
|
/ndk/build/core/ |
import-locals.mk | 24 # I.e. If module 'foo' depends on 'bar' which depends on 'zoo', 25 # then 'foo' will get the CFLAGS/CPPFLAGS/C_INCLUDES of both 'bar'
|
/bionic/libc/kernel/arch-x86/asm/ |
processor_32.h | 102 long foo; member in struct:i387_fsave_struct 115 long foo; member in struct:i387_fxsave_struct 130 long foo; member in struct:i387_soft_struct
|
/development/ndk/platforms/android-5/arch-x86/include/asm/ |
processor_32.h | 102 long foo; member in struct:i387_fsave_struct 115 long foo; member in struct:i387_fxsave_struct 130 long foo; member in struct:i387_soft_struct
|
/external/e2fsprogs/ext2ed/ |
main.c | 267 void read_line(char * foo) { 268 char * chptr = foo; 279 if (chptr > foo) {
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
processor_32.h | 102 long foo; member in struct:i387_fsave_struct 115 long foo; member in struct:i387_fxsave_struct 130 long foo; member in struct:i387_soft_struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
processor_32.h | 102 long foo; member in struct:i387_fsave_struct 115 long foo; member in struct:i387_fxsave_struct 130 long foo; member in struct:i387_soft_struct
|
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 173 // // in "foo.proto" 187 // make sure that even though it has the same package as foo.proto, 188 // searching it for members of foo.proto won't work. 191 foo_file.set_name("foo.proto"); 202 bar_file.add_dependency("foo.proto"); 266 EXPECT_EQ("foo.proto", foo_file_->name()); 369 // // in "foo.proto" 374 // required string foo = 1; 383 // required string foo = 1; 399 foo_file.set_name("foo.proto") 1382 DescriptorProto* foo = AddMessage(&foo_file, "Foo"); local 1729 const FieldDescriptor* foo = message->field(0); local 3701 const FileDescriptor* foo = pool.FindFileByName("foo.proto"); local 3715 const FileDescriptor* foo = pool.FindFileByName("foo.proto"); local 3740 const FileDescriptor* foo = pool.FindFileByName("foo.proto"); local 3775 const Descriptor* foo = pool.FindMessageTypeByName("Foo"); local 3789 const Descriptor* foo = pool.FindMessageTypeByName("Foo"); local 3865 const Descriptor* foo = pool.FindMessageTypeByName("Foo"); local 3900 const Descriptor* foo = pool.FindMessageTypeByName("Foo"); local 3932 const Descriptor* foo = pool.FindMessageTypeByName("Foo"); local [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
JSON-stringify.js | 13 var objectWithSideEffectGetter = {get b() {this.foo=1;}}; 14 var objectWithSideEffectGetterAndProto = {__proto__:{foo:"bar"}, get b() {this.foo=1;}}; 16 arrayWithSideEffectGetter.__defineGetter__("b", function(){this.foo=1;}); 18 arrayWithSideEffectGetterAndProto.__defineGetter__("b", function(){this.foo=1;}); 19 arrayWithSideEffectGetterAndProto.__proto__ = {foo:"bar"}; 114 return jsonObject.stringify({get Foo() { return "bar"; }}); 117 return jsonObject.stringify({get Foo() { this.foo="wibble"; return "bar"; }}); 121 jsonObject.stringify({get Foo() { count++; return "bar"; }}) [all...] |
/external/gtest/test/ |
gtest-param-test_test.cc | 432 const char* foo = "foo"; local 435 Combine(Values(foo, bar), Values(3, 4)); 438 make_tuple(foo, 3), make_tuple(foo, 4), 497 const char* foo = "foo"; local 500 int, int> > gen = Combine(Values(foo, bar), 508 expected_values[] = {make_tuple(foo, 1, 2, 3, 4, 5, 6, 7, 8, 9),
|
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 432 const char* foo = "foo"; local 435 Combine(Values(foo, bar), Values(3, 4)); 438 make_tuple(foo, 3), make_tuple(foo, 4), 497 const char* foo = "foo"; local 500 int, int> > gen = Combine(Values(foo, bar), 508 expected_values[] = {make_tuple(foo, 1, 2, 3, 4, 5, 6, 7, 8, 9),
|
/external/dbus/bus/ |
dispatch.c | 3990 DBusConnection *foo; local 4116 DBusConnection *foo; local [all...] |