| /external/clang/test/Parser/ |
| DelayedTemplateParsing.cpp | 8 void foo2(); 23 void A<T>::foo2() { function in class:A 33 template void A<int>::foo2();
|
| /external/clang/test/Sema/ |
| attr-format.c | 68 foo2(const char *fmt, va_list va) { function
|
| self-comparison.c | 7 int foo2(int x) { function
|
| vector-init.c | 8 float4 foo2 = (float4){ 1.0, 2.0, 3.0, 4.0 , 5.0 }; // expected-warning{{excess elements in vector initializer}} variable
|
| missing-field-initializers.c | 9 struct Foo foo2 = { .b = 1 }; // designator avoids MFI warning variable in typeref:struct:Foo
|
| flexible-array-init.c | 75 struct PR8217a foo2 = { .i = 0 }; local
|
| init.c | 106 struct foo2 { struct 110 struct foo2 bar2[] = { 114 struct foo2 bar3 = { 1, 2 }; // expected-warning{{excess elements in struct initializer}}
|
| /external/clang/test/SemaTemplate/ |
| self-comparison.cpp | 36 template <int X> void foo2() { function 47 foo2<N>();
|
| /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
| Test.java | 13 public void foo2(@DottedClassName String foo) { method in class:Test
|
| /sdk/emulator/qtools/tests/gtrace/ |
| test.c | 4 int foo2(); 32 foo2(); 123 int foo2() function 149 foo2();
|
| /external/clang/test/CodeGen/ |
| debug-info.c | 38 struct foo2 { struct 42 struct foo2 foo2; variable in typeref:struct:foo2
|
| switch.c | 19 int foo2(int i) { function
|
| pragma-weak.c | 14 // CHECK: @foo2 = alias weak void ()* @__foo2 49 #pragma weak foo2 = __foo2 macro
|
| arm-apcs-zerolength-bitfield.c | 139 char foo2 : 1; member in struct:t14 193 long foo2 : 1; member in struct:t19 216 int foo2 : 16; member in struct:t21
|
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| MultiJITTest.cpp | 60 "define i32 @foo2() { " 65 FooF2 = M2->getFunction("foo2"); 153 Function *F2 = EE2->FindFunctionNamed("foo2"); 154 void *foo2 = EE2->getPointerToFunction(F2); local 160 EXPECT_EQ(getPointerToNamedFunction("foo2"), foo2);
|
| /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
| p8.cpp | 56 void foo2() { function
|
| /external/v8/test/cctest/ |
| test-disasm-ia32.cc | 102 Handle<FixedArray> foo2 = FACTORY->NewFixedArray(10, TENURED); local 103 __ cmp(ebx, foo2);
|
| test-api.cc | 5196 v8::Handle<Value> foo2 = global0->Get(v8_str("foo")); local [all...] |
| /external/clang/test/FixIt/ |
| fixit.cpp | 111 void foo2() volatile {} // expected-error {{type qualifier is not allowed on this function}} function
|
| /external/v8/test/mjsunit/ |
| object-literal-overwrite.js | 39 var foo2 = { 72 assertEquals(7, foo2.bar);
|
| /external/valgrind/main/memcheck/tests/ |
| varinfo5so.c | 65 static void foo2 ( void ) function 81 foo2();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| DomUtilitiesTest.java | 78 Element foo2 = document2.createElement("foo"); local 81 root2.appendChild(foo2); 93 foo2.setAttribute("attribute2", "value2"); 94 foo2.setAttribute("attribute1", "valueWrong"); 96 foo2.setAttribute("attribute1", "value1");
|
| /libcore/luni/src/test/java/libcore/java/util/logging/ |
| OldLogManagerTest.java | 132 Logger foo2 = new MockLogger(FOO, null); local 134 mockManager.addLogger(foo2); 135 assertSame(foo2, mockManager.getLogger(FOO)); 137 assertSame(foo2, mockManager.getLogger(FOO));
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| LogManagerTest.java | 145 Logger foo2 = new MockLogger(FOO, null); local 148 assertFalse(mockManager.addLogger(foo2)); 164 "testAddGetLogger_Hierachy.foo2.child", null); 436 // Logger fo = new MockLogger("foo2", null); 509 .getLogger("testReadConfigurationInputStream_root.foo2"); [all...] |
| /external/clang/test/SemaCXX/ |
| warn-thread-safety-parsing.cpp | 54 class Foo2 { 1235 void foo2() __attribute__((exclusive_locks_required(mu))) { } function in class:FooLate [all...] |