Home
last modified time | relevance | path

Searched defs:propagate (Results 1 – 19 of 19) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/exceptions/
DDroidDriverException.java61 public static DroidDriverException propagate(Throwable throwable) { in propagate() method in DroidDriverException
/external/v8/tools/gcmole/
Dgcmole.lua347 local function propagate () function
/external/guava/guava/src/com/google/common/base/
DThrowables.java158 public static RuntimeException propagate(Throwable throwable) { in propagate() method in Throwables
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp96 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
DDivergenceAnalysis.cpp250 void DivergencePropagator::propagate() { in propagate() function in __anon3b986fe60111::DivergencePropagator
DCFLAndersAliasAnalysis.cpp593 static void propagate(InstantiatedValue From, InstantiatedValue To, in propagate() function
DDependenceAnalysis.cpp3053 bool DependenceInfo::propagate(const SCEV *&Src, const SCEV *&Dst, in propagate() function in DependenceInfo
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py238 def propagate (self, context=PropagationContext()): member in Element
266 def propagate (self, context=PropagationContext) : member in ElementWithInheritance
454 def propagate (self, context=PropagationContext) : member in Configuration
588 def propagate (self, context=PropagationContext) : member in Domain
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp249 void DivergencePropagator::propagate() { in propagate() function in __anonb11fcb8e0111::DivergencePropagator
DDependenceAnalysis.cpp2981 bool DependenceInfo::propagate(const SCEV *&Src, const SCEV *&Dst, in propagate() function in DependenceInfo
/external/u-boot/include/linux/
Drbtree_augmented.h26 void (*propagate)(struct rb_node *node, struct rb_node *stop); member
/external/jemalloc/include/jemalloc/internal/
Dbitmap.h238 UNUSED bool propagate; in bitmap_unset() local
/external/jemalloc_new/include/jemalloc/internal/
Dbitmap.h335 UNUSED bool propagate; in bitmap_unset() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCensusModulesTest.java562 private void subtestStatsHeadersPropagateTags(boolean propagate, boolean recordStats) { in subtestStatsHeadersPropagateTags()
/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_graph.cc222 void propagate(Node *node, int stage_num, int node_num, int stage_idx) { in propagate() function
/external/python/cpython3/Lib/tkinter/
D__init__.py1520 propagate = pack_propagate variable in Misc
2157 propagate = pack_propagate = Misc.pack_propagate variable in Pack
2246 propagate = grid_propagate = Misc.grid_propagate variable in Grid
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1368 propagate = pack_propagate variable in Misc
1965 propagate = pack_propagate = Misc.pack_propagate variable in Pack
2054 propagate = grid_propagate = Misc.grid_propagate variable in Grid
/external/v8/src/compiler/
Dsimplified-lowering.cc694 bool propagate() const { return phase_ == PROPAGATE; } in propagate() function in v8::internal::compiler::RepresentationSelector
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp863 void MachineConstPropagator::propagate(MachineFunction &MF) { in propagate() function in MachineConstPropagator