/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | encoder_jni.cc | 16 BrotliEncoderState* state; member [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUBuffer.cpp | 67 State& state; in mapAsync() member
|
/third_party/skia/third_party/externals/freetype/src/lzw/ |
H A D | ftzopen.c | 213 ft_lzwstate_init( FT_LzwState state, FT_Stream source ) ft_lzwstate_init() argument [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inffast_chunk.c | 78 struct inflate_state FAR *state; local [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | inffast.c | 58 struct inflate_state FAR *state; local [all...] |
/third_party/skia/tools/viewer/ |
H A D | AnimTimer.h | 32 State state() const { return fState; } in state() function in AnimTimer
|
/third_party/python/Modules/_sqlite/ |
H A D | statement.c | 34 pysqlite_state *state = connection->state; in pysqlite_statement_create() local 203 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_statement_setup_types() local
|
H A D | util.c | 29 get_exception_class(pysqlite_state *state, int errorcode) in get_exception_class() argument 121 _pysqlite_seterror(pysqlite_state *state, sqlite3 *db) in _pysqlite_seterror() argument [all...] |
/third_party/python/Modules/ |
H A D | spwdmodule.c | 69 void *state = PyModule_GetState(module); in get_spwd_state() local 213 spwdmodulestate *state = get_spwd_state(module); in spwdmodule_exec() local
|
H A D | atexitmodule.c | 26 atexit_delete_cb(struct atexit_state *state, int i) in atexit_delete_cb() argument 40 atexit_cleanup(struct atexit_state *state) in atexit_cleanup() argument 57 struct atexit_state *state = &interp->atexit; in _PyAtExit_Init() local 74 struct atexit_state *state = &interp->atexit; _PyAtExit_Fini() local 82 atexit_callfuncs(struct atexit_state *state) atexit_callfuncs() argument 117 struct atexit_state *state = &interp->atexit; _PyAtExit_Call() local 153 struct atexit_state *state = get_atexit_state(); atexit_register() local 193 struct atexit_state *state = get_atexit_state(); atexit_run_exitfuncs() local 218 struct atexit_state *state = get_atexit_state(); atexit_ncallbacks() local 233 struct atexit_state *state = get_atexit_state(); atexit_unregister() local [all...] |
/third_party/pulseaudio/src/tests/ |
H A D | hashmap-test.c | 174 void* state; in START_TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 34 void RunBenchmark(benchmark::State& state, T value) { in RunBenchmark() argument 52 friend H AbslHashValue(H state, const TypeErasedInterface& wrapper) { in AbslHashValue() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
H A D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() argument 52 void BM_TrivialStdFunction(benchmark::State& state) { in BM_TrivialStdFunction() argument 58 void BM_TrivialFunctionRef(benchmark::State& state) { in BM_TrivialFunctionRef() argument 64 void BM_LargeStdFunction(benchmark::State& state) { in BM_LargeStdFunction() argument 70 void BM_LargeFunctionRef(benchmark::State& state) { in BM_LargeFunctionRef() argument 75 BM_FunPtrStdFunction(benchmark::State& state) BM_FunPtrStdFunction() argument 80 BM_FunPtrFunctionRef(benchmark::State& state) BM_FunPtrFunctionRef() argument 87 CallFunctionBenchmark(benchmark::State& state, const Callable& c, Args... args) CallFunctionBenchmark() argument 104 BM_TrivialArgsStdFunction(benchmark::State& state) BM_TrivialArgsStdFunction() argument 110 BM_TrivialArgsFunctionRef(benchmark::State& state) BM_TrivialArgsFunctionRef() argument 124 BM_NonTrivialArgsStdFunction(benchmark::State& state) BM_NonTrivialArgsStdFunction() argument 132 BM_NonTrivialArgsFunctionRef(benchmark::State& state) BM_NonTrivialArgsFunctionRef() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_cat_benchmark.cc | 34 void BM_Sum_By_StrCat(benchmark::State& state) { in BM_Sum_By_StrCat() argument 50 void BM_StrCat_By_snprintf(benchmark::State& state) { in BM_StrCat_By_snprintf() argument 60 void BM_StrCat_By_Strings(benchmark::State& state) { in BM_StrCat_By_Strings() argument 71 void BM_StrCat_By_StringOpPlus(benchmark::State& state) { in BM_StrCat_By_StringOpPlus() argument 85 void BM_StrCat_By_StrCat(benchmark::State& state) { in BM_StrCat_By_StrCat() argument 95 BM_HexCat_By_StrCat(benchmark::State& state) BM_HexCat_By_StrCat() argument 106 BM_HexCat_By_Substitute(benchmark::State& state) BM_HexCat_By_Substitute() argument 117 BM_FloatToString_By_StrCat(benchmark::State& state) BM_FloatToString_By_StrCat() argument 128 BM_DoubleToString_By_SixDigits(benchmark::State& state) BM_DoubleToString_By_SixDigits() argument 141 BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, Chunks... chunks) BM_StrAppendImpl() argument 152 BM_StrAppend(benchmark::State& state) BM_StrAppend() argument [all...] |
H A D | charconv_benchmark.cc | 25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi() argument 34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi() argument 46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float() argument 55 void BM_Absl_Pi_float(benchmark::State& state) { in BM_Absl_Pi_float() argument 67 void BM_Strtod_HardLarge(benchmark::State& state) { in BM_Strtod_HardLarge() argument 76 BM_Absl_HardLarge(benchmark::State& state) BM_Absl_HardLarge() argument 88 BM_Strtod_HardSmall(benchmark::State& state) BM_Strtod_HardSmall() argument 97 BM_Absl_HardSmall(benchmark::State& state) BM_Absl_HardSmall() argument 109 BM_Strtod_HugeMantissa(benchmark::State& state) BM_Strtod_HugeMantissa() argument 119 BM_Absl_HugeMantissa(benchmark::State& state) BM_Absl_HugeMantissa() argument 155 BM_Strtod_Big_And_Difficult(benchmark::State& state) BM_Strtod_Big_And_Difficult() argument 165 BM_Absl_Big_And_Difficult(benchmark::State& state) BM_Absl_Big_And_Difficult() argument [all...] |
H A D | str_split_benchmark.cc | 38 void BM_Split2StringView(benchmark::State& state) { in BM_Split2StringView() argument 60 void BM_Split2StringViewByAnyChar(benchmark::State& state) { in BM_Split2StringViewByAnyChar() argument 70 void BM_Split2StringViewLifted(benchmark::State& state) { in BM_Split2StringViewLifted() argument 80 void BM_Split2String(benchmark::State& state) { in BM_Split2String() argument 92 BM_Split2SplitStringUsing(benchmark::State& state) BM_Split2SplitStringUsing() argument 102 BM_SplitStringToUnorderedSet(benchmark::State& state) BM_SplitStringToUnorderedSet() argument 116 BM_SplitStringToUnorderedMap(benchmark::State& state) BM_SplitStringToUnorderedMap() argument 130 BM_SplitStringAllowEmpty(benchmark::State& state) BM_SplitStringAllowEmpty() argument 152 BM_SplitStringWithOneChar(benchmark::State& state) BM_SplitStringWithOneChar() argument 167 BM_SplitStringWithOneCharNoVector(benchmark::State& state) BM_SplitStringWithOneCharNoVector() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_benchmark.cc | 144 void BM_RedundantVisit(benchmark::State& state) { in BM_RedundantVisit() argument 157 void BM_Visit(benchmark::State& state) { in BM_Visit() argument
|
/third_party/skia/modules/audioplayer/ |
H A D | SkAudioPlayer.h | 32 State state() const { return fState; } in state() function in SkAudioPlayer
|
/third_party/skia/experimental/sorttoy/ |
H A D | Cmds.h | 103 const FakeMCBlob* state() const { return fMCState.get(); } in state() function in DrawCmd
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | bio.rs | 84 unsafe fn state<'a, S: 'a>(bio: *mut BIO) -> &'a mut StreamState<S> { state() functions [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight) in computeRandomRenderState() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_gtc.c | 16 enum { CONTINUE, SUCCESS, FAILURE } state; member [all...] |
H A D | eap_server_identity.c | 16 enum { CONTINUE, SUCCESS, FAILURE } state; member
|
H A D | eap_server_md5.c | 21 enum { CONTINUE, SUCCESS, FAILURE } state; member [all...] |
H A D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; member
|