/third_party/python/Parser/ |
H A D | string_parser.c | 1029 FstringParser_check_invariants(FstringParser *state) in FstringParser_check_invariants() argument 1039 _PyPegen_FstringParser_Init(FstringParser *state) in _PyPegen_FstringParser_Init() argument 1048 _PyPegen_FstringParser_Dealloc(FstringParser *state) _PyPegen_FstringParser_Dealloc() argument 1087 _PyPegen_FstringParser_ConcatAndDel(FstringParser *state, PyObject *str) _PyPegen_FstringParser_ConcatAndDel() argument 1115 _PyPegen_FstringParser_ConcatFstring(Parser *p, FstringParser *state, const char **str, const char *end, int raw, int recurse_lvl, Token *first_token, Token* t, Token *last_token) _PyPegen_FstringParser_ConcatFstring() argument 1199 _PyPegen_FstringParser_Finish(Parser *p, FstringParser *state, Token* first_token, Token *last_token) _PyPegen_FstringParser_Finish() argument 1252 FstringParser state; fstring_parse() local [all...] |
/third_party/python/Python/ |
H A D | ast.c | 67 validate_comprehension(struct validator *state, asdl_comprehension_seq *gens) in validate_comprehension() argument 85 validate_keywords(struct validator *state, asdl_keyword_seq *keywords) in validate_keywords() argument 95 validate_args(struct validator *state, asdl_arg_seq *args) in validate_args() argument 123 validate_arguments(struct validator *state, arguments_ty args) in validate_arguments() argument 152 validate_constant(struct validator *state, PyObject *value) validate_constant() argument 209 validate_expr(struct validator *state, expr_ty exp, expr_context_ty ctx) validate_expr() argument 470 validate_pattern_match_value(struct validator *state, expr_ty exp) validate_pattern_match_value() argument 535 validate_pattern(struct validator *state, pattern_ty p, int star_ok) validate_pattern() argument 701 validate_assignlist(struct validator *state, asdl_expr_seq *targets, expr_context_ty ctx) validate_assignlist() argument 709 validate_body(struct validator *state, asdl_stmt_seq *body, const char *owner) validate_body() argument 716 validate_stmt(struct validator *state, stmt_ty stmt) validate_stmt() argument 934 validate_stmts(struct validator *state, asdl_stmt_seq *seq) validate_stmts() argument 953 validate_exprs(struct validator *state, asdl_expr_seq *exprs, expr_context_ty ctx, int null_ok) validate_exprs() argument 973 validate_patterns(struct validator *state, asdl_pattern_seq *patterns, int star_ok) validate_patterns() argument 994 struct validator state; _PyAST_Validate() local [all...] |
/third_party/python/Modules/_sha3/ |
H A D | sha3module.c | 54 void *state = PyModule_GetState(module); in sha3_get_state() local 109 SHA3State *state = PyType_GetModuleState(type); in py_sha3_new_impl() local 340 SHA3State *state = PyType_GetModuleState(type); SHA3_get_name() local 576 SHA3State *state = sha3_get_state(module); _sha3_traverse() local 589 SHA3State *state = sha3_get_state(module); _sha3_clear() local [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | blob.c | 67 pysqlite_state *state = self->connection->state; in check_blob() local 614 pysqlite_state *state = pysqlite_get_state(mod); in pysqlite_blob_setup_types() local
|
/third_party/python/Modules/ |
H A D | md5module.c | 50 MD5_INT32 state[4], curlen; member 331 void *state = PyModule_GetState(module); md5_get_state() local 561 MD5State *state = md5_get_state(module); _md5_traverse() local 569 MD5State *state = md5_get_state(module); _md5_clear() local [all...] |
H A D | _localemodule.c | 51 void *state = PyModule_GetState(m); in get_locale_state() local 844 _locale_state *state = get_locale_state(module); in _locale_exec() local 881 _locale_state *state = get_locale_state(module); in locale_traverse() local 889 _locale_state *state = get_locale_state(module); in locale_clear() local [all...] |
H A D | sha1module.c | 50 SHA1_INT32 state[5], curlen; member 308 void *state = PyModule_GetState(module); sha1_get_state() local 539 SHA1State *state = sha1_get_state(module); _sha1_traverse() local 547 SHA1State *state = sha1_get_state(module); _sha1_clear() local [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-udev-detect.c | 574 void *state; in inotify_cb() local
|
H A D | module-card-restore.c | 152 void *state; in entry_from_card() local 176 void *state; in entrys_equal() local 209 void *state; in entry_write() local 456 uint32_t state; in card_profile_changed_callback() local 539 void *state; in card_new_hook_callback() local [all...] |
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 125 static void raop_state_cb(pa_raop_state_t state, void *userdata) { in raop_state_cb() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-simple.c | 636 void *state = NULL; in pa_simple_protocol_disconnect() local
|
/third_party/python/Modules/_io/ |
H A D | iobase.c | 76 _PyIO_State *state = IO_STATE(); in iobase_unsupported() local
|
/third_party/python/Modules/clinic/ |
H A D | audioop.c.h | 986 PyObject *state; in audioop_ratecv() local 1238 PyObject *state; in audioop_lin2adpcm() local 1285 PyObject *state; audioop_adpcm2lin() local [all...] |
/third_party/python/Modules/expat/ |
H A D | xmltok_impl.c | 1511 enum { other, inName, inValue } state = inName; in getAtts() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_benchmark.cc | 153 void BM_CacheInSteadyState(benchmark::State& state) { in BM_CacheInSteadyState() argument 204 void BM_EndComparison(benchmark::State& state) { in BM_EndComparison() argument 223 BM_CopyCtor(benchmark::State& state) BM_CopyCtor() argument 240 BM_CopyAssign(benchmark::State& state) BM_CopyAssign() argument 257 BM_RangeCtor(benchmark::State& state) BM_RangeCtor() argument 274 BM_NoOpReserveIntTable(benchmark::State& state) BM_NoOpReserveIntTable() argument 284 BM_NoOpReserveStringTable(benchmark::State& state) BM_NoOpReserveStringTable() argument 294 BM_ReserveIntTable(benchmark::State& state) BM_ReserveIntTable() argument 306 BM_ReserveStringTable(benchmark::State& state) BM_ReserveStringTable() argument 326 BM_Group_Match(benchmark::State& state) BM_Group_Match() argument 338 BM_Group_MatchEmpty(benchmark::State& state) BM_Group_MatchEmpty() argument 346 BM_Group_MatchEmptyOrDeleted(benchmark::State& state) BM_Group_MatchEmptyOrDeleted() argument 354 BM_Group_CountLeadingEmptyOrDeleted(benchmark::State& state) BM_Group_CountLeadingEmptyOrDeleted() argument 363 BM_Group_MatchFirstEmptyOrDeleted(benchmark::State& state) BM_Group_MatchFirstEmptyOrDeleted() argument 371 BM_DropDeletes(benchmark::State& state) BM_DropDeletes() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 122 static int Random(uint32_t *state) { in Random() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_benchmark.cc | 27 void BM_InlinedVectorFill(benchmark::State& state) { in BM_InlinedVectorFill() argument 41 void BM_InlinedVectorFillRange(benchmark::State& state) { in BM_InlinedVectorFillRange() argument 54 void BM_StdVectorFill(benchmark::State& state) { in BM_StdVectorFill() argument 90 void BM_InlinedVectorFillString(benchmark::State& state) { in BM_InlinedVectorFillString() argument 106 BM_StdVectorFillString(benchmark::State& state) BM_StdVectorFillString() argument 129 BM_InlinedVectorAssignments(benchmark::State& state) BM_InlinedVectorAssignments() argument 151 BM_CreateFromContainer(benchmark::State& state) BM_CreateFromContainer() argument 219 BM_SwapElements(benchmark::State& state) BM_SwapElements() argument 242 BM_Sizeof(benchmark::State& state) BM_Sizeof() argument 270 BM_InlinedVectorIndexInlined(benchmark::State& state) BM_InlinedVectorIndexInlined() argument 279 BM_InlinedVectorIndexExternal(benchmark::State& state) BM_InlinedVectorIndexExternal() argument 288 BM_StdVectorIndex(benchmark::State& state) BM_StdVectorIndex() argument 297 BM_InlinedVectorDataInlined(benchmark::State& state) BM_InlinedVectorDataInlined() argument 306 BM_InlinedVectorDataExternal(benchmark::State& state) BM_InlinedVectorDataExternal() argument 316 BM_StdVectorData(benchmark::State& state) BM_StdVectorData() argument 326 BM_InlinedVectorSizeInlined(benchmark::State& state) BM_InlinedVectorSizeInlined() argument 335 BM_InlinedVectorSizeExternal(benchmark::State& state) BM_InlinedVectorSizeExternal() argument 344 BM_StdVectorSize(benchmark::State& state) BM_StdVectorSize() argument 353 BM_InlinedVectorEmptyInlined(benchmark::State& state) BM_InlinedVectorEmptyInlined() argument 362 BM_InlinedVectorEmptyExternal(benchmark::State& state) BM_InlinedVectorEmptyExternal() argument 371 BM_StdVectorEmpty(benchmark::State& state) BM_StdVectorEmpty() argument 429 BatchedBenchmark(benchmark::State& state, PrepareVecFn prepare_vec, TestVecFn test_vec) BatchedBenchmark() argument 450 BM_ConstructFromSize(benchmark::State& state) BM_ConstructFromSize() argument 466 BM_ConstructFromSizeRef(benchmark::State& state) BM_ConstructFromSizeRef() argument 484 BM_ConstructFromRange(benchmark::State& state) BM_ConstructFromRange() argument 500 BM_ConstructFromCopy(benchmark::State& state) BM_ConstructFromCopy() argument 517 BM_ConstructFromMove(benchmark::State& state) BM_ConstructFromMove() argument 538 BM_CopyTrivial(benchmark::State& state) BM_CopyTrivial() argument 549 BM_CopyNonTrivial(benchmark::State& state) BM_CopyNonTrivial() argument 560 BM_AssignSizeRef(benchmark::State& state) BM_AssignSizeRef() argument 577 BM_AssignRange(benchmark::State& state) BM_AssignRange() argument 592 BM_AssignFromCopy(benchmark::State& state) BM_AssignFromCopy() argument 607 BM_AssignFromMove(benchmark::State& state) BM_AssignFromMove() argument 628 BM_ResizeSize(benchmark::State& state) BM_ResizeSize() argument 643 BM_ResizeSizeRef(benchmark::State& state) BM_ResizeSizeRef() argument 662 BM_InsertSizeRef(benchmark::State& state) BM_InsertSizeRef() argument 682 BM_InsertRange(benchmark::State& state) BM_InsertRange() argument 702 BM_EmplaceBack(benchmark::State& state) BM_EmplaceBack() argument 717 BM_PopBack(benchmark::State& state) BM_PopBack() argument 732 BM_EraseOne(benchmark::State& state) BM_EraseOne() argument 750 BM_EraseRange(benchmark::State& state) BM_EraseRange() argument 768 BM_Clear(benchmark::State& state) BM_Clear() argument 778 BM_Reserve(benchmark::State& state) BM_Reserve() argument 793 BM_ShrinkToFit(benchmark::State& state) BM_ShrinkToFit() argument 808 BM_Swap(benchmark::State& state) BM_Swap() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | hash.h | 95 H add_buffer(H state, const char* data, size_t size) { in add_buffer() argument 166 combine(H state) combine() argument 782 MixingHashState(uint64_t state) MixingHashState() argument 858 Mix(uint64_t state, uint64_t v) Mix() argument 922 CombineContiguousImpl( uint64_t state, const unsigned char* first, size_t len, std::integral_constant<int, 4> ) CombineContiguousImpl() argument 945 CombineContiguousImpl( uint64_t state, const unsigned char* first, size_t len, std::integral_constant<int, 8> ) CombineContiguousImpl() argument 997 combine(H state, const T& value, const Ts&... values) combine() argument 1006 combine_contiguous(H state, const T* data, size_t size) combine_contiguous() argument 1012 add_buffer(H state, const unsigned char* data, size_t size) add_buffer() argument 1045 finalize(H state) finalize() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | escaping.cc | 442 int state = 0; in Base64UnescapeInternal() local [all...] |
/third_party/selinux/checkpolicy/test/ |
H A D | dispol.c | 263 static int change_bool(char *name, int state, policydb_t * p, FILE * fp) in change_bool() argument 402 int state; in main() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 65 StateQueryMemoryWriteGuard<GLint> state; in checkAttachmentComponentSizeAtLeast() local 102 StateQueryMemoryWriteGuard<GLint> state; in checkAttachmentComponentSizeExactly() local 146 StateQueryMemoryWriteGuard<GLint> state; checkAttachmentParam() local 188 StateQueryMemoryWriteGuard<GLint> state; test() local 622 StateQueryMemoryWriteGuard<GLint> state; attachmentExists() local [all...] |
H A D | es3fFloatStateQueryTests.cpp | 307 StateQueryMemoryWriteGuard<GLint> state; verifyFloat() local 513 StateQueryMemoryWriteGuard<GLint64> state; verifyFloat() local [all...] |
H A D | es3fIndexedStateQueryTests.cpp | 237 StateQueryMemoryWriteGuard<GLint64> state; in testTransformFeedback() local 484 StateQueryMemoryWriteGuard<GLint64> state; in testUniformBuffers() local 497 StateQueryMemoryWriteGuard<GLint> state; GetAlignment() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 177 RenderState state; member 224 static void setRenderState (sglr::Context& ctx, const RenderState& state) in setRenderState() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_eke.c | 19 } state; member 38 static const char * eap_eke_state_txt(int state) in eap_eke_state_txt() argument 57 static void eap_eke_state(struct eap_eke_data *data, int state) in eap_eke_state() argument [all...] |