Home
last modified time | relevance | path

Searched refs:Execute (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h153 static void Execute() { statement; } \
163 GTestExpectFatalFailureHelper::Execute(); \
171 static void Execute() { statement; } \
180 GTestExpectFatalFailureHelper::Execute(); \
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib55 # Execute and print command with status where success equals non-zero result
66 # Execute a positive test and exit $STF_FAIL is test fails
75 # Execute a positive test (expecting no stderr) and exit $STF_FAIL
84 # Execute a positive test but retry the command on failure if the output
143 # Execute a positive test and exit $STF_FAIL is test fails after being
152 # Execute a negative test and exit $STF_FAIL if test passes
161 # Execute a negative test with keyword expected, and exit
189 # Execute and print command with status where success equals non-zero result
253 # Execute and print command with status where success equals zero result
288 # Execute and print command with status where success equals zero result
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSGX.td18 // ENCLS - Execute an Enclave System Function of Specified Leaf Number
22 // ENCLU - Execute an Enclave User Function of Specified Leaf Number
26 // ENCLV - Execute an Enclave VMM Function of Specified Leaf Number
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp25 static bool Execute(ProcessInfo &PI, StringRef Program,
41 if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteAndWait()
67 if (!Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteNoWait()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h211 bool Execute = false; // Compare requested. variable
220 bool Execute = false; // Print requested. variable
230 bool Execute = false; // Report requested. variable
237 bool Execute = false; // Select requested. variable
372 BOOL_FUNCTION(Compare, Execute);
398 BOOL_FUNCTION(Print, Execute);
410 BOOL_FUNCTION(Report, Execute);
415 BOOL_FUNCTION(Select, Execute);
/freebsd/contrib/bearssl/T0/
H A DTValue.cs117 internal void Execute(T0Comp ctx, CPU cpu) in Execute() method
119 ToXT().Execute(ctx, cpu); in Execute()
H A DTPointerBase.cs49 internal virtual void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerBase
H A DTPointerXT.cs57 internal override void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerXT
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp50 auto Execute = in createDefaultPipeline() local
67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp162 void CommandObjectMultiword::Execute(const char *args_string, in Execute() function in CommandObjectMultiword
186 // Now call CommandObject::Execute to process options in `rest_of_line`. in Execute()
187 // From there the command-specific version of Execute will be called, with in Execute()
191 sub_cmd_obj->Execute(args_string, result); in Execute()
431 void CommandObjectProxy::Execute(const char *args_string,
434 proxy_command->Execute(args_string, result); in Execute()
432 bool CommandObjectProxy::Execute(const char *args_string, Execute() function in CommandObjectProxy
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h62 void Execute(const char *args_string, CommandReturnObject &result) override;
129 /// Execute is called) and \a GetProxyCommandObject returned null.
132 void Execute(const char *args_string, CommandReturnObject &result) override;
H A DCommandObject.h343 virtual void Execute(const char *args_string,
423 void Execute(const char *args_string, CommandReturnObject &result) override;
440 void Execute(const char *args_string, CommandReturnObject &result) override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame()
136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
H A DInstrumentationRuntime.cpp58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h185 virtual int Execute(ArrayRef<std::optional<StringRef>> Redirects,
255 int Execute(ArrayRef<std::optional<StringRef>> Redirects, std::string *ErrMsg,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp30 return regex.Execute(name); in NameMatches()
H A DRegularExpression.cpp24 bool RegularExpression::Execute( in Execute() function in RegularExpression
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashUICommandHandler.h58 HRESULT STDMETHODCALLTYPE Execute(UINT32 commandId, UI_EXECUTIONVERB verb,
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h63 bool Execute(llvm::StringRef string,
/freebsd/contrib/tcsh/nls/C/
H A Dset354 52 Execute command
124 122 Execute command and keep current line
125 123 Execute command and move to next history line
/freebsd/bin/sh/tests/builtins/
H A Dfc1.016 # Execute bad command again
H A Dfc2.017 # Execute bad command again
/freebsd/crypto/krb5/src/util/ss/
H A Dstd_rqs.ct28 "Execute a UNIX command line.",
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator

123456