Searched 
defs:foo (Results 
1151 -
		1175 of 
2113) sorted by null 
<<41424344454647484950>>
		| /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ | 
| module.h | 17  int foo;  member in struct:mod_arch_specific 
 | 
| /system/extras/tests/bionic/libc/bionic/ | 
| lib_relocs.c | 6 struct foo { int first, second; };  struct 7 struct foo Foo = {1, 2};
 9 int* FooPtr[] = { &Foo.first, &Foo.second };
 
 | 
| /art/test/044-proxy/src/ | 
| NarrowingTest.java | 22        public Object foo();  method in interface:NarrowingTest.I1 28        public String foo();  method in interface:NarrowingTest.I2
 52        System.out.println("Invoking foo using I2 type: " + proxy.foo());
 55        System.out.println("Invoking foo using I1 type: " + proxyAsParent.foo());
 58            proxy.foo();
 
 | 
| /art/test/076-boolean-put/src/ | 
| Main.java | 31         Main foo = new Main();  local 32         foo.test();
 
 | 
| /external/apache-harmony/support/src/test/resources/tests/resources/ | 
| hyts_Bar.ser |  | 
| hyts_Foo.ser |  | 
| hyts_mainClass.ser |  | 
| /external/chromium_org/v8/test/mjsunit/regress/ | 
| regress-123512.js | 58   var o = { foo:x, 0:y }; 59   return o.foo + o[0];
 64 Object.prototype.foo = 42;
 73 Object.prototype.__defineGetter__('foo', function() { throw Error(); });
 
 | 
| /libcore/support/src/test/java/tests/resources/ | 
| hyts_Bar.ser |  | 
| hyts_Foo.ser |  | 
| hyts_mainClass.ser |  | 
| /art/test/005-annotations/src/android/test/anno/ | 
| SimplyNoted.java | 30     public int foo() {  method in class:SimplyNoted 
 | 
| /bionic/tests/ | 
| stack_unwinding_test_impl.c | 50 static void noinline foo() {  function 68   foo();
 
 | 
| /external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/ | 
| hyts_11.jar |  | 
| hyts_12.jar |  | 
| hyts_21.jar |  | 
| hyts_22-new.jar |  | 
| hyts_22.jar |  | 
| hyts_31.jar |  | 
| hyts_32.jar |  | 
| hyts_41.jar |  | 
| hyts_42.jar |  | 
| /external/chromium_org/content/child/ | 
| site_isolation_policy_browsertest.cc | 69   GURL foo("http://foo.com/files/cross_site_document_request.html"); 73   NavigateToURL(shell(), foo);  local
 102   GURL foo("http://foo.com/files/cross_site_document_request_target.html");
 103   NavigateToURL(shell(), foo);  local
 
 | 
| /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ | 
| autostatic.c | 105 typedef int foo;  typedef 
 | 
| /external/chromium_org/third_party/android_crazy_linker/src/tests/ | 
| test_shared_relro.cpp | 7 // - Find the address of the "Foo" function in it. 35   RelroLibrary foo;  local
 39   foo.Init("libfoo_with_relro.so", context);
 53     printf("Child waiting for foo relro fd\n");
 55     foo.ReceiveRelroInfo(pipes[0]);
 56     foo.UseSharedRelro(context);
 64              foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
 65       Panic("Could not find 'Foo' in library");
 67     printf("Calling Foo()\n")
 [all...]
 | 
		 Completed in 1047 milliseconds  
		<<41424344454647484950>>