Home
last modified time | relevance | path

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

12345678910>>...60

/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/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/harfbuzz/src/
Dharfbuzz-buffer-private.h75 #define IN_GLYPH( pos ) (buffer->in_string[(pos)].gindex) argument
76 #define IN_ITEM( pos ) (&buffer->in_string[(pos)]) argument
79 #define IN_PROPERTIES( pos ) (buffer->in_string[(pos)].properties) argument
80 #define IN_LIGID( pos ) (buffer->in_string[(pos)].ligID) argument
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component) argument
82 #define POSITION( pos ) (&buffer->positions[(pos)]) argument
83 #define OUT_GLYPH( pos ) (buffer->out_string[(pos)].gindex) argument
84 #define OUT_ITEM( pos ) (&buffer->out_string[(pos)]) argument
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py105 def DecodeVarint(buffer, pos): argument
125 def DecodeVarint(buffer, pos): argument
153 def ReadTag(buffer, pos): argument
186 def DecodePackedField(buffer, pos, end, message, field_dict): argument
205 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
222 def DecodeField(buffer, pos, end, message, field_dict): argument
241 def InnerDecode(buffer, pos): argument
265 def InnerDecode(buffer, pos): argument
315 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
332 def DecodeField(buffer, pos, end, message, field_dict): argument
[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/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/kernel-headers/original/linux/
Dlist.h361 #define list_for_each(pos, head) \ argument
375 #define __list_for_each(pos, head) \ argument
383 #define list_for_each_prev(pos, head) \ argument
393 #define list_for_each_safe(pos, n, head) \ argument
403 #define list_for_each_entry(pos, head, member) \ argument
414 #define list_for_each_entry_reverse(pos, head, member) \ argument
427 #define list_prepare_entry(pos, head, member) \ argument
439 #define list_for_each_entry_continue(pos, head, member) \ argument
452 #define list_for_each_entry_from(pos, head, member) \ argument
463 #define list_for_each_entry_safe(pos, n, head, member) \ argument
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_attr_parse.c26 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem()
77 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
97 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
139 const u8 *pos, u16 len) in wps_set_attr()
558 const u8 *pos, *end; in wps_parse_msg() local
/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/tls/
Dx509v3.c191 const u8 *pos, *end; in x509_parse_algorithm_identifier() local
230 const u8 *pos, *end; in x509_parse_public_key() local
302 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local
508 char *pos, *end; in x509_name_string() local
550 const char *pos; in x509_parse_time() local
661 const u8 *pos; in x509_parse_validity() local
732 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
769 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
854 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
876 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
[all …]
Dtlsv1_server_write.c50 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_hello() local
163 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_server_certificate() local
251 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_key_exchange() local
440 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_certificate_request() local
505 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_hello_done() local
547 u8 *pos, *rhdr; in tls_write_server_change_cipher_spec() local
581 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_finished() local
657 u8 *msg, *end, *pos; in tls_send_server_hello() local
711 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
759 u8 *alert, *pos, *length; in tlsv1_server_send_alert() local
Dtlsv1_client_write.c52 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
136 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_client_certificate() local
211 static int tlsv1_key_x_anon_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_anon_dh()
327 static int tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_rsa()
377 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_client_key_exchange() local
434 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; in tls_write_client_certificate_verify() local
556 u8 *pos, *rhdr; in tls_write_client_change_cipher_spec() local
590 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_client_finished() local
667 u8 *msg, *end, *pos; in tls_send_client_key_exchange() local
710 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c188 const char *pos; member
197 char *pos; in eap_fast_read_line() local
337 char *pos) in eap_fast_parse_pac_type()
349 static const char * eap_fast_parse_pac_key(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_pac_key()
368 char *pos) in eap_fast_parse_pac_opaque()
378 static const char * eap_fast_parse_a_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_a_id()
388 static const char * eap_fast_parse_i_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_i_id()
399 char *pos) in eap_fast_parse_a_id_info()
422 char *pos; in eap_fast_load_pac() local
477 static void eap_fast_write(char **buf, char **pos, size_t *buf_len, in eap_fast_write()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_fast_pac.c188 const char *pos; member
197 char *pos; in eap_fast_read_line() local
337 char *pos) in eap_fast_parse_pac_type()
349 static const char * eap_fast_parse_pac_key(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_pac_key()
368 char *pos) in eap_fast_parse_pac_opaque()
378 static const char * eap_fast_parse_a_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_a_id()
388 static const char * eap_fast_parse_i_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_i_id()
399 char *pos) in eap_fast_parse_a_id_info()
422 char *pos; in eap_fast_load_pac() local
477 static void eap_fast_write(char **buf, char **pos, size_t *buf_len, in eap_fast_write()
[all …]
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java51 final int pos = m_pos; in write2() local
75 final int pos = m_pos; in write3() local
100 final int pos = m_pos; in write4() local
208 final int pos = m_pos; in copyByteArray() local
243 final int pos = m_pos; in write() local
272 final int pos = m_pos; in write() local
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dtlsv1_server_write.c49 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_hello() local
162 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_server_certificate() local
251 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_key_exchange() local
445 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_certificate_request() local
510 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_hello_done() local
552 u8 *pos, *rhdr; in tls_write_server_change_cipher_spec() local
586 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_finished() local
662 u8 *msg, *end, *pos; in tls_send_server_hello() local
716 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
764 u8 *alert, *pos, *length; in tlsv1_server_send_alert() local
Dtlsv1_client_write.c51 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
135 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_client_certificate() local
210 static int tlsv1_key_x_anon_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_anon_dh()
331 static int tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_rsa()
381 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_client_key_exchange() local
438 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; in tls_write_client_certificate_verify() local
560 u8 *pos, *rhdr; in tls_write_client_change_cipher_spec() local
594 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_client_finished() local
671 u8 *msg, *end, *pos; in tls_send_client_key_exchange() local
714 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
[all …]
/external/srec/tools/grxmlcompile/
Dhashmap.cpp89 typename std::map<T1,T2>::iterator pos; in getIndex() local
106 typename std::map<T1,T2>::iterator pos; in getFirst() local
130 typename std::map<T1,T2>::iterator pos; in getValue() local
148 typename std::map<T1,T2>::iterator pos; in print() local
160 typename std::map<T1,T2>::iterator pos; in writeFile() local
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java65 int pos = iterator.next(); in initialize() local
92 public int transform(CtClass tclazz, int pos, CodeIterator iterator, in transform()
98 private Frame getFrame(int pos) throws BadBytecode { in getFrame()
109 private int updatePos(int pos, int increment) { in updatePos()
116 private String getTopType(int pos) throws BadBytecode { in getTopType()
125 private int replace(ConstPool cp, CodeIterator iterator, int pos, in replace()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c22 static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, in ieee802_11_parse_vendor_specific()
155 const u8 *pos = start; in ieee802_11_parse_elems() local
286 const u8 *pos, *end; in ieee802_11_ie_count() local
309 const u8 *end, *pos, *ie; in ieee802_11_vendor_ie_concat() local
/external/oprofile/libdb/
Ddb_debug.c19 odb_node_nr_t pos; in check_circular_list() local
71 odb_node_nr_t pos; in check_redundant_key() local
91 odb_node_nr_t pos; in odb_check_hash() local
/external/wpa_supplicant/
Dasn1.c25 const u8 *pos, *end; in asn1_get_next() local
92 const u8 *pos, *end; in asn1_get_oid() local
146 char *pos = buf; in asn1_oid_to_str() local
187 const u8 *pos = buf; in asn1_bit_string_to_long() local

12345678910>>...60