/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 75 const SCC* scc; // if null it means its still on the stack member 118 SCC* scc = CreateSCC(); in DFS() local 141 void AddChildren(SCC* scc) { in AddChildren()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 75 const SCC* scc; // if null it means its still on the stack member 118 SCC* scc = CreateSCC(); in DFS() local 141 void AddChildren(SCC* scc) { in AddChildren()
|
/aosp_15_r20/external/stg/ |
H A D | scc_test.cc | 104 for (const auto& scc : sccs) { in scc_strong_connectivity() local 119 void dfs(std::set<size_t>& visited, SCC<size_t>& scc, const Graph& g, in dfs() 150 SCC<size_t> scc; in process() local
|
H A D | scc.h | 115 std::vector<Node> scc; in Close() local
|
H A D | equality.h | 246 SCC<Pair> scc; member
|
H A D | fingerprint.cc | 232 SCC<Id> scc; member
|
H A D | comparison.cc | 943 SCC<Comparison, HashComparison> scc; member
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit_memory_region.cc | 293 ScopedCodeCacheWrite scc(*this); in Initialize() local 310 ScopedCodeCacheWrite scc(*this); in SetFootprintLimit() local 360 ScopedCodeCacheWrite scc(*this); in CommitCode() local
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | LeakFolding.cpp | 60 std::function<void(SCCInfo*)> walk([&](SCCInfo* scc) { in AccumulateLeaks() 100 for (auto& scc : leak_scc_) { in FoldLeaks() local
|
D | LeakFolding.h | 81 SCCInfo* scc; member
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | EndToEndNativeInputTest.cpp | 143 static std::unique_ptr<InputSurface> makeColorInputSurface(const sp<SurfaceComposerClient>& scc, in makeColorInputSurface() 154 const sp<SurfaceComposerClient>& scc, int width, int height, in makeBufferInputSurface() 163 const sp<SurfaceComposerClient>& scc, int width, int height, in makeContainerInputSurface() 173 const sp<SurfaceComposerClient>& scc, int width, int height, in makeContainerInputSurfaceNoInputChannel() 184 const sp<SurfaceComposerClient>& scc, int width, int height, in makeCursorInputSurface() 355 const sp<SurfaceComposerClient>& scc, int width, int height) { in makeBlastInputSurface()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/ |
H A D | TypeData.java | 350 List<TypeData> scc = new ArrayList<TypeData>(); // strongly connected component in dfs() local 363 private void fixTypes(List<TypeData> scc, ClassPool cp) throws NotFoundException { in fixTypes() 415 private void fixTypes1(List<TypeData> scc, TypeData kind) throws NotFoundException { in fixTypes1() 430 …private String fixTypes2(List<TypeData> scc, Set<String> lowersSet, ClassPool cp) throws NotFoundE… in fixTypes2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | mod.rs | 286 pub fn scc<G>(g: G) -> Vec<Vec<G::NodeId>> in scc() function 336 let mut scc = Vec::new(); in kosaraju_scc() localVariable
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | induction_var_analysis.cc | 365 ScopedArenaVector<HInstruction*>* scc) { in ExtractScc() 458 ScopedArenaVector<HInstruction*> scc(local_allocator.Adapter(kArenaAllocInductionVarAnalysis)); in ClassifyNonTrivial() local 1448 void HInductionVarAnalysis::AssignCycle(HPhi* phi, ArrayRef<HInstruction* const> scc) { in AssignCycle()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/ |
H A D | TarjanSCCs.java | 98 ImmutableSet.Builder<NodeT> scc = ImmutableSet.builder(); in stronglyConnect() local
|
/aosp_15_r20/frameworks/base/tools/aapt/tests/ |
H A D | CrunchCache_test.cpp | 94 CrunchCache scc(source2,dest2,sff); in main() local
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | space.cc | 97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
|
H A D | large_object_space.cc | 669 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | graphmap.rs | 277 fn scc() { in scc() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
H A D | resource_alias_analysis.cc | 167 for (auto& scc : make_range(scc_begin, scc_end)) { in BacktrackAnalysis() local
|
/aosp_15_r20/external/llvm/test/MC/Lanai/ |
H A D | v11.s | 437 scc %r21 label
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_init.c | 2062 static char *try_config(char *s, const char *opt, char scc) in try_config()
|
/aosp_15_r20/external/libva/va/ |
H A D | va_dec_hevc.h | 342 VAPictureParameterBufferHEVCScc scc; member
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | helpers.cc | 1241 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | helpers.cc | 1251 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
|