/art/runtime/ |
D | memory_region_test.cc | 24 const size_t n = 8; in TEST() local 39 const size_t n = 8; in TEST() local
|
D | nth_caller_visitor.h | 56 const size_t n; member
|
D | profiler.cc | 301 int n = ::write(fd, p, length); in WriteProfile() local 722 int n = read(fd, buf, 1); // TODO: could speed this up but is it worth it? in ReadProfileLine() local
|
/art/runtime/base/ |
D | bit_utils.h | 108 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { in RoundDown() 118 static constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) { in RoundUp() 127 static inline T* AlignDown(T* x, uintptr_t n) { in AlignDown() 135 static inline T* AlignUp(T* x, uintptr_t n) { in AlignUp() 151 static inline bool IsAlignedParam(T x, int n) { in IsAlignedParam()
|
D | stringpiece.h | 95 void remove_prefix(size_type n) { in remove_prefix() 100 void remove_suffix(size_type n) { in remove_suffix()
|
D | stringpiece.cc | 37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
|
D | scoped_arena_containers.h | 155 void deallocate(pointer p, size_type n) { in deallocate()
|
D | allocator.h | 141 void deallocate(PT p, size_type n) { in deallocate()
|
D | arena_containers.h | 162 void deallocate(pointer p, size_type n) { in deallocate()
|
D | hash_set_test.cc | 176 size_t n = PRand(); in TEST_F() local
|
D | hash_set.h | 507 static size_t WriteToBytes(uint8_t* ptr, size_t offset, Elem n) { in WriteToBytes()
|
/art/test/450-checker-types/src/ |
D | Main.java | 241 public void testInstanceOfInFor(int n) { in testInstanceOfInFor() 306 public void testInstanceOfSubclassInFor(int n) { in testInstanceOfSubclassInFor() 323 public void testInstanceOfTopInFor(int n) { in testInstanceOfTopInFor()
|
/art/test/440-stmp/src/ |
D | Main.java | 28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz() 45 float n = 14.0f; field in Main
|
/art/runtime/base/unix_file/ |
D | random_access_file_utils.cc | 28 int64_t n; in CopyFile() local
|
D | random_access_file_test.h | 57 int64_t n = 0; in ReadString() local
|
/art/test/101-fibonacci/src/ |
D | Main.java | 37 static int fibonacci(int n) { in fibonacci()
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 33 # define ALIGN(n) .p2align n argument
|
/art/test/444-checker-nce/src/ |
D | Main.java | 148 Main n = new Main(); in phiFlowRemoveTest() local 172 Main n = new Main(); in phiFlowKeepTest() local
|
/art/test/137-cfi/ |
D | cfi.cc | 154 pid_t n = TEMP_FAILURE_RETRY(waitpid(tid, &status, __WALL | WNOHANG)); in wait_for_sigstop() local
|
/art/test/099-vmdebug/src/ |
D | Main.java | 119 long n = Long.valueOf(s); in checkNumber() local
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 150 void PopBackCount(int32_t n) { in PopBackCount()
|
/art/compiler/utils/ |
D | swap_space.h | 171 void deallocate(pointer p, size_type n) { in deallocate()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 357 #define INTRINSIC(c, n, p, o, d) \ argument 460 #define SPECIAL(c, n, p, o, d) \ argument
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 133 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() argument 140 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() argument 2500 #define INSTRUMENTATION_INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) \ in ExecuteGotoImpl() argument
|
/art/compiler/driver/ |
D | compiler_driver.h | 705 static constexpr uint32_t n = 0xe6546b64; in operator() local
|