| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | ComputePassEncoder.h | 55 void RestoreCommandBufferStateForTesting(CommandBufferStateTracker state) { in RestoreCommandBufferStateForTesting() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
| H A D | TextureMock.h | 27 TextureMock(DeviceBase* device, TextureBase::TextureState state) in TextureMock() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | randen.cc | 54 static const RandenState state = []() { in GetRandenState() local
|
| H A D | randen_hwaes_test.cc | 37 uint64_t state[kStateSizeT]; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | clock_benchmark.cc | 28 void BM_Clock_Now_AbslTime(benchmark::State& state) { in BM_Clock_Now_AbslTime() argument 35 void BM_Clock_Now_GetCurrentTimeNanos(benchmark::State& state) { in BM_Clock_Now_GetCurrentTimeNanos() argument 42 void BM_Clock_Now_AbslTime_ToUnixNanos(benchmark::State& state) { in BM_Clock_Now_AbslTime_ToUnixNanos() argument 49 void BM_Clock_Now_CycleClock(benchmark::State& state) { in BM_Clock_Now_CycleClock() argument 57 static void BM_Clock_Now_gettimeofday(benchmark::State& state) { in BM_Clock_Now_gettimeofday() argument 65 BM_Clock_Now_clock_gettime(benchmark::State& state) BM_Clock_Now_clock_gettime() argument [all...] |
| H A D | format_benchmark.cc | 35 void BM_Format_FormatTime(benchmark::State& state) { in BM_Format_FormatTime() argument 49 void BM_Format_ParseTime(benchmark::State& state) { in BM_Format_ParseTime() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | layout_benchmark.cc | 33 void BM_OffsetConstantHeadroom(benchmark::State& state) { in BM_OffsetConstantHeadroom() argument 40 void BM_OffsetConstant(benchmark::State& state) { in BM_OffsetConstant() argument 68 void BM_OffsetVariableHeadroom(benchmark::State& state) { in BM_OffsetVariableHeadroom() argument 82 void BM_OffsetVariable(benchmark::State& state) { in BM_OffsetVariable() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | str_join_benchmark.cc | 26 void BM_Join2_Strings(benchmark::State& state) { in BM_Join2_Strings() argument 47 void BM_Join2_Ints(benchmark::State& state) { in BM_Join2_Ints() argument 57 void BM_Join2_KeysAndValues(benchmark::State& state) { in BM_Join2_KeysAndValues() argument 79 BM_JoinStreamable(benchmark::State& state) BM_JoinStreamable() argument [all...] |
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgExpressionGenerator.cpp | 29 ExpressionGenerator::ExpressionGenerator (GeneratorState& state) in ExpressionGenerator() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | ContextWGL.cpp | 11 ContextWGL::ContextWGL(const gl::State &state, in ContextWGL() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_generator_object_test.cpp | 41 JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cast(genOjb)); in HWTEST_F_L0() local 52 JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cast(genObj)); in HWTEST_F_L0() local 70 JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cast(genObj)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| H A D | IrToPicture.js | |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | monitor_object_lock.cpp | 33 Monitor::State state = Monitor::Wait(objHandler_.GetPtr(), ThreadStatus::IS_WAITING, 0, 0, ignoreInterruption); in Wait() local 40 Monitor::State state = Monitor::Wait(objHandler_.GetPtr(), ThreadStatus::IS_TIMED_WAITING, timeout, 0); in TimedWait() local 47 Monitor::State state = Monitor::Notify(objHandler_.GetPtr()); in Notify() local 53 Monitor::State state = Monitor::NotifyAll(objHandler_.GetPtr()); in NotifyAll() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| H A D | thread_state.cpp | 32 ThreadState state; member in ark::tooling::inspector::test::ThreadStateTest [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_generator_object.cpp | 39 JSGeneratorState state = generator->GetGeneratorState(); in GeneratorValidate() local 53 JSGeneratorState state = GeneratorValidate(thread, gen); in GeneratorResume() local 92 JSGeneratorState state = GeneratorValidate(thread, gen); GeneratorResumeAbrupt() local [all...] |
| /arkcompiler/toolchain/tooling/client/tcpServer/ |
| H A D | tcp_server.h | 56 void SetServerState(const bool state) in SetServerState() argument
|
| /base/global/resource_management/frameworks/resmgr/test/unittest/utils/ |
| H A D | utils_test.cpp | 59 RState state = Utils::GetMediaBase64Data(iconPath, base64Data); in HWTEST_F() local 72 RState state = Utils::GetMediaBase64Data(iconPath, base64Data); in HWTEST_F() local 112 RState state = Utils::GetFiles(currentDir, vFiles); in HWTEST_F() local 125 RState state = Utils::GetFiles(currentDir, vFiles); in HWTEST_F() local
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
| H A D | stringfilter.cpp | 101 int state = STATE_BEGIN; in IsValidName() local
|
| /base/inputmethod/imf/services/adapter/keyboard/src/ |
| H A D | combination_key.cpp | 38 bool CombinationKey::IsMatch(CombinationKeyFunction combinationKey, uint32_t state) in IsMatch() argument
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| H A D | locale_info_test.cpp | 174 RState state = SUCCESS; in HWTEST_F() local 200 RState state = SUCCESS; in HWTEST_F() local 253 RState state = SUCCESS; in HWTEST_F() local 271 RState state = SUCCESS; in HWTEST_F() local 289 RState state = SUCCESS; HWTEST_F() local 307 RState state = SUCCESS; HWTEST_F() local 328 RState state = SUCCESS; HWTEST_F() local 343 RState state = SUCCESS; HWTEST_F() local 358 RState state = SUCCESS; HWTEST_F() local 373 RState state = SUCCESS; HWTEST_F() local 388 RState state = SUCCESS; HWTEST_F() local 409 RState state = SUCCESS; HWTEST_F() local 430 RState state = SUCCESS; HWTEST_F() local 445 RState state = SUCCESS; HWTEST_F() local 460 RState state = SUCCESS; HWTEST_F() local 481 RState state = SUCCESS; HWTEST_F() local 502 RState state = SUCCESS; HWTEST_F() local 517 RState state = SUCCESS; HWTEST_F() local 538 RState state = SUCCESS; HWTEST_F() local 553 RState state = SUCCESS; HWTEST_F() local 568 RState state = SUCCESS; HWTEST_F() local [all...] |
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| H A D | locale_info_test.cpp | 174 RState state = SUCCESS; in HWTEST_F() local 199 RState state = SUCCESS; in HWTEST_F() local 252 RState state = SUCCESS; in HWTEST_F() local 270 RState state = SUCCESS; in HWTEST_F() local 288 RState state = SUCCESS; HWTEST_F() local 306 RState state = SUCCESS; HWTEST_F() local 327 RState state = SUCCESS; HWTEST_F() local 342 RState state = SUCCESS; HWTEST_F() local 357 RState state = SUCCESS; HWTEST_F() local 372 RState state = SUCCESS; HWTEST_F() local 387 RState state = SUCCESS; HWTEST_F() local 408 RState state = SUCCESS; HWTEST_F() local 429 RState state = SUCCESS; HWTEST_F() local 444 RState state = SUCCESS; HWTEST_F() local 459 RState state = SUCCESS; HWTEST_F() local 480 RState state = SUCCESS; HWTEST_F() local 501 RState state = SUCCESS; HWTEST_F() local 516 RState state = SUCCESS; HWTEST_F() local 537 RState state = SUCCESS; HWTEST_F() local 552 RState state = SUCCESS; HWTEST_F() local 567 RState state = SUCCESS; HWTEST_F() local [all...] |
| /base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/ |
| H A D | string_filter.cpp | 101 int state = STATE_BEGIN; in IsValidName() local
|
| /base/powermgr/power_manager/test/unittest/src/interface_test/ |
| H A D | power_state_machine_test.cpp | 196 void PowerStateMachineTest::PowerStateTest1Callback::OnPowerStateChanged(PowerState state) in OnPowerStateChanged() argument 202 void PowerStateMachineTest::PowerStateTest1Callback::OnAsyncPowerStateChanged(PowerState state) in OnAsyncPowerStateChanged() argument 208 void PowerStateMachineTest::PowerStateTest2Callback::OnPowerStateChanged(PowerState state) in OnPowerStateChanged() argument 214 void PowerStateMachineTest::PowerStateTest2Callback::OnAsyncPowerStateChanged(PowerState state) in OnAsyncPowerStateChanged() argument [all...] |
| /base/powermgr/display_manager/brightness_manager/src/ |
| H A D | brightness_action.cpp | 44 DisplayState state = DisplayState::DISPLAY_UNKNOWN; in GetDisplayState() local
|
| /base/powermgr/power_manager/utils/native/src/ |
| H A D | power_utils.cpp | 108 const std::string PowerUtils::GetPowerStateString(PowerState state) in GetPowerStateString() argument 137 const std::string PowerUtils::GetDisplayStateString(DisplayState state) in GetDisplayStateString() argument
|