Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/python/Lib/unittest/
D_log.py55 self.old_propagate = logger.propagate
58 logger.propagate = False
65 self.logger.propagate = self.old_propagate
/third_party/boost/libs/poly_collection/test/
Dtest_construction.cpp233 constexpr bool propagate=true,always_equal=true; in test_construction() local
236 !propagate,!always_equal,PolyCollection,ValueFactory,Types...>(); in test_construction()
238 !propagate, always_equal,PolyCollection,ValueFactory,Types...>(); in test_construction()
240 propagate,!always_equal,PolyCollection,ValueFactory,Types...>(); in test_construction()
242 propagate, always_equal,PolyCollection,ValueFactory,Types...>(); in test_construction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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()
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()
DLegacyDivergenceAnalysis.cpp102 void propagate();
267 void DivergencePropagator::propagate() { in propagate() function in __anon18a3b6620111::DivergencePropagator
349 DP.propagate(); in runOnFunction()
DSyntheticCountsUtils.cpp87 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
/third_party/mbedtls/programs/ssl/
DCMakeLists.txt25 # propagate this information across the tree, for now it's only visible
26 # inside the same directory, so we need to propagate manually.
/third_party/mesa3d/docs/relnotes/
D10.2.4.rst76 - i965: Don't copy propagate abs into Broadwell logic instructions.
100 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
101 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
D10.2.5.rst111 - i965: Don't copy propagate abs into Broadwell logic instructions.
151 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
152 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
D19.0.6.rst50 - nir: Actually propagate progress in nir_opt_move_load_ubo.
120 - st/glsl: make sure to propagate initialisers to driver storage
D20.1.5.rst103 - iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL
104 - i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL
D18.1.3.rst97 - glsl: Don't copy propagate from SSBO or shared variables either
98 - glsl: Don't copy propagate elements from SSBO or shared variables
/third_party/python/Lib/logging/
Dconfig.py181 logger.propagate = True
230 propagate = section.getint("propagate", fallback=1)
247 logger.propagate = propagate
797 propagate = config.get('propagate', None)
798 if propagate is not None:
799 logger.propagate = propagate
/third_party/boost/tools/build/src/tools/
Dmidl.py83 …get_manager().scanners().propagate(type.get_scanner('CPP', PropertySet(self.includes)), included_a…
84 get_manager().scanners().propagate(self, imported)
/third_party/boost/tools/build/src/build/
Dscanner.py124 get_manager().scanners().propagate(self, matches)
159 def propagate(self, scanner, targets): member in ScannerRegistry
/third_party/python/Doc/c-api/
Diter.rst37 /* propagate error */
50 /* propagate error */
/third_party/boost/boost/chrono/io/
Dduration_put.hpp28 struct propagate { struct
32 struct propagate<boost::int_least32_t> { struct
212 static_cast<typename detail::propagate<Rep>::type> (d.count())); in put_value()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Ddefault_text_style_test.dart9 testWidgets('DefaultTextStyle changes propagate to Text', (WidgetTester tester) async {
44 testWidgets('AnimatedDefaultTextStyle changes propagate to Text', (WidgetTester tester) async {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h43 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
/third_party/boost/tools/build/src/tools/types/
Dcpp.jam66 # Just propagate the current scanner to includes, in hope that includes
68 scanner.propagate $(__name__) : $(all) : $(target) ;
Dxml.jam44 scanner.propagate $(__name__) : $(matches) : $(target) ;
/third_party/typescript/tests/baselines/reference/
DjsExportMemberMergedWithModuleAugmentation.errors.txt24 // propagate through the object literal export.
DjsExportMemberMergedWithModuleAugmentation.types40 // propagate through the object literal export.
DjsExportMemberMergedWithModuleAugmentation.symbols38 // propagate through the object literal export.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp83 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
/third_party/boost/libs/outcome/doc/src/content/reference/functions/
Dfailure.md10 …failure()` returns. This can be useful to have `BOOST_OUTCOME_TRY(...}` propagate on failure somet…

12345678910