HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 276 - 300 of 444) sorted by null

<<1112131415161718

  /external/clang/test/CodeGen/
asm.c 5 __asm__ ("foo2");
8 // CHECK-NEXT: module asm "foo2"
pragma-weak.c 12 // CHECK-DAG: @foo2 = alias weak void ()* @__foo2
47 #pragma weak foo2 = __foo2 macro
  /external/clang/test/Index/
index-refs.cpp 29 void foo2(S &s) { function
90 // CHECK: [indexDeclaration]: kind: function | name: foo2
  /external/clang/test/Index/skip-parsed-bodies/
compile_commands.json 46 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1
65 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 182 @interface Foo2 {
188 @implementation Foo2
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 59 float foo2 (${{PARAMETER2}})
70 foo2(result);
  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 65 float foo2 (${{PARAMETER2}})
76 foo2(result);
  /external/llvm/test/Analysis/BasicAA/
pr18573.ll 32 define <8 x float> @foo2(i8* noalias readonly %arr.ptr, <8 x i32>* noalias readonly %vix.ptr, i8* noalias %t2.ptr) #1 {
45 ; CHECK: foo2
  /external/llvm/test/CodeGen/AArch64/
arm64-stur.ll 13 define void @foo2(i16* %p, i64 %val) nounwind {
14 ; CHECK-LABEL: foo2:
arm64-abi-varargs.ll 144 define void @foo2(i8* %fmt, ...) nounwind {
146 ; CHECK-LABEL: foo2:
189 call void (i8*, ...)* @foo2(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i32 %1, i128 %3)
  /external/llvm/test/CodeGen/Mips/
alloca.ll 15 call void @foo2(double 1.000000e+00, double 2.000000e+00, i32 3) nounwind
22 declare void @foo2(double, double, i32)
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-i64.ll 28 define i64 @foo2(i64* nocapture %n, i64 %d) nounwind readonly {
47 ; CHECK: @foo2
  /external/llvm/test/MC/ELF/
tls-i386.s 6 movl foo2@GOTNTPOFF(%eax), %eax
30 // CHECK-NEXT: Name: foo2
  /external/llvm/test/Transforms/Inline/
devirtualize-3.ll 43 store void (i8*, i32)* bitcast (void (%struct.foo_sf_t*, i32)* @foo2 to void (i8*, i32)*), void (i8*, i32)** %tmp4
51 define internal void @foo2(%struct.foo_sf_t* %sf, i32 %y) nounwind ssp {
  /external/llvm/test/Transforms/Sink/
basic.ll 26 ; CHECK-LABEL: @foo2(
30 define i32 @foo2(i1 %z) {
  /external/oprofile/doc/
CodingStyle 51 foo2
53 LIST = foo1 foo2
  /external/qemu/android/utils/
property_file_unittest.cpp 126 "foo2=this-value-is-too-long-and-will-be-truncated-by-the-parser"
139 EXPECT_STREQ("foo2", iter->name);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ShadowWranglerTest.java 75 Foo foo2 = new Foo(name); local
76 assertEquals(foo1, foo2);
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc 120 AddCookieSamples(GURL("http://foo2"), "B=1");
153 // foo2 -> cookies -> b,
470 // 1. `foo2`
    [all...]
  /external/chromium_org/net/http/
http_auth_cache_unittest.cc 105 "/foo2/index.html");
193 // Realm4 applies to '/' and Realm2 applies to '/foo2/'.
196 entry = cache.LookupByPath(origin, "/foo2/index.html");
198 entry = cache.LookupByPath(origin, "/foo2/foobar.html");
200 entry = cache.LookupByPath(origin, "/foo2/bar/index.html");
202 entry = cache.LookupByPath(origin, "/foo2/");
204 entry = cache.LookupByPath(origin, "/foo2");
  /external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp 90 UNICODE_STRING_SIMPLE("odd{foo1}other{foo2}}"),
91 UNICODE_STRING_SIMPLE("odd{foo1}other{{foo2}"),
92 UNICODE_STRING_SIMPLE("odd{fo{o1}other{foo2}}")
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typewrapping.h.pump 24 // A Foo2(B, C)
27 // Foo ever changes then Foo2 may become out-of-sync. e.g., Foo might have
29 // the programmer forgets to change Foo2, the code will probably still work, but
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
selfmts.cpp 90 UNICODE_STRING_SIMPLE("odd{foo1}other{foo2}}"),
91 UNICODE_STRING_SIMPLE("odd{foo1}other{{foo2}"),
92 UNICODE_STRING_SIMPLE("odd{fo{o1}other{foo2}}")
  /external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model_unittest.cc 74 menu_model()->AddItem(1, ASCIIToUTF16("foo2"));

Completed in 1604 milliseconds

<<1112131415161718