HomeSort by relevance Sort by last modified time
    Searched full:foobar (Results 1 - 25 of 743) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/016-intern/
expected.txt 1 good! foobar
  /external/clang/test/PCH/Inputs/
chain-macro1.h 1 #define FOOBAR void f();
  /art/test/016-intern/
expected.txt 1 good! foobar
  /external/valgrind/main/none/tests/
nodir.vgtest 1 prog: nodir.vgtest/foobar
nodir.stderr.exp 1 valgrind: ./nodir.vgtest/foobar: Not a directory
  /external/llvm/test/Transforms/ConstantMerge/
2011-01-15-EitherOrder.ll 4 declare i32 @zed(%struct.foobar*, %struct.foobar*)
6 %struct.foobar = type { i32 }
8 @bar.d = unnamed_addr constant %struct.foobar zeroinitializer, align 4
10 @foo.d = internal constant %struct.foobar zeroinitializer, align 4
14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
unnamed-addr.ll 5 declare void @zed(%struct.foobar*, %struct.foobar*)
7 %struct.foobar = type { i32 }
9 @test1.x = internal constant %struct.foobar { i32 1 }
10 @test1.y = constant %struct.foobar { i32 1 }
12 @test2.x = internal constant %struct.foobar { i32 2 }
13 @test2.y = unnamed_addr constant %struct.foobar { i32 2 }
15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 }
16 @test3.y = constant %struct.foobar { i32 3 }
18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4
    [all...]
merge-both.ll 6 declare void @zed(%struct.foobar*, %struct.foobar*)
8 %struct.foobar = type { i32 }
10 @var1 = internal constant %struct.foobar { i32 2 }
11 @var2 = unnamed_addr constant %struct.foobar { i32 2 }
12 @var3 = internal constant %struct.foobar { i32 2 }
13 @var4 = unnamed_addr constant %struct.foobar { i32 2 }
15 ; CHECK: %struct.foobar = type { i32 }
17 ; CHECK: @var2 = constant %struct.foobar { i32 2 }
18 ; CHECK-NEXT: @var4 = constant %struct.foobar { i32 2
    [all...]
  /external/llvm/test/Assembler/
unnamed-addr.ll 3 %struct.foobar = type { i32 }
5 @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4
6 @foo.d = internal constant %struct.foobar zeroinitializer, align 4
10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind
14 declare i32 @zed(%struct.foobar*, %struct.foobar*)
16 ; CHECK: @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4
17 ; CHECK: @foo.d = internal constant %struct.foobar zeroinitializer, align 4
  /external/clang/test/Index/
index-kernel-invocation.cpp 3 // CHECK: [indexDeclaration]: kind: function | name: foobar
4 void foobar(void);
  /external/clang/test/Sema/
attr-unknown.c 3 int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
execsect.asm 1 .section .foobar, "ax",@progbits
  /external/llvm/test/FileCheck/
regex-no-match.txt 3 foobar
  /external/clang/test/PCH/
format-strings.c 1 // RUN: %clang_cc1 -D FOOBAR="\"\"" %s -emit-pch -o %t.pch
2 // RUN: %clang_cc1 -D FOOBAR="\"\"" %s -include-pch %t.pch
10 #define LOG printf(FOOBAR "%f", __LINE__)
  /external/llvm/test/CodeGen/X86/
inline-asm-h.ll 3 @foobar = common global i32 0, align 4
7 call void asm "movq %mm2,${0:H}", "=*m,~{dirflag},~{fpsr},~{flags}"(i32* @foobar) nounwind
12 ; CHECK: movq %mm2,foobar+8(%rip)
  /external/llvm/test/MC/AsmParser/
secure_log_unique.s 5 .secure_log_unique "foobar"
7 // CHECK: "foobar"
8 // CHECK-NEXT: "foobar"
  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
  /external/clang/test/SemaCXX/
libstdcxx_atomic_ns_hack.cpp 16 typedef int foobar; typedef in namespace:std::__atomic0
19 typedef void foobar; typedef in namespace:std::__atomic1
30 std::foobar fb;
33 using T = std::foobar; // expected-error {{different types ('std::foobar' (aka 'int') vs 'void')}}
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 27 EXPECT_TRUE(MyMatch("foobar$", "foobar"));
29 EXPECT_TRUE(MyMatch("foobar", "foobar"));
30 EXPECT_TRUE(MyMatch("*foobar*", "foobar"));
31 EXPECT_TRUE(MyMatch("foobar", "prefix_foobar_postfix"));
32 EXPECT_TRUE(MyMatch("*foobar*", "prefix_foobar_postfix"));
34 EXPECT_TRUE(MyMatch("foo*bar", "foobar"));
37 EXPECT_TRUE(MyMatch("^foobar", "foobar"))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.masm 3 extrn foobar : proc
14 foobarptr dd foobar
15 foobarptr2 dq foobar
36 mov ebx,[foobar]
37 mov rcx,offset foobar
38 lea rdx, foobar
39 mov rax, qword ptr foobar[rcx]
40 mov rax, foobar
41 mov rbx, foobar
42 movzx rax, byte ptr foobar
    [all...]
  /external/clang/test/Frontend/
rewrite-includes-missing.c 3 #include "foobar.h" // expected-error {{'foobar.h' file not found}}
5 // CHECK-NEXT: {{^}}#include "foobar.h"
  /external/chromium-trace/trace-viewer/src/cc/
util_test.js 14 assertEquals('fooBar', cc.convertNameToJSConvention('foo_bar'));
30 fooBar: {
50 {fooBar: 7},
51 {fooBar: 8}
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtUtilsTest.java 26 assertEquals("Foobar", AdtUtils.extractClassName("foo bar"));
33 assertEquals("foobar", AdtUtils.stripAllExtensions("foobar"));
34 assertEquals("foobar", AdtUtils.stripAllExtensions("foobar.png"));
35 assertEquals("foobar", AdtUtils.stripAllExtensions("foobar.9.png"));
41 assertEquals("foobar", AdtUtils.stripLastExtension("foobar"));
42 assertEquals("foobar", AdtUtils.stripLastExtension("foobar.png"))
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t053heteroTP16.g 11 this.foobar = x;
15 return t053heteroTP16Parser.tokenNames[this.getType()] + "<V>;" + this.foobar;
  /external/clang/test/CodeGen/
2010-02-16-DbgScopes.c 9 extern void foobar();
14 foobar();

Completed in 267 milliseconds

1 2 3 4 5 6 7 8 91011>>