Home
last modified time | relevance | path

Searched refs:test_value (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/proto/
Dwm_shell_trace.proto26 optional bool test_value = 1; field
/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp321 bool Positive(int test_value) { in Positive() argument
322 auto status = InvokeRemoteMethod<TestInterface::Positive>(test_value); in Positive()
535 Status<void> OnPositive(Message& /*message*/, int test_value) { in OnPositive() argument
536 if (test_value >= 0) in OnPositive()
/frameworks/base/startop/view_compiler/
Ddex_builder.cc533 const auto& test_value = args[0]; in EncodeBranch() local
536 CHECK(test_value.is_variable()); in EncodeBranch()
542 op, RegisterValue(test_value), LabelValue(branch_target, instruction_offset, field_offset)); in EncodeBranch()