Home
last modified time | relevance | path

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

12345678910>>...105

/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.cc91 size_t pos) { in copyT()
97 size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { in copy()
101 size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) { in copy()
108 size_t pos) { in findT()
119 size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { in find()
123 size_t find(const StringPiece16& self, const StringPiece16& s, size_t pos) { in find()
130 size_t pos) { in findT()
140 size_t find(const StringPiece& self, char c, size_t pos) { in find()
144 size_t find(const StringPiece16& self, char16 c, size_t pos) { in find()
151 size_t pos) { in rfindT()
[all …]
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java245 public void setBoolean(int pos, boolean value); in setBoolean()
246 public boolean getBoolean(int pos); in getBoolean()
248 public void setByte(int pos, byte value); in setByte()
249 public byte getByte(int pos); in getByte()
251 public void setShort(int pos, short value); in setShort()
252 public short getShort(int pos); in getShort()
254 public void setChar(int pos, char value); in setChar()
255 public char getChar(int pos); in getChar()
257 public void setInt(int pos, int value); in setInt()
258 public int getInt(int pos); in getInt()
[all …]
/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java318 void parameters(int numParam, int pos) throws Exception { in parameters()
327 final int annotationArray(int pos) throws Exception { in annotationArray()
332 int annotationArray(int pos, int num) throws Exception { in annotationArray()
339 final int annotation(int pos) throws Exception { in annotation()
345 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
352 final int memberValuePair(int pos) throws Exception { in memberValuePair()
357 int memberValuePair(int pos, int nameIndex) throws Exception { in memberValuePair()
361 final int memberValue(int pos) throws Exception { in memberValue()
389 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue()
393 void classMemberValue(int pos, int index) throws Exception {} in classMemberValue()
[all …]
DStackMap.java142 int pos = 2; in visit() local
156 public int locals(int pos, int offset, int num) { in locals()
164 public int stack(int pos, int offset, int num) { in stack()
176 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray()
183 int typeInfoArray2(int k, int pos) { in typeInfoArray2()
208 public void typeInfo(int pos, byte tag) {} in typeInfo()
214 public void objectVariable(int pos, int clazz) {} in objectVariable()
220 public void uninitialized(int pos, int offset) {} in uninitialized()
242 public int locals(int pos, int offset, int num) { in locals()
247 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray()
[all …]
/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py112 def DecodeVarint(buffer, pos): argument
132 def DecodeVarint(buffer, pos): argument
160 def ReadTag(buffer, pos): argument
193 def DecodePackedField(buffer, pos, end, message, field_dict): argument
212 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
229 def DecodeField(buffer, pos, end, message, field_dict): argument
248 def InnerDecode(buffer, pos): argument
272 def InnerDecode(buffer, pos): argument
288 def InnerDecode(buffer, pos): argument
323 def InnerDecode(buffer, pos): argument
[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/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()
202 private void setPreContext(String str, int pos){ in setPreContext()
203 setPreContext(str.toCharArray(),pos); in setPreContext() local
206 private void setPreContext(char[] str, int pos){ in setPreContext()
213 private void setPostContext(String str, int pos){ in setPostContext()
214 setPostContext(str.toCharArray(),pos); in setPostContext() local
217 private void setPostContext(char[] str, int pos){ in setPostContext()
224 private void setContext(String str,int pos){ in setContext()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrepParseException.java85 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
104 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
186 private void setPreContext(String str, int pos){ in setPreContext()
187 setPreContext(str.toCharArray(),pos); in setPreContext() local
190 private void setPreContext(char[] str, int pos){ in setPreContext()
197 private void setPostContext(String str, int pos){ in setPostContext()
198 setPostContext(str.toCharArray(),pos); in setPostContext() local
201 private void setPostContext(char[] str, int pos){ in setPostContext()
208 private void setContext(String str,int pos){ in setContext()
/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.java85 private int pos; field in CharsTrie.State
128 int pos=pos_; in current() local
170 int pos=pos_; in next() local
225 int pos=pos_; in next() local
305 int pos=pos_; in getValue() local
320 int pos=pos_; in getUniqueValue() local
338 int pos=pos_; in getNextChars() local
475 int pos=pos_; in next() local
572 private int branchNext(int pos, int length) { in branchNext()
627 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
112 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
121 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
131 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
138 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
151 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
153 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/external/syslinux/com32/include/linux/
Dlist.h270 #define list_for_each(pos, head) \ argument
284 #define __list_for_each(pos, head) \ argument
292 #define list_for_each_prev(pos, head) \ argument
302 #define list_for_each_safe(pos, n, head) \ argument
312 #define list_for_each_prev_safe(pos, n, head) \ argument
323 #define list_for_each_entry(pos, head, member) \ argument
335 #define list_for_each_entry_safe(pos, n, head, member) \ argument
347 #define list_for_each_entry_reverse(pos, head, member) \ argument
360 #define list_prepare_entry(pos, head, member) \ argument
372 #define list_for_each_entry_continue(pos, head, member) \ argument
[all …]
/external/v8/src/
Dsource-position.cc12 std::ostream& operator<<(std::ostream& out, const SourcePositionInfo& pos) { in operator <<()
34 for (const SourcePositionInfo& pos : stack) { in operator <<() local
42 std::ostream& operator<<(std::ostream& out, const SourcePosition& pos) { in operator <<()
54 SourcePosition pos = *this; in InliningStack() local
69 SourcePosition pos = *this; in InliningStack() local
87 Script::PositionInfo pos; in Print() local
126 SourcePositionInfo::SourcePositionInfo(SourcePosition pos, in SourcePositionInfo()
/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/skqp/include/effects/
DSkGradientShader.h46 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
69 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
91 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
115 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
133 const SkColor colors[], const SkScalar pos[], in MakeTwoPointConical()
154 sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], in MakeTwoPointConical()
182 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
188 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
216 const SkScalar pos[], int count, in MakeSweep()
223 const SkScalar pos[], int count) { in MakeSweep()
/external/skia/include/effects/
DSkGradientShader.h46 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
69 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
91 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
115 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
133 const SkColor colors[], const SkScalar pos[], in MakeTwoPointConical()
154 sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], in MakeTwoPointConical()
182 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
188 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
216 const SkScalar pos[], int count, in MakeSweep()
223 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/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/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/wpa_supplicant_8/src/wps/
Dwps_attr_parse.c21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem()
80 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
100 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
142 const u8 *pos, u16 len) in wps_set_attr()
587 const u8 *pos, *end; in wps_parse_msg() local

12345678910>>...105