/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 156 Integer res = fDict.get(token); in getIndex()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_yaml_ext.py | 134 for token in yaml.scan(c_data, Loader=yaml.CLoader): 135 c_tokens.append(token)
|
/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 353 async = coap_find_async(session, token); in hnd_get_separate()
|
/third_party/node/src/ |
H A D | node_http_common.h | 483 inline static bool IsZeroLength(int32_t token, rcbuf_t* name, rcbuf_t* value); 491 int32_t token,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | feedback.c | 100 _mesa_PassThrough( GLfloat token ) in _mesa_PassThrough() 107 _mesa_feedback_token( ctx, token ); in _mesa_PassThrough()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
H A D | nghttp3.h | 763 * :member:`nghttp3_qpack_nv.token`. 767 * :enum:`NGHTTP3_QPACK_TOKEN__AUTHORITY` is a token for 772 * :enum:`NGHTTP3_QPACK_TOKEN__PATH` is a token for ``:path``. 776 * :enum:`NGHTTP3_QPACK_TOKEN_AGE` is a token for ``age``. 780 * :enum:`NGHTTP3_QPACK_TOKEN_CONTENT_DISPOSITION` is a token for 785 * :enum:`NGHTTP3_QPACK_TOKEN_CONTENT_LENGTH` is a token for 790 * :enum:`NGHTTP3_QPACK_TOKEN_COOKIE` is a token for ``cookie``. 794 * :enum:`NGHTTP3_QPACK_TOKEN_DATE` is a token for ``date``. 798 * :enum:`NGHTTP3_QPACK_TOKEN_ETAG` is a token for ``etag``. 802 * :enum:`NGHTTP3_QPACK_TOKEN_IF_MODIFIED_SINCE` is a token fo 1077 int32_t token; global() member [all...] |
/third_party/python/Tools/peg_generator/pegen/ |
H A D | python_generator.py | 2 import token namespace 197 tokens: Set[str] = set(token.tok_name.values()),
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.cpp | 180 const char *reason, const char* token) in error() 184 mSink << "'" << token << "' : " << reason << "\n"; in error() 179 error(TSourceLoc loc, const char *reason, const char* token) error() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 44 authdir = flag.String("authdir", "~/.regres-auth", "directory to hold credentials.json and generated token") 377 // Retrieve a token, saves the token, then returns the generated client. 379 // The file token.json stores the user's access and refresh tokens, and is 382 tokFile := filepath.Join(authdir, "token.json") 387 return nil, cause.Wrap(err, "Unable to get token from web") 390 log.Println("Warning: failed to write token: %v", err) 396 // Request a token from the web, then returns the retrieved token. 398 authURL := config.AuthCodeURL("state-token", oauth [all...] |
/third_party/python/Lib/email/ |
H A D | generator.py | 378 token = random.randrange(sys.maxsize) 379 boundary = ('=' * 15) + (_fmt % token) + '=='
|
/third_party/toybox/kconfig/ |
H A D | menu.c | 160 void menu_add_option(int token, char *arg) in menu_add_option() argument 164 switch (token) { in menu_add_option()
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 15 from lib2to3.pgen2 import token namespace 132 name_fixes = d.pop(token.NAME)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_pwd_common.c | 122 const u8 *token) in compute_password_element() 184 * pwd-seed = H(token | peer-id | server-id | password | in compute_password_element() 190 eap_pwd_h_update(hash, token, sizeof(u32)); in compute_password_element() 118 compute_password_element(EAP_PWD_group *grp, u16 num, const u8 *password, size_t password_len, const u8 *id_server, size_t id_server_len, const u8 *id_peer, size_t id_peer_len, const u8 *token) compute_password_element() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_pwd_common.c | 122 const u8 *token) in compute_password_element() 184 * pwd-seed = H(token | peer-id | server-id | password | in compute_password_element() 190 eap_pwd_h_update(hash, token, sizeof(u32)); in compute_password_element() 118 compute_password_element(EAP_PWD_group *grp, u16 num, const u8 *password, size_t password_len, const u8 *id_server, size_t id_server_len, const u8 *id_peer, size_t id_peer_len, const u8 *token) compute_password_element() argument
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 1947 card->token.issuer_rm_w = 0x00010103UL; in qeth_idx_init() 1948 card->token.cm_filter_w = 0x00010108UL; in qeth_idx_init() 1949 card->token.cm_connection_w = 0x0001010aUL; in qeth_idx_init() 1950 card->token.ulp_filter_w = 0x0001010bUL; in qeth_idx_init() 1951 card->token.ulp_connection_w = 0x0001010dUL; in qeth_idx_init() 2241 memcpy(&card->token.issuer_rm_r, in qeth_idx_activate_read_channel_cb() 2295 &card->token.issuer_rm_w, QETH_MPC_TOKEN_LENGTH); in qeth_idx_setup_activate_cmd() 2358 memcpy(&card->token.cm_filter_r, in qeth_cm_enable_cb() 2375 &card->token.issuer_rm_r, QETH_MPC_TOKEN_LENGTH); in qeth_cm_enable() 2377 &card->token in qeth_cm_enable() [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core_main.c | 1889 card->token.issuer_rm_w = 0x00010103UL; in qeth_idx_init() 1890 card->token.cm_filter_w = 0x00010108UL; in qeth_idx_init() 1891 card->token.cm_connection_w = 0x0001010aUL; in qeth_idx_init() 1892 card->token.ulp_filter_w = 0x0001010bUL; in qeth_idx_init() 1893 card->token.ulp_connection_w = 0x0001010dUL; in qeth_idx_init() 2180 memcpy(&card->token.issuer_rm_r, in qeth_idx_activate_read_channel_cb() 2234 &card->token.issuer_rm_w, QETH_MPC_TOKEN_LENGTH); in qeth_idx_setup_activate_cmd() 2297 memcpy(&card->token.cm_filter_r, in qeth_cm_enable_cb() 2314 &card->token.issuer_rm_r, QETH_MPC_TOKEN_LENGTH); in qeth_cm_enable() 2316 &card->token in qeth_cm_enable() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp514x.c | 347 * if token is TOK_TERM, then entire write operation terminates 348 * if token is TOK_DELAY, then a delay of 'val' msec is introduced 349 * if token is TOK_SKIP, then the register write is skipped 350 * if token is TOK_WRITE, then the register write is performed 359 for (; next->token != TOK_TERM; next++) { in tvp514x_write_regs() 360 if (next->token == TOK_DELAY) { in tvp514x_write_regs() 365 if (next->token == TOK_SKIP) in tvp514x_write_regs()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pscsi.c | 725 int ret = 0, arg, token; in pscsi_set_configfs_dev_params() local 737 token = match_token(ptr, tokens, args); in pscsi_set_configfs_dev_params() 738 switch (token) { in pscsi_set_configfs_dev_params()
|
H A D | target_core_file.c | 720 int ret = 0, arg, token; in fd_set_configfs_dev_params() local 732 token = match_token(ptr, tokens, args); in fd_set_configfs_dev_params() 733 switch (token) { in fd_set_configfs_dev_params()
|
H A D | target_core_iblock.c | 537 int ret = 0, token; in iblock_set_configfs_dev_params() local 550 token = match_token(ptr, tokens, args); in iblock_set_configfs_dev_params() 551 switch (token) { in iblock_set_configfs_dev_params()
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | linuxvfs.c | 713 int token; in parse_options() local 718 token = match_token(p, befs_tokens, args); in parse_options() 719 switch (token) { in parse_options()
|
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | xenbus.c | 524 const char *path, const char *token) in xen_net_rate_changed() 583 const char *path, const char *token) in xen_mcast_ctrl_changed() 661 const char *token) in hotplug_status_changed() 523 xen_net_rate_changed(struct xenbus_watch *watch, const char *path, const char *token) xen_net_rate_changed() argument 582 xen_mcast_ctrl_changed(struct xenbus_watch *watch, const char *path, const char *token) xen_mcast_ctrl_changed() argument 659 hotplug_status_changed(struct xenbus_watch *watch, const char *path, const char *token) hotplug_status_changed() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | super.c | 247 int token; in parse_options() local 251 token = match_token(p, tokens, args); in parse_options() 252 switch (token) { in parse_options()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | super.c | 247 int token; in parse_options() local 251 token = match_token(p, tokens, args); in parse_options() 252 switch (token) { in parse_options()
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | linuxvfs.c | 712 int token; in parse_options() local 717 token = match_token(p, befs_tokens, args); in parse_options() 718 switch (token) { in parse_options()
|