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

1 2 3 4 5 6 7 8 91011

  /external/llvm/lib/Support/
LineIterator.cpp 47 advance();
51 void line_iterator::advance() { function in class:line_iterator
52 assert(Buffer && "Cannot advance past the end!");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
LineIterator.cpp 47 advance();
51 void line_iterator::advance() { function in class:line_iterator
52 assert(Buffer && "Cannot advance past the end!");
  /art/tools/ahat/src/main/com/android/ahat/progress/
NullProgress.java 24 @Override public void advance() { } method in class:NullProgress
25 @Override public void advance(long n) { } method in class:NullProgress
Progress.java 38 default void advance() { method in interface:Progress
39 advance(1);
49 void advance(long n); method in interface:Progress
  /external/grpc-grpc/src/ruby/qps/
client.rb 32 def advance method in class:Poisson
105 delay = waiter.advance-Time.now
  /external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java 47 public FakeTicker advance(long time, TimeUnit timeUnit) { method in class:FakeTicker
48 return advance(timeUnit.toNanos(time));
52 public FakeTicker advance(long nanoseconds) { method in class:FakeTicker
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntop.c 108 int advance; local
175 advance = snprintf(tp, ep - tp, "%x", words[i]);
176 if (advance <= 0 || advance >= ep - tp) {
180 tp += advance;
  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 57 * Advance the cursor by the indicated amount.
59 protected final void advance(int amount) { method in class:BaseCodeCursor
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 108 advance();
113 advance();
133 advance();
190 advance() function in class:DLGLexer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 103 advance();
108 advance();
127 advance();
184 advance() function in class:DLGLexer
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_ntop.c 143 int advance; local
210 advance = snprintf(tp, (size_t)(ep - tp), "%x", words[i]);
211 if (advance <= 0 || advance >= ep - tp)
213 tp += advance;
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 39 advance();
51 void VarTokenizer::advance (void) function in class:glu::VarTokenizer
102 tokenizer.advance();
111 tokenizer.advance();
126 tokenizer.advance();
130 tokenizer.advance();
153 tokenizer.advance();
155 tokenizer.advance();
  /external/guava/guava/src/com/google/common/io/
MultiInputStream.java 47 advance(); method
63 private void advance() throws IOException { method in class:MultiInputStream
87 advance(); method
99 advance(); method
MultiReader.java 39 advance(); method
45 private void advance() throws IOException { method in class:MultiReader
58 advance(); method
72 advance(); method
  /external/tensorflow/tensorflow/core/grappler/utils/
traversal.h 60 // `advance` predicate decides if the traversal should follow inputs/outputs
64 // into any node and advance from any node respectively.
68 std::function<bool(const NodeDef*)> advance)
69 : enter(std::move(enter)), advance(std::move(advance)) {}
75 static DfsPredicates Advance(std::function<bool(const NodeDef*)> advance) {
76 return DfsPredicates(nullptr, std::move(advance));
80 std::function<bool(const NodeDef*)> advance; member in struct:tensorflow::grappler::DfsPredicates
85 // traversal should enter/advance to/from the graph node. These predicates als
    [all...]
traversal_test.cc 211 // Do not advance from the nodes '2' and '3'.
212 const auto advance = [](const NodeDef* node) { local
225 DfsPredicates::Advance(advance),
  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
48 advance.fX = 0;
49 advance.fY = 0;
52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); local
  /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;
  /external/python/cpython3/Lib/test/
test_sched.py 32 # advance time limit for user code
33 def advance(self, t): member in class:Timer
69 timer.advance(1)
74 timer.advance(2)
78 timer.advance(1)
81 timer.advance(1)
84 timer.advance(1000)
126 timer.advance(1)
131 timer.advance(1)
133 timer.advance(1
    [all...]
  /external/skia/gm/
glyph_pos.cpp 100 SkScalar advance = font.measureText(kText, sizeof(kText) - 1, kUTF8_SkTextEncoding, local
110 // Red line is the measured advance from the 0,0 of the text position.
112 canvas->drawLine(0.0f, 0.0f, advance, 0.0f, paint);
  /external/skia/modules/skshaper/src/
SkShaper_harfbuzz.cpp 143 SkScalar advance; local
146 font.getWidths(&glyph, 1, &advance);
148 advance = SkScalarRoundToInt(advance);
150 return skhb_position(advance);
170 SkAutoSTMalloc<256, SkScalar> advance(count);
171 font.getWidths(glyph.get(), count, advance.get());
175 advance[i] = SkScalarRoundToInt(advance[i]);
181 *advances = skhb_position(advance[i])
    [all...]
  /external/skqp/gm/
glyph_pos.cpp 100 SkScalar advance = font.measureText(kText, sizeof(kText) - 1, kUTF8_SkTextEncoding, local
110 // Red line is the measured advance from the 0,0 of the text position.
112 canvas->drawLine(0.0f, 0.0f, advance, 0.0f, paint);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliWordScanner.java 100 lexer.advance();
106 lexer.advance();
  /frameworks/av/media/libaudioprocessing/
AudioResamplerCubic.h 53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
  /frameworks/av/media/libmedia/include/media/
PatchBuilder.h 70 return *advance() = portCfg;
74 audio_port_config* added = advance();
88 struct audio_port_config* advance() { function in struct:android::PatchBuilder::PortCfgs

Completed in 1195 milliseconds

1 2 3 4 5 6 7 8 91011