HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 151 - 175 of 432) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/X86/
illegal-insert.ll 11 define <4 x double> @foo2(<4 x double> %t) {
fast-isel-call.ll 19 declare void @foo2(%struct.s* byval)
22 call void @foo2(%struct.s* byval %d )
mingw-alloca.ll 19 define void @foo2(i32 inreg %N) nounwind {
26 ; ELF: foo2:
stack_guard_remat.ll 3 ;CHECK: foo2
15 call void asm sideeffect "foo2", "~{r12},~{r13},~{r14},~{r15},~{ebx},~{esi},~{edi},~{dirflag},~{fpsr},~{flags}"()
win64_call_epi.ll 35 define void @foo2(i1 zeroext %cond ) {
48 ; WIN64-LABEL: foo2:
  /external/llvm/test/Transforms/InstCombine/
2008-05-31-Bools.ll 11 define i1 @foo2(i1 %a, i1 %b) {
select-select.ll 13 ; CHECK: @foo2
14 define float @foo2(float %a) #0 {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java 29 public NoPublicConstructorTest(String foo, String foo2) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 26 ['foo1', 'foo2'])
31 [(1, 'foo1'), ('name', 'foo2')])
36 ('another/name', 'foo2')])
41 ('another', 'foo2')])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 26 ['foo1', 'foo2'])
31 [(1, 'foo1'), ('name', 'foo2')])
36 ('another/name', 'foo2')])
41 ('another', 'foo2')])
  /external/clang/test/CodeGenCXX/
lambda-expressions-inside-auto-functions.cpp 19 auto foo2() { function in namespace:non_inline_function
23 auto use = foo2<int>();
  /external/google-breakpad/src/testing/test/
gmock_output_test_.cc 255 MockFoo* foo2 = new MockFoo; local
260 // Invokes EXPECT_CALL on foo2.
261 EXPECT_CALL(*foo2, Bar2(_, _));
262 EXPECT_CALL(*foo2, Bar2(1, _));
263 EXPECT_CALL(*foo2, Bar3(_, _)).Times(AnyNumber());
264 foo2->Bar2(2, 1);
265 foo2->Bar2(1, 1);
267 // Both foo1 and foo2 are deliberately leaked.
  /external/llvm/test/CodeGen/Mips/
stackcoloring.ll 24 %call = call i32 @foo2(i32 %2, i32* %arraydecay)
37 declare i32 @foo2(i32, i32*)
  /external/llvm/test/CodeGen/PowerPC/
fast-isel-br-const.ll 19 call void @foo2()
43 declare void @foo2()
i1-ext-fold.ll 22 define signext i32 @foo2(i32 signext %a, i32 signext %b) #0 {
30 ; CHECK-LABEL: @foo2
  /external/llvm/test/Transforms/ArgumentPromotion/
crash.ll 5 invoke void @foo2()
17 define internal void @foo2() ssp {
  /external/llvm/test/Transforms/Inline/
recursive.ll 13 call void @foo2(i8* %r)
35 declare void @foo2(i8* %in)
  /external/v8/test/mjsunit/
arguments-escape.js 45 function foo2(x) { function
56 var baz2 = foo2(0.5);
math-abs.js 116 function foo2() { function
119 assertEquals(1, foo2());
120 assertEquals(1, foo2());
121 %OptimizeFunctionOnNextCall(foo2);
122 assertEquals(1, foo2());
  /external/v8/test/webkit/
dfg-constant-fold-logical-not-branch.js 35 function foo2(o) { function
52 shouldBe("foo2(new Stuff())", "58");
  /external/toybox/tests/
grep.test 13 echo -e "this is test2" > foo2
15 testing "grep -l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
16 rm foo foo2 foo3
29 echo -e "hello this is test" > foo2
31 testing "grep -H" "grep -H is foo foo2 foo3" "foo:this is test\nfoo:this is test2\nfoo2:hello this is test\n" "" ""
32 rm foo foo2 foo3
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
module_unittest.py 100 <link rel="import" href="/z/foo2.html">
110 fs.AddFile('/x/y/z/foo2.html', """
128 os.path.normpath('/x/y/z/foo2.html'),
  /external/clang/test/Sema/
init.c 115 struct foo2 { struct
119 struct foo2 bar2[] = {
123 struct foo2 bar3 = { 1, 2 }; // expected-warning{{excess elements in struct initializer}}
  /external/e2fsprogs/tests/d_special_files/
script 26 symlink foo2 12345678901234567890123456789012345678901234567890123456789012345678901234567890
38 echo "debugfs -R ''stat foo2'' -w test.img" > $OUT.new
39 $DEBUGFS -R "stat foo2" -w $TMPFILE >> $OUT.new 2>&1
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatUnitTest.java 35 "odd{foo1}other{foo2}}",
36 "odd{foo1}other{{foo2}",
37 "odd{fo{o1}other{foo2}}"

Completed in 520 milliseconds

1 2 3 4 5 67 8 91011>>