Home
last modified time | relevance | path

Searched refs:new_position (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtracked_object.cc50 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()
Dtracked_object.h39 void UpdatePosition(const BoundingBox& new_position, const int64_t timestamp,
Dobject_tracker_jni.cc407 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/
Dstream_utils.cc137 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()
Dmemory_stream.cc117 uint64_t* new_position, in Seek() argument
135 if (new_position) in Seek()
136 *new_position = stream_position_; in Seek()
Dfile_stream.cc410 uint64_t* new_position, in Seek() argument
437 if (new_position) in Seek()
438 *new_position = static_cast<uint64_t>(pos); in Seek()
Dtls_stream.h50 uint64_t* new_position,
Dinput_stream_set.h76 uint64_t* new_position,
Dstream_utils.h58 uint64_t* new_position,
Dfile_stream.h111 uint64_t* new_position,
Dfake_stream.h94 uint64_t* new_position,
Dmemory_stream.h159 uint64_t* new_position,
Dstream.h177 uint64_t* new_position,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dand-mask-removal.ll8 define void @new_position(i32 %pos) {
25 ; CHECK-LABEL: new_position
/external/llvm/test/CodeGen/AArch64/
Dand-mask-removal.ll8 define void @new_position(i32 %pos) {
25 ; CHECK-LABEL: new_position
/external/python/cpython2/Lib/
D_pyio.py701 new_position = self.raw.seek(pos, whence)
702 if new_position < 0:
704 return new_position
/external/python/cpython3/Lib/
D_pyio.py744 new_position = self.raw.seek(pos, whence)
745 if new_position < 0:
747 return new_position
/external/v8/src/compiler/
Djs-call-reducer.cc3989 Node* new_position = jsgraph()->ZeroConstant(); in ReduceStringPrototypeIndexOf() local
3992 new_position = effect = graph()->NewNode( in ReduceStringPrototypeIndexOf()
4000 node->ReplaceInput(2, new_position); in ReduceStringPrototypeIndexOf()