/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/ |
D | operators_test.cpp | 35 int true_value(int x) { return x; } in true_value() function 36 long true_value(long x) { return x; } in true_value() function 37 signed char true_value(signed char x) { return x; } in true_value() function 38 unsigned int true_value(unsigned int x) { return x; } in true_value() function 39 unsigned long true_value(unsigned long x) { return x; } in true_value() function 40 unsigned char true_value(unsigned char x) { return x; } in true_value() function 102 T true_value(Wrapped1<T> x) { return x.value(); } in true_value() function 165 T true_value(Wrapped2<T,U> x) { return x.value(); } in true_value() function 184 T true_value(Wrapped3<T> x) { return x.value(); } in true_value() function 211 T true_value(Wrapped4<T,U> x) { return x.value(); } in true_value() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/ |
D | standard_callbacks.hpp | 19 template <> inline const char* true_value() { return "true"; } in true_value() function 20 template <> inline const wchar_t* true_value() { return L"true"; } in true_value() function
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | altivec-csk-bool.c | 10 true_value = 1 enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/ |
D | explicit_operator_bool.hpp | 98 static void true_value(OPERATORS_NOT_ALLOWED*) {} in true_value() function
|
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | ThresholdDataset.h | 103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config()
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | cxx_exprs.h | 26 const bool true_value = true; variable
|
/aosp_15_r20/tools/repohooks/rh/ |
H A D | terminal.py | 160 true_value='yes', false_value='no', prolog=None): argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | values_unittest.cc | 49 Value true_value(true); in TEST() local 166 Value true_value(true); in TEST() local 267 Value true_value(true); in TEST() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_peepholer.py | 189 def f(cond, true_value, false_value): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir.h | 526 ExprPtr true_value() const { in true_value() function 539 void set_true_value(ExprPtr true_value) { in set_true_value()
|
H A D | mem_dependency_checker.cpp | 980 ExprPtr true_value = v->true_value(); in visit() local 1017 ExprPtr true_value = v->ret_val1(); in visit() local
|
H A D | registerizer.cpp | 319 ExprPtr true_value = v->true_value(); in visit() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | select_generator.cc | 137 HInstruction* true_value = nullptr; in TryGenerateSelectSimpleDiamondPattern() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | if_conversion.cpp | 69 Instruction* true_value = nullptr; in Process() local
|
H A D | ir_builder.h | 355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 69 Instruction* true_value = nullptr; in Process() local
|
D | ir_builder.h | 355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | if_conversion.cpp | 69 Instruction* true_value = nullptr; in Process() local
|
H A D | ir_builder.h | 355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | remove_mutation.cpp | 136 auto true_value = if_node->blocks().at(0)->outputs().at(offset); in tryMakeUnaliasedIfOutputAndMutationAtomic() local
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | misc.py | 493 true_value="yes", argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | values_unittest.cc | 89 Value true_value(true); in TEST() local 254 Value true_value(true); in TEST() local 355 Value true_value(true); in TEST() local
|
/aosp_15_r20/external/eigen/test/ |
H A D | gpu_basic.cu | 146 const ComplexType true_value = ComplexType(ValueType(1), ValueType(0)); in operator ()() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_peepholer.py | 351 def f(cond, true_value, false_value): argument
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_cpp_codegen.cpp | 127 auto true_value = alloc<Sub>(alloc<IntImm>(0), alloc<IntImm>(1)); in TEST() local
|