HomeSort by relevance Sort by last modified time
    Searched defs:doit (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/javassist/src/main/javassist/expr/
NewArray.java 252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:NewArray.ProceedForArray
NewExpr.java 229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:NewExpr.ProceedForNew
  /external/llvm/unittests/Support/
Casting.cpp 44 static inline bool doit(const bar &Val) { function in struct:llvm::isa_impl
  /external/valgrind/memcheck/tests/
leak_cpp_interior.cpp 101 void doit(void) function
127 doit();
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 211 bool doit() { function in namespace:PR8477
typo-correction.cpp 128 void doit(void *data) { function
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 349 return LdcEntry.doit(newCode, ldc, etable, destCa);
432 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable, method in class:CodeAttribute.LdcEntry
StackMap.java 290 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();
StackMapTable.java 69 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/javassist/src/main/javassist/compiler/
JvstCodeGen.java 234 procHandler.doit(this, bytecode, (ASTList)expr.oprand2());
CodeGen.java 52 * doit() in ReturnHook is called from atReturn().
61 protected abstract boolean doit(Bytecode b, int opcode); method in class:CodeGen.ReturnHook
616 if (har.doit(bytecode, op)) {
657 protected boolean doit(Bytecode b, int opcode) {
672 rh.doit(bc, 0); // the 2nd arg is ignored.
680 rh.doit(bc, 0); // the 2nd arg is ignored.
    [all...]
MemberCodeGen.java 111 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
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 622 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
629 static inline bool doit (const Value &Val) { function in struct:llvm::isa_impl
635 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
641 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
647 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
653 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
659 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
665 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
671 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
677 static inline bool doit(const Value &Val) function in struct:llvm::isa_impl
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 349 r.doit();
726 private void doit() { method in class:Ropper
    [all...]
  /external/libunwind/tests/
Lrs-race.c 1474 int doit (void) function
1499 doit ();
1504 doit ();
1509 doit ();
  /external/libvncserver/x11vnc/
remote.c 2149 int doit = 1, safe = 0; local
2307 int doit = 1; local
4151 int doit = 1; local
    [all...]
user.c 117 int doit = 0; local
120 doit = 1;
123 doit = 1;
127 doit = 1;
129 if (doit) {
716 int doit = 0; local
722 doit = 1;
741 if (! doit && dpy) {
744 doit = try_user_and_display(uid, gid, dstr);
747 if (doit) {
    [all...]
x11vnc.c 5611 int doit = 0; variable
    [all...]
userinput.c 4789 int doit = 0; local
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 1758 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1762 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1770 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1774 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1787 static bool doit(const ::clang::DeclContext &Val) { function in struct:llvm::isa_impl
1796 static const ToTy &doit(const ::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1802 static ToTy &doit(::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1809 static const ToTy *doit(const ::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
1815 static ToTy *doit(::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
1823 static ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1830 static ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
1837 static const ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1844 static const ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
    [all...]
  /external/elfutils/src/tests/
cleanup-13.c 306 __attribute__((noinline)) static void doit () function
314 doit ();
  /ndk/sources/host-tools/make-3.81/
main.c 2442 int doit = !env || cs->env; local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 

Completed in 887 milliseconds

1 23 4 5