Home
last modified time | relevance | path

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

12345678910>>...91

/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 …]
DStackMapTable.java178 int pos = 2; in parse() local
192 int stackMapFrames(int pos, int nth) throws BadBytecode { in stackMapFrames()
230 public void sameFrame(int pos, int offsetDelta) throws BadBytecode {} in sameFrame()
232 private int sameLocals(int pos, int type) throws BadBytecode { in sameLocals()
265 public void sameLocals(int pos, int offsetDelta, int stackTag, int stackData) in sameLocals()
275 public void chopFrame(int pos, int offsetDelta, int k) throws BadBytecode {} in chopFrame()
277 private int appendFrame(int pos, int type) throws BadBytecode { in appendFrame()
309 public void appendFrame(int pos, int offsetDelta, int[] tags, int[] data) in appendFrame()
312 private int fullFrame(int pos) throws BadBytecode { in fullFrame()
338 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame()
[all …]
/external/libweave/third_party/chromium/base/strings/
Dstring_piece.cc82 size_t pos) { in copyT()
88 size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { in copy()
95 size_t pos) { in findT()
106 size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { in find()
113 size_t pos) { in findT()
123 size_t find(const StringPiece& self, char c, size_t pos) { in find()
130 size_t pos) { in rfindT()
145 size_t rfind(const StringPiece& self, const StringPiece& s, size_t pos) { in rfind()
152 size_t pos) { in rfindT()
166 size_t rfind(const StringPiece& self, char c, size_t pos) { in rfind()
[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/protobuf/python/google/protobuf/internal/
Ddecoder.py120 def DecodeVarint(buffer, pos): argument
143 def DecodeVarint(buffer, pos): argument
175 def ReadTag(buffer, pos): argument
210 def DecodePackedField(buffer, pos, end, message, field_dict): argument
229 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
246 def DecodeField(buffer, pos, end, message, field_dict): argument
265 def InnerDecode(buffer, pos): argument
289 def InnerDecode(buffer, pos): argument
306 def InnerDecode(buffer, pos): argument
346 def InnerDecode(buffer, pos): argument
[all …]
/external/icu/icu4c/source/common/
Dbytestrie.cpp30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
47 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
68 const uint8_t *pos=pos_; in current() local
79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
149 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
182 const uint8_t *pos=pos_; in next() local
212 const uint8_t *pos=pos_; in next() local
314 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
351 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
387 const uint8_t *pos=pos_; in getNextBytes() local
[all …]
Ducharstrie.cpp31 const UChar *pos=pos_; in current() local
60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext()
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl()
154 const UChar *pos=pos_; in next() local
181 const UChar *pos=pos_; in next() local
283 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length, in findUniqueValueFromBranch()
321 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
365 const UChar *pos=pos_; in getNextUChars() local
397 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { in getNextBranchUChars()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java87 private int pos; field in CharsTrie.State
133 int pos=pos_; in current() local
178 int pos=pos_; in next() local
235 int pos=pos_; in next() local
316 int pos=pos_; in getValue() local
332 int pos=pos_; in getUniqueValue() local
351 int pos=pos_; in getNextChars() local
495 int pos=pos_; in next() local
592 private int branchNext(int pos, int length) { in branchNext()
647 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
DBytesTrie.java84 private int pos; field in BytesTrie.State
194 int pos=pos_; in current() local
228 int pos=pos_; in next() local
273 int pos=pos_; in next() local
369 int pos=pos_; in getUniqueValue() local
388 int pos=pos_; in getNextBytes() local
408 node=bytes_[pos++]&0xff; in getNextBytes() argument
579 int pos=pos_; in next() local
657 private int branchNext(int pos, int length) { in branchNext()
709 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrie.java83 private int pos; field in CharsTrie.State
126 int pos=pos_; in current() local
168 int pos=pos_; in next() local
223 int pos=pos_; in next() local
303 int pos=pos_; in getValue() local
318 int pos=pos_; in getUniqueValue() local
336 int pos=pos_; in getNextChars() local
470 int pos=pos_; in next() local
566 private int branchNext(int pos, int length) { in branchNext()
621 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
DBytesTrie.java80 private int pos; field in BytesTrie.State
179 int pos=pos_; in current() local
211 int pos=pos_; in next() local
255 int pos=pos_; in next() local
349 int pos=pos_; in getUniqueValue() local
367 int pos=pos_; in getNextBytes() local
387 node=bytes_[pos++]&0xff; in getNextBytes() argument
545 int pos=pos_; in next() local
622 private int branchNext(int pos, int length) { in branchNext()
674 private static int readValue(byte[] bytes, int pos, int leadByte) { 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/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrepParseException.java83 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
102 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
181 private void setPreContext(String str, int pos){ in setPreContext()
182 setPreContext(str.toCharArray(),pos); in setPreContext() local
185 private void setPreContext(char[] str, int pos){ in setPreContext()
192 private void setPostContext(String str, int pos){ in setPostContext()
193 setPostContext(str.toCharArray(),pos); in setPostContext() local
196 private void setPostContext(char[] str, int pos){ in setPostContext()
203 private void setContext(String str,int pos){ in setContext()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrepParseException.java97 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
117 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
197 private void setPreContext(String str, int pos){ in setPreContext()
198 setPreContext(str.toCharArray(),pos); in setPreContext() local
201 private void setPreContext(char[] str, int pos){ in setPreContext()
208 private void setPostContext(String str, int pos){ in setPostContext()
209 setPostContext(str.toCharArray(),pos); in setPostContext() local
212 private void setPostContext(char[] str, int pos){ in setPostContext()
219 private void setContext(String str,int pos){ in setContext()
/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/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp59 int32_t pos = 0; in place() local
101 int32_t pos, in module()
115 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
125 void CBC_DefaultPlacement::corner1(int32_t pos) { in corner1()
135 void CBC_DefaultPlacement::corner2(int32_t pos) { in corner2()
145 void CBC_DefaultPlacement::corner3(int32_t pos) { in corner3()
155 void CBC_DefaultPlacement::corner4(int32_t pos) { in corner4()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c38 char buf[128], *pos, *pos2; in hostapd_config_read_vlan_file() local
126 char buf[128], *pos; in hostapd_config_read_maclist() local
222 char buf[512], *pos, *start, *pos2; in hostapd_config_read_eap_user() local
572 const char *pos; in hostapd_parse_radius_attr() local
791 char *pos; in hostapd_parse_chanlist() local
811 char *pos, *end; in hostapd_parse_intlist() local
889 char *pos; in hostapd_config_read_int10() local
924 const char *pos; in hostapd_config_tx_queue() local
986 char *pos, *next; in add_r0kh() local
1032 char *pos, *next; in add_r1kh() local
[all …]
/external/wpa_supplicant_8/src/tls/
Dx509v3.c186 const u8 *pos, *end; in x509_parse_algorithm_identifier() local
224 const u8 *pos, *end; in x509_parse_public_key() local
296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local
501 char *pos, *end; in x509_name_string() local
542 const char *pos; in x509_parse_time() local
653 const u8 *pos; in x509_parse_validity() local
733 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
770 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
855 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
877 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
[all …]
/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/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c182 const char *pos; member
191 char *pos; in eap_fast_read_line() local
331 char *pos) in eap_fast_parse_pac_type()
345 static const char * eap_fast_parse_pac_key(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_pac_key()
364 char *pos) in eap_fast_parse_pac_opaque()
374 static const char * eap_fast_parse_a_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_a_id()
384 static const char * eap_fast_parse_i_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_i_id()
395 char *pos) in eap_fast_parse_a_id_info()
418 char *pos; in eap_fast_load_pac() local
478 static void eap_fast_write(char **buf, char **pos, size_t *buf_len, in eap_fast_write()
[all …]
/external/icu/icu4c/source/common/unicode/
Ducharstrie.h111 const UChar *pos; variable
221 const UChar *pos=pos_; in getValue() local
238 const UChar *pos=pos_; in hasUniqueValue() local
382 static inline int32_t readValue(const UChar *pos, int32_t leadUnit) { in readValue()
393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { in skipValue()
403 static inline const UChar *skipValue(const UChar *pos) { in skipValue()
408 static inline int32_t readNodeValue(const UChar *pos, int32_t leadUnit) { in readNodeValue()
420 static inline const UChar *skipNodeValue(const UChar *pos, int32_t leadUnit) { in skipNodeValue()
432 static inline const UChar *jumpByDelta(const UChar *pos) { in jumpByDelta()
445 static const UChar *skipDelta(const UChar *pos) { in skipDelta()

12345678910>>...91