Searched refs:new_position (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | tracked_object.cc | 50 void TrackedObject::UpdatePosition(const BoundingBox& new_position, in UpdatePosition() argument 54 last_known_position_ = new_position; in UpdatePosition() 57 InitNormalized(*image_data.GetImage(), new_position, &last_frame_thumbnail_); in UpdatePosition() 74 object_model_->GetMatchScore(new_position, image_data); in UpdatePosition()
|
D | tracked_object.h | 39 void UpdatePosition(const BoundingBox& new_position, const int64_t timestamp,
|
D | object_tracker_jni.cc | 407 const BoundingBox new_position = get_object_tracker(env, thiz)->TrackBox( in OBJECT_TRACKER_METHOD() local 411 new_position.CopyToArray(point_arr); in OBJECT_TRACKER_METHOD()
|
/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 | 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 | tls_stream.h | 50 uint64_t* new_position,
|
D | input_stream_set.h | 76 uint64_t* new_position,
|
D | stream_utils.h | 58 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | and-mask-removal.ll | 8 define void @new_position(i32 %pos) { 25 ; CHECK-LABEL: 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/python/cpython2/Lib/ |
D | _pyio.py | 701 new_position = self.raw.seek(pos, whence) 702 if new_position < 0: 704 return new_position
|
/external/python/cpython3/Lib/ |
D | _pyio.py | 744 new_position = self.raw.seek(pos, whence) 745 if new_position < 0: 747 return new_position
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 3989 Node* new_position = jsgraph()->ZeroConstant(); in ReduceStringPrototypeIndexOf() local 3992 new_position = effect = graph()->NewNode( in ReduceStringPrototypeIndexOf() 4000 node->ReplaceInput(2, new_position); in ReduceStringPrototypeIndexOf()
|