Home
last modified time | relevance | path

Searched defs:token (Results 201 - 225 of 507) sorted by relevance

12345678910>>...21

/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpnm2png.c598 char token[16]; in get_value() local
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgif2webp.c201 const char* token = strchr(start, ','); in main() local
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c350 T1_TokenRec token; in parse_font_name() local
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py5 from .pgen2 import token namespace
[all...]
H A Drefactor.py25 from .pgen2 import driver, tokenize, token namespace
[all...]
/third_party/toybox/kconfig/
H A Dmenu.c160 void menu_add_option(int token, char *arg) in menu_add_option() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc447 Tokenizer::Token token; in TEST_2D() local
[all...]
/third_party/python/Lib/
H A Dtrace.py57 import token namespace
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py15 from lib2to3.pgen2 import token namespace
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage.cc164 out_ << token; in Write() local
/third_party/rust/crates/syn/src/
H A Dlib.rs314 pub mod token; modules
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Djson.c191 static int json_check_tree_state(struct json_token *token) in json_check_tree_state() argument
222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; json_parse() local
493 struct json_token *token, *ret = NULL; json_get_member() local
509 struct json_token *token; json_get_member_base64url() local
551 json_print_token(struct json_token *token, int depth, char *buf, size_t buflen) json_print_token() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_rrm.c35 static void hostapd_handle_lci_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_lci_report() argument
59 static void hostapd_handle_range_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_range_report() argument
74 hostapd_handle_beacon_report(struct hostapd_data *hapd, const u8 *addr, u8 token, u8 rep_mode, const u8 *pos, size_t len) hostapd_handle_beacon_report() argument
100 u8 token, rep_mode; hostapd_handle_radio_msmt_report() local
286 u8 token; hostapd_handle_nei_report_req() local
[all...]
H A Drrm.c35 static void hostapd_handle_lci_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_lci_report() argument
59 static void hostapd_handle_range_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_range_report() argument
74 hostapd_handle_beacon_report(struct hostapd_data *hapd, const u8 *addr, u8 token, u8 rep_mode, const u8 *pos, size_t len) hostapd_handle_beacon_report() argument
100 u8 token, rep_mode; hostapd_handle_radio_msmt_report() local
286 u8 token; hostapd_handle_nei_report_req() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Djson.c191 static int json_check_tree_state(struct json_token *token) in json_check_tree_state() argument
222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; json_parse() local
495 struct json_token *token, *ret = NULL; json_get_member() local
511 struct json_token *token; json_get_member_base64url() local
534 struct json_token *token; json_get_member_base64() local
575 json_print_token(struct json_token *token, int depth, char *buf, size_t buflen) json_print_token() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dloader_environment.c283 char *token = thread_safe_strtok(parsing_string, ",", &context); in parse_generic_filter_environment_var() local
343 char *token = thread_safe_strtok(parsing_string, ",", &context); in parse_layers_disable_filter_environment_var() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_rrm.c35 static void hostapd_handle_lci_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_lci_report() argument
59 static void hostapd_handle_range_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_range_report() argument
74 hostapd_handle_beacon_report(struct hostapd_data *hapd, const u8 *addr, u8 token, u8 rep_mode, const u8 *pos, size_t len) hostapd_handle_beacon_report() argument
100 u8 token, rep_mode; hostapd_handle_radio_msmt_report() local
286 u8 token; hostapd_handle_nei_report_req() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp209 bool ContainsToken(const std::string &tokenStr, char delimiter, const std::string &token) in ContainsToken() argument
/third_party/curl/tests/libtest/
H A Dstub_gssapi.c96 char *token = NULL; in gss_init_sec_context() local
/third_party/ffmpeg/libavcodec/
H A Dnotchlc.c85 uint8_t token = bytestream2_get_byte(gb); in lz4_decompress() local
/third_party/curl/src/
H A Dtool_paramhlp.c333 char *token; in proto2num() local
[all...]
/third_party/gn/src/base/json/
H A Djson_parser.cc306 std::optional<Value> JSONParser::ParseToken(Token token) { in ParseToken() argument
340 Token token = GetNextToken(); in ConsumeDictionary() local
404 Token token = GetNextToken(); ConsumeList() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DLSTMBreakEngine.java155 protected int getIndex(String token) { in getIndex() argument
/third_party/libunwind/libunwind/src/dwarf/
H A DGparser.c1003 dwarf_reg_states_dynamic_iterate(struct dwarf_cursor *c, unw_reg_states_callback cb, void *token) dwarf_reg_states_dynamic_iterate() argument
1012 dwarf_reg_states_table_iterate(struct dwarf_cursor *c, unw_reg_states_callback cb, void *token) dwarf_reg_states_table_iterate() argument
1044 dwarf_reg_states_iterate(struct dwarf_cursor *c, unw_reg_states_callback cb, void *token) dwarf_reg_states_iterate() argument
/third_party/libcoap/examples/
H A Detsi_iot_01.c351 coap_bin_const_t token = coap_pdu_get_token(request); in hnd_get_separate() local

Completed in 32 milliseconds

12345678910>>...21