/external/clang/include/clang/AST/ |
DeclBase.h | 1562 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context 1566 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context 1574 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context 1578 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context 1591 static bool doit(const ::clang::DeclContext &Val) { function in struct:llvm::isa_impl 1600 static const ToTy &doit(const ::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val 1606 static ToTy &doit(::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val 1613 static const ToTy *doit(const ::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val 1619 static ToTy *doit(::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val 1627 static ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val 1634 static ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val 1641 static const ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val 1648 static const ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val [all...] |
/external/clang/test/SemaCXX/ |
vararg-non-pod.cpp | 112 virtual void doit() = 0; // expected-note{{unimplemented pure virtual method}}
|
overloaded-builtin-operators.cpp | 210 bool doit() { function in namespace:PR8477
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractComboPropertyEditor.java | 79 event.doit = false;
|
AbstractComboBoxPropertyEditor.java | 95 e.doit = false;
|
/external/llvm/unittests/Support/ |
Casting.cpp | 40 static inline bool doit(const bar &Val) { function in struct:llvm::isa_impl
|
/frameworks/base/services/java/com/android/server/ |
Watchdog.java | 271 String doit = shouldWeBeBrutalLocked(now); local 274 (int)rebootWindowMillis, doit != null ? doit : ""); 275 if (doit == null) {
|
/external/javassist/src/main/javassist/expr/ |
ExprEditor.java | 78 public boolean doit(CtClass clazz, MethodInfo minfo) method in class:ExprEditor 125 boolean doit(CtClass clazz, MethodInfo minfo, LoopContext context, method in class:ExprEditor
|
FieldAccess.java | 236 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
|
Cast.java | 144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:Cast.ProceedForCast
|
Instanceof.java | 148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:Instanceof.ProceedForInstanceof
|
NewExpr.java | 229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) method in class:NewExpr.ProceedForNew
|
/external/javassist/src/main/javassist/bytecode/ |
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();
|
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();
|
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
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
LoginContext1Test.java | 402 boolean doit = ((mask == -1) && (staticMask & FAIL_AT_CTOR) != 0) 404 if (doit) { 471 boolean doit = ((mask == -1) && (staticMask & FAIL_AT_INIT) != 0) 473 if (doit) { 484 boolean doit = ((mask == -1) && (staticMask & FAIL_AT_LOGIN) != 0) 486 if (doit) { 497 boolean doit = ((mask == -1) && (staticMask & FAIL_AT_COMMIT) != 0) 499 if (doit) { 510 boolean doit = ((mask == -1) && (staticMask & FAIL_AT_LOGOUT) != 0) 512 if (doit) { [all...] |
/external/javassist/src/main/javassist/compiler/ |
Javac.java | 439 public void doit(JvstCodeGen gen, Bytecode b, ASTList args) 483 public void doit(JvstCodeGen gen, Bytecode b, ASTList args) 529 public void doit(JvstCodeGen gen, Bytecode b, ASTList args)
|
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureManager.java | 706 e.doit = false; 777 e.doit = !mDragSelection.isEmpty(); 779 if (e.doit) { 794 if (!e.doit || (imageCount == 1 800 e.doit = false; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 55 c.doit = true; 63 if (c.doit) {
|
/prebuilts/tools/common/easymock-tools/ |
Documentation_fr.html | 151 Notre premier test devra vérifier que la suppression d'un document non existant <strong>ne doit pas</strong>
429 il doit demander aux objets liés de voter pour cette suppression
486 Ce type d'écriture doit uniquement être utilisé
498 Cette méthode doit être appelée durant l'étape
500 doit être levé.
757 doit être défini et la méthode statique <code>eqException</code>
758 doit être déclarée.
797 La méthode <code>eqException</code> doit instancier le
[all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/ |
Test_return_object.java | 214 r.doit();
|
/external/grub/grub/ |
asmstub.c | 116 auto void doit (void); 120 void doit (void) function 188 doit (); 261 /* Jump to doit. */
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 81 bb.doit(); 327 private void doit() { method in class:BasicBlocker
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CSpinner.java | 81 e.doit = false; 303 event.doit = valid;
|