Home
last modified time | relevance | path

Searched defs:new_token (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Ruby/test/unit/
H A Dtest-trees.rb302 def new_token(type, opts = {}) method in TestTreeNodeStream
446 def new_token(type, opts = {}) method in TestCommonTreeNodeStream
782 def new_token(type, opts = {}) method in TestCommonTree
H A Dtest-streams.rb404 def new_token(type, opts = {}) method in TestCommonTokenStream
/aosp_15_r20/external/icing/icing/result/
H A Dresult-state-manager.cc100 uint64_t new_token = GetUniqueToken(); in Add() local
172 uint64_t new_token = random_generator_(); in GetUniqueToken() local
/aosp_15_r20/external/cronet/base/
H A Dunguessable_token_unittest.cc31 std::optional<UnguessableToken> new_token = in TEST() local
39 std::optional<UnguessableToken> new_token = in TEST() local
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dtokenizer.cc141 Token new_token("", 0, 0); in InternalTokenize() local
284 Token new_token("", 0, 0); in NumberTokenize() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1155 token_t *new_token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_list_copy() local
1927 token_t *new_token; in _glcpp_parser_expand_function() local
2044 token_t *new_token = _token_create_ival(parser, SPACE, SPACE); in _glcpp_parser_expand_node() local
/aosp_15_r20/external/pciutils/lib/
H A Dwin32-helpers.c264 win32_change_token(HANDLE new_token, HANDLE *old_token) in win32_change_token()
332 HANDLE new_token; in win32_enable_privilege() local
/aosp_15_r20/external/cronet/base/win/
H A Daccess_token.cc117 HANDLE new_token; in DuplicateToken() local
250 HANDLE new_token; in FromToken() local
H A Daccess_token_unittest.cc239 ATL::CAccessToken* new_token) { in DuplicateTokenWithSecurityDescriptor()
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/net/
Ddev.rs104 let new_token = unsafe { self.inner.receive_begin(rx_buf.as_bytes_mut()) }?; in recycle_rx_buffer() localVariable
/aosp_15_r20/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py66 def _generate_token_response_http(new_token='new_token'): argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/
Dserver.rs219 let new_token = mint_token(&hdr, &from); in main() localVariable
Dhttp3-server.rs221 let new_token = mint_token(&hdr, &from); in main() localVariable
/aosp_15_r20/external/rust/crates/quiche/examples/
Dserver.rs219 let new_token = mint_token(&hdr, &from); in main() localVariable
Dhttp3-server.rs221 let new_token = mint_token(&hdr, &from); in main() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/socket/
Dvsock.rs500 let new_token = self.rx.add(&[], &mut [buffer])?; in add_buffer_to_rx_queue() localVariable
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor.cc119 Token new_token(token_word.UTF8Substring(last_start, split_point), in SplitTokensOnSelectionBoundaries() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf_communication.cc737 auto new_token = new_while_results[new_while_results.size() - 1]; in RewriteRegionWhileOp() local
/aosp_15_r20/external/rust/crates/quiche/src/
Dframe.rs1552 fn new_token() { in new_token() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dframe.rs1552 fn new_token() { in new_token() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_test.cc13779 QuicNewTokenFrame* new_token = new QuicNewTokenFrame(); in TEST_P() local
13792 QuicNewTokenFrame* new_token = new QuicNewTokenFrame(); in TEST_P() local