/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 174 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 D | sig.js | 288 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 D | stream_base_commons.js | 177 let result; 180 result = (stream[kBufferCb](nread, userBuf) !== false); 190 result = stream.push(buf); 192 if (!result) {
|
/third_party/node/lib/ |
H A D | tls.js | 249 const result = []; 268 ArrayPrototypePush(result, currentToken); 276 ArrayPrototypePush(result, currentToken); 277 return result;
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | db.js | 228 let result = expression.source; 230 result = result.replace(new RegExp(dependency, 'g'), 'ID'); 233 return result;
|
/third_party/node/src/inspector/ |
H A D | tracing_agent.cc | 99 std::ostringstream result( 102 result << stream_.str(); 103 result << "}"; 105 result.str()));
|
/third_party/node/src/ |
H A D | spawn_sync.h | 102 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 D | propname.cpp | 223 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 D | inet_net_pton.c | 429 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 D | timezone.h | 174 * 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 D | fmtable.h | 289 * 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 D | uspoof_impl.h | 84 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 D | index.js | 20 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 D | pm_include.sh | 285 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 D | builtins-intl-gen.cc | 120 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 D | embedder-tracing.cc | 35 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 D | bytecode-operands.h | 155 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 D | allocation-site-inl.h | 215 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 D | u_upload_mgr.c | 107 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 D | u_pwr8.h | 279 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 D | r300_query.c | 190 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 D | punycode.c | 258 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 D | coap_notls.c | 352 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 D | test_pointers.py | 70 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 D | upload.py | 195 result = urlopen(request) 196 status = result.getcode() 197 reason = result.msg 209 text = self._read_pypi_response(result)
|