/third_party/python/Lib/unittest/ |
H A D | _log.py | 55 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 D | mod.rs | 164 errors.propagate()?; 168 errors.propagate()?; 172 errors.propagate()?;
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | mod.rs | 164 errors.propagate()?; 168 errors.propagate()?; 172 errors.propagate()?;
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | mod.rs | 164 errors.propagate()?; 168 errors.propagate()?; 172 errors.propagate()?;
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | mod.rs | 164 errors.propagate()?; 168 errors.propagate()?; 172 errors.propagate()?;
|
/third_party/python/Lib/logging/ |
H A D | config.py | 191 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__.py | 1455 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 D | CFLAndersAliasAnalysis.cpp | 597 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 D | LegacyDivergenceAnalysis.cpp | 102 void propagate(); 267 void DivergencePropagator::propagate() { in propagate() function in __anon23918::DivergencePropagator 349 DP.propagate(); in runOnFunction()
|
H A D | SyntheticCountsUtils.cpp | 25 // 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 D | report.rs | 22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | report.rs | 22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | report.rs | 22 pub fn propagate(&mut self) -> Result<()> { in propagate() functions
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | report.rs | 22 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 D | SyntheticCountsUtils.h | 25 /// Class with methods to propagate synthetic entry counts. 43 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
|
H A D | DependenceAnalysis.h | 859 /// 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 D | report.rs | 22 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 D | SummaryBasedOptimizations.cpp | 81 // 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 D | SyntheticCountsPropagation.cpp | 19 // 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 D | gcmole.py | 296 # 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 D | util.py | 72 _logger.propagate = 0
|
/third_party/littlefs/scripts/ |
H A D | perf.py | 391 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 D | perfbd.py | 298 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 D | cord_rep_btree.cc | 195 // 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 D | simplified-lowering.cc | 804 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...] |