Searched defs:doit (Results 1 - 25 of 57) sorted by relevance

123

/external/libpng/contrib/libtests/
H A Dgentests.sh67 doit(){ function
90 doit "$ct" "$bd"
94 doit "gray" "16"
100 doit "$ct" "$bd"
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js90 function doit() { function
98 doit();
/external/javassist/src/main/javassist/compiler/
H A DProceedHandler.java28 void doit(JvstCodeGen gen, Bytecode b, ASTList args) throws CompileError; method in interface:ProceedHandler
/external/lldb/tools/lldb-perf/common/clang/
H A Dmain.cpp10 void doit (const Foo &foo) function in namespace:__anon25446
12 printf ("doit(%i)\n", foo.i);
22 doit (foo);
/external/valgrind/main/memcheck/tests/
H A Drecursive-merge.c36 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/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalVariableExtractor.java47 return lve.doit();
74 private LocalVariableInfo doit() { method in class:LocalVariableExtractor
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLocalVariableExtractor.java56 return lve.doit();
82 private LocalVariableInfo doit() { method in class:LocalVariableExtractor
/external/libunwind/tests/
H A Dia64-test-sig.c81 doit (volatile char *p) function
88 printf ("doit: finishing execution!\n");
98 doit (0);
H A DGtest-concurrent.c84 doit (void) function
115 doit ();
120 doit ();
125 doit ();
H A Dia64-test-setjmp.c73 /* Direct call of doit () at the end of doit () would get optimized by GCC to
75 static void doit (int n);
77 static volatile doit_type doit_pointer = doit;
80 doit (int n) function
146 doit (0);
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-bsfl.c27 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(
[all...]
H A Dinsn-pcmpistri.c69 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("abcdefg
[all...]
H A Dinsn-pmovmskb.c52 static void doit(ULong vbits_hi, ULong vbits_lo, ULong val_hi, ULong val_lo) function
134 doit(0x0000000000000000, 0x0000000000000000,
137 doit(0x0707070707070707, 0x0707070707070707,
140 doit(0x8080808080808080, 0x8080808080808080,
143 doit(0x13579BDF02468ACE, 0xFEDCBA9876543210,
/external/valgrind/main/helgrind/tests/
H A Dt2t.c26 int doit(int argc, char*argv[]) function
118 doit(argc, argv);
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp11 void doit() { function in namespace:test0
/external/javassist/src/main/javassist/expr/
H A DCast.java144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:Cast.ProceedForCast
H A DInstanceof.java148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:Instanceof.ProceedForInstanceof
H A DExprEditor.java78 public boolean doit(CtClass clazz, MethodInfo minfo) method in class:ExprEditor
125 boolean doit(CtClass clazz, MethodInfo minfo, LoopContext context, method in class:ExprEditor
H A DFieldAccess.java236 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:FieldAccess.ProceedForRead
284 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:FieldAccess.ProceedForWrite
H A DNewArray.java252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:NewArray.ProceedForArray
H A DNewExpr.java229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:NewExpr.ProceedForNew
/external/llvm/include/llvm/Support/
H A DCasting.h55 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
64 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
68 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
69 return isa_impl<To, From>::doit(Val);
74 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
75 return isa_impl<To, From>::doit(Val);
80 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
82 return isa_impl<To, From>::doit(*Val);
87 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
89 return isa_impl<To, From>::doit(*Va
94 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
101 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
111 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
121 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
191 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
200 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/external/clang/test/Analysis/
H A Dcasts.c57 void doit(char *data, int len) { function
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c38 static int setdevname_pppoatm(const char *cp, const char **argv, int doit);
69 static int setdevname_pppoatm(const char *cp, const char **argv, int doit) argument
79 if(doit)
83 if (!doit) return 1;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c67 static int PPPoEDevnameHook(char *cmd, char **argv, int doit);
268 * doit -- if non-zero, set device name. Otherwise, just check if possible
276 PPPoEDevnameHook(char *cmd, char **argv, int doit) argument

Completed in 412 milliseconds

123