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

1 23 4 5 6 7

  /external/stressapptest/
install-sh 51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh 51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &
    [all...]
  /external/javassist/src/main/javassist/compiler/
ProceedHandler.java 28 void doit(JvstCodeGen gen, Bytecode b, ASTList args) throws CompileError; method in interface:ProceedHandler
  /external/llvm/utils/
makellvm 16 set doit = 1
26 set doit = 0; shift argv; breaksw
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
132 if ($doit == 1) then
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 49 e.doit = false;
54 e.doit = false;
75 e.doit = !mDragSelection.isEmpty();
77 if (e.doit) {
109 e.doit = false;
  /external/llvm/include/llvm/IR/
Value.h 336 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
343 static inline bool doit (const Value &Val) { function in struct:llvm::isa_impl
349 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
355 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
361 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
367 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
373 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
379 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
385 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
392 static inline bool doit(const Value &Val) function in struct:llvm::isa_impl
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 11 void doit() { function in namespace:test0
  /external/openssl/apps/
speed.c 624 int doit[ALGOR_NUM]; local
683 doit[i]=0;
728 doit[D_EVP]=1;
782 if (strcmp(*argv,"md2") == 0) doit[D_MD2]=1;
786 if (strcmp(*argv,"mdc2") == 0) doit[D_MDC2]=1;
790 if (strcmp(*argv,"md4") == 0) doit[D_MD4]=1;
794 if (strcmp(*argv,"md5") == 0) doit[D_MD5]=1;
798 if (strcmp(*argv,"hmac") == 0) doit[D_HMAC]=1;
802 if (strcmp(*argv,"sha1") == 0) doit[D_SHA1]=1;
804 if (strcmp(*argv,"sha") == 0) doit[D_SHA1]=1
    [all...]
  /dalvik/tests/053-wait-some/src/
Main.java 14 doit(timing);
17 public static void doit(boolean timing) { method in class:Main
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 38 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)
79 if(doit)
83 if (!doit) return 1;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 47 return lve.doit();
74 private LocalVariableInfo doit() { method in class:LocalVariableExtractor
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 47 return lve.doit();
74 private LocalVariableInfo doit() { method in class:LocalVariableExtractor
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 47 return lve.doit();
74 private LocalVariableInfo doit() { method in class:LocalVariableExtractor
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 25 int doit(int o, char* s, Point p, Rect r, int last) function
108 ffi_call(&cif, FFI_FN(doit), &result, values);
  /external/valgrind/main/helgrind/tests/
t2t.c 26 int doit(int argc, char*argv[]) function
118 doit(argc, argv);
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 187 boolean doit, boolean evenPersistent, int userId,
194 if (!doit) {
205 boolean doit, boolean evenPersistent, int userId,
207 boolean didSomething = collectForceStopProvidersLocked(name, appId, doit,
209 if (!doit && didSomething) {
214 if (collectForceStopProvidersLocked(name, appId, doit, evenPersistent,
216 if (!doit) {
226 didSomething |= collectForceStopProvidersLocked(name, appId, doit,
  /external/clang/include/clang/AST/
DeclBase.h 1561 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1565 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1573 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1577 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1590 static bool doit(const ::clang::DeclContext &Val) { function in struct:llvm::isa_impl
1599 static const ToTy &doit(const ::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1605 static ToTy &doit(::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1612 static const ToTy *doit(const ::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
1618 static ToTy *doit(::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
1626 static ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1633 static ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
1640 static const ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1647 static const ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
    [all...]
  /external/clang/test/Analysis/
casts.c 56 void doit(char *data, int len) { function
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 212 e.doit = event.doit;
214 event.doit = e.doit;
225 event.doit = false;
231 e.doit = event.doit;
234 event.doit = e.doit;
285 event.doit = false
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_11.d 30 invoke-interface {v4}, dot/junit/opcodes/invoke_interface/ITest/doit()V
T_invoke_interface_13.d 30 invoke-interface {v6}, dot/junit/opcodes/invoke_interface/ITest/doit()V
T_invoke_interface_16.d 31 invoke-interface {v5, v3}, dot/junit/opcodes/invoke_interface/ITest/doit(F)V
T_invoke_interface_22.d 32 invoke-interface {v0}, dot/junit/opcodes/invoke_interface/ITest/doit()V
T_invoke_interface_3.d 25 invoke-interface {v4}, dot/junit/opcodes/invoke_interface/ITest/doit()V
T_invoke_interface_5.d 25 invoke-interface {}, dot/junit/opcodes/invoke_interface/ITest/doit()V

Completed in 572 milliseconds

1 23 4 5 6 7