Home
last modified time | relevance | path

Searched defs:scc (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dscc.h75 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 Dscc.h75 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 Dscc_test.cc104 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 Dscc.h115 std::vector<Node> scc; in Close() local
H A Dequality.h246 SCC<Pair> scc; member
H A Dfingerprint.cc232 SCC<Id> scc; member
H A Dcomparison.cc943 SCC<Comparison, HashComparison> scc; member
/aosp_15_r20/art/runtime/jit/
H A Djit_memory_region.cc293 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/
DLeakFolding.cpp60 std::function<void(SCCInfo*)> walk([&](SCCInfo* scc) { in AccumulateLeaks()
100 for (auto& scc : leak_scc_) { in FoldLeaks() local
DLeakFolding.h81 SCCInfo* scc; member
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp143 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 DTypeData.java350 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/
Dmod.rs286 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 Dinduction_var_analysis.cc365 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 DTarjanSCCs.java98 ImmutableSet.Builder<NodeT> scc = ImmutableSet.builder(); in stronglyConnect() local
/aosp_15_r20/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp94 CrunchCache scc(source2,dest2,sff); in main() local
/aosp_15_r20/art/runtime/gc/space/
H A Dspace.cc97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
H A Dlarge_object_space.cc669 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dgraphmap.rs277 fn scc() { in scc() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
H A Dresource_alias_analysis.cc167 for (auto& scc : make_range(scc_begin, scc_end)) { in BacktrackAnalysis() local
/aosp_15_r20/external/llvm/test/MC/Lanai/
H A Dv11.s437 scc %r21 label
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_init.c2062 static char *try_config(char *s, const char *opt, char scc) in try_config()
/aosp_15_r20/external/libva/va/
H A Dva_dec_hevc.h342 VAPictureParameterBufferHEVCScc scc; member
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc1241 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc1251 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()

123