Home
last modified time | relevance | path

Searched defs:test_val (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bit_field/src/
Dtests.rs359 let mut test_val = [0xffu8]; in test_set_bit_array() localVariable
375 let test_val = [0xefu8]; in test_get_bit_array() localVariable
387 let mut test_val = [0xffu8]; in test_set_bits_array() localVariable
430 let mut test_val = [0xf0u8]; in test_get_bits_array() localVariable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_writer_test.cc525 for (uint64_t test_val : passing_values) { in TEST_P() local
544 for (uint64_t test_val : failing_values) { in TEST_P() local
588 uint64_t test_val = 0; in TEST_P() local
631 uint64_t test_val; in TEST_P() local
661 uint64_t test_val; in TEST_P() local
691 uint64_t test_val; in TEST_P() local
721 uint64_t test_val; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dexhaustive_op_test_utils.cc210 std::string GetSubnormalDescription(NativeRefT test_val, in GetSubnormalDescription()
232 std::string GetSubnormalDescription(NativeRefT test_val, in GetSubnormalDescription()
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.h442 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoPackedSwitch() local
470 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoSparseSwitch() local
/aosp_15_r20/external/llvm-libc/test/src/errno/
H A Derrno_test.cpp13 int test_val = 123; in TEST() local
/aosp_15_r20/external/AFLplusplus/utils/defork/
H A Dforking_target.c31 char test_val = buf[offset]; in main() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-env-var-test.py71 def TestFlag(flag, test_val, default_val): argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-env-var-test.py71 def TestFlag(flag, test_val, default_val): argument
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-env-var-test.py71 def TestFlag(flag, test_val, default_val): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_cpuid.c51 u32 test_val; in test_hv_cpuid() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dbuilder_tests.cpp62 nir_def *test_val(unsigned idx) in test_val() function in __anon27557bb80111::nir_builder_test
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_verifier.c182 struct test_val { struct
183 unsigned int index;
184 int foo[MAX_ENTRIES];
/aosp_15_r20/external/cronet/base/
H A Datomicops_unittest.cc142 AtomicType test_val = (static_cast<uint64_t>(1) << in TestAtomicIncrementBounds() local
/aosp_15_r20/external/libchrome/base/
H A Datomicops_unittest.cc141 AtomicType test_val = (static_cast<uint64_t>(1) << in TestAtomicIncrementBounds() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_session_coordination_test.cc120 const char test_val[] = "test_val"; in TEST_P() local
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
H A Dtest-cmpxchg-nolock.c42 int test_val; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/test/
Dany_test.cpp388 boost::any test_val(obj); in test_addressof() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dweak_self_test.cc273 GetWeakRefTester test_val{1}; in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp378 uint16_t test_val = 0x2345; in getConstantFieldValue() local
/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dsprintf_test.cpp3307 int test_val = -1; in TEST() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_exec_parse.c265 uint32_t test_val; /* value to attempt loading via LRI command */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp380 uint16_t test_val = 0x2345; in getConstantFieldValue() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast.h1191 ir_rvalue *test_val; variable