Searched defs:advance (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_iterator_base_funcs.h56 * functions, such as distance() and advance().
173 advance(_InputIterator& __i, _Distance __n) function
187 std::advance(__x, __n);
196 std::advance(__x, -__n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_iterator_base_funcs.h56 * functions, such as distance() and advance().
173 advance(_InputIterator& __i, _Distance __n) function
187 std::advance(__x, __n);
196 std::advance(__x, -__n);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_iterator_base_funcs.h56 * functions, such as distance() and advance().
173 advance(_InputIterator& __i, _Distance __n) function
187 std::advance(__x, __n);
196 std::advance(__x, -__n);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_iterator_base_funcs.h56 * 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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_iterator_base_funcs.h56 * 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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_iterator_base_funcs.h56 * 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/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_iterator_base_funcs.h56 * 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/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_iterator_base_funcs.h56 * functions, such as distance() and advance().
173 advance(_InputIterator& __i, _Distance __n) function
187 std::advance(__x, __n);
196 std::advance(__x, -__n);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_generators.py1214 def advance(len=len): function in function:Knights.__init__
1274 [hard and advance_hard or advance] * (m*n - 3) + \
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_generators.py1214 def advance(len=len): function in function:Knights.__init__
1274 [hard and advance_hard or advance] * (m*n - 3) + \
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
H A Dftincrem.h103 * advance ::
104 * Horizontal component of glyph advance, in font units.
107 * Vertical component of glyph advance, in font units.
119 FT_Long advance; member in struct:FT_Incremental_MetricsRec_
H A Dftglyph.h97 /* advance width in 16.16 fixed-point format. */
106 /* advance :: A 16.16 vector that gives the glyph's advance width. */
113 FT_Vector advance; member in struct:FT_GlyphRec_
285 /* advance vector. */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_generators.py1214 def advance(len=len): function in function:Knights.__init__
1274 [hard and advance_hard or advance] * (m*n - 3) + \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_generators.py1214 def advance(len=len): function in function:Knights.__init__
1274 [hard and advance_hard or advance] * (m*n - 3) + \
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
H A Drefactor.py133 def advance(): function in function:_detect_future_features
140 tp, value = advance()
148 tp, value = advance()
151 tp, value = advance()
154 tp, value = advance()
156 tp, value = advance()
159 tp, value = advance()
162 tp, value = advance()
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
H A Drefactor.py133 def advance(): function in function:_detect_future_features
140 tp, value = advance()
148 tp, value = advance()
151 tp, value = advance()
154 tp, value = advance()
156 tp, value = advance()
159 tp, value = advance()
162 tp, value = advance()
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_iterator_base.h515 inline void _STLP_CALL advance(_InputIterator& __i, _Distance __n) function in struct:iterator_traits
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DScan.h81 // retrieve the next character and advance one character
95 advance();
100 // retrieve the next character, no advance
225 // advance one character
226 void advance() function in class:glslang::TInputScanner
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_iterator_base.h515 inline void _STLP_CALL advance(_InputIterator& __i, _Distance __n) function in struct:iterator_traits
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_iterator_base.h515 inline void _STLP_CALL advance(_InputIterator& __i, _Distance __n) function in struct:iterator_traits
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_iterator_base.h515 inline void _STLP_CALL advance(_InputIterator& __i, _Distance __n) function in struct:iterator_traits
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DScan.h81 // retrieve the next character and advance one character
95 advance();
100 // retrieve the next character, no advance
225 // advance one character
226 void advance() function in class:glslang::TInputScanner
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Drefactor.py133 def advance(): function in function:_detect_future_features
140 tp, value = advance()
148 tp, value = advance()
151 tp, value = advance()
154 tp, value = advance()
156 tp, value = advance()
159 tp, value = advance()
162 tp, value = advance()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Drefactor.py133 def advance(): function in function:_detect_future_features
140 tp, value = advance()
148 tp, value = advance()
151 tp, value = advance()
154 tp, value = advance()
156 tp, value = advance()
159 tp, value = advance()
162 tp, value = advance()
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dtext_handler.cpp72 // If a null terminator is found during the text advance, SPV_END_OF_STREAM is
75 spv_result_t advance(spv_text text, spv_position position) { function in namespace:__anon12730
76 // NOTE: Consume white space, otherwise don't advance.
83 return advance(text, position);
89 return advance(text, position);
94 return advance(text, position);
180 spv_result_t AssemblyContext::advance() { function in class:libspirv::AssemblyContext
181 return ::advance(text_, &current_position_);
196 if (::advance(text_, &pos)) return false;
204 if (::advance(text
[all...]

Completed in 1963 milliseconds

1234567891011>>