Home
last modified time | relevance | path

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

12345678910>>...40

/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/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/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_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/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 …]
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
Dx509v3.c188 const u8 *pos, *end; in x509_parse_algorithm_identifier() local
227 const u8 *pos, *end; in x509_parse_public_key() local
299 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local
448 char *pos, *end; in x509_name_string() local
515 const char *pos; in x509_parse_time() local
626 const u8 *pos; in x509_parse_validity() local
697 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
734 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
820 const u8 *pos, size_t len) in x509_parse_extension_data()
845 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
[all …]
Dtlsv1_client_read.c38 const u8 *pos, *end; in tls_process_server_hello() local
216 const u8 *pos, *end; in tls_process_certificate() local
413 const u8 *pos, *end; in tlsv1_process_diffie_hellman() local
479 const u8 *pos, *end; in tls_process_server_key_exchange() local
568 const u8 *pos, *end; in tls_process_certificate_request() local
632 const u8 *pos, *end; in tls_process_server_hello_done() local
690 const u8 *pos; in tls_process_server_change_cipher_spec() local
760 const u8 *pos, *end; in tls_process_server_finished() local
871 const u8 *pos; in tls_process_application_data() local
Dtlsv1_server_read.c38 const u8 *pos, *end, *c; in tls_process_client_hello() local
270 const u8 *pos, *end; in tls_process_certificate() local
470 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_rsa()
568 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_dh_anon()
677 const u8 *pos, *end; in tls_process_client_key_exchange() local
755 const u8 *pos, *end; in tls_process_certificate_verify() local
922 const u8 *pos; in tls_process_change_cipher_spec() local
971 const u8 *pos, *end; in tls_process_client_finished() local
/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/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/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
Dx509v3.c188 const u8 *pos, *end; in x509_parse_algorithm_identifier() local
227 const u8 *pos, *end; in x509_parse_public_key() local
299 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local
448 char *pos, *end; in x509_name_string() local
515 const char *pos; in x509_parse_time() local
626 const u8 *pos; in x509_parse_validity() local
697 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
734 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
820 const u8 *pos, size_t len) in x509_parse_extension_data()
845 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
[all …]
/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/icu4c/common/
Dutil_props.cpp24 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger()
84 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, in parsePattern()
142 UnicodeString ICU_Utility::parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) { in parseUnicodeIdentifier()
186 int32_t& pos, int8_t radix) { in parseNumber()
/external/chromium/third_party/icu/source/common/
Dutil_props.cpp24 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger()
84 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, in parsePattern()
142 UnicodeString ICU_Utility::parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) { in parseUnicodeIdentifier()
186 int32_t& pos, int8_t radix) { in parseNumber()
Dstringpiece.cpp18 StringPiece::StringPiece(const StringPiece& x, int32_t pos) { in StringPiece()
28 StringPiece::StringPiece(const StringPiece& x, int32_t pos, int32_t len) { in StringPiece()
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c57 const u8 *pos; in wpa_parse_wpa_ie_wpa() local
186 u8 *pos; in wpa_gen_wpa_ie_wpa() local
260 u8 *pos; in wpa_gen_wpa_ie_rsn() local
405 static int wpa_parse_generic(const u8 *pos, const u8 *end, in wpa_parse_generic()
494 const u8 *pos, *end; in wpa_supplicant_parse_ies() local
/external/chromium/base/crypto/
Drsa_private_key.cc99 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) { in ReadLength()
127 bool PrivateKeyInfoCodec::ReadTypeHeaderAndLength(uint8** pos, in ReadTypeHeaderAndLength()
138 bool PrivateKeyInfoCodec::ReadSequence(uint8** pos, uint8* end) { in ReadSequence()
142 bool PrivateKeyInfoCodec::ReadAlgorithmIdentifier(uint8** pos, uint8* end) { in ReadAlgorithmIdentifier()
150 bool PrivateKeyInfoCodec::ReadVersion(uint8** pos, uint8* end) { in ReadVersion()
314 bool PrivateKeyInfoCodec::ReadInteger(uint8** pos, in ReadInteger()
320 bool PrivateKeyInfoCodec::ReadIntegerImpl(uint8** pos, in ReadIntegerImpl()
345 bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize(uint8** pos, in ReadIntegerWithExpectedSize()
/external/webkit/WebCore/xml/
DXPathFunctions.h43 Expression* arg(int pos) { return subExpr(pos); } in arg()
44 const Expression* arg(int pos) const { return subExpr(pos); } in arg()
/external/webkit/WebCore/editing/
DSelectionController.cpp80 void SelectionController::moveTo(const VisiblePosition &pos, bool userTriggered) in moveTo()
90 void SelectionController::moveTo(const Position &pos, EAffinity affinity, bool userTriggered) in moveTo()
270 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingRight() local
305 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingForward() local
345 VisiblePosition pos; in modifyMovingRight() local
370 VisiblePosition pos; in modifyMovingForward() local
419 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingLeft() local
453 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingBackward() local
497 VisiblePosition pos; in modifyMovingLeft() local
522 VisiblePosition pos; in modifyMovingBackward() local
[all …]
/external/astl/src/
Dios_pos_types.cpp49 fpos pos(*this); in operator +() local
55 fpos pos(*this); in operator -() local
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
DSDL_syscdrom.cc53 #define POS_TRACK(pos) pos.position[6] argument
54 #define POS_ABS_M(pos) pos.position[9] argument
55 #define POS_ABS_S(pos) pos.position[10] argument
56 #define POS_ABS_F(pos) pos.position[11] argument
57 #define POS_REL_M(pos) pos.position[13] argument
58 #define POS_REL_S(pos) pos.position[14] argument
59 #define POS_REL_F(pos) pos.position[15] argument
322 scsi_position pos; in SDL_SYS_CDStatus() local
355 scsi_play_position pos; in SDL_SYS_CDPlay() local
/external/svox/pico/lib/
Dpicokfst.c80 …edBytesToUnsignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_uin… in FixedBytesToUnsignedNum()
94 static void FixedBytesToSignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos in FixedBytesToSignedNum()
116 static void BytesToNum (picoos_uint8 * stream, picoos_uint32 * pos, picoos_int32 * num) in BytesToNum()
275 picoos_uint32 pos; in picokfst_kfstStartPairSearch() local
313 picoos_uint32 pos; in picokfst_kfstGetNextPair() local
346 picoos_uint32 pos; in picokfst_kfstGetTrans() local
368 picoos_uint32 pos; in picokfst_kfstStartInEpsTransSearch() local
390 picoos_uint32 pos; in picokfst_kfstGetNextInEpsTrans() local
421 picoos_uint32 pos; in picokfst_kfstIsAcceptingState() local

12345678910>>...40