Searched refs:new_position (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
D | formatters.py | 153 new_position = labels[i - 1][0] - minimum_label_spacing 154 if axis.min is not None and new_position < axis.min: 155 new_position = axis.min 156 labels[i][0] = new_position 161 new_position = labels[i + 1][0] + minimum_label_spacing 162 if axis.max is not None and new_position > axis.max: 163 new_position = axis.max 164 labels[i][0] = new_position
|
/external/libbrillo/brillo/streams/ |
D | stream_utils.cc | 137 uint64_t new_position = position + offset; in CheckInt64Overflow() local 139 if (new_position <= max) in CheckInt64Overflow() 156 uint64_t* new_position, in CalculateStreamPosition() argument 184 *new_position = static_cast<uint64_t>(pos + offset); in CalculateStreamPosition()
|
D | memory_stream.cc | 117 uint64_t* new_position, in Seek() argument 135 if (new_position) in Seek() 136 *new_position = stream_position_; in Seek()
|
D | tls_stream.h | 50 uint64_t* new_position,
|
D | file_stream.cc | 410 uint64_t* new_position, in Seek() argument 437 if (new_position) in Seek() 438 *new_position = static_cast<uint64_t>(pos); in Seek()
|
D | stream_utils.h | 58 uint64_t* new_position,
|
D | input_stream_set.h | 76 uint64_t* new_position,
|
D | file_stream.h | 111 uint64_t* new_position,
|
D | fake_stream.h | 94 uint64_t* new_position,
|
D | memory_stream.h | 159 uint64_t* new_position,
|
D | stream.h | 177 uint64_t* new_position,
|
/external/llvm/test/CodeGen/AArch64/ |
D | and-mask-removal.ll | 8 define void @new_position(i32 %pos) { 25 ; CHECK-LABEL: new_position
|
/external/v8/src/debug/ |
D | liveedit.cc | 1303 int new_position = TranslatePosition(position, in PatchPositionsInCode() local 1305 if (position != new_position) { in PatchPositionsInCode() 1307 new_position, NULL); in PatchPositionsInCode()
|