HomeSort by relevance Sort by last modified time
    Searched defs:start_ (Results 1 - 25 of 69) sorted by null

1 2 3

  /build/kati/
timeutil.h 27 double start_; member in struct:ScopedTimeReporter
  /system/core/libmemunreachable/
LineBuffer.h 32 size_t start_ = 0; member in class:LineBuffer
  /system/extras/memory_replay/
LineBuffer.h 32 size_t start_ = 0; member in class:LineBuffer
  /external/sfntly/cpp/src/sample/subtly/
character_predicate.h 40 int32_t start_; member in class:subtly::AcceptRange
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.h 69 const uint8_t* const start_; member in class:webrtc::final
91 uint8_t* const start_; member in class:webrtc::final
  /external/webrtc/webrtc/base/
bytebuffer.h 43 const char* Data() const { return bytes_ + start_; }
44 size_t Length() const { return end_ - start_; }
45 size_t Capacity() const { return size_ - start_; }
93 : start_(start), version_(version) { }
94 size_t start_; member in class:rtc::ByteBuffer::ReadPosition
110 size_t start_; member in class:rtc::ByteBuffer
  /external/libvpx/libvpx/test/
yuv_video_source.h 34 start_(start),
58 if (start_)
59 fseek(input_file_, static_cast<unsigned>(raw_size_) * start_, SEEK_SET);
61 frame_ = start_;
139 unsigned int start_; member in class:libvpx_test::YUVVideoSource
y4m_video_source.h 29 start_(start),
55 for (unsigned int i = 0; i < start_; i++) {
120 unsigned int start_; member in class:libvpx_test::Y4mVideoSource
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
connect.hpp 184 start_(0),
194 start_(other.start_),
204 start_(other.start_),
211 switch (start_ = start)
259 int start_; member in class:asio::detail::connect_op
read.hpp 98 start_(0),
108 start_(other.start_),
118 start_(other.start_),
127 switch (start_ = start)
152 int start_; member in class:asio::detail::read_op
171 start_(0),
181 start_(other.start_),
225 int start_; member in class:asio::detail::read_op
306 int start_; member in class:asio::detail::read_op
388 int start_; member in class:asio::detail::read_op
    [all...]
write.hpp 96 start_(0),
106 start_(other.start_),
116 start_(other.start_),
125 switch (start_ = start)
150 int start_; member in class:asio::detail::write_op
170 start_(0),
180 start_(other.start_),
224 int start_; member in class:asio::detail::write_op
298 int start_; member in class:asio::detail::write_op
379 int start_; member in class:asio::detail::write_op
461 int start_; member in class:asio::detail::write_op
    [all...]
  /external/v8/src/compiler/
coalesced-live-ranges.h 20 : start_(start), end_(end), range_(range) {}
22 LifetimePosition start_; member in struct:v8::internal::compiler::AllocatedInterval
26 return start_ < other.start_;
29 return start_ > other.start_;
94 Intersects(query_->start(), query_->end(), pos_->start_, pos_->end_);
graph.h 91 Node* start() const { return start_; }
94 void SetStart(Node* start) { start_ = start; }
109 Node* start_; member in class:v8::internal::compiler::Graph
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 31 start_(start),
54 if (start_) {
55 fseek(input_file_, static_cast<unsigned>(raw_sz_) * start_, SEEK_SET);
58 frame_ = start_;
107 unsigned int start_; member in class:libvpx_test::I420VideoSource
y4m_video_source.h 28 start_(start),
52 for (unsigned int i = 0; i < start_; i++) {
101 unsigned int start_; member in class:libvpx_test::Y4mVideoSource
  /external/google-breakpad/src/common/
test_assembler.h 432 Label start() const { return start_; }
436 Label Here() const { return start_ + Size(); }
478 Label start_; member in class:google_breakpad::test_assembler::Section
  /external/libchrome/base/threading/
worker_pool_posix_unittest.cc 99 start_(true, false) {}
134 &num_waiting_to_start_cv_, &start_
148 base::WaitableEvent start_; member in class:base::__anon15285::PosixDynamicThreadPoolTest
179 start_.Signal();
195 start_.Signal();
215 start_.Signal();
  /external/v8/src/wasm/
decoder.h 32 : start_(start),
42 TRACE(" +%d %-20s: ", static_cast<int>(pc_ - start_),
56 TRACE(" +%d %-20s: ", static_cast<int>(pc_ - start_),
78 TRACE(" +%d %-20s: ", static_cast<int>(pc_ - start_),
106 TRACE(" +%d %-20s: ", static_cast<int>(pc_ - start_),
140 if (pc_ < start_ || (pc_ + size) > limit_) {
194 result.start = start_;
208 start_ = start;
220 const byte* start_; member in class:v8::internal::wasm::Decoder
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 44 clock_gettime(CLOCK_MONOTONIC, &start_);
55 time_t s = now.tv_sec - start_.tv_sec;
57 if (now.tv_nsec > start_.tv_nsec) {
58 ns = now.tv_nsec - start_.tv_nsec;
62 ns = one_s_in_ns - (start_.tv_nsec - now.tv_nsec);
69 struct timespec start_; member in class:__anon26476::PosixTimer
ShellWin32.cpp 46 QueryPerformanceCounter(&start_);
54 return static_cast<double>(now.QuadPart - start_.QuadPart) / freq_;
59 LARGE_INTEGER start_; member in class:__anon26477::Win32Timer
  /external/jsoncpp/include/json/
reader.h 177 Location start_; member in class:Json::Reader::Token
  /external/libchrome/base/
observer_list_unittest.cc 100 start_(Time::Now()),
127 if ((Time::Now() - start_).InMilliseconds() > kThreadRunTime) {
170 Time start_; // The time we started the test. member in class:base::__anon15178::AddRemoveThread
  /external/regex-re2/re2/
nfa.cc 110 int start_; // start instruction in program member in class:re2::NFA
130 start_ = prog->start();
403 if (start_ == 0)
585 AddToThreadq(runq, start_, flag, p, match_);
624 if (start_ == 0)
631 q.insert(start_);
  /external/v8/src/heap/
store-buffer.h 105 Address* start_; member in class:v8::internal::StoreBuffer
  /external/v8/src/parsing/
preparse-data.h 74 : has_error_(false), start_(-1), end_(-1), error_type_(kSyntaxError) {}
83 start_ = start;
99 start_ = start;
108 int start() const { return start_; }
145 int start_; member in class:v8::internal::SingletonLogger

Completed in 562 milliseconds

1 2 3