HomeSort by relevance Sort by last modified time
    Searched defs:Advance (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 186 // advance the stream's current position. This will always either produce
568 // Advance the buffer by a given number of bytes.
569 void Advance(int amount);
582 // Advance(BufferSize()).
689 // buffer, but does not advance the stream's current position. This will
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.cc 308 Advance();
361 // We handled two characters, so advance past them and continue.
366 // If we found the closing quote note it, advance past it, and return.
381 Advance();
384 // Normal character, just advance past it.
385 Advance();
447 // Advance past the first code unit escape.
461 // Advance past the [final] code unit escape.
566 Advance();
578 // Object is complete, advance past the comma and render the EndObject
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op.cc 73 int advance; // advance value. member in struct:tensorflow::__anon39895::WeightsAndIndices
124 inline int Advance(const int64 x_0, const int64 x_1, const int64 x_2,
171 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2,
191 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2,
260 // Shift values in cached_value_* to fill first 'advance' values.
261 switch (x_wai.advance) {
289 // Set the remaining '4-advance' values by computing
    [all...]
  /external/v8/src/compiler/
code-generator.h 44 InstructionOperand* Advance() { return instr_->InputAt(pos_++); }
  /external/v8/src/
json-parser.cc 122 // Advance to the first character (possibly EOS)
177 void JsonParser<seq_one_byte>::Advance() {
191 Advance();
198 Advance();
204 Advance();
295 Advance();
301 Advance();
343 Advance();
435 Advance();
525 Advance();
    [all...]
  /external/vixl/src/
invalset-vixl.h 278 // Delete the current element and advance the iterator to point to the next
312 void Advance();
767 void InvalSetIterator<S>::Advance() {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 183 // advance the stream's current position. This will always either produce
513 // Advance the buffer by a given number of bytes.
514 void Advance(int amount);
527 // Advance(BufferSize()).
622 // buffer, but does not advance the stream's current position. This will
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 183 // advance the stream's current position. This will always either produce
513 // Advance the buffer by a given number of bytes.
514 void Advance(int amount);
527 // Advance(BufferSize()).
622 // buffer, but does not advance the stream's current position. This will
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 183 // advance the stream's current position. This will always either produce
513 // Advance the buffer by a given number of bytes.
514 void Advance(int amount);
527 // Advance(BufferSize()).
622 // buffer, but does not advance the stream's current position. This will
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 186 // advance the stream's current position. This will always either produce
568 // Advance the buffer by a given number of bytes.
569 void Advance(int amount);
582 // Advance(BufferSize()).
689 // buffer, but does not advance the stream's current position. This will
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 183 // advance the stream's current position. This will always either produce
513 // Advance the buffer by a given number of bytes.
514 void Advance(int amount);
527 // Advance(BufferSize()).
622 // buffer, but does not advance the stream's current position. This will
    [all...]
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 115 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
122 inst_it.Advance()) {
170 back_it.Advance()) {
173 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
410 void Advance() {
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 247 } while (Advance());
275 // Advance 1-past previous next/search.
277 bool Advance() {
319 PH.Advance();
324 PH.Advance();
345 PH.Advance();
365 PH.Advance();
376 PH.Advance();
381 PH.Advance();
396 PH.Advance();
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 void Advance() override {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 77 // for not calling Advance() on an iterator equal to
79 virtual void Advance() = 0;
116 impl_->Advance();
122 impl_->Advance();
207 virtual void Advance() {
294 virtual void Advance() {
304 // value_ is updated here and not in Advance() because Advance()
305 // can advance iterator_ beyond the end of the range, and we cannot
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 515 Advance();
518 // Advance to the next valid value defined by the SUnit.
519 void ScheduleDAGSDNodes::RegDefIter::Advance() {
538 for (RegDefIter I(SU, this); I.IsValid(); I.Advance()) {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/v8/src/ast/
ast-types.cc 579 for (Iterator<i::Map> it = this->Classes(); !it.Done(); it.Advance()) {
596 for (Iterator<i::Map> it = that->Classes(); !it.Done(); it.Advance()) {
687 for (Iterator<i::Object> it = this->Constants(); !it.Done(); it.Advance()) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 102 // for not calling Advance() on an iterator equal to
104 virtual void Advance() = 0;
141 impl_->Advance();
147 impl_->Advance();
232 virtual void Advance() {
319 virtual void Advance() {
329 // value_ is updated here and not in Advance() because Advance()
330 // can advance iterator_ beyond the end of the range, and we cannot
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 102 // for not calling Advance() on an iterator equal to
104 virtual void Advance() = 0;
141 impl_->Advance();
147 impl_->Advance();
232 virtual void Advance() {
319 virtual void Advance() {
329 // value_ is updated here and not in Advance() because Advance()
330 // can advance iterator_ beyond the end of the range, and we cannot

Completed in 3791 milliseconds

12 3 4