/external/guice/core/test/com/google/inject/ |
DuplicateBindingsTest.java | 50 private Constructor<FooImpl> cFoo = FooImpl.cxtor(); 54 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo), 55 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo) 75 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo), 76 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo) 97 new ScopedModule(Scopes.SINGLETON, foo, pFoo, pclFoo, clFoo, cFoo), 98 new ScopedModule(Scopes.SINGLETON, foo, pFoo, pclFoo, clFoo, cFoo) 102 new ScopedModule(Scopes.NO_SCOPE, foo, pFoo, pclFoo, clFoo, cFoo), 103 new ScopedModule(Scopes.NO_SCOPE, foo, pFoo, pclFoo, clFoo, cFoo) 109 new AnnotatedScopeModule(Singleton.class, foo, pFoo, pclFoo, clFoo, cFoo), [all...] |
BindingTest.java | 376 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); 388 public static class CFoo implements IFoo {}
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
loadstore2.ll | 22 define void @cfoo() #0 { 26 ; CHECK-LABEL: cfoo:
|
/external/clang/test/SemaCXX/ |
warn-memset-bad-sizeof.cpp | 13 typedef const Foo CFoo; 67 memset(&foo, 0, sizeof(CFoo)); 83 CFooRef cfoo = foo; local 84 memcpy(&foo, &cfoo, sizeof(Foo));
|
/external/llvm/test/CodeGen/PowerPC/ |
swaps-le-2.ll | 14 ; void cfoo () 39 define void @cfoo() { 78 ; CHECK-LABEL: @cfoo
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_getopt.py | 148 >>> args = '-a -b -cfoo -d bar a1 a2'.split()
150 ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2']
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_getopt.py | 148 >>> args = '-a -b -cfoo -d bar a1 a2'.split() 150 ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2']
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_getopt.py | 148 >>> args = '-a -b -cfoo -d bar a1 a2'.split() 150 ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2']
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 148 >>> args = '-a -b -cfoo -d bar a1 a2'.split() 150 ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2']
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 148 >>> args = '-a -b -cfoo -d bar a1 a2'.split() 150 ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2']
|
/frameworks/base/tests/net/java/com/android/server/ |
ConnectivityServiceTest.java | [all...] |
/external/swiftshader/third_party/LLVM/autoconf/ |
configure.ac | [all...] |