Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/third_party/boost/boost/local_function/detail/preprocessor/keyword/
Dconst_bind.hpp29 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_CONST_BIND_FRONT_(tokens) \ argument
33 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_CONST_BIND_FRONT(tokens) \ argument
40 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_CONST_BIND_BACK_(tokens) \ argument
44 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_CONDT_BIND_BACK(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_BIND_REMOVE_FRONT(tokens) \ argument
57 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_BIND_REMOVE_BACK(tokens) \ argument
63 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_BIND_ADD_FRONT(tokens) \ argument
68 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_BIND_ADD_BACK(tokens) \ argument
Dbind.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_BIND_FRONT(tokens) \ argument
31 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_BIND_BACK(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_BIND_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_BIND_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_BIND_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_BIND_ADD_BACK(tokens) \ argument
Drecursive.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_RECURSIVE_FRONT(tokens) \ argument
31 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_RECURSIVE_BACK(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RECURSIVE_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RECURSIVE_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RECURSIVE_ADD_FRONT(tokens) \ argument
54 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RECURSIVE_ADD_BACK(tokens) \ argument
Dregister.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_REGISTER_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_REGISTER_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_REGISTER_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_REGISTER_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_REGISTER_ADD_BACK(tokens) \ argument
Dthis.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_THIS_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THIS_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THIS_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THIS_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THIS_ADD_BACK(tokens) \ argument
Dreturn.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_RETURN_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RETURN_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RETURN_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RETURN_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RETURN_ADD_BACK(tokens) \ argument
Dauto.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_AUTO_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_AUTO_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_AUTO_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_AUTO_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_AUTO_ADD_BACK(tokens) \ argument
Dvoid.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_VOID_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_VOID_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_VOID_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_VOID_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_VOID_ADD_BACK(tokens) \ argument
Dthisunderscore.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_THISUNDERSCORE_FRONT(tokens) \ argument
38 tokens) \ argument
44 tokens) \ argument
52 tokens) \ argument
57 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THISUNDERSCORE_ADD_BACK(tokens) \ argument
Ddefault.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_DEFAULT_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_DEFAULT_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_DEFAULT_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_DEFAULT_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_DEFAULT_ADD_BACK(tokens) \ argument
Dconst.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_CONST_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_ADD_BACK(tokens) \ argument
Dinline.hpp27 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_IS_INLINE_FRONT(tokens) \ argument
37 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_REMOVE_FRONT(tokens) \ argument
42 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_REMOVE_BACK(tokens) \ argument
49 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_ADD_FRONT(tokens) \ argument
53 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_ADD_BACK(tokens) \ argument
/third_party/boost/libs/program_options/test/
Dsplit_test.cpp31 vector< string > tokens = split_unix(cmdline, " \t\n\r"); in split_whitespace() local
53 vector< string > tokens = split_unix(cmdline, "= "); in split_equalsign() local
74 vector< string > tokens = split_unix(cmdline, "; "); in split_semi() local
94 vector< string > tokens = split_unix(cmdline, " "); in split_quotes() local
114 vector< string > tokens = split_unix(cmdline, " "); in split_escape() local
135 vector< string > tokens = split_unix(cmdline, " ", "'"); in split_single_quote() local
155 vector< string > tokens = split_unix(cmdline); in split_defaults() local
Dwinmain.py35 tokens = string.split(result, ",") variable
37 tokens = map(string.strip, tokens) variable
38 tokens = map(quote, tokens) variable
Drequired_test.cpp30 vector< string > tokens = split_unix(cmdline); in required_throw_test() local
46 vector< string > tokens = split_unix(cmdline); in required_throw_test() local
74 vector< string > tokens = split_unix(cmdline); in simple_required_test() local
101 vector< string > tokens = split_unix(cmdline); in multiname_required_test() local
/third_party/boost/libs/spirit/test/lex/
Dtoken_moretypes.cpp103 test_token_ids(int const* ids, std::vector<Token> const& tokens) in test_token_ids()
122 test_token_states(std::size_t const* states, std::vector<Token> const& tokens) in test_token_states()
147 std::vector<Token> const& tokens) in test_token_positions()
175 test_token_values(boost::optional<T> const* values, std::vector<Token> const& tokens) in test_token_values()
226 std::vector<token_type> tokens; in main() local
244 std::vector<token_type> tokens; in main() local
264 std::vector<token_type> tokens; in main() local
283 std::vector<token_type> tokens; in main() local
Dtoken_onetype.cpp103 test_token_ids(int const* ids, std::vector<Token> const& tokens) in test_token_ids()
122 test_token_states(std::size_t const* states, std::vector<Token> const& tokens) in test_token_states()
147 std::vector<Token> const& tokens) in test_token_positions()
175 test_token_values(double const* values, std::vector<Token> const& tokens) in test_token_values()
214 std::vector<token_type> tokens; in main() local
231 std::vector<token_type> tokens; in main() local
250 std::vector<token_type> tokens; in main() local
268 std::vector<token_type> tokens; in main() local
Dtoken_omit.cpp101 test_token_ids(int const* ids, std::vector<Token> const& tokens) in test_token_ids()
120 test_token_states(std::size_t const* states, std::vector<Token> const& tokens) in test_token_states()
145 std::vector<Token> const& tokens) in test_token_positions()
190 std::vector<token_type> tokens; in main() local
206 std::vector<token_type> tokens; in main() local
224 std::vector<token_type> tokens; in main() local
241 std::vector<token_type> tokens; in main() local
Dtoken_iterpair.cpp101 test_token_ids(int const* ids, std::vector<Token> const& tokens) in test_token_ids()
118 test_token_states(std::size_t const* states, std::vector<Token> const& tokens) in test_token_states()
142 std::vector<Token> const& tokens) in test_token_positions()
187 std::vector<token_type> tokens; in main() local
203 std::vector<token_type> tokens; in main() local
221 std::vector<token_type> tokens; in main() local
238 std::vector<token_type> tokens; in main() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c36 const struct tgsi_token *tokens ) in tgsi_parse_init()
279 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens()
305 tgsi_free_tokens(const struct tgsi_token *tokens) in tgsi_free_tokens()
312 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens()
327 tgsi_get_processor_type(const struct tgsi_token *tokens) in tgsi_get_processor_type()
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
Dparse.test.ts40 tokens: true, constant
73 tokens: true, constant
122 tokens: true, constant
155 tokens: true, constant
292 tokens: true, constant
466 tokens: true, constant
620 tokens: true, constant
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c38 nv30_fp(int chipset, struct tgsi_token tokens[], in nv30_fp()
51 nv30_vp(int chipset, struct tgsi_token tokens[], in nv30_vp()
65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], in nv30_codegen()
105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], in nouveau_codegen()
142 struct tgsi_token tokens[4096]; in main() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c241 struct tgsi_token tokens[1024]; in si_create_clear_buffer_rmw_cs() local
454 struct tgsi_token tokens[1024]; in si_create_query_result_cs() local
499 struct tgsi_token tokens[1024]; in si_create_copy_image_compute_shader() local
538 struct tgsi_token tokens[1024]; in si_create_copy_image_compute_shader_1d_array() local
577 struct tgsi_token tokens[1024]; in si_create_dcc_decompress_cs() local
611 struct tgsi_token tokens[1024]; in si_clear_render_target_shader() local
646 struct tgsi_token tokens[1024]; in si_clear_render_target_shader_1d_array() local
678 struct tgsi_token tokens[1024]; in si_clear_12bytes_buffer_shader() local
963 struct tgsi_token tokens[1024]; in gfx10_create_sh_query_result_cs() local
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-token.md11 ### Synopsis
18 ### Description
/third_party/nghttp2/
Dgentokenlookup.py26 def gen_enum(tokens, prefix): argument
36 def gen_index_header(tokens, prefix, value_type, comp_fun, return_type, fail_value): argument
66 def gentokenlookup(tokens, prefix, value_type='uint8_t', comp_fun='util::streq_l', return_type='int… argument

12345678910>>...13