/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/ |
D | Stubs.java | 41 public static void nop() { in nop() method in Stubs 47 public static void nop(int i) { in nop() method in Stubs 53 public static void nop(boolean b) { in nop() method in Stubs 59 public static void nop(Object o) { in nop() method in Stubs
|
/external/fio/arch/ |
D | arch-arm.h | 25 #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t") macro 29 #define nop __asm__ __volatile__ ("nop") macro
|
D | arch-generic.h | 6 #define nop do { } while (0) macro
|
D | arch-hppa.h | 21 #define nop do { } while (0) macro
|
D | arch-alpha.h | 21 #define nop do { } while (0) macro
|
D | arch-sparc.h | 21 #define nop do { } while (0) macro
|
D | arch-mips.h | 23 #define nop __asm__ __volatile__("": : :"memory") macro
|
D | arch-aarch64.h | 16 #define nop do { __asm__ __volatile__ ("yield"); } while (0) macro
|
D | arch-sparc64.h | 21 #define nop do { } while (0) macro
|
D | arch-sh.h | 23 #define nop __asm__ __volatile__ ("nop": : :"memory") macro
|
D | arch-s390.h | 21 #define nop asm volatile("nop" : : : "memory") macro
|
D | arch-ia64.h | 21 #define nop asm volatile ("hint @pause" ::: "memory"); macro
|
D | arch-x86.h | 34 #define nop __asm__ __volatile__("rep;nop": : :"memory") macro
|
D | arch-x86_64.h | 41 #define nop __asm__ __volatile__("rep;nop": : :"memory") macro
|
/external/llvm/test/MC/MachO/ |
D | pcrel-to-other-section.s | 3 nop label
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
D | MockInjectionStrategy.java | 19 public static final MockInjectionStrategy nop() { in nop() method in MockInjectionStrategy
|
/external/compiler-rt/test/tsan/ |
D | fork_multithreaded.cc | 14 static void *nop(void *p) { in nop() function
|
/external/clang/test/CoverageMapping/ |
D | switch.c | 13 void nop() {} in nop() function
|
D | md.cpp | 10 void nop() {} in nop() function
|
/external/valgrind/memcheck/tests/ |
D | thread_alloca.c | 18 nop(void *nil) in nop() function
|
/external/clang/test/CodeGenCXX/ |
D | mangle-local-anonymous-unions.cpp | 31 inline void nop() { in nop() function
|
/external/v8/test/mjsunit/ |
D | debug-stepout-scope-part1.js | 184 function nop() {} function
|
/external/llvm/test/MC/Hexagon/instructions/ |
D | alu32_alu.s | 30 nop label
|
/external/eigen/test/ |
D | sparseqr.cpp | 24 int nop = internal::random<int>(0, internal::random<double>(0,1) > 0.5 ? cols/2 : 0); in generate_sparse_rectangular_problem() local
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 447 Instr nop = SPECIAL | SLL; in CheckForEmitInForbiddenSlot() local 460 Instr nop = SPECIAL | SLL; in EmitHelper() local
|