Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 2923) sorted by relevance

12345678910>>...117

/external/google-benchmark/test/
Dstring_util_gtest.cc11 size_t pos = 0; in TEST() local
16 size_t pos = 0; in TEST() local
21 size_t pos = 0; in TEST() local
27 size_t pos = 0; in TEST() local
33 size_t pos = 0; in TEST() local
39 size_t pos = 0; in TEST() local
44 size_t pos = 0; in TEST() local
49 size_t pos = 0; in TEST() local
54 size_t pos = 0; in TEST() local
59 size_t pos = 0; in TEST() local
[all …]
/external/libcxx/utils/google-benchmark/test/
Dstring_util_gtest.cc11 size_t pos = 0; in TEST() local
16 size_t pos = 0; in TEST() local
21 size_t pos = 0; in TEST() local
27 size_t pos = 0; in TEST() local
33 size_t pos = 0; in TEST() local
39 size_t pos = 0; in TEST() local
44 size_t pos = 0; in TEST() local
49 size_t pos = 0; in TEST() local
54 size_t pos = 0; in TEST() local
59 size_t pos = 0; in TEST() local
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java16 private int pos; field in Lexer
991 …iding") String text, @SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { … in new0()
992 …iding") String text, @SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { … in new1()
993 …Token new2(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new2()
994 …Token new3(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new3()
995 …Token new4(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new4()
996 …Token new5(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new5()
997 …Token new6(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new6()
998 …Token new7(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new7()
999 …iding") String text, @SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { … in new8()
[all …]
/external/libchrome/base/strings/
Dstring_piece.cc92 size_t pos) { in copyT()
98 size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { in copy()
102 size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) { in copy()
109 size_t pos) { in findT()
120 size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { in find()
124 size_t find(const StringPiece16& self, const StringPiece16& s, size_t pos) { in find()
131 size_t pos) { in findT()
141 size_t find(const StringPiece& self, char c, size_t pos) { in find()
145 size_t find(const StringPiece16& self, char16 c, size_t pos) { in find()
152 size_t pos) { in rfindT()
[all …]
/external/icu/icu4c/source/common/
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
70 const uint8_t *pos=pos_; in current() local
81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
184 const uint8_t *pos=pos_; in next() local
214 const uint8_t *pos=pos_; in next() local
316 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
353 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
389 const uint8_t *pos=pos_; in getNextBytes() local
[all …]
Ducharstrie.cpp33 const UChar *pos=pos_; in current() local
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl()
156 const UChar *pos=pos_; in next() local
184 const UChar *pos=pos_; in next() local
286 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length, in findUniqueValueFromBranch()
324 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
368 const UChar *pos=pos_; in getNextUChars() local
400 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { in getNextBranchUChars()
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py117 def DecodeVarint(buffer, pos): argument
137 def DecodeVarint(buffer, pos): argument
169 def ReadTag(buffer, pos): argument
202 def DecodePackedField(buffer, pos, end, message, field_dict): argument
221 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
238 def DecodeField(buffer, pos, end, message, field_dict): argument
257 def InnerDecode(buffer, pos): argument
281 def InnerDecode(buffer, pos): argument
297 def InnerDecode(buffer, pos): argument
331 def InnerDecode(buffer, pos): argument
[all …]
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp58 int32_t pos = 0; in place() local
100 int32_t pos, in module()
114 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
124 void CBC_DefaultPlacement::corner1(int32_t pos) { in corner1()
134 void CBC_DefaultPlacement::corner2(int32_t pos) { in corner2()
144 void CBC_DefaultPlacement::corner3(int32_t pos) { in corner3()
154 void CBC_DefaultPlacement::corner4(int32_t pos) { in corner4()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java89 private int pos; field in CharsTrie.State
135 int pos=pos_; in current() local
180 int pos=pos_; in next() local
237 int pos=pos_; in next() local
318 int pos=pos_; in getValue() local
334 int pos=pos_; in getUniqueValue() local
353 int pos=pos_; in getNextChars() local
500 int pos=pos_; in next() local
598 private int branchNext(int pos, int length) { in branchNext()
653 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrie.java86 private int pos; field in CharsTrie.State
129 int pos=pos_; in current() local
171 int pos=pos_; in next() local
226 int pos=pos_; in next() local
306 int pos=pos_; in getValue() local
321 int pos=pos_; in getUniqueValue() local
339 int pos=pos_; in getNextChars() local
478 int pos=pos_; in next() local
575 private int branchNext(int pos, int length) { in branchNext()
630 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
/external/bcc/src/cc/usdt/
Dusdt_args.cc116 void ArgumentParser::print_error(ssize_t pos) { in print_error()
123 void ArgumentParser::skip_whitespace_from(size_t pos) { in skip_whitespace_from()
128 void ArgumentParser::skip_until_whitespace_from(size_t pos) { in skip_until_whitespace_from()
134 bool ArgumentParser_aarch64::parse_register(ssize_t pos, ssize_t &new_pos, in parse_register()
142 bool ArgumentParser_aarch64::parse_size(ssize_t pos, ssize_t &new_pos, in parse_size()
157 bool ArgumentParser_aarch64::parse_mem(ssize_t pos, ssize_t &new_pos, in parse_mem()
288 ssize_t ArgumentParser_x64::parse_identifier(ssize_t pos, in parse_identifier()
299 ssize_t ArgumentParser_x64::parse_register(ssize_t pos, std::string &name, in parse_register()
315 ssize_t ArgumentParser_x64::parse_base_register(ssize_t pos, Argument *dest) { in parse_base_register()
329 ssize_t ArgumentParser_x64::parse_index_register(ssize_t pos, Argument *dest) { in parse_index_register()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrepParseException.java99 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
119 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
201 private void setPreContext(String str, int pos){ in setPreContext()
202 setPreContext(str.toCharArray(),pos); in setPreContext() local
205 private void setPreContext(char[] str, int pos){ in setPreContext()
212 private void setPostContext(String str, int pos){ in setPostContext()
213 setPostContext(str.toCharArray(),pos); in setPostContext() local
216 private void setPostContext(char[] str, int pos){ in setPostContext()
223 private void setContext(String str,int pos){ in setContext()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrepParseException.java86 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
105 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
185 private void setPreContext(String str, int pos){ in setPreContext()
186 setPreContext(str.toCharArray(),pos); in setPreContext() local
189 private void setPreContext(char[] str, int pos){ in setPreContext()
196 private void setPostContext(String str, int pos){ in setPostContext()
197 setPostContext(str.toCharArray(),pos); in setPostContext() local
200 private void setPostContext(char[] str, int pos){ in setPostContext()
207 private void setContext(String str,int pos){ in setContext()
/external/v8/src/
Dsource-position.cc12 std::ostream& operator<<(std::ostream& out, const SourcePositionInfo& pos) { in operator <<()
26 for (const SourcePositionInfo& pos : stack) { in operator <<() local
34 std::ostream& operator<<(std::ostream& out, const SourcePosition& pos) { in operator <<()
46 SourcePosition pos = *this; in InliningStack() local
62 SourcePosition pos = *this; in InliningStack() local
80 Script::PositionInfo pos; in Print() local
124 SourcePositionInfo::SourcePositionInfo(SourcePosition pos, in SourcePositionInfo()
/external/v8/src/ast/
Dast.h247 Expression(int pos, NodeType type) : AstNode(pos, type) {} in Expression()
373 DoExpression(Block* block, VariableProxy* result, int pos) in DoExpression()
391 Declaration(VariableProxy* proxy, int pos, NodeType type) in Declaration()
414 : Declaration(proxy, pos, kVariableDeclaration) { in Declaration() argument
431 NestedVariableDeclaration(VariableProxy* proxy, Scope* scope, int pos) in NestedVariableDeclaration()
451 FunctionDeclaration(VariableProxy* proxy, FunctionLiteral* fun, int pos) in FunctionDeclaration()
479 ZonePtrList<const AstRawString>* own_labels, int pos, in IterationStatement()
510 ZonePtrList<const AstRawString>* own_labels, int pos) in DoWhileStatement()
531 ZonePtrList<const AstRawString>* own_labels, int pos) in WhileStatement()
557 ZonePtrList<const AstRawString>* own_labels, int pos) in ForStatement()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c57 int pos; in addr_to_clear_pos() local
69 int pos, bit; in is_clear_flag_set() local
83 int pos; in clear_clear_flag() local
94 uint pos; in sp_create_tile_cache() local
143 uint pos; in sp_destroy_tile_cache() local
401 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) in sp_flush_tile()
447 int inuse = 0, pos; in sp_flush_tile_cache() local
487 unsigned pos; in sp_alloc_tile() local
521 const int pos = CACHE_POS(addr.bits.x, in sp_find_cached_tile() local
639 uint pos; in sp_tile_cache_clear() local
/external/skia/include/effects/
DSkGradientShader.h75 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
98 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
120 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
144 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
162 const SkColor colors[], const SkScalar pos[], in MakeTwoPointConical()
183 sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], in MakeTwoPointConical()
211 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
217 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
245 const SkScalar pos[], int count, in MakeSweep()
252 const SkScalar pos[], int count) { in MakeSweep()
/external/skqp/include/effects/
DSkGradientShader.h75 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
98 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
120 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
144 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
162 const SkColor colors[], const SkScalar pos[], in MakeTwoPointConical()
183 sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], in MakeTwoPointConical()
211 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
217 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
245 const SkScalar pos[], int count, in MakeSweep()
252 const SkScalar pos[], int count) { in MakeSweep()
/external/javasqlite/src/main/java/SQLite/
DStmt.java96 public native void bind(int pos, int value) throws SQLite.Exception; in bind()
104 public native void bind(int pos, long value) throws SQLite.Exception; in bind()
112 public native void bind(int pos, double value) throws SQLite.Exception; in bind()
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; in bind()
128 public native void bind(int pos, String value) throws SQLite.Exception; in bind()
135 public native void bind(int pos) throws SQLite.Exception; in bind()
143 public native void bind_zeroblob(int pos, int length) in bind_zeroblob()
159 public native String bind_parameter_name(int pos) throws SQLite.Exception; in bind_parameter_name()
/external/libnfnetlink/include/
Dlinux_list.h342 #define list_for_each(pos, head) \ argument
356 #define __list_for_each(pos, head) \ argument
364 #define list_for_each_prev(pos, head) \ argument
374 #define list_for_each_safe(pos, n, head) \ argument
384 #define list_for_each_entry(pos, head, member) \ argument
397 #define list_for_each_entry_reverse(pos, head, member) \ argument
411 #define list_prepare_entry(pos, head, member) \ argument
421 #define list_for_each_entry_continue(pos, head, member) \ argument
435 #define list_for_each_entry_safe(pos, n, head, member) \ argument
450 #define list_for_each_rcu(pos, head) \ argument
[all …]
/external/iptables/libiptc/
Dlinux_list.h338 #define list_for_each(pos, head) \ argument
352 #define __list_for_each(pos, head) \ argument
360 #define list_for_each_prev(pos, head) \ argument
370 #define list_for_each_safe(pos, n, head) \ argument
380 #define list_for_each_entry(pos, head, member) \ argument
393 #define list_for_each_entry_reverse(pos, head, member) \ argument
407 #define list_prepare_entry(pos, head, member) \ argument
417 #define list_for_each_entry_continue(pos, head, member) \ argument
431 #define list_for_each_entry_safe(pos, n, head, member) \ argument
446 #define list_for_each_rcu(pos, head) \ argument
[all …]
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h343 #define list_for_each(pos, head) \ argument
357 #define __list_for_each(pos, head) \ argument
365 #define list_for_each_prev(pos, head) \ argument
375 #define list_for_each_safe(pos, n, head) \ argument
385 #define list_for_each_entry(pos, head, member) \ argument
398 #define list_for_each_entry_reverse(pos, head, member) \ argument
412 #define list_prepare_entry(pos, head, member) \ argument
422 #define list_for_each_entry_continue(pos, head, member) \ argument
436 #define list_for_each_entry_safe(pos, n, head, member) \ argument
451 #define list_for_each_rcu(pos, head) \ argument
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_attr_parse.c21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem()
91 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
111 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
153 const u8 *pos, u16 len) in wps_set_attr()
598 const u8 *pos, *end; in wps_parse_msg() local
/external/icu/icu4c/source/common/unicode/
Ducharstrie.h113 const char16_t *pos; variable
223 const char16_t *pos=pos_; in getValue() local
240 const char16_t *pos=pos_; in hasUniqueValue() local
384 static inline int32_t readValue(const char16_t *pos, int32_t leadUnit) { in readValue()
395 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue()
405 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue()
410 static inline int32_t readNodeValue(const char16_t *pos, int32_t leadUnit) { in readNodeValue()
422 static inline const char16_t *skipNodeValue(const char16_t *pos, int32_t leadUnit) { in skipNodeValue()
434 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta()
447 static const char16_t *skipDelta(const char16_t *pos) { in skipDelta()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DCompositeFormat.java66 final ParsePosition pos) { in parseAndIgnoreWhitespace()
79 final ParsePosition pos) { in parseNextCharacter()
109 final ParsePosition pos) { in parseNumber()
141 final ParsePosition pos) { in parseNumber()
171 final ParsePosition pos) { in parseFixedstring()
209 final FieldPosition pos) { in formatDouble()

12345678910>>...117