/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | btree_container.h | 77 : tree_(comp, alloc) {} in tree_() argument 283 : super_type(comp, alloc) { in super_type() argument 585 : super_type(comp, alloc) { in super_type() argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | btree_container.h | 77 : tree_(comp, alloc) {} in tree_() argument 283 : super_type(comp, alloc) { in super_type() argument 585 : super_type(comp, alloc) { in super_type() argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 77 : tree_(comp, alloc) {} in tree_() argument 310 : super_type(comp, alloc) { in super_type() argument 629 : super_type(comp, alloc) { in super_type() argument
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/bvh/ |
H A D | build_helpers.h | 479 for (uint32_t comp = 0; comp < 3; comp++) { in build_triangle() local 499 for (uint32_t comp = 0; comp < 3; comp++) { in build_aabb() local 528 for (uint32_t comp = 0; comp < 3; ++comp) { in calculate_instance_node_bounds() local
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 77 : tree_(comp, alloc) {} in tree_() argument 310 : super_type(comp, alloc) { in super_type() argument 629 : super_type(comp, alloc) { in super_type() argument
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 72 : tree_(comp, alloc) {} in tree_() argument 269 : super_type(comp, alloc) { in super_type() argument 571 : super_type(comp, alloc) { in super_type() argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | btree_container.h | 71 : tree_(comp, alloc) {} in tree_() argument 266 : super_type(comp, alloc) { in super_type() argument 562 : super_type(comp, alloc) { in super_type() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | treap_set.hpp | 259 ( const KeyType &key, KeyTypeKeyCompare comp, const PrioType &prio, PrioValuePrioCompare pcomp in insert_check() 267 , const KeyType &key, KeyTypeKeyCompare comp in insert_check() 390 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_x86.cc | 2541 void LocationsBuilderX86::VisitEqual(HEqual* comp) { in VisitEqual() 2545 void InstructionCodeGeneratorX86::VisitEqual(HEqual* comp) { in VisitEqual() 2549 void LocationsBuilderX86::VisitNotEqual(HNotEqual* comp) { in VisitNotEqual() 2553 void InstructionCodeGeneratorX86::VisitNotEqual(HNotEqual* comp) { in VisitNotEqual() 2557 void LocationsBuilderX86::VisitLessThan(HLessThan* comp) { in VisitLessThan() 2561 void InstructionCodeGeneratorX86::VisitLessThan(HLessThan* comp) { in VisitLessThan() 2565 void LocationsBuilderX86::VisitLessThanOrEqual(HLessThanOrEqual* comp) { in VisitLessThanOrEqual() 2569 void InstructionCodeGeneratorX86::VisitLessThanOrEqual(HLessThanOrEqual* comp) { in VisitLessThanOrEqual() 2573 void LocationsBuilderX86::VisitGreaterThan(HGreaterThan* comp) { in VisitGreaterThan() 2577 void InstructionCodeGeneratorX86::VisitGreaterThan(HGreaterThan* comp) { in VisitGreaterThan() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_avx2.c | 434 const __m256i comp = _mm256_packs_epi32(pred_l, pred_h); in highbd_comp_mask_pred_line_avx2() local 465 const __m256i comp = highbd_comp_mask_pred_line_avx2(s0, s1, m_16); in aom_highbd_comp_mask_pred_avx2() local 485 const __m256i comp = highbd_comp_mask_pred_line_avx2(s0, s1, m_16); in aom_highbd_comp_mask_pred_avx2() local 508 const __m256i comp = highbd_comp_mask_pred_line_avx2(s0, s1, m01_16); in aom_highbd_comp_mask_pred_avx2() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | opcode.cpp | 160 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeTableValueLookup() local 217 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeString() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/ |
H A D | ComponentStore.cpp | 284 std::shared_ptr<Component> comp = in createComponent() local 460 const std::shared_ptr<const C2Component::Traits>& comp) { in dump()
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | SaferIntentTest.java | 342 ComponentName comp; in testQueryEnforceIntentFilterMatch() local 498 ComponentName comp; in testQueryLegacyIntentFilterMatch() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | CollationMapMaker.java | 47 Comparator comp; field in CollationMapMaker.ExemplarComparator 74 public ExemplarComparator(Comparator comp) { in ExemplarComparator()
|
/aosp_15_r20/frameworks/av/media/codec2/hal/client/ |
H A D | client.cpp | 1432 const std::shared_ptr<Component> &comp) in ApexHandler() 1441 std::shared_ptr<Component> comp = mComponent.lock(); in start() local 1641 std::shared_ptr<Component> comp = mComponent.lock(); in ensureBlockPool() local 1677 std::shared_ptr<Component> comp = mComponent.lock(); in allocOutputBuffer() local 1704 std::shared_ptr<Component> comp = mComponent.lock(); in allocOutputBuffer() local 2744 const std::shared_ptr<Component> &comp, in linkToDeath() 3623 const std::shared_ptr<Component> &comp) { in initApexHandler()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/ |
H A D | replay_computation.cc | 148 for (const auto& comp : module.computations()) { in GetXfeedShape() local 166 for (const auto& comp : module.computations()) { in GetXfeedShape() local
|
H A D | interactive_graphviz.cc | 289 const HloComputation* comp = FindComputation(module, node_name); in DoInfoCommand() local 560 const HloComputation* comp = FindComputation(module, node_name); local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | codegen.c | 804 static void ppir_codegen_print_prog(ppir_compiler *comp) in ppir_codegen_print_prog() 828 bool ppir_codegen_prog(ppir_compiler *comp) in ppir_codegen_prog()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1075 static void output_comp_stats(const struct verif_stats *base, const struct verif_stats *comp, in output_comp_stats() 1163 static int cmp_stats_key(const struct verif_stats *base, const struct verif_stats *comp) in cmp_stats_key() 1242 const struct verif_stats *base, *comp; in handle_comparison_mode() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | list.hpp | 1330 void merge(list &x, const StrictWeakOrdering &comp) in merge() 1352 void merge(BOOST_RV_REF(list) x, StrictWeakOrdering comp) in merge() 1377 void sort(StrictWeakOrdering comp) in sort()
|
/aosp_15_r20/external/libxml2/ |
H A D | runsuite.c | 217 xmlXPathCompExprPtr comp; in getNext() local 245 xmlXPathCompExprPtr comp; in getString() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | runsuite.c | 233 xmlXPathCompExprPtr comp; in getNext() local 261 xmlXPathCompExprPtr comp; in getString() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperDataParser.java | 247 ComponentName comp = parseComponentName(parser); in loadSettingsFromSerializer() local 281 String comp = parser.getAttributeValue(null, "component"); in parseComponentName() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_vars_to_ssa.c | 662 nir_def *comp = deref_vec_component(deref); in rename_variables() local 698 nir_def *comp = deref_vec_component(deref); in rename_variables() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_opt_tid_function.c | 208 unsigned comp = invocation_id / src->bit_size; in constant_fold_scalar() local 500 for (unsigned comp = 0; comp < options->hw_ballot_num_comp; comp++) { in opt_fotid_bool() local
|