Searched refs:doit (Results 51 - 75 of 126) sorted by relevance

123456

/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.stderr.exp4 by 0x........: doit (insn-pcmpistri.c:74)
8 at 0x........: doit (insn-pcmpistri.c:73)
15 by 0x........: doit (insn-pcmpistri.c:74)
19 at 0x........: doit (insn-pcmpistri.c:73)
26 by 0x........: doit (insn-pcmpistri.c:74)
30 at 0x........: doit (insn-pcmpistri.c:73)
37 by 0x........: doit (insn-pcmpistri.c:74)
41 at 0x........: doit (insn-pcmpistri.c:73)
48 by 0x........: doit (insn-pcmpistri.c:74)
52 at 0x........: doit (ins
[all...]
H A Dinsn-bsfl.stderr.exp2 at 0x........: doit (insn-bsfl.c:47)
7 at 0x........: doit (insn-bsfl.c:47)
12 at 0x........: doit (insn-bsfl.c:47)
17 at 0x........: doit (insn-bsfl.c:47)
22 at 0x........: doit (insn-bsfl.c:47)
27 at 0x........: doit (insn-bsfl.c:47)
32 at 0x........: doit (insn-bsfl.c:47)
37 at 0x........: doit (insn-bsfl.c:47)
H A Dinsn-pmovmskb.stderr.exp3 by 0x........: doit (insn-pmovmskb.c:69)
9 by 0x........: doit (insn-pmovmskb.c:73)
15 by 0x........: doit (insn-pmovmskb.c:77)
21 by 0x........: doit (insn-pmovmskb.c:81)
27 by 0x........: doit (insn-pmovmskb.c:85)
33 by 0x........: doit (insn-pmovmskb.c:89)
39 by 0x........: doit (insn-pmovmskb.c:93)
45 by 0x........: doit (insn-pmovmskb.c:97)
51 by 0x........: doit (insn-pmovmskb.c:101)
57 by 0x........: doit (ins
[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/javassist/src/main/javassist/compiler/
H A DProceedHandler.java28 void doit(JvstCodeGen gen, Bytecode b, ASTList args) throws CompileError; method in interface:ProceedHandler
/external/llvm/utils/
H A Dmakellvm16 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
/external/libunwind/tests/
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);
H A Dia64-test-sig.c81 doit (volatile char *p) function
88 printf ("doit: finishing execution!\n");
98 doit (0);
H A DGperf-simple.c113 doit (const char *label) function
253 doit ("no cache ");
256 doit ("global cache ");
259 doit ("per-thread cache");
H A DGperf-trace.c99 doit (const char *label) function
239 doit ("no cache ");
242 doit ("global cache ");
245 doit ("per-thread cache");
/external/valgrind/main/memcheck/tests/
H A Drecursive-merge.stderr.exp5 by 0x........: doit (recursive-merge.c:43)
11 by 0x........: doit (recursive-merge.c:43)
17 by 0x........: doit (recursive-merge.c:43)
23 by 0x........: doit (recursive-merge.c:43)
32 by 0x........: doit (recursive-merge.c:43)
41 by 0x........: doit (recursive-merge.c:43)
51 by 0x........: doit (recursive-merge.c:43)
58 by 0x........: doit (recursive-merge.c:43)
64 by 0x........: doit (recursive-merge.c:43)
70 by 0x........: doit (recursiv
[all...]
H A Dleak_cpp_interior.cpp79 void doit(void) function
104 doit();
/external/openssl/apps/
H A Dspeed.c624 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_SHA
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js90 function doit() { function
98 doit();
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp11 void doit() { function in namespace:test0
/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/llvm/include/llvm/IR/
H A DValue.h480 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
487 static inline bool doit (const Value &Val) { function in struct:llvm::isa_impl
493 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
499 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
505 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
511 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
517 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
523 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
529 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
535 static inline bool doit(cons function in struct:llvm::isa_impl
541 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
[all...]
/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/valgrind/main/helgrind/tests/
H A Dt2t.c26 int doit(int argc, char*argv[]) function
118 doit(argc, argv);
/external/clang/include/clang/AST/
H A DDeclBase.h1679 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1683 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1691 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1695 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1708 static bool doit(const ::clang::DeclContext &Val) { function in struct:llvm::isa_impl
1717 static const ToTy &doit(const ::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1718 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1723 static ToTy &doit(::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1724 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1730 static const ToTy *doit(cons function in struct:llvm::cast_convert_val
1736 static ToTy *doit(::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
1744 static ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1751 static ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
1758 static const ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1765 static const ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java212 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
[all...]
H A DCComboBox.java166 e.doit = false;
178 e.doit = false;
190 e.doit = false;
194 e.doit = false;
648 event.doit = kEvent.doit;
660 event.doit = sEvent.doit;
/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/clang/test/Analysis/
H A Dcasts.c57 void doit(char *data, int len) { function

Completed in 610 milliseconds

123456