Home
last modified time | relevance | path

Searched refs:Behaviour (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp18 Behaviour = State::Throwing; in registerException()
26 Behaviour = State::Throwing; in registerExceptions()
38 if (Other.Behaviour == State::Throwing) in merge()
39 Behaviour = State::Throwing; in merge()
40 else if (Other.Behaviour == State::Unknown && Behaviour == State::NotThrowing) in merge()
41 Behaviour = State::Unknown; in merge()
97 Behaviour = State::NotThrowing; in clear()
105 Behaviour = State::Unknown; in reevaluateBehaviour()
107 Behaviour = State::NotThrowing; in reevaluateBehaviour()
109 Behaviour = State::Throwing; in reevaluateBehaviour()
DExceptionAnalyzer.h52 ExceptionInfo() : Behaviour(State::NotThrowing), ContainsUnknown(false) {} in ExceptionInfo()
54 : Behaviour(S), ContainsUnknown(S == State::Unknown) {} in ExceptionInfo()
61 State getBehaviour() const { return Behaviour; } in getBehaviour()
112 State Behaviour; variable
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DAppIntroActivity.kt47 override fun generateFinalButtonBehaviour(): IntroButton.Behaviour { in <lambda>()
48 return object : IntroButton.Behaviour { in <lambda>()
/external/perfetto/gn/standalone/sanitizers/
Dvars.gni28 # Undefined Behaviour Sanitizer.
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs92 #region Empty Behaviour
187 #region Behaviour with Elements
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp558 FunctionModRefBehavior Behaviour = in AnalyzeCallGraph() local
560 FI.addModRefInfo(ModRefInfo(Behaviour & MRI_ModRef)); in AnalyzeCallGraph()
/external/llvm-project/llvm/lib/Analysis/
DGlobalsModRef.cpp600 FunctionModRefBehavior Behaviour = in AnalyzeCallGraph() local
602 FI.addModRefInfo(createModRefInfo(Behaviour)); in AnalyzeCallGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGlobalsModRef.cpp598 FunctionModRefBehavior Behaviour = in AnalyzeCallGraph() local
600 FI.addModRefInfo(createModRefInfo(Behaviour)); in AnalyzeCallGraph()
/external/llvm/docs/
DExtensions.rst191 Target Specific Behaviour
/external/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md92 ### Behaviour if unix domain socket server unavailable
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/
DHelloTFLite.unity142 Behaviour:
/external/llvm-project/lld/docs/
DWebAssembly.rst115 Behaviour chapter
/external/libtextclassifier/native/annotator/
Dmodel.fbs207 // Behaviour of rule capturing groups.
400 // Behaviour of capturing matches.
/external/catch2/docs/
Dtest-cases-and-sections.md75 …o be written as "executable specifications" (one of the early goals of [Behaviour Driven Developme…
/external/rust/crates/itertools/
DCHANGELOG.md197 - Behaviour changes:
/external/e2fsprogs/ext2ed/
Dext2.descriptors136 __u16 s_errors; /* Behaviour when detecting errors */
/external/llvm-project/llvm/docs/
DExtensions.rst489 Target Specific Behaviour
/external/python/cpython3/Doc/library/
Dconfigparser.rst435 Customizing Parser Behaviour
1331 `Customizing Parser Behaviour`_ section.
Dstatistics.rst32 Behaviour with other types (whether in the numeric tower or not) is
Dio.rst841 Change the stream position to the given *offset*. Behaviour depends on
/external/libvpx/libvpx/
DCHANGELOG697 Improved Force Key Frame Behaviour
/external/llvm-project/libcxx/docs/
DCxx1zStatusIssuesStatus.csv37 "`2378 <https://wg21.link/LWG2378>`__","Behaviour of standard exception types","Lenexa","|Complete|…
/external/python/cpython2/Doc/library/
Dio.rst741 Change the stream position to the given *offset*. Behaviour depends on
/external/python/cpython3/Doc/faq/
Dprogramming.rst1007 * Behaviour can vary across operating systems, especially when talking about
/external/libnl/doc/
Dcore.txt547 Behaviour of these flags may differ slightly between different netlink

12