/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-spi.h | 153 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 D | logapi.shlib | 55 # 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 D | X86InstrSGX.td | 18 // 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 D | Program.cpp | 25 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 D | LVOptions.h | 211 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 D | TValue.cs | 117 internal void Execute(T0Comp ctx, CPU cpu) in Execute() method 119 ToXT().Execute(ctx, cpu); in Execute()
|
H A D | TPointerBase.cs | 49 internal virtual void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerBase
|
H A D | TPointerXT.cs | 57 internal override void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerXT
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Context.cpp | 50 auto Execute = in createDefaultPipeline() local 67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 162 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 D | CommandObjectMultiword.h | 62 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 D | CommandObject.h | 343 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 D | StackFrameRecognizer.cpp | 128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame() 136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
|
H A D | InstrumentationRuntime.cpp | 58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Job.h | 185 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 D | NameMatches.cpp | 30 return regex.Execute(name); in NameMatches()
|
H A D | RegularExpression.cpp | 24 bool RegularExpression::Execute( in Execute() function in RegularExpression
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | EnumTables.cpp | 25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
|
/freebsd/crypto/krb5/src/windows/leash/ |
H A D | LeashUICommandHandler.h | 58 HRESULT STDMETHODCALLTYPE Execute(UINT32 commandId, UI_EXECUTIONVERB verb,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RegularExpression.h | 63 bool Execute(llvm::StringRef string,
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 54 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 D | fc1.0 | 16 # Execute bad command again
|
H A D | fc2.0 | 17 # Execute bad command again
|
/freebsd/crypto/krb5/src/util/ss/ |
H A D | std_rqs.ct | 28 "Execute a UNIX command line.",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 105 Execute = 1 << 2, // Segment is executable. enumerator
|