Home
last modified time | relevance | path

Searched refs:result (Results 6901 - 6925 of 16712) sorted by relevance

1...<<271272273274275276277278279280>>...669

/third_party/typescript/tests/baselines/reference/
H A DexpressionsForbiddenInParameterInitializers.js16 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionAsyncES3System.js39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionAsyncES5System.js39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionNestedUMD2.js31 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionNoModuleKindSpecified.js54 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DintersectionsAndEmptyObjects.js116 var result = {};
117 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
118 __setModuleDefault(result, mod);
119 return result;
H A DlabeledStatementWithLabel.js23 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.cpp91 uint32 result = dngVersion_None; in MinVersion() local
99 result = Max_uint32 (result, fList [index]->MinVersion ()); in MinVersion()
105 return result; in MinVersion()
H A Ddng_temperature.cpp181 dng_xy_coord result; in Get_xy_coord() local
246 result.x = 1.5 * u / (u - 4.0 * v + 2.0); in Get_xy_coord()
247 result.y = v / (u - 4.0 * v + 2.0); in Get_xy_coord()
255 return result; in Get_xy_coord()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc108 std::vector<int> result; in MultiplicativeRange() local
110 result.push_back(current); in MultiplicativeRange()
112 result.push_back(high); in MultiplicativeRange()
113 return result; in MultiplicativeRange()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbit_gen_ref.h155 void* result, void* arg_tuple) { in MockCall()
156 return reinterpret_cast<URBG*>(gen_ptr)->InvokeMock(type, result, in MockCall()
164 void* result) { in InvokeMock()
166 return mock_call_(t_erased_gen_ptr_, type, args_tuple, result); in InvokeMock()
154 MockCall(uintptr_t gen_ptr, base_internal::FastTypeIdType type, void* result, void* arg_tuple) MockCall() argument
163 InvokeMock(base_internal::FastTypeIdType type, void* args_tuple, void* result) InvokeMock() argument
/third_party/skia/modules/skottie/src/effects/
H A DSkSLEffect.cpp78 auto result = SkRuntimeEffect::MakeForShader(shader, {}); in SkSLEffectAdapter() local
79 if (!result.effect) { in SkSLEffectAdapter()
81 result.errorText.c_str()); in SkSLEffectAdapter()
84 fEffect = std::move(result.effect); in SkSLEffectAdapter()
/third_party/skia/gn/
H A Dgn_meta_sln.py26 result = []
32 result.append(pLine)
34 result.append(pLine)
35 return result
/third_party/skia/gm/
H A Dpathopsinverse.cpp93 SkPath result; variable
94 Op(one, two, (SkPathOp) op, &result);
98 canvas->drawPath(result, fOpPaint[op]);
99 canvas->drawPath(result, fOutlinePaint);
/third_party/skia/bench/
H A DSkSLBench.cpp88 SkSL::String result; variable
91 case Output::kGLSL: SkAssertResult(fCompiler.toGLSL(*program, &result)); break;
92 case Output::kMetal: SkAssertResult(fCompiler.toMetal(*program, &result)); break;
93 case Output::kSPIRV: SkAssertResult(fCompiler.toSPIRV(*program, &result)); break;
/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs32 //! internally, which is undocumented. For instance, the result of calling
192 use std::result;
224 ( $result:expr ) => {
225 $result.expect("invalid raw bytes")
291 /// [`Result::unwrap`]: ::std::result::Result::unwrap
309 type Result<T> = result::Result<T, EncodingError>;
313 ) -> result::Result<Cow<'a, OsStr>, imp::EncodingError> in from_raw_bytes()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.h225 void WifiWpaConnectResultProcess(WifiDriverData *drv, WifiConnectResult *result);
226 void WifiWpaDisconnectProcess(WifiDriverData *drv, WifiDisconnect *result);
228 void WifiWpaRemainOnChannelProcess(WifiDriverData *drv, WifiOnChannel *result);
229 void WifiWpaCancelRemainOnChannelProcess(WifiDriverData *drv, WifiOnChannel *result);
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeFileStream.c40 deFileResult result = deFile_read(fileStream->file, buf, bufSize, &_numRead); in fileIOStream_read() local
43 switch (result) in fileIOStream_read()
68 deFileResult result = deFile_write(fileStream->file, buf, bufSize, &_numWritten); in fileIOStream_write() local
71 switch (result) in fileIOStream_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.h225 void WifiWpaConnectResultProcess(WifiDriverData *drv, WifiConnectResult *result);
226 void WifiWpaDisconnectProcess(WifiDriverData *drv, WifiDisconnect *result);
228 void WifiWpaRemainOnChannelProcess(WifiDriverData *drv, WifiOnChannel *result);
229 void WifiWpaCancelRemainOnChannelProcess(WifiDriverData *drv, WifiOnChannel *result);
/third_party/vulkan-loader/loader/
H A Dlog.c229 char result[512 + 64]; in loader_log() local
230 strcpy(result, cmd_line_msg); in loader_log()
231 strcat(result, msg); in loader_log()
232 OpenHarmonyLog(msg_type, result); in loader_log()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dscan.c547 * deleted from happening concurrently (such attempts result from in acpi_scan_drop_device()
629 int result; in acpi_device_set_name() local
631 result = ida_alloc(instance_ida, GFP_KERNEL); in acpi_device_set_name()
632 if (result < 0) in acpi_device_set_name()
633 return result; in acpi_device_set_name()
635 device->pnp.instance_no = result; in acpi_device_set_name()
636 dev_set_name(&device->dev, "%s:%02x", acpi_device_bus_id->bus_id, result); in acpi_device_set_name()
673 int result; in acpi_device_add() local
689 result = acpi_device_set_name(device, acpi_device_bus_id); in acpi_device_add()
690 if (result) in acpi_device_add()
1823 int result; acpi_add_single_object() local
2548 int result; acpi_bus_register_early_device() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev.c1755 enum es_result result; in vc_handle_exitcode() local
1759 result = vc_handle_dr7_read(ghcb, ctxt); in vc_handle_exitcode()
1762 result = vc_handle_dr7_write(ghcb, ctxt); in vc_handle_exitcode()
1765 result = vc_handle_trap_ac(ghcb, ctxt); in vc_handle_exitcode()
1769 result = vc_handle_rdtsc(ghcb, ctxt, exit_code); in vc_handle_exitcode()
1772 result = vc_handle_rdpmc(ghcb, ctxt); in vc_handle_exitcode()
1776 result = ES_UNSUPPORTED; in vc_handle_exitcode()
1779 result = vc_handle_cpuid(ghcb, ctxt); in vc_handle_exitcode()
1782 result = vc_handle_ioio(ghcb, ctxt); in vc_handle_exitcode()
1785 result in vc_handle_exitcode()
1863 enum es_result result; vc_raw_handle_exception() local
2006 enum es_result result; handle_vc_boot_ghcb() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A DNCR5380.c572 cmd->result = (DID_ERROR << 16); in NCR5380_queue_command()
578 cmd->result = 0; in NCR5380_queue_command()
629 * need autosense because of a CHECK CONDITION result.
962 * cmd->result host byte set to DID_BAD_TARGET.
1155 cmd->result = DID_BAD_TARGET << 16;
1204 cmd->result = DID_ERROR << 16;
1492 int result = 0; in NCR5380_transfer_dma() local
1525 result = NCR5380_dma_recv_setup(hostdata, d, c); in NCR5380_transfer_dma()
1527 result = NCR5380_dma_send_setup(hostdata, d, c); in NCR5380_transfer_dma()
1559 result in NCR5380_transfer_dma()
2249 int result = SUCCESS; NCR5380_abort() local
[all...]
/third_party/curl/src/
H A Dtool_getparam.c949 CURLcode result = CURLE_OK; in set_trace_config() local
979 result = curl_global_trace(token); in set_trace_config()
980 if(result) in set_trace_config()
990 result = curl_global_trace(token); in set_trace_config()
991 if(result) in set_trace_config()
998 return result; in set_trace_config()
1049 CURLcode result = curlx_dyn_addf(&dyn, "%s&%s", config->query, query); in url_query() local
1051 if(result) in url_query()
2762 ParameterError result = PARAM_OK; in parse_args() local
2765 for(i = 1, stillflags = TRUE; i < argc && !result; in parse_args()
[all...]
/third_party/icu/icu4c/source/common/
H A Duniset.cpp69 // below. This will result in text being sent to stdout that looks
298 uint32_t result = static_cast<uint32_t>(len); in hashCode() local
300 result *= 1000003u; in hashCode()
301 result += list[i]; in hashCode()
303 return static_cast<int32_t>(result); in hashCode()
2012 void UnicodeSet::_appendToPat(UnicodeString &result, UChar32 start, UChar32 end,
2014 _appendToPat(result, start, escapeUnprintable);
2019 result.append(u'-');
2021 _appendToPat(result, end, escapeUnprintable);
2026 * Append a string representation of this set to result
[all...]

Completed in 25 milliseconds

1...<<271272273274275276277278279280>>...669