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

12 3 4 5 6 7 8 91011>>

  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.h 56 int32_t Advance();
57 void SetAdvance(byte_t advance);
73 int32_t Advance();
small_glyph_metrics.cc 46 int32_t SmallGlyphMetrics::Advance() {
96 int32_t SmallGlyphMetrics::Builder::Advance() {
100 void SmallGlyphMetrics::Builder::SetAdvance(byte_t advance) {
101 InternalWriteData()->WriteByte(Offset::kAdvance, advance);
  /external/v8/src/crankshaft/
hydrogen-canonicalize.cc 18 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
48 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
hydrogen-infer-types.cc 19 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
40 for (HUseIterator it(current->uses()); !it.Done(); it.Advance()) {
hydrogen-infer-representation.cc 42 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
66 it.Advance()) {
79 it.Advance()) {
88 it.Advance()) {
108 it.Advance()) {
123 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
147 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
hydrogen-mark-unreachable.cc 22 for (HPredecessorIterator it(block); !it.Done(); it.Advance()) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-10.d 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 6 to 7
10 \[0x.*\] Advance PC by 4 to 0x4
rd-dw2-3.d 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8
10 \[0x.*\] Special opcode .*: advance Address by 12 to 0xc and Line by 1 to 9
11 \[0x.*\] Advance PC by 2 to 0xe
rd-dw2-9.d 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 3 to 4
10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 4 to 8
11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 9
12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 10
13 \[0x.*\] Advance Line by 47 to 57
14 \[0x.*\] Advance PC by 104 to 0x72
16 \[0x.*\] Advance Line by 10 to 67
17 \[0x.*\] Advance PC by 260 to 0x176
19 \[0x.*\] Advance PC by 32770 to 0x8178
20 \[0x.*\] Special opcode .*: advance Address by 0 to 0x8178 and Line by 4 to 7
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-3.d 15 .* Special opcode 6: advance Address by 0 to 0x[01] and Line by 1 to 2
16 .* Advance PC by .*
  /art/compiler/optimizing/
licm.cc 33 for (HInputIterator it(instruction); !it.Done(); it.Advance()) {
93 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
104 for (HBlocksInLoopIterator it_loop(*loop_info); !it_loop.Done(); it_loop.Advance()) {
130 inst_it.Advance()) {
ssa_phi_elimination.cc 37 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
39 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
70 for (HInputIterator it(phi); !it.Done(); it.Advance()) {
87 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
124 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
126 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
select_generator.cc 33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
60 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
79 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 194 Advance(count);
199 // We hit a limit inside this buffer. Advance to the limit and fail.
200 Advance(original_buffer_size);
239 Advance(current_buffer_size);
244 Advance(size);
277 Advance(current_buffer_size);
282 Advance(size);
295 Advance(sizeof(*value));
312 Advance(sizeof(*value));
459 Advance(1)
    [all...]
coded_stream.h 183 // advance the stream's current position. This will always either produce
528 // Advance the buffer by a given number of bytes.
529 void Advance(int amount);
542 // Advance(BufferSize()).
637 // buffer, but does not advance the stream's current position. This will
    [all...]
  /external/v8/src/
bit-vector.cc 28 void BitVector::Iterator::Advance() {
bit-vector.h 25 Advance();
30 void Advance();
201 void Advance() { it_.Advance(); }
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
prototype.h 42 Advance();
53 Advance();
94 void Advance() {
126 // TODO(neis): This should probably replace Advance().
  /external/v8/src/snapshot/
snapshot-source-sink.h 39 void Advance(int by) { position_ += by; }
52 Advance(bytes);
  /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...]
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 207 itesting_scan_machine.Advance()
267 enable_machine.Advance()
284 enable_machine.Advance()
293 enable_machine.Advance()
316 register_machine.Advance()
326 enable_machine.Advance()
334 register_machine.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/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...]

Completed in 884 milliseconds

12 3 4 5 6 7 8 91011>>