/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | pnm2png.c | 598 char token[16]; in get_value() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gif2webp.c | 201 const char* token = strchr(start, ','); in main() local
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidload.c | 350 T1_TokenRec token; in parse_font_name() local
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 5 from .pgen2 import token namespace [all...] |
H A D | refactor.py | 25 from .pgen2 import driver, tokenize, token namespace [all...] |
/third_party/toybox/kconfig/ |
H A D | menu.c | 160 void menu_add_option(int token, char *arg) in menu_add_option() argument
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 447 Tokenizer::Token token; in TEST_2D() local [all...] |
/third_party/python/Lib/ |
H A D | trace.py | 57 import token namespace
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 15 from lib2to3.pgen2 import token namespace
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | usage.cc | 164 out_ << token; in Write() local
|
/third_party/rust/crates/syn/src/ |
H A D | lib.rs | 314 pub mod token; modules [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | json.c | 191 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 D | ap_rrm.c | 35 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 D | rrm.c | 35 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 D | json.c | 191 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 D | loader_environment.c | 283 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 D | ap_rrm.c | 35 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 D | string_utils.cpp | 209 bool ContainsToken(const std::string &tokenStr, char delimiter, const std::string &token) in ContainsToken() argument
|
/third_party/curl/tests/libtest/ |
H A D | stub_gssapi.c | 96 char *token = NULL; in gss_init_sec_context() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | notchlc.c | 85 uint8_t token = bytestream2_get_byte(gb); in lz4_decompress() local
|
/third_party/curl/src/ |
H A D | tool_paramhlp.c | 333 char *token; in proto2num() local [all...] |
/third_party/gn/src/base/json/ |
H A D | json_parser.cc | 306 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 D | LSTMBreakEngine.java | 155 protected int getIndex(String token) { in getIndex() argument
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 1003 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 D | etsi_iot_01.c | 351 coap_bin_const_t token = coap_pdu_get_token(request); in hnd_get_separate() local
|