/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_custom_op.cpp | 96 Tensor<float, 2> reference = tensor1.chip<2>(i).contract(tensor2.chip<2>(i), dims); in test_custom_binary_op() local 97 TensorRef<Tensor<float, 2> > val = result.chip<2>(i); in test_custom_binary_op() local
|
H A D | cxx11_tensor_custom_op_sycl.cpp | 144 …Eigen::Tensor<DataType, 2, DataLayout, IndexType> reference = in1.template chip<2>(i).contract(in2… in test_custom_binary_op_sycl() local 145 TensorRef<Eigen::Tensor<DataType, 2, DataLayout, IndexType> > val = out.template chip<2>(i); in test_custom_binary_op_sycl() local
|
/aosp_15_r20/external/ComputeLibrary/examples/ |
H A D | cl_cache.cpp | 105 void validate_result(CLTensor &reference, CLTensor &result) in validate_result() 128 unsigned char val(0); in fill_tensor() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 543 const uint8_t *reference) in compareAndLogBuffer() 721 vector<uint8_t> reference; in testMemoryMapping() local 847 const uint8_t val = rng.getUint8(); in testMemoryMapping() local 972 MemoryMapping::MemoryMapping(const MemoryRange &range, void *ptr, ReferenceMemory &reference) in MemoryMapping() 987 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomRead() local 1000 const uint8_t val = rng.getUint8(); in randomWrite() local 1014 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomModify() local 1181 void removeFirstEqual(vector<T> &vec, const T &val) in removeFirstEqual()
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | stl_emulation.h | 189 FLATBUFFERS_CONSTEXPR_CPP11 Optional(T val) FLATBUFFERS_NOEXCEPT in Optional() 308 using reference = T&; member 338 typedef T& reference; typedef
|
H A D | vector.h | 35 typedef IT &reference; typedef 225 void Mutate(uoffset_t i, const T &val) { in Mutate() 233 void MutateOffset(uoffset_t i, const uint8_t *val) { in MutateOffset()
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | stl_emulation.h | 189 FLATBUFFERS_CONSTEXPR_CPP11 Optional(T val) FLATBUFFERS_NOEXCEPT in Optional() 308 using reference = T&; member 338 typedef T& reference; typedef
|
H A D | vector.h | 35 typedef IT &reference; typedef 225 void Mutate(uoffset_t i, const T &val) { in Mutate() 233 void MutateOffset(uoffset_t i, const uint8_t *val) { in MutateOffset()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_tree.h | 107 using reference = typename Container::reference; variable 418 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign() 436 V&& val) { in append_or_assign() 459 V&& val) { in append_unique()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | PoolAlloc.h | 47 typedef T &reference; typedef 90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 256 def int2str(fmt, val): argument 340 def ctrl_write(path, val): argument 650 def check_extack(output, reference, args): argument 657 def check_extack_nsim(output, reference, args): argument 664 def check_verifier_log(output, reference): argument 1251 val = str2int(entries[i]["value"]) variable
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/android/tools/smali/smali-dexlib2/3.0.3/ |
HD | smali-dexlib2-3.0.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/google-smali/dexlib2/smali-dexlib2-device/android_common_apex33/javac/ |
D | smali-dexlib2-device.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | PixelWiseMultiplication.cpp | 34 namespace reference namespace 62 …const double val = static_cast<intermediate_type>(src1) * static_cast<intermediate_type>(src2) * s… in mul() local 136 const double val = intermediate_val / scale_inv; in mul() local
|
H A D | DepthwiseConvolutionLayer.cpp | 41 namespace reference namespace 105 T val(0); in depthwise_convolution_fp() local 208 int32_t val = 0; in depthwise_convolution_quantized() local
|
H A D | ArithmeticOperations.cpp | 35 namespace reference namespace 44 …intermediate_type val = (op == ArithmeticOperation::ADD) ? static_cast<intermediate_type>(src1) + … in arithm_op() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | iterator_facade.hpp | 358 typedef typename Iterator::reference reference; typedef in boost::iterators::detail::operator_brackets_proxy 371 operator_brackets_proxy& operator=(value_type const& val) in operator =() 646 typedef Reference reference; typedef in boost::iterators::detail::iterator_facade_base 726 typedef typename base_type::reference reference; typedef in boost::iterators::detail::iterator_facade_base
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | jvmti_allocator.h | 84 using reference = T&; variable 135 void construct(pointer p, const_reference val) { in construct()
|
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | LayoutlibBridgeClientCallback.java | 80 final Integer val = (Integer) field.get(null); in initResources() local 81 ResourceReference reference = in initResources() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | order_type.hpp | 25 std::size_t val; member 77 std::size_t val; member 182 typedef T& reference; typedef in randit
|
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/ |
HD | espresso_intents_release_no_deps.jar | ... .TypeSafeMatcher {
final synthetic org.hamcrest.Matcher val$schemeMatcher
final synthetic org.hamcrest.Matcher val ... |
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 40 MARL_NO_EXPORT inline T alignUp(T val, T alignment) { in alignUp() 334 using reference = T&; member 429 void StlAllocator<T>::construct(pointer p, const_reference val) { in construct()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/views.span/span.cons/ |
H A D | iterator_sentinel.pass.cpp | 29 T val[2] = {}; in test_ctor() local 73 typedef typename std::iterator_traits<It>::reference reference; typedef in throw_operator_minus
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
H A D | SettableAnyProperty.java | 163 Map<Object,Object> val = (Map<Object,Object>) field.getValue(instance); in set() local 226 … UnresolvedForwardReference reference, Class<?> type, Object instance, String propName) in AnySetterReferring()
|
/aosp_15_r20/art/dex2oat/utils/ |
H A D | swap_space.h | 151 using reference = T&; variable 197 void construct(pointer p, const_reference val) { in construct()
|