Home
last modified time | relevance | path

Searched defs:ExitOnError (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dscope.cc178 Scope::Impl::Impl(const Scope& other, Tags::ExitOnError) in Impl()
471 Scope Scope::ExitOnError() const { in ExitOnError() function in tensorflow::Scope
H A Dscope_internal.h60 enum class ExitOnError; member
/aosp_15_r20/frameworks/wilhelm/tests/examples/
H A DslesTestEffectCapabilities.cpp35 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestBassBoostPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestPlayFdPath.cpp38 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestVirtualizerPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestEqFdPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestEqOutputPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestSendToPresetReverb.cpp37 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DxaVideoDecoderCapabilities.cpp33 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestRecBuffQueue.cpp71 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestDecodeToBuffQueue.cpp95 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestDecodeAac.cpp145 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
/aosp_15_r20/frameworks/wilhelm/tests/mimeUri/
H A DslesTest_playStates.cpp33 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestPlayStreamType.cpp34 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
H A DslesTestPlayUri2.cpp29 void ExitOnError( SLresult result ) in ExitOnError() function
/aosp_15_r20/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp41 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
/aosp_15_r20/external/llvm/unittests/Support/
H A DErrorTest.cpp441 TEST(Error, ExitOnError) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag.go380 ExitOnError // Call os.Exit(2) or for -h/-help Exit(0). const