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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/amd64/
insn-pcmpistri.c 69 void doit(const char *const s) function
79 doit("");
80 doit("a");
81 doit("ab");
82 doit("abc");
83 doit("abcd");
84 doit("abcde");
85 doit("abcdef");
86 doit("abcdefg");
88 doit("abcdefgh")
    [all...]
insn-bsfl.c 27 static void doit(unsigned vbits, unsigned val) function
63 doit(0x00000000, 0x00000000);
64 doit(0x00000000, 0x00000001);
65 doit(0x00000001, 0x00000000);
66 doit(0x00000001, 0x00000001);
69 doit(0x00000090, 0x00000040);
70 doit(0x00000040, 0x00000090);
73 doit(0x00000500, 0x00000a00);
74 doit(0x00000a00, 0x00000500);
76 doit(0x000f0000, 0x001e0000)
    [all...]
insn-pmovmskb.stderr.exp 3 by 0x........: doit (insn-pmovmskb.c:69)
9 by 0x........: doit (insn-pmovmskb.c:73)
15 by 0x........: doit (insn-pmovmskb.c:77)
21 by 0x........: doit (insn-pmovmskb.c:81)
27 by 0x........: doit (insn-pmovmskb.c:85)
33 by 0x........: doit (insn-pmovmskb.c:89)
39 by 0x........: doit (insn-pmovmskb.c:93)
45 by 0x........: doit (insn-pmovmskb.c:97)
51 by 0x........: doit (insn-pmovmskb.c:101)
57 by 0x........: doit (insn-pmovmskb.c:105
    [all...]
  /external/llvm/test/Bitcode/
blockaddress.ll 10 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8
11 ; CHECK: blockaddress(@doit, %here)
12 br label %doit.exit
14 doit.exit:
18 define void @doit(i8** nocapture %pptr) {
19 ; CHECK: define void @doit
24 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
25 ; CHECK: blockaddress(@doit, %here)
39 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
40 ; CHECK: blockaddress(@doit, %here
    [all...]
  /external/lldb/tools/lldb-perf/common/clang/
main.cpp 10 void doit (const Foo &foo) function in namespace:__anon29216
12 printf ("doit(%i)\n", foo.i);
22 doit (foo);
  /ndk/tests/device/test-stlport_shared-exception/jni/
unexpected1.cpp 26 doit () throw (Two) function
37 doit ();
  /ndk/tests/device/test-stlport_static-exception/jni/
unexpected1.cpp 26 doit () throw (Two) function
37 doit ();
  /external/llvm/test/Transforms/Inline/
blockaddress.ll 4 ; Make sure doit is not inlined since the blockaddress is taken
6 ; CHECK: store i8* blockaddress(@doit, %here), i8** %pptr, align 8
11 define void @doit(i8** nocapture %pptr, i32 %cond) nounwind uwtable {
17 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
26 call void @doit(i8** @ptr1, i32 %cond)
  /external/clang/test/SemaCXX/
for-range-unused.cpp 7 void doIt() {
20 vector.doIt(); // expected-note {{here}}
operator-arrow-temporary.cpp 5 void doit();
18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
  /external/llvm/test/Verifier/
inalloca3.ll 4 declare void @doit(i64* inalloca %a)
10 call void @doit(i64* inalloca %b)
inalloca2.ll 5 declare void @doit(i64* inalloca %a)
11 call void @doit(i64* inalloca %b)
18 call void @doit(i64* inalloca %a)
19 call void @doit(i64* inalloca %a)
37 call void @doit(i64* inalloca %args)
  /external/valgrind/main/memcheck/tests/
recursive-merge.c 36 void doit (int argc, char**argv) function
56 doit(argc, argv); // with default value of our argument.
59 doit(argc, argv);
62 doit(argc, argv);
65 doit(argc, argv);
68 doit(argc, argv);
  /external/llvm/test/CodeGen/ARM/
warn-stack.ll 11 call void @doit(i8* %arraydecay) nounwind
20 call void @doit(i8* %arraydecay) nounwind
24 declare void @doit(i8*)
  /external/llvm/test/CodeGen/X86/
warn-stack.ll 11 call void @doit(i8* %arraydecay) nounwind
20 call void @doit(i8* %arraydecay) nounwind
24 declare void @doit(i8*)
  /external/llvm/test/Transforms/GlobalOpt/
storepointer.ll 14 define void @doit() {
  /external/chromium_org/third_party/libevent/
install-sh 18 doit="${DOITPROG-}"
182 $doit $instcmd $dst &&
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
215 $doit $instcmd $src $dsttmp &&
223 # errors from the above "$doit $instcmd $src $dsttmp" command.
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &
    [all...]
  /external/e2fsprogs/config/
install-sh 18 doit="${DOITPROG-}"
182 $doit $instcmd $dst &&
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
215 $doit $instcmd $src $dsttmp &&
223 # errors from the above "$doit $instcmd $src $dsttmp" command.
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &
    [all...]
  /external/clang/test/Misc/
backend-stack-frame-diagnostics.cpp 23 extern void doIt(char *);
31 doIt(buffer);
42 doIt(buffer);
57 doIt(buffer);
67 doIt(buffer);
76 doIt(buffer);
  /art/test/073-mismatched-field/src/
Main.java 20 main.doit();
23 void doit() { method in class:Main
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
ITest.java 20 public void doit(); method in interface:ITest
21 public void doit(int i); method in interface:ITest
ITestImpl.java 20 public void doit() { method in class:ITestImpl
24 public void doit(int i) { method in class:ITestImpl
ITestImplAbstract.java 21 abstract public void doit(); method in class:ITestImplAbstract
22 abstract public void doit(int i); method in class:ITestImplAbstract
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/
ITest.java 20 public void doit(); method in interface:ITest
21 public void doit(int i); method in interface:ITest
ITestImpl.java 22 public void doit() { method in class:ITestImpl
26 public void doit(int i) { method in class:ITestImpl

Completed in 1322 milliseconds

1 2 3 4 5 6 7 8 91011>>