HomeSort by relevance Sort by last modified time
    Searched refs:new_position (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
tracked_object.cc 50 void TrackedObject::UpdatePosition(const BoundingBox& new_position,
54 last_known_position_ = new_position;
57 InitNormalized(*image_data.GetImage(), new_position, &last_frame_thumbnail_);
74 object_model_->GetMatchScore(new_position, image_data);
tracked_object.h 39 void UpdatePosition(const BoundingBox& new_position, const int64_t timestamp,
object_tracker_jni.cc 407 const BoundingBox new_position = get_object_tracker(env, thiz)->TrackBox( local
411 new_position.CopyToArray(point_arr);
  /external/libbrillo/brillo/streams/
stream_utils.cc 137 uint64_t new_position = position + offset; local
139 if (new_position <= max)
156 uint64_t* new_position,
184 *new_position = static_cast<uint64_t>(pos + offset);
input_stream_set.h 76 uint64_t* new_position,
stream_utils.h 47 // position in |new_position| if successful. In case of invalid stream
58 uint64_t* new_position,
tls_stream.h 50 uint64_t* new_position,
memory_stream.cc 117 uint64_t* new_position,
135 if (new_position)
136 *new_position = stream_position_;
file_stream.h 111 uint64_t* new_position,
fake_stream.h 94 uint64_t* new_position,
memory_stream.h 159 uint64_t* new_position,
stream.h 171 // beginning of the stream to |new_position|. If |new_position| is nullptr,
177 uint64_t* new_position,
file_stream.cc 410 uint64_t* new_position,
437 if (new_position)
438 *new_position = static_cast<uint64_t>(pos);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 691 new_position = self.raw.seek(pos, whence)
692 if new_position < 0:
694 return new_position
    [all...]
  /external/python/cpython2/Lib/
_pyio.py 701 new_position = self.raw.seek(pos, whence)
702 if new_position < 0:
704 return new_position
    [all...]
  /external/python/cpython3/Lib/
_pyio.py 744 new_position = self.raw.seek(pos, whence)
745 if new_position < 0:
747 return new_position
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 1001 uint32_t new_position = __ GetAdjustedPosition(old_position); local
    [all...]
code_generator_mips.cc 1055 uint32_t new_position = __ GetAdjustedPosition(old_position); local
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 3989 Node* new_position = jsgraph()->ZeroConstant(); local
    [all...]

Completed in 1253 milliseconds