Home
last modified time | relevance | path

Searched defs:state (Results 2251 - 2275 of 4319) sorted by relevance

1...<<919293949596979899100>>...173

/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.c118 } state; in parse() local
546 pa_modargs_iterate(pa_modargs *ma, void **state) pa_modargs_iterate() argument
558 void *state; pa_modargs_merge_missing() local
[all...]
H A Ddatabase-simple.c374 void *state; in pa_database_next() local
458 void *state; in pa_database_sync() local
H A Dmodule.c51 const char *paths, *state = NULL; in pa_module_exists() local
342 uint32_t state; in pa_module_unload_all() local
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c162 snd_pcm_state_t state; in main() local
/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c77 static int parse_properties(pa_config_parser_state *state) { in parse_properties() argument
97 static int parse_categories(pa_config_parser_state *state) { in parse_categories() argument
122 static int check_type(pa_config_parser_state *state) { in check_type() argument
128 catch_all(pa_config_parser_state *state) catch_all() argument
185 const char *state = NULL; update_rule() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc75 int state = state_.load(std::memory_order_acquire); in IsMapValid() local
80 int state = state_.load(std::memory_order_acquire); in IsRepeatedFieldValid() local
H A Dmap_field_test.cc254 void Expect(MapFieldType* map_field, State state, int map_size, in Expect() argument
/third_party/python/Modules/cjkcodecs/clinic/
H A Dmultibytecodec.c.h335 PyObject *state; in _multibytecodec_MultibyteIncrementalDecoder_setstate() local
/third_party/python/Modules/
H A Dresource.c74 void *state = PyModule_GetState(module); in get_resource_state() local
357 resourcemodulestate *state = get_resource_state(module); in resource_exec() local
H A Dxxlimited.c95 xx_state *state = PyModule_GetState(module); in newXxoObject() local
360 xx_state *state = PyModule_GetState(m); in xx_modexec() local
403 xx_state *state = PyModule_GetState(module); xx_traverse() local
412 xx_state *state = PyModule_GetState(module); xx_clear() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc64 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl() argument
95 void BM_Insert(benchmark::State& state) { in BM_Insert() argument
100 void BM_InsertSorted(benchmark::State& state) { in BM_InsertSorted() argument
107 void BM_InsertSmall(benchmark::State& state) { in BM_InsertSmall() argument
126 BM_LookupImpl(benchmark::State& state, bool sorted) BM_LookupImpl() argument
144 BM_Lookup(benchmark::State& state) BM_Lookup() argument
152 BM_FullLookup(benchmark::State& state) BM_FullLookup() argument
158 BM_Delete(benchmark::State& state) BM_Delete() argument
185 BM_DeleteRange(benchmark::State& state) BM_DeleteRange() argument
231 BM_QueueAddRem(benchmark::State& state) BM_QueueAddRem() argument
293 BM_MixedAddRem(benchmark::State& state) BM_MixedAddRem() argument
352 BM_Fifo(benchmark::State& state) BM_Fifo() argument
371 BM_FwdIter(benchmark::State& state) BM_FwdIter() argument
393 BM_RangeConstructionImpl(benchmark::State& state, bool sorted) BM_RangeConstructionImpl() argument
411 BM_InsertRangeRandom(benchmark::State& state) BM_InsertRangeRandom() argument
416 BM_InsertRangeSorted(benchmark::State& state) BM_InsertRangeSorted() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.cc180 ForceState state = global_state.load(std::memory_order_relaxed); in ShouldForceSampling() local
H A Draw_hash_set_allocator_test.cc109 AllocState* state = state_.get(); in track_alloc() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_split_internal.h93 SplitIterator(State state, const Splitter* splitter) in SplitIterator() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc32 void BM_Difference_Days(benchmark::State& state) { in BM_Difference_Days() argument
41 void BM_Step_Days(benchmark::State& state) { in BM_Step_Days() argument
50 void BM_GetWeekday(benchmark::State& state) { in BM_GetWeekday() argument
58 void BM_NextWeekday(benchmark::State& state) { in BM_NextWeekday() argument
79 void BM_PrevWeekday(benchmark::State& state) { in BM_PrevWeekday() argument
721 BM_Zone_LoadUTCTimeZoneFirst(benchmark::State& state) BM_Zone_LoadUTCTimeZoneFirst() argument
731 BM_Zone_LoadUTCTimeZoneLast(benchmark::State& state) BM_Zone_LoadUTCTimeZoneLast() argument
742 BM_Zone_LoadTimeZoneFirst(benchmark::State& state) BM_Zone_LoadTimeZoneFirst() argument
754 BM_Zone_LoadTimeZoneCached(benchmark::State& state) BM_Zone_LoadTimeZoneCached() argument
765 BM_Zone_LoadLocalTimeZoneCached(benchmark::State& state) BM_Zone_LoadLocalTimeZoneCached() argument
775 BM_Zone_LoadAllTimeZonesFirst(benchmark::State& state) BM_Zone_LoadAllTimeZonesFirst() argument
792 BM_Zone_LoadAllTimeZonesCached(benchmark::State& state) BM_Zone_LoadAllTimeZonesCached() argument
807 BM_Zone_TimeZoneEqualityImplicit(benchmark::State& state) BM_Zone_TimeZoneEqualityImplicit() argument
815 BM_Zone_TimeZoneEqualityExplicit(benchmark::State& state) BM_Zone_TimeZoneEqualityExplicit() argument
823 BM_Zone_UTCTimeZone(benchmark::State& state) BM_Zone_UTCTimeZone() argument
837 BM_Time_ToCivil_CCTZ(benchmark::State& state) BM_Time_ToCivil_CCTZ() argument
851 BM_Time_ToCivil_Libc(benchmark::State& state) BM_Time_ToCivil_Libc() argument
868 BM_Time_ToCivilUTC_CCTZ(benchmark::State& state) BM_Time_ToCivilUTC_CCTZ() argument
879 BM_Time_ToCivilUTC_Libc(benchmark::State& state) BM_Time_ToCivilUTC_Libc() argument
900 BM_Time_FromCivil_CCTZ(benchmark::State& state) BM_Time_FromCivil_CCTZ() argument
915 BM_Time_FromCivil_Libc(benchmark::State& state) BM_Time_FromCivil_Libc() argument
941 BM_Time_FromCivilUTC_CCTZ(benchmark::State& state) BM_Time_FromCivilUTC_CCTZ() argument
952 BM_Time_FromCivilDay0_CCTZ(benchmark::State& state) BM_Time_FromCivilDay0_CCTZ() argument
967 BM_Time_FromCivilDay0_Libc(benchmark::State& state) BM_Time_FromCivilDay0_Libc() argument
1003 BM_Format_FormatTime(benchmark::State& state) BM_Format_FormatTime() argument
1016 BM_Format_ParseTime(benchmark::State& state) BM_Format_ParseTime() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dduration_benchmark.cc35 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds() argument
44 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds() argument
53 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds() argument
62 void BM_Duration_Factory_Seconds(benchmark::State& state) { in BM_Duration_Factory_Seconds() argument
71 void BM_Duration_Factory_Minutes(benchmark::State& state) { in BM_Duration_Factory_Minutes() argument
80 BM_Duration_Factory_Hours(benchmark::State& state) BM_Duration_Factory_Hours() argument
89 BM_Duration_Factory_DoubleNanoseconds(benchmark::State& state) BM_Duration_Factory_DoubleNanoseconds() argument
98 BM_Duration_Factory_DoubleMicroseconds(benchmark::State& state) BM_Duration_Factory_DoubleMicroseconds() argument
107 BM_Duration_Factory_DoubleMilliseconds(benchmark::State& state) BM_Duration_Factory_DoubleMilliseconds() argument
116 BM_Duration_Factory_DoubleSeconds(benchmark::State& state) BM_Duration_Factory_DoubleSeconds() argument
125 BM_Duration_Factory_DoubleMinutes(benchmark::State& state) BM_Duration_Factory_DoubleMinutes() argument
134 BM_Duration_Factory_DoubleHours(benchmark::State& state) BM_Duration_Factory_DoubleHours() argument
147 BM_Duration_Addition(benchmark::State& state) BM_Duration_Addition() argument
156 BM_Duration_Subtraction(benchmark::State& state) BM_Duration_Subtraction() argument
165 BM_Duration_Multiplication_Fixed(benchmark::State& state) BM_Duration_Multiplication_Fixed() argument
176 BM_Duration_Multiplication_Double(benchmark::State& state) BM_Duration_Multiplication_Double() argument
187 BM_Duration_Division_Fixed(benchmark::State& state) BM_Duration_Division_Fixed() argument
197 BM_Duration_Division_Double(benchmark::State& state) BM_Duration_Division_Double() argument
207 BM_Duration_FDivDuration_Nanoseconds(benchmark::State& state) BM_Duration_FDivDuration_Nanoseconds() argument
218 BM_Duration_IDivDuration_Nanoseconds(benchmark::State& state) BM_Duration_IDivDuration_Nanoseconds() argument
231 BM_Duration_IDivDuration_Microseconds(benchmark::State& state) BM_Duration_IDivDuration_Microseconds() argument
244 BM_Duration_IDivDuration_Milliseconds(benchmark::State& state) BM_Duration_IDivDuration_Milliseconds() argument
257 BM_Duration_IDivDuration_Seconds(benchmark::State& state) BM_Duration_IDivDuration_Seconds() argument
269 BM_Duration_IDivDuration_Minutes(benchmark::State& state) BM_Duration_IDivDuration_Minutes() argument
281 BM_Duration_IDivDuration_Hours(benchmark::State& state) BM_Duration_IDivDuration_Hours() argument
293 BM_Duration_ToInt64Nanoseconds(benchmark::State& state) BM_Duration_ToInt64Nanoseconds() argument
301 BM_Duration_ToInt64Microseconds(benchmark::State& state) BM_Duration_ToInt64Microseconds() argument
309 BM_Duration_ToInt64Milliseconds(benchmark::State& state) BM_Duration_ToInt64Milliseconds() argument
317 BM_Duration_ToInt64Seconds(benchmark::State& state) BM_Duration_ToInt64Seconds() argument
325 BM_Duration_ToInt64Minutes(benchmark::State& state) BM_Duration_ToInt64Minutes() argument
333 BM_Duration_ToInt64Hours(benchmark::State& state) BM_Duration_ToInt64Hours() argument
345 BM_Duration_ToTimespec_AbslTime(benchmark::State& state) BM_Duration_ToTimespec_AbslTime() argument
360 BM_Duration_ToTimespec_Double(benchmark::State& state) BM_Duration_ToTimespec_Double() argument
367 BM_Duration_FromTimespec_AbslTime(benchmark::State& state) BM_Duration_FromTimespec_AbslTime() argument
385 BM_Duration_FromTimespec_Double(benchmark::State& state) BM_Duration_FromTimespec_Double() argument
412 BM_Duration_FormatDuration(benchmark::State& state) BM_Duration_FormatDuration() argument
423 BM_Duration_ParseDuration(benchmark::State& state) BM_Duration_ParseDuration() argument
436 BM_Duration_GetFlag(benchmark::State& state) BM_Duration_GetFlag() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_slow.cc253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound() argument
304 BlockShuffle( absl::uint128* state) BlockShuffle() argument
364 FeistelRound(absl::uint128* ABSL_RANDOM_INTERNAL_RESTRICT state, const absl::uint128* ABSL_RANDOM_INTERNAL_RESTRICT keys) FeistelRound() argument
389 Permute( absl::uint128* state, const absl::uint128* ABSL_RANDOM_INTERNAL_RESTRICT keys) Permute() argument
415 auto* state = Absorb() local
437 auto* state = reinterpret_cast<absl::uint128*>(state_void); Generate() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc33 void BM_StringViewFromString(benchmark::State& state) { in BM_StringViewFromString() argument
59 void DoEqualityComparisons(benchmark::State& state, absl::string_view a, in DoEqualityComparisons() argument
66 void BM_EqualIdentical(benchmark::State& state) { in BM_EqualIdentical() argument
72 void BM_EqualSame(benchmark::State& state) { in BM_EqualSame() argument
85 BM_EqualDifferent(benchmark::State& state) BM_EqualDifferent() argument
104 DoConstantSizeInlinedEqualityComparisons(benchmark::State& state, absl::string_view a) DoConstantSizeInlinedEqualityComparisons() argument
117 BM_EqualConstantSizeInlined(benchmark::State& state) BM_EqualConstantSizeInlined() argument
129 DoConstantSizeNonInlinedEqualityComparisons(benchmark::State& state, absl::string_view a) DoConstantSizeNonInlinedEqualityComparisons() argument
144 BM_EqualConstantSizeNonInlined(benchmark::State& state) BM_EqualConstantSizeNonInlined() argument
152 BM_CompareSame(benchmark::State& state) BM_CompareSame() argument
170 BM_CompareFirstOneLess(benchmark::State& state) BM_CompareFirstOneLess() argument
186 BM_CompareSecondOneLess(benchmark::State& state) BM_CompareSecondOneLess() argument
202 BM_find_string_view_len_one(benchmark::State& state) BM_find_string_view_len_one() argument
211 BM_find_string_view_len_two(benchmark::State& state) BM_find_string_view_len_two() argument
220 BM_find_one_char(benchmark::State& state) BM_find_one_char() argument
229 BM_rfind_one_char(benchmark::State& state) BM_rfind_one_char() argument
238 BM_worst_case_find_first_of(benchmark::State& state, int haystack_len) BM_worst_case_find_first_of() argument
252 BM_find_first_of_short(benchmark::State& state) BM_find_first_of_short() argument
256 BM_find_first_of_medium(benchmark::State& state) BM_find_first_of_medium() argument
260 BM_find_first_of_long(benchmark::State& state) BM_find_first_of_long() argument
279 StringViewMapBenchmark(benchmark::State& state) StringViewMapBenchmark() argument
350 BM_StdMap_4(benchmark::State& state) BM_StdMap_4() argument
355 BM_StdMap_8(benchmark::State& state) BM_StdMap_8() argument
360 BM_CopyToStringNative(benchmark::State& state) BM_CopyToStringNative() argument
370 BM_AppendToStringNative(benchmark::State& state) BM_AppendToStringNative() argument
[all...]
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java41 private native void onTouched(long handle, int owner, int state, float x, float y); in onTouched() argument
/third_party/spirv-tools/source/val/
H A Dvalidate_instruction.cpp56 CapabilitySet EnablingCapabilitiesForOp(const ValidationState_t& state, in EnablingCapabilitiesForOp() argument
137 spv_result_t CheckRequiredCapabilities(ValidationState_t& state, in CheckRequiredCapabilities() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRboStateQueryTests.cpp68 StateQueryMemoryWriteGuard<GLint> state; in checkRenderbufferComponentSize() local
109 StateQueryMemoryWriteGuard<GLint> state; in checkRenderbufferParam() local
118 StateQueryMemoryWriteGuard<GLint> state; checkRenderbufferParamGreaterOrEqual() local
314 StateQueryMemoryWriteGuard<GLint> state; test() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp227 StateQueryUtil::StateQueryMemoryWriteGuard<glw::GLfloat[8]> state; in iterate() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp264 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(stencilBuffer), faceType, state); in render() local
274 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(stencilBuffer), faceType, state); in render() local
213 flushFragmentBuffer(const rr::MultisamplePixelBufferAccess& colorBuffer, const rr::MultisamplePixelBufferAccess& depthBuffer, const rr::MultisamplePixelBufferAccess& stencilBuffer, rr::FaceType faceType, const rr::FragmentOperationState& state) flushFragmentBuffer() argument
223 render(const tcu::PixelBufferAccess& colorBuffer, const tcu::PixelBufferAccess& depthBuffer, const tcu::PixelBufferAccess& stencilBuffer, const IntegerQuad& quad, const rr::FragmentOperationState& state) render() argument
H A DglsSamplerObjectTest.cpp83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state) in setTextureState() argument
101 setSamplerState(const glw::Functions& gl, SamplingState state, GLuint sampler) setSamplerState() argument
595 setTextureState(const glw::Functions& gl, GLenum target, SamplingState state) setTextureState() argument
613 setSamplerState(const glw::Functions& gl, SamplingState state, GLuint sampler) setSamplerState() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; member
30 static const char * eap_ikev2_state_txt(int state) in eap_ikev2_state_txt() argument
49 static void eap_ikev2_state(struct eap_ikev2_data *data, int state) in eap_ikev2_state() argument
[all...]

Completed in 17 milliseconds

1...<<919293949596979899100>>...173