/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | Model.proto | 177 message Indexes { message 183 required Indexes inputs = 2; 184 required Indexes outputs = 3; 194 required Indexes input_indexes = 3; 195 required Indexes output_indexes = 4;
|
H A D | GenerateCorpus.cpp | 107 Indexes convertIndexes(const std::vector<uint32_t>& indexes) { in convertIndexes() 108 Indexes protoIndexes; in convertIndexes()
|
H A D | Converter.cpp | 107 std::vector<uint32_t> convert(const android_nn_fuzz::Indexes& indexes) { in convert()
|
/aosp12/art/libartbase/base/ |
H A D | bit_vector_test.cc | 45 EXPECT_TRUE(bv.Indexes().begin().Done()); in TEST() 46 EXPECT_TRUE(bv.Indexes().begin() == bv.Indexes().end()); in TEST() 61 BitVector::IndexIterator iterator = bv.Indexes().begin(); in TEST() 62 EXPECT_TRUE(iterator != bv.Indexes().end()); in TEST() 65 EXPECT_TRUE(iterator != bv.Indexes().end()); in TEST() 68 EXPECT_TRUE(iterator == bv.Indexes().end()); in TEST() 306 auto indexs = bv.Indexes(); in TEST()
|
H A D | bit_vector.h | 206 IndexContainer Indexes() const { in Indexes() function
|
/aosp12/art/compiler/optimizing/ |
H A D | execution_subgraph.h | 178 auto idxs = entry_blocks_.Indexes(); in SucceedsBlock() 191 auto idxs = exit_blocks_.Indexes(); in PrecedesBlock() 201 auto indexes = bv.Indexes(); in BlockIterRange() 259 auto idxs = unreachable_blocks_.Indexes(); in UnreachableBlocks()
|
H A D | execution_subgraph.cc | 250 if (std::any_of(unreachable_blocks_.Indexes().begin(), in RemoveConcavity() 251 unreachable_blocks_.Indexes().end(), in RemoveConcavity() 253 std::any_of(unreachable_blocks_.Indexes().begin(), in RemoveConcavity() 254 unreachable_blocks_.Indexes().end(), in RemoveConcavity()
|
H A D | superblock_cloner.cc | 237 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in CopyIncomingEdgesForVersioning() 342 for (uint32_t idx : outer_loop_bb_set->Indexes()) { in RecalculateBackEdgesInfo() 353 for (uint32_t idx : outer_loop_bb_set->Indexes()) { in RecalculateBackEdgesInfo() 449 for (uint32_t block_id : orig_bb_set_.Indexes()) { in SearchForSubgraphExits() 503 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in RemapEdgesSuccessors() 570 for (uint32_t idx : orig_bb_set_.Indexes()) { in CollectLiveOutsAndCheckClonable() 799 for (uint32_t idx : set->Indexes()) { in DumpBBSet() 806 for (uint32_t idx : orig_bb_set_.Indexes()) { in DumpInputSets() 886 for (uint32_t idx : orig_bb_set_.Indexes()) { in IsFastCase() 1099 for (uint32_t orig_block_id : work_set->Indexes()) { in IsSubgraphConnected()
|
H A D | ssa_liveness_analysis.cc | 203 for (uint32_t idx : live_in->Indexes()) { in ComputeLiveRanges() 264 for (uint32_t idx : live_in->Indexes()) { in ComputeLiveRanges()
|
H A D | load_store_analysis.cc | 125 for (uint32_t exc : additional_exclusions.Indexes()) { in PrunePartialEscapeWrites()
|
H A D | register_allocation_resolver.cc | 159 for (uint32_t idx : live->Indexes()) { in Resolve() 172 for (uint32_t idx : live->Indexes()) { in Resolve()
|
H A D | gvn.cc | 549 for (size_t block_id : visited_blocks_.Indexes()) { in FindVisitedBlockWithRecyclableSet()
|
H A D | load_store_elimination.cc | 1977 for (uint32_t phi_placeholder_index : visited.Indexes()) { in TryReplacingLoopPhiPlaceholderWithDefault() 2034 for (uint32_t phi_placeholder_index : visited.Indexes()) { in TryReplacingLoopPhiPlaceholderWithSingleInput() 2291 for (uint32_t marker_index : phi_placeholders_to_materialize.Indexes()) { in MaterializeLoopPhis() 2351 for (uint32_t matrix_index : current_dependencies->Indexes()) { in MaterializeLoopPhis() 2618 for (uint32_t index : phi_placeholders_to_search_for_kept_stores_.Indexes()) { in SearchPhiPlaceholdersForKeptStores() 2970 auto idxs = heap_locs_.Indexes(); in IterateLocations()
|
H A D | graph_checker.cc | 762 for (uint32_t i : loop_blocks.Indexes()) { in HandleLoop()
|
H A D | ssa_liveness_analysis.h | 1303 for (uint32_t idx : live_in->Indexes()) { in CheckNoLiveInIrreducibleLoop()
|
H A D | nodes.cc | 342 for (auto idx : not_post_order_visited_.Indexes()) { in CalculateReachability() 804 for (uint32_t idx : blocks_.Indexes()) { in Dump()
|
/aosp12/art/test/020-string/ |
H A D | expected-stdout.txt | 7 Indexes are: 0:-1:0:43:33:-1:18:13:13:-1:18:18:-1:13:-1:-1:-1
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | Metadata.h | 827 template <typename CompoundT, size_t... Indexes> 830 size_t typeIndex, std::index_sequence<Indexes...>) 835 ©FromByteString<CompoundT, Indexes>...
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 338 for (uint32_t idx : types.Indexes()) { in Dump() 988 for (uint32_t idx : unresolved_types_.Indexes()) { in CheckInvariants()
|
H A D | verifier_deps.cc | 275 for (uint32_t idx : merge.GetUnresolvedTypes().Indexes()) { in AddAssignability()
|
/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | types.hal | 1973 * Indexes can be tagged through TS (Transport Stream) header. 1993 * Indexes can be tagged by Start Code in PES (Packetized Elementary Stream) 2017 * Indexes can be tagged by NAL unit group in HEVC 2491 * Indexes of record output
|
/aosp12/hardware/interfaces/tv/tuner/1.1/ |
H A D | types.hal | 874 * Indexes can be tagged by start point of slice groups according to ISO/IEC 14496-10.
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 2142 for (uint32_t index : indexes.Indexes()) { in CalculateNumberOfIndexBssMappingEntries() 2825 for (uint32_t index : indexes.Indexes()) { in WriteIndexBssMapping()
|