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

12

/external/javassist/src/main/javassist/compiler/
H A DProceedHandler.java28 void doit(JvstCodeGen gen, Bytecode b, ASTList args) throws CompileError; method in interface:ProceedHandler
H A DMemberCodeGen.java111 protected boolean doit(Bytecode b, int opcode) { method in class:MemberCodeGen.JsrHook
159 protected boolean doit(Bytecode b, int opcode) { method in class:MemberCodeGen.JsrHook2
532 * atMethodCallCore() is also called by doit() in NewExpr.ProceedForNew
/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/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
H A Dtypo-correction.cpp123 void doit(void *data) { function
H A Doverloaded-builtin-operators.cpp210 bool doit() { function in namespace:PR8477
/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/libffi/testsuite/libffi.call/
H A Dpyobjc-tc.c25 int doit(int o, char* s, Point p, Rect r, int last) function
108 ffi_call(&cif, FFI_FN(doit), &result, values);
/external/llvm/include/llvm/Support/
H A DCasting.h49 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
55 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
56 return isa_impl<To, From>::doit(Val);
61 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
62 return isa_impl<To, From>::doit(Val);
67 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
68 return isa_impl<To, From>::doit(*Val);
73 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
74 return isa_impl<To, From>::doit(*Val);
79 static inline bool doit(cons function in struct:llvm::isa_impl_cl
88 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
98 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
167 static typename cast_retty<To, From>::ret_type doit(const From &Val) { function in struct:llvm::cast_convert_val
176 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.c55 void doit(char *data, int len) { function
/external/llvm/unittests/Support/
H A DCasting.cpp40 static inline bool doit(const bar &Val) { function in struct:llvm::isa_impl
/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
/external/javassist/src/main/javassist/
H A DCodeConverter.java492 protected void doit(CtClass clazz, MethodInfo minfo, ConstPool cp) method in class:CodeConverter
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java349 return LdcEntry.doit(newCode, ldc, etable, destCa);
432 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable, method in class:CodeAttribute.LdcEntry
H A DStackMap.java290 byte[] data = new InsertLocal(this, index, tag, classInfo).doit();
302 byte[] doit() { method in class:StackMap.SimpleCopy
410 byte[] data = new NewRemover(this, where).doit();
H A DStackMapTable.java69 new Copier(this.constPool, info, newCp).doit());
364 public byte[] doit() throws BadBytecode { method in class:StackMapTable.SimpleCopy
445 byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
791 new Shifter(this, where, gapSize, exclusive).doit();
811 public void doit() throws BadBytecode { method in class:StackMapTable.Shifter
900 byte[] data = new NewRemover(this.get(), where).doit();
/external/llvm/include/llvm/
H A DValue.h340 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
347 static inline bool doit (const Value &Val) { function in struct:llvm::isa_impl
353 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
359 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
365 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
371 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
377 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
383 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
389 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
396 static inline bool doit(cons function in struct:llvm::isa_impl
[all...]

Completed in 468 milliseconds

12