Searched refs:nop (Results 76 - 100 of 540) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/
H A DLambdaExpressionsTarget.java16 import static org.jacoco.core.test.validation.targets.Stubs.nop;
26 nop(); // $line-executedlambdabody$
30 nop(); // $line-notexecutedlambdabody$
/external/fio/arch/
H A Darch-alpha.h6 #define nop do { } while (0) macro
H A Darch-generic.h6 #define nop do { } while (0) macro
H A Darch-hppa.h6 #define nop do { } while (0) macro
H A Darch-mips.h8 #define nop __asm__ __volatile__("": : :"memory") macro
H A Darch-sparc.h6 #define nop do { } while (0) macro
H A Darch-sparc64.h6 #define nop do { } while (0) macro
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
H A DSynchronized.java15 import static org.jacoco.core.test.validation.targets.Stubs.nop;
27 nop(); // $line-before$
29 nop(); // $line-body$
31 nop(); // $line-after$
/external/llvm/test/MC/ELF/
H A Dcfi-def-cfa-offset.s7 nop
H A Dcfi-window-save.s8 nop
10 nop
/external/llvm/test/MC/MachO/
H A Dgen-dwarf.s11 nop
H A Ddarwin-x86_64-nobase-relocs.s10 nop
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dcfi-adjust-cfa-offset.s7 nop
H A Dcfi-def-cfa-offset.s7 nop
/external/llvm/test/MC/X86/AlignedBundling/
H A Dautogen-inst-offset-align-to-end.s18 # CHECK: 0: nop
29 # CHECK: 21: nop
40 # CHECK: 42: nop
51 # CHECK: 63: nop
62 # CHECK: 84: nop
73 # CHECK: a5: nop
84 # CHECK: c6: nop
95 # CHECK: e7: nop
106 # CHECK: 108: nop
117 # CHECK: 129: nop
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
H A DTarget11.java15 import static org.jacoco.core.test.validation.targets.Stubs.nop;
26 nop(); // $line-dowhilebody$
H A DStubs.java44 public static void nop() { method in class:Stubs
50 public static void nop(int i) { method in class:Stubs
56 public static void nop(boolean b) { method in class:Stubs
62 public static void nop(Object o) { method in class:Stubs
/external/llvm/test/MC/Mips/
H A Delf_st_other.s8 nop
19 nop
H A Ddouble-expand.s11 # CHECK: nop
12 # CHECK-NOT: nop
23 # CHECK: nop
25 # CHECK-NOT: nop
/external/syslinux/mbr/
H A Disohdpfx.S69 nop
70 nop
71 nop
72 nop
73 nop
74 nop
75 nop
76 nop
77 nop
78 nop
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S116 nop
117 nop
118 nop
126 nop
127 nop
128 nop
134 nop
135 nop
141 nop
142 nop
[all...]
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S116 nop
117 nop
118 nop
126 nop
127 nop
128 nop
134 nop
135 nop
141 nop
142 nop
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho-stripped.s2 nop
3 # CHECK: 0: 00 bf nop
/external/mesa3d/src/mapi/glapi/
H A Dglapi_nop.c84 nop(const char *func) function
97 nop("unused GL entry point");
108 #define DISPATCH(func, args, msg) nop(#func);
109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/filter/
H A DOngoingInjector.java26 OngoingInjector nop = new OngoingInjector() { field in interface:OngoingInjector

Completed in 445 milliseconds

1234567891011>>