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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncvar1.c 5 extern void doit (void);
8 doit (void) function
19 return &doit;
  /external/valgrind/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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mode-change-error-1b.s 3 .globl doit
5 .ent doit
6 .type doit, @function
7 doit: label
17 .end doit
18 .size doit, .-doit
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
ITestImplAbstract.java 21 abstract public void doit(); method in class:ITestImplAbstract
22 abstract public void doit(int i); method in class:ITestImplAbstract
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
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/
ITestImplAbstract.java 21 abstract public void doit(); method in class:ITestImplAbstract
22 abstract public void doit(int i); method in class:ITestImplAbstract
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
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/
Runner.java 20 public void doit(); method in interface:Runner
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 5 void doit();
18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
  /external/clang/test/CodeGenCXX/
microsoft-abi-vmemptr-fastcall.cpp 6 void (__fastcall A::*doit())(int, int) { function
  /art/test/562-bce-preheader/src/
Main.java 25 public static int doit(int[][] x, int j) { method in class:Main
79 private static int doit(int[] z) { method in class:Main
119 expectEquals(8, doit(x, -6));
120 expectEquals(7, doit(x, -5));
121 expectEquals(6, doit(x, -4));
122 expectEquals(5, doit(x, -3));
123 expectEquals(4, doit(x, -2));
124 expectEquals(3, doit(x, -1));
125 expectEquals(3, doit(x, 0));
126 expectEquals(3, doit(x, 1))
    [all...]
  /external/clang/test/PCH/
implicitly-deleted.cpp 11 template<typename T> void doit(decltype(T(make<const T&>()))*) { T(make<const T&>()); }
12 template<typename T> void doit(...) { T(make<T&&>()); } function
13 template<typename T> void later() { doit<T>(0); }
  /art/test/073-mismatched-field/src/
Main.java 20 main.doit();
23 void doit() { method in class:Main
  /external/cmockery/cmockery_0_1_2/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /external/libogg/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /external/libvorbis/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
install-sh 48 doit="${DOITPROG-}"
249 $doit $mkdircmd "$dst" \
250 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
253 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
267 $doit $cpprog "$src" "$dsttmp" &&
273 # errors from the above "$doit $cpprog $src $dsttmp" command.
275 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
276 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
install-sh 48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
install-sh 48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
install-sh 48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
install-sh 48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &
    [all...]
  /external/c-ares/
install-sh 30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &
    [all...]

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 91011>>