HomeSort by relevance Sort by last modified time
    Searched full:advance (Results 151 - 175 of 2068) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
173 advance(_InputIterator& __i, _Distance __n) function
187 std::advance(__x, __n);
196 std::advance(__x, -__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
173 advance(_InputIterator& __i, _Distance __n) function
187 std::advance(__x, __n);
196 std::advance(__x, -__n);
  /system/core/include/utils/
Flattenable.h 50 static void advance(void*& buffer, size_t& size, size_t offset) { function in class:android::FlattenableUtils
55 static void advance(void const*& buffer, size_t& size, size_t offset) { function in class:android::FlattenableUtils
64 advance(buffer, size, sizeof(T));
71 advance(buffer, size, sizeof(T));
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 81 SwigPyIterator *advance(ptrdiff_t n)
98 return *advance(n);
103 return *advance(-n);
108 return copy()->advance(n);
113 return copy()->advance(-n);
359 %catches(swig::stop_iteration) SwigPyIterator::advance(ptrdiff_t n);
393 SwigPyIterator *advance(ptrdiff_t n);
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 74 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
116 for (HLinearOrderIterator it(*graph_); !it.Done(); it.Advance()) {
120 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
138 inst_it.Advance()) {
159 for (HLinearOrderIterator it(*graph_); !it.Done(); it.Advance()) {
180 for (HLinearPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
192 for (HInstructionIterator inst_it(successor->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
210 back_it.Advance()) {
253 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
282 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
    [all...]
reference_type_propagation.cc 30 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
41 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
51 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
94 for (HUseIterator<HInstruction*> it(obj->GetUses()); !it.Done(); it.Advance()) {
149 for (HUseIterator<HInstruction*> it(obj->GetUses()); !it.Done(); it.Advance()) {
331 for (HUseIterator<HInstruction*> it(instruction->GetUses()); !it.Done(); it.Advance()) {
ssa_builder.cc 121 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
156 for (HUseIterator<HInstruction*> it(instruction->GetUses()); !it.Done(); it.Advance()) {
165 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
179 for (HReversePostOrderIterator itb(*GetGraph()); !itb.Done(); itb.Advance()) {
180 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) {
211 for (HReversePostOrderIterator itb(*GetGraph()); !itb.Done(); itb.Advance()) {
212 for (HInstructionIterator it(itb.Current()->GetPhis()); !it.Done(); it.Advance()) {
235 for (HReversePostOrderIterator it(*GetGraph()); !it.Done(); it.Advance()) {
242 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
298 for (HReversePostOrderIterator it(*GetGraph()); !it.Done(); it.Advance()) {
    [all...]
prepare_for_register_allocation.cc 23 for (HReversePostOrderIterator it(*GetGraph()); !it.Done(); it.Advance()) {
27 inst_it.Advance()) {
pretty_printer.h 45 for (HInputIterator it(instruction); !it.Done(); it.Advance()) {
58 for (HUseIterator<HInstruction*> it(instruction->GetUses()); !it.Done(); it.Advance()) {
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 115 std::advance(pos, check_index(i,self->size()));
123 std::advance(pos, check_index(i,self->size()));
137 std::advance(vb,ii);
138 std::advance(ve,jj);
156 std::advance(sb,ii);
157 std::advance(vmid, jj - ii);
162 std::advance(sb,ii);
163 std::advance(se,jj);
178 std::advance(sb,ii);
179 std::advance(se,jj)
    [all...]
octiterators.swg 63 OctSwigIterator *advance(ptrdiff_t n)
90 return copy()->advance(n);
95 return copy()->advance(-n);
317 %catches(swig::stop_iteration) OctSwigIterator::advance(ptrdiff_t n);
346 OctSwigIterator *advance(ptrdiff_t n);
  /bootable/recovery/minzip/
Bits.h 117 * Grab 1 byte and advance the data pointer.
125 * Grab 2 big-endian bytes and advance the data pointer.
138 * Grab 4 big-endian bytes and advance the data pointer.
172 * Grab 2 little-endian bytes and advance the data pointer.
185 * Grab 4 little-endian bytes and advance the data pointer.
  /external/openssh/openbsd-compat/
inet_ntop.c 122 int advance; local
185 advance = snprintf(tp, ep - tp, "%x", words[i]);
186 if (advance <= 0 || advance >= ep - tp)
188 tp += advance;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 41 return advance(NULL, &tag) != NULL ? tag : 0;
79 /* Advance to DIE attributes. */
80 const Elf_Byte* die_attr = advance(&at_abbr, NULL);
198 const Elf_Byte* die_attr = advance(&at_abbr, &tag);
252 const Elf_Byte* DIEObject::advance(const Dwarf_Abbr_AT** at_abbr, function in class:DIEObject
  /external/freetype/src/cff/
cffgload.c 294 builder->advance.x = 0;
295 builder->advance.y = 0;
741 FT_Vector left_bearing, advance; local
838 /* Save the left bearing, advance and glyph width of the base */
842 advance = builder->advance;
868 /* Restore the left side bearing, advance and glyph width */
871 builder->advance = advance;
2685 FT_UShort advance; local
2952 FT_Vector advance; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 294 builder->advance.x = 0;
295 builder->advance.y = 0;
741 FT_Vector left_bearing, advance; local
838 /* Save the left bearing, advance and glyph width of the base */
842 advance = builder->advance;
868 /* Restore the left side bearing, advance and glyph width */
871 builder->advance = advance;
2680 FT_UShort advance; local
2947 FT_Vector advance; local
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 99 unsigned Advance;
101 Advance = encoding::getEscapeSequenceLength(Text);
102 Chars += Advance;
104 Advance = encoding::getCodePointNumBytes(Text[0], Encoding);
106 Text.substr(0, Advance), UsedColumns + Chars, TabWidth, Encoding);
109 if (Chars > MaxSplit || Text.size() <= Advance)
116 if (Advance == 1 && !isAlphanumeric(Text[0]))
119 SplitPoint += Advance;
120 Text = Text.substr(Advance);
  /external/tcpdump/
print-ip.c 318 int advance; member in struct:ip_print_demux_state
333 ipds->advance = ah_print(ipds->cp);
334 if (ipds->advance <= 0)
336 ipds->cp += ipds->advance;
337 ipds->len -= ipds->advance;
343 ipds->advance = esp_print(ndo, ipds->cp, ipds->len,
346 if (ipds->advance <= 0)
348 ipds->cp += ipds->advance;
349 ipds->len -= ipds->advance + padlen;
357 ipds->advance = ipcomp_print(ipds->cp, &enh)
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 249 } while (Advance());
277 // Advance 1-past previous next/search.
279 bool Advance() {
321 PH.Advance();
326 PH.Advance();
347 PH.Advance();
367 PH.Advance();
378 PH.Advance();
383 PH.Advance();
398 PH.Advance();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 98 // If the operands on InstrI are exhausted, advance InstrI to the next
100 void advance() { function in class:llvm::MachineOperandIteratorBase
102 // Don't advance off the basic block, or into a new bundle.
128 advance();
139 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
141 advance();
  /external/freetype/src/truetype/
ttgload.c 80 FT_TRACE5(( " advance width (font units): %d\n", *aw ));
114 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
151 loader->advance = advance_width;
202 metrics.advance = loader->advance;
212 advance_width = (FT_UShort)metrics.advance;
219 metrics.advance = loader->vadvance;
228 advance_height = (FT_UShort)metrics.advance;
233 loader->advance = advance_width;
2012 FT_Pos advance; \/* scaled vertical advance height *\/ local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 80 FT_TRACE5(( " advance width (font units): %d\n", *aw ));
112 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
149 loader->advance = advance_width;
198 metrics.advance = loader->advance;
208 advance_width = (FT_UShort)metrics.advance;
215 metrics.advance = loader->vadvance;
224 advance_height = (FT_UShort)metrics.advance;
229 loader->advance = advance_width;
1924 FT_Pos advance; \/* scaled vertical advance height *\/ local
    [all...]
  /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...]
  /frameworks/base/core/java/android/text/
TextLine.java 334 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
335 if (inSegment && advance) {
340 h += advance ? w : -w;
517 boolean advance = toLeft == runIsRtl;
518 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
521 runIsRtl, cursor, advance);
524 if (newCaret != (advance ? runLimit : runStart)) {
537 boolean advance = toLeft == paraIsRtl;
538 int otherRunIndex = runIndex + (advance ? 2 : -2)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifResourceEncoder.java 71 decoder.advance();
107 decoder.advance();

Completed in 4350 milliseconds

1 2 3 4 5 67 8 91011>>