Home
last modified time | relevance | path

Searched refs:result (Results 6426 - 6450 of 12150) sorted by relevance

1...<<251252253254255256257258259260>>...486

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.c174 VkResult result; in pvr_GetPhysicalDeviceImageFormatProperties2() local
176 result = pvr_get_image_format_properties( in pvr_GetPhysicalDeviceImageFormatProperties2()
180 if (result != VK_SUCCESS) in pvr_GetPhysicalDeviceImageFormatProperties2()
181 return result; in pvr_GetPhysicalDeviceImageFormatProperties2()
/third_party/node/lib/internal/crypto/
H A Dsig.js288 const { 0: err, 1: result } = job.run();
292 return result;
295 job.ondone = (error, result) => {
297 FunctionPrototypeCall(callback, job, null, result);
/third_party/node/lib/internal/
H A Dstream_base_commons.js177 let result;
180 result = (stream[kBufferCb](nread, userBuf) !== false);
190 result = stream.push(buf);
192 if (!result) {
/third_party/node/lib/
H A Dtls.js249 const result = [];
268 ArrayPrototypePush(result, currentToken);
276 ArrayPrototypePush(result, currentToken);
277 return result;
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js228 let result = expression.source;
230 result = result.replace(new RegExp(dependency, 'g'), 'ID');
233 return result;
/third_party/node/src/inspector/
H A Dtracing_agent.cc99 std::ostringstream result(
102 result << stream_.str();
103 result << "}";
105 result.str()));
/third_party/node/src/
H A Dspawn_sync.h102 inline void OnWriteDone(int result);
103 inline void OnShutdownDone(int result);
114 static void WriteCallback(uv_write_t* req, int result);
115 static void ShutdownCallback(uv_shutdown_t* req, int result);
/third_party/node/deps/icu-small/source/common/
H A Dpropname.cpp223 UStringTrieResult result=USTRINGTRIE_NO_VALUE; in containsName() local
231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
234 result=trie.next((uint8_t)c); in containsName()
236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
/third_party/node/deps/cares/src/lib/
H A Dinet_net_pton.c429 int result; in ares_inet_pton() local
440 result = ares_inet_net_pton(af, src, dst, size); in ares_inet_pton()
441 if (result == -1 && ERRNO == ENOENT) { in ares_inet_pton()
444 return (result > -1) ? 1 : -1; in ares_inet_pton()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtimezone.h174 * The return result is guaranteed to be non-nullptr.
176 * compare the result with getUnknown() or check the ID of the return result.
423 * @return A reference to the result.
441 * @return A reference to the result.
471 * @return A reference to the result.
483 * system time zone ID is unknown or unmappable to a Windows time zone, then the result will be
495 * @return A reference to the result (<code>winid</code>).
511 * Windows time zone ID is unknown or unmappable to a system time zone, then the result
524 * @return A reference to the result (<cod
[all...]
H A Dfmtable.h289 * kDouble then the result is undefined.
299 * object is a Measure, then the result of
311 * kLong then the result is undefined.
325 * the object is a Measure, then the result of
337 * kInt64 then the result is undefined.
350 * is kObject and the object is a Measure, then the result of
362 * kDate then the result is undefined.
380 * kString then the result is undefined.
381 * @param result Output param to receive the Date value of this object.
382 * @return A reference to 'result'
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_impl.h84 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
85 void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const;
86 void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorCode& status) const;
87 void getNumerics(const UnicodeString& input, UnicodeSet& result, UErrorCode& status) const;
250 // The result is a string with a length between 1 and 18 as of Unicode 9.
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dindex.js20 var result = {};
21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22 __setModuleDefault(result, mod);
23 return result;
/third_party/ltp/testcases/kernel/power_management/
H A Dpm_include.sh285 result=$2
293 if [ "$result" = 0 ];then
302 if [ "$result" = 0 ];then
312 if [ "$result" = 0 ];then
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc120 const TNode<String> result = CAST(CallCFunction( in TF_BUILTIN() local
124 Return(result); in TF_BUILTIN()
132 const TNode<Object> result = CallRuntime(Runtime::kStringToLowerCaseIntl, in TF_BUILTIN() local
134 Return(result); in TF_BUILTIN()
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.cc35 CppHeap::GarbageCollectionFlags result; in ConvertTraceFlags() local
37 result |= CppHeap::GarbageCollectionFlagValues::kForced; in ConvertTraceFlags()
39 result |= CppHeap::GarbageCollectionFlagValues::kReduceMemory; in ConvertTraceFlags()
40 return result; in ConvertTraceFlags()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-operands.h155 int result = static_cast<int>(operand_scale) >> 1; in OperandScaleAsIndex() local
158 DCHECK_EQ(0, result); in OperandScaleAsIndex()
161 DCHECK_EQ(1, result); in OperandScaleAsIndex()
164 DCHECK_EQ(2, result); in OperandScaleAsIndex()
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-inl.h215 bool result = false; in DigestTransitionFeedback() local
244 result = true; in DigestTransitionFeedback()
264 result = true; in DigestTransitionFeedback()
267 return result; in DigestTransitionFeedback()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c107 struct u_upload_mgr *result = u_upload_create(pipe, upload->default_size, in u_upload_clone() local
110 if (!upload->map_persistent && result->map_persistent) in u_upload_clone()
111 u_upload_disable_persistent(result); in u_upload_clone()
113 return result; in u_upload_clone()
H A Du_pwr8.h279 int result; in vec_movemask_epi8() local
284 result = vtemp.ub[15] << 8 | vtemp.ub[7]; in vec_movemask_epi8()
286 result = vtemp.ub[0] << 8 | vtemp.ub[8]; in vec_movemask_epi8()
289 return result; in vec_movemask_epi8()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c190 union pipe_query_result result; in r300_render_condition() local
199 if (r300_get_query_result(pipe, query, wait, &result)) { in r300_render_condition()
202 r300->skip_rendering = condition == result.b; in r300_render_condition()
204 r300->skip_rendering = condition == !!result.u64; in r300_render_condition()
/third_party/node/deps/openssl/openssl/crypto/
H A Dpunycode.c258 int result = 1; in ossl_a2ulabel() local
263 result = 0; in ossl_a2ulabel()
274 result = 0; \ in ossl_a2ulabel()
312 return result; in ossl_a2ulabel()
/third_party/libcoap/src/
H A Dcoap_notls.c352 uint8_t *result, in coap_crypto_aead_encrypt()
357 (void)result; in coap_crypto_aead_encrypt()
366 uint8_t *result, in coap_crypto_aead_decrypt()
371 (void)result; in coap_crypto_aead_decrypt()
349 coap_crypto_aead_encrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_encrypt() argument
363 coap_crypto_aead_decrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_decrypt() argument
/third_party/python/Lib/ctypes/test/
H A Dtest_pointers.py70 self.result = []
75 self.result.append(arg[i])
91 ## print self.result
93 ## print self.result
153 result = func( byref(argc), argv )
154 self.assertEqual(result, b'world')
/third_party/python/Lib/distutils/command/
H A Dupload.py195 result = urlopen(request)
196 status = result.getcode()
197 reason = result.msg
209 text = self._read_pypi_response(result)

Completed in 17 milliseconds

1...<<251252253254255256257258259260>>...486