Home
last modified time | relevance | path

Searched refs:CallResult (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/devel/capstone3/capstone-3.0.5/bindings/powershell/Capstone/
H A DCapstone.psm1317 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
318 if ($CallResult -eq "CS_ERR_MODE"){ in Get-CapstoneDisassembly() variable
322 echo "`n[!] cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
340 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
341 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
343 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
359 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
360 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
362 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
433 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1317 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
318 if ($CallResult -eq "CS_ERR_MODE"){ in Get-CapstoneDisassembly() variable
322 echo "`n[!] cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
340 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
341 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
343 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
359 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
360 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
362 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
433 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1317 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
318 if ($CallResult -eq "CS_ERR_MODE"){ in Get-CapstoneDisassembly() variable
322 echo "`n[!] cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
340 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
341 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
343 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
359 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
360 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
362 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
433 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1317 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
318 if ($CallResult -eq "CS_ERR_MODE"){ in Get-CapstoneDisassembly() variable
322 echo "`n[!] cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
340 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
341 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
343 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
359 if ($CallResult -ne "CS_ERR_OK") { in Get-CapstoneDisassembly() variable
360 echo "`n[!] cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
362 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
433 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1317 if ($CallResult -ne "CS_ERR_OK") {
318 if ($CallResult -eq "CS_ERR_MODE"){
322 echo "`n[!] cs_open error: $CallResult"
340 if ($CallResult -ne "CS_ERR_OK") {
341 echo "`n[!] cs_option error: $CallResult"
343 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle)
359 if ($CallResult -ne "CS_ERR_OK") {
360 echo "`n[!] cs_option error: $CallResult"
362 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle)
433 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle)
[all …]
/dports/devel/capstone4/capstone-4.0.2/bindings/powershell/Capstone/
H A DCapstone.psm1354 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
355 if ($CallResult -eq 'CS_ERR_MODE') { in Get-CapstoneDisassembly() variable
358 throw "cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
375 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
376 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
377 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
393 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
394 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
395 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
486 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1354 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
355 if ($CallResult -eq 'CS_ERR_MODE') { in Get-CapstoneDisassembly() variable
358 throw "cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
375 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
376 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
377 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
393 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
394 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
395 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
486 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1354 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
355 if ($CallResult -eq 'CS_ERR_MODE') { in Get-CapstoneDisassembly() variable
358 throw "cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
375 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
376 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
377 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
393 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
394 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
395 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
486 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1354 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
355 if ($CallResult -eq 'CS_ERR_MODE') { in Get-CapstoneDisassembly() variable
358 throw "cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
375 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
376 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
377 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
393 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
394 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
395 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
486 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1354 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
355 if ($CallResult -eq 'CS_ERR_MODE') { in Get-CapstoneDisassembly() variable
358 throw "cs_open error: $CallResult" in Get-CapstoneDisassembly() variable
375 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
376 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
377 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
393 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable
394 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
395 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable
486 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_wddm.h129 WddmMockHelpers::CallResult makeNonResidentResult;
130 WddmMockHelpers::CallResult mapGpuVirtualAddressResult;
132 WddmMockHelpers::CallResult createAllocationResult;
133 WddmMockHelpers::CallResult destroyAllocationResult;
134 WddmMockHelpers::CallResult destroyContextResult;
135 WddmMockHelpers::CallResult queryAdapterInfoResult;
137 WddmMockHelpers::CallResult waitOnGPUResult;
139 WddmMockHelpers::CallResult createContextResult;
141 WddmMockHelpers::CallResult lockResult;
142 WddmMockHelpers::CallResult unlockResult;
[all …]
H A Dwddm_mock_helpers.h19 struct CallResult { struct
25 struct MakeResidentCall : CallResult { argument
29 struct KmDafLockCall : CallResult {
32 struct WaitFromCpuResult : CallResult {
35 struct FreeGpuVirtualAddressCall : CallResult {
38 struct MemoryOperationResult : CallResult {
42 struct SubmitResult : CallResult {
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dupdate_util_test.cc46 struct CallResult { struct in mozc::__anondbd079c20111::UpdateUtilTestWin
47 CallResult() in CallResult() argument
85 call_result_ = new CallResult(); in SetUp()
92 static const CallResult& call_result() { in call_result()
124 static CallResult *call_result_;
128 UpdateUtilTestWin::CallResult *UpdateUtilTestWin::call_result_ = nullptr;
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dupdate_util_test.cc46 struct CallResult { struct in mozc::__anon9278127c0111::UpdateUtilTestWin
47 CallResult() in CallResult() argument
85 call_result_ = new CallResult(); in SetUp()
92 static const CallResult& call_result() { in call_result()
124 static CallResult *call_result_;
128 UpdateUtilTestWin::CallResult *UpdateUtilTestWin::call_result_ = nullptr;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dupdate_util_test.cc46 struct CallResult { struct in mozc::__anonb5c2138f0111::UpdateUtilTestWin
47 CallResult() in CallResult() function
85 call_result_ = new CallResult(); in SetUp()
92 static const CallResult& call_result() { in call_result()
124 static CallResult *call_result_;
128 UpdateUtilTestWin::CallResult *UpdateUtilTestWin::call_result_ = nullptr;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dupdate_util_test.cc46 struct CallResult { struct in mozc::__anon908e73680111::UpdateUtilTestWin
47 CallResult() in CallResult() argument
85 call_result_ = new CallResult(); in SetUp()
92 static const CallResult& call_result() { in call_result()
124 static CallResult *call_result_;
128 UpdateUtilTestWin::CallResult *UpdateUtilTestWin::call_result_ = nullptr;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dupdate_util_test.cc46 struct CallResult { struct in mozc::__anonf80c32cf0111::UpdateUtilTestWin
47 CallResult() in CallResult() function
85 call_result_ = new CallResult(); in SetUp()
92 static const CallResult& call_result() { in call_result()
124 static CallResult *call_result_;
128 UpdateUtilTestWin::CallResult *UpdateUtilTestWin::call_result_ = nullptr;
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dupdate_util_test.cc46 struct CallResult { struct in mozc::__anon4cb2f7040111::UpdateUtilTestWin
47 CallResult() in CallResult() function
85 call_result_ = new CallResult(); in SetUp()
92 static const CallResult& call_result() { in call_result()
124 static CallResult *call_result_;
128 UpdateUtilTestWin::CallResult *UpdateUtilTestWin::call_result_ = nullptr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp16 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take()
28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue()
37 void LSPClient::CallResult::set(llvm::Expected<llvm::json::Value> V) { in set()
48 LSPClient::CallResult::~CallResult() { in ~CallResult()
61 std::pair<llvm::json::Value, CallResult *> addCallSlot() { in addCallSlot()
127 std::deque<CallResult> CallResults;
136 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()

12345678910>>...17