Home
last modified time | relevance | path

Searched defs:state (Results 1051 - 1075 of 4381) sorted by relevance

1...<<41424344454647484950>>...176

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc16 BrotliEncoderState* state; member
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.cpp67 State& state; in mapAsync() member
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftzopen.c213 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 Dinffast_chunk.c78 struct inflate_state FAR *state; local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c58 struct inflate_state FAR *state; local
[all...]
/third_party/skia/tools/viewer/
H A DAnimTimer.h32 State state() const { return fState; } in state() function in AnimTimer
/third_party/python/Modules/_sqlite/
H A Dstatement.c34 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 Dutil.c29 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 Dspwdmodule.c69 void *state = PyModule_GetState(module); in get_spwd_state() local
213 spwdmodulestate *state = get_spwd_state(module); in spwdmodule_exec() local
H A Datexitmodule.c26 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 Dhashmap-test.c174 void* state; in START_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc34 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 Dfunction_ref_benchmark.cc45 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 Dstr_cat_benchmark.cc34 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 Dcharconv_benchmark.cc25 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 Dstr_split_benchmark.cc38 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 Dvariant_benchmark.cc144 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 DSkAudioPlayer.h32 State state() const { return fState; } in state() function in SkAudioPlayer
/third_party/skia/experimental/sorttoy/
H A DCmds.h103 const FakeMCBlob* state() const { return fMCState.get(); } in state() function in DrawCmd
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dbio.rs84 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 DglsInteractionTestUtil.cpp54 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 Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; member
[all...]
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; member
H A Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; member
[all...]
H A Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; member

Completed in 14 milliseconds

1...<<41424344454647484950>>...176