Home
last modified time | relevance | path

Searched refs:propagate (Results 1 - 25 of 34) sorted by relevance

12

/third_party/python/Lib/unittest/
H A D_log.py55 self.old_propagate = logger.propagate
58 logger.propagate = False
65 self.logger.propagate = self.old_propagate
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs164 errors.propagate()?;
168 errors.propagate()?;
172 errors.propagate()?;
/third_party/rust/crates/cxx/gen/src/
H A Dmod.rs164 errors.propagate()?;
168 errors.propagate()?;
172 errors.propagate()?;
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dmod.rs164 errors.propagate()?;
168 errors.propagate()?;
172 errors.propagate()?;
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dmod.rs164 errors.propagate()?;
168 errors.propagate()?;
172 errors.propagate()?;
/third_party/python/Lib/logging/
H A Dconfig.py191 logger.propagate = True
240 propagate = section.getint("propagate", fallback=1)
257 logger.propagate = propagate
276 # logger.propagate = 1
642 # logger.propagate = True
810 propagate = config.get('propagate', None)
811 if propagate i
[all...]
H A D__init__.py1455 self.propagate = True
1674 Stop searching up the hierarchy whenever a logger with the "propagate"
1684 if not c.propagate:
1697 logger with the "propagate" attribute set to zero is found - that
1707 if not c.propagate:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp597 static void propagate(InstantiatedValue From, InstantiatedValue To, in propagate() function
620 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
622 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
646 // TODO: propagate field offsets in processWorkListItem()
658 propagate(*FromNodeBelow, *ToNodeBelow, in processWorkListItem()
664 propagate(Src, *ToNodeBelow, ToState, ReachSet, WorkList); in processWorkListItem()
686 propagate(FromNode, AssignEdge.Other, State, ReachSet, WorkList); in processWorkListItem()
690 propagate(FromNode, RevAssignEdge.Other, State, ReachSet, WorkList); in processWorkListItem()
695 propagate(FromNode, MemAlias, State, ReachSet, WorkList); in processWorkListItem()
804 // Now that we have all the reachability info, propagate AliasAttr in buildInfoFrom()
[all...]
H A DLegacyDivergenceAnalysis.cpp102 void propagate();
267 void DivergencePropagator::propagate() { in propagate() function in __anon23918::DivergencePropagator
349 DP.propagate(); in runOnFunction()
H A DSyntheticCountsUtils.cpp25 // Given an SCC, propagate entry counts along the edge of the SCC nodes.
87 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dreport.rs22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dreport.rs22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dreport.rs22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dreport.rs22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h25 /// Class with methods to propagate synthetic entry counts.
43 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
H A DDependenceAnalysis.h859 /// propagate - Review the constraints, looking for opportunities
864 bool propagate(const SCEV *&Src,
870 /// propagateDistance - Attempt to propagate a distance
880 /// propagatePoint - Attempt to propagate a point
887 /// propagateLine - Attempt to propagate a line
/third_party/rust/crates/cxx/syntax/
H A Dreport.rs22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp81 // SyntheticCountsUtils::propagate takes care of this propagation on any in computeSyntheticCounts()
83 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp19 // callgraph-scc to propagate the counts. For each function the set of callsites
130 SyntheticCountsUtils<const CallGraph *>::propagate( in run()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py296 # check return value and propagate the Failure to the caller.
371 def propagate(self): member in GCSuspectsCollector
394 collector.propagate()
/third_party/python/Lib/multiprocessing/
H A Dutil.py72 _logger.propagate = 0
/third_party/littlefs/scripts/
H A Dperf.py391 propagate=0,
434 # tail-recursively propagate measurements
441 # propagate
560 if propagate and len(last_stack) >= propagate:
1240 '-P', '--propagate',
1242 help="Depth to propagate samples up the call-stack. 0 propagates up "
H A Dperfbd.py298 propagate=0,
370 # tail-recursively propagate measurements
377 # propagate
524 if propagate and len(last_stack) >= propagate:
1204 '-P', '--propagate',
1206 help="Depth to propagate samples up the call-stack. 0 propagates up "
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc195 // propagate node changes up the stack.
261 // If 'propagate' is true, then any copied node values are updated into the
263 template <bool propagate = false>
289 assert(!propagate); in Unwind()
294 if (propagate) stack[depth] = result.tree; in Unwind()
309 // Invokes `Unwind` with `propagate=true` to update the stack node values.
312 return Unwind</*propagate=*/true>(tree, depth, length, result); in Propagate()
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc804 static constexpr bool propagate() { in propagate() function in v8::internal::compiler::RepresentationSelector
1249 // For the parameters (indexes [1, ..., params]), propagate representation in VisitCall()
1319 if (propagate<T>()) { in VisitStateValues()
1369 if (propagate<T>()) { in VisitFrameState()
1415 if (propagate<T>()) { in VisitObjectState()
1736 // For the left hand side we just propagate the identify zeros in VisitSpeculativeNumberModulus()
1789 // For the left hand side we just propagate the identify zeros in VisitSpeculativeNumberModulus()
1806 static_assert(propagate<T>() || retype<T>(), in InsertUnreachableIfNecessary()
2064 // Depending on the operator, propagate new usage info to the inputs.
2335 if (propagate< in VisitNode()
[all...]

Completed in 24 milliseconds

12