/third_party/typescript/tests/baselines/reference/ |
H A D | defaultExportInAwaitExpression01.js | 36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | elidedJSImport2(module=commonjs).js | 51 var result = {};
52 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
53 __setModuleDefault(result, mod);
54 return result;
|
H A D | esModuleInterop.js | 41 var result = {};
42 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
43 __setModuleDefault(result, mod);
44 return result;
|
H A D | esModuleInteropNamedDefaultImports.js | 51 var result = {};
52 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
53 __setModuleDefault(result, mod);
54 return result;
|
H A D | esModuleIntersectionCrash.js | 35 var result = {};
36 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37 __setModuleDefault(result, mod);
38 return result;
|
H A D | importCallExpressionAsyncES6AMD.js | 37 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionAsyncES6CJS.js | 38 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionAsyncES6System.js | 39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionInUMD5.js | 36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionNestedUMD.js | 31 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importEquals1.js | 64 var result = {};
65 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
66 __setModuleDefault(result, mod);
67 return result;
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IterableByteBufferInputStream.java | 118 int result = currentArray[currentByteBufferPos + currentArrayOffset] & 0xFF; in read() 120 return result; in read() 122 int result = UnsafeUtil.getByte(currentByteBufferPos + currentAddress) & 0xFF; in read() 124 return result; in read()
|
/third_party/python/Lib/test/ |
H A D | test_userstring.py | 20 def checkequal(self, result, object, methodname, *args, **kwargs): 21 result = self.fixtype(result) 26 result,
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | hash.h | 64 size_t result = 0; in operator ()() local 66 result = 5 * result + static_cast<size_t>(*str); in operator ()() 68 return result; in operator ()()
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkMemoryAllocator.h | 65 bool result = this->allocateMemoryForImage(image, flags, memory); in allocateImageMemory() local 66 // VK_ERROR_INITIALIZATION_FAILED is a bogus result to return from this function, but it is in allocateImageMemory() 70 return result ? VK_SUCCESS : VK_ERROR_INITIALIZATION_FAILED; in allocateImageMemory() 85 bool result = this->allocateMemoryForBuffer(buffer, usage, flags, memory); in allocateBufferMemory() local 86 // VK_ERROR_INITIALIZATION_FAILED is a bogus result to return from this function, but it is in allocateBufferMemory() 90 return result ? VK_SUCCESS : VK_ERROR_INITIALIZATION_FAILED; in allocateBufferMemory() 103 // VK_ERROR_INITIALIZATION_FAILED is a bogus result to return from this function, but it is in mapMemory()
|
/third_party/spirv-tools/test/opt/ |
H A D | redundancy_elimination_test.cpp | 159 // Remove a redundant add whose value is in the result of a phi node. 230 auto result = SinglePassRunAndDisassemble<RedundancyEliminationPass>( in TEST_F() local 232 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 268 auto result = SinglePassRunAndDisassemble<RedundancyEliminationPass>( in TEST_F() local 270 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 358 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) in emit_load_var() 390 result[i] = bld->gs_iface->fetch_input(bld->gs_iface, &bld_base->base, in emit_load_var() 396 result[i] = emit_fetch_64bit(bld_base, result[i], result2); in emit_load_var() 414 result[i] = bld->tes_iface->fetch_patch_input(bld->tes_iface, &bld_base->base, in emit_load_var() 420 result[i] = emit_fetch_64bit(bld_base, result[i], result2); in emit_load_var() 424 result[i] = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var() 435 result[i] = emit_fetch_64bit(bld_base, result[ in emit_load_var() 349 emit_load_var(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned num_components, unsigned bit_size, nir_variable *var, unsigned vertex_index, LLVMValueRef indir_vertex_index, unsigned const_index, LLVMValueRef indir_index, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_var() argument 759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument 849 LLVMValueRef result = lp_build_alloca(gallivm, res_bld->vec_type, ""); emit_load_global() local 928 emit_atomic_global(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, unsigned addr_bit_size, unsigned val_bit_size, LLVMValueRef addr, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_global() argument 1054 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument 1249 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]; emit_load_mem() local 1400 emit_atomic_mem(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, uint32_t bit_size, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_mem() argument 1641 LLVMValueRef result[4] = { LLVMGetUndef(bld_base->base.vec_type), emit_tex() local 1727 emit_sysval_intrin(struct lp_build_nir_context *bld_base, nir_intrinsic_instr *instr, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_sysval_intrin() argument 2072 emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_vote() argument 2139 emit_ballot(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_ballot() argument 2163 emit_elect(struct lp_build_nir_context *bld_base, LLVMValueRef result[4]) emit_elect() argument 2200 emit_shuffle(struct lp_build_nir_context *bld_base, LLVMValueRef src, LLVMValueRef index, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_shuffle() argument 2246 emit_reduce(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_reduce() argument 2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument 2562 LLVMValueRef result = lp_build_alloca(gallivm, load_bld->vec_type, ""); emit_load_scratch() local [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | lanai.c | 568 int offset, result = 0; in sram_test_pass() local 569 for (offset = 0; offset < SRAM_BYTES && result == 0; offset += 4) in sram_test_pass() 570 result = sram_test_word(lanai, offset, pattern); in sram_test_pass() 571 return result; in sram_test_pass() 577 int result; in sram_test_and_clear() local 579 if ((result = sram_test_pass(lanai, 0x5555)) != 0) in sram_test_and_clear() 580 return result; in sram_test_and_clear() 581 if ((result = sram_test_pass(lanai, 0xAAAA)) != 0) in sram_test_and_clear() 582 return result; in sram_test_and_clear() 904 /* read back result */ in eeprom_read() 1099 int result; pcistatus_check() local 1934 int result; lanai_pci_start() local 2111 int result; lanai_dev_open() local 2314 int result = 0; lanai_open() local 2557 int result; lanai_init_one() local [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | lanai.c | 568 int offset, result = 0; in sram_test_pass() local 569 for (offset = 0; offset < SRAM_BYTES && result == 0; offset += 4) in sram_test_pass() 570 result = sram_test_word(lanai, offset, pattern); in sram_test_pass() 571 return result; in sram_test_pass() 577 int result; in sram_test_and_clear() local 579 if ((result = sram_test_pass(lanai, 0x5555)) != 0) in sram_test_and_clear() 580 return result; in sram_test_and_clear() 581 if ((result = sram_test_pass(lanai, 0xAAAA)) != 0) in sram_test_and_clear() 582 return result; in sram_test_and_clear() 903 /* read back result */ in eeprom_read() 1098 int result; pcistatus_check() local 1933 int result; lanai_pci_start() local 2110 int result; lanai_dev_open() local 2313 int result = 0; lanai_open() local 2556 int result; lanai_init_one() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ray_queries.c | 43 rq_variable *result = ralloc(shader ? (void *)shader : (void *)impl, rq_variable); in rq_variable_create() local 44 result->array_length = array_length; in rq_variable_create() 51 result->variable = nir_variable_create(shader, nir_var_shader_temp, variable_type, name); in rq_variable_create() 53 result->variable = nir_local_variable_create(impl, variable_type, name); in rq_variable_create() 56 return result; in rq_variable_create() 175 struct ray_query_traversal_vars result; in init_ray_query_traversal_vars() local 179 result.origin = rq_variable_create(shader, impl, array_length, vec3_type, VAR_NAME("_origin")); in init_ray_query_traversal_vars() 180 result.direction = in init_ray_query_traversal_vars() 183 result.inv_dir = rq_variable_create(shader, impl, array_length, vec3_type, VAR_NAME("_inv_dir")); in init_ray_query_traversal_vars() 184 result in init_ray_query_traversal_vars() 198 struct ray_query_intersection_vars result; init_ray_query_intersection_vars() local 505 insert_traversal_triangle_case(struct radv_device *device, nir_builder *b, nir_ssa_def *index, nir_ssa_def *result, struct ray_query_vars *vars, nir_ssa_def *bvh_node) insert_traversal_triangle_case() argument 779 nir_ssa_def *result = intrinsic_result; lower_rq_proceed() local 807 nir_ssa_def *result = intrinsic_result; lower_rq_proceed() local [all...] |
/third_party/python/Modules/ |
H A D | _winapi.c | 730 BOOL result; in _winapi_CreatePipe_impl() local 737 result = CreatePipe(&read_pipe, &write_pipe, NULL, size); in _winapi_CreatePipe_impl() local 740 if (! result) in _winapi_CreatePipe_impl() 958 BOOL result; in getattributelist() local 991 result = InitializeProcThreadAttributeList(NULL, attribute_count, 0, &attribute_list_size); in getattributelist() 992 if (result || GetLastError() != ERROR_INSUFFICIENT_BUFFER) { in getattributelist() 1004 result = InitializeProcThreadAttributeList( in getattributelist() 1009 if (!result) { in getattributelist() 1022 result = UpdateProcThreadAttribute( in getattributelist() 1030 if (!result) { in getattributelist() 1080 BOOL result; _winapi_CreateProcess_impl() local 1138 result = CreateProcessW(application_name, _winapi_CreateProcess_impl() local 1197 BOOL result; _winapi_DuplicateHandle_impl() local 1200 result = DuplicateHandle( _winapi_DuplicateHandle_impl() local 1269 BOOL result; _winapi_GetExitCodeProcess_impl() local 1312 BOOL result; _winapi_GetModuleFileName_impl() local 1316 result = GetModuleFileNameW(module_handle, filename, MAX_PATH); _winapi_GetModuleFileName_impl() local 1724 BOOL result; _winapi_TerminateProcess_impl() local 1803 DWORD result; _winapi_WaitForMultipleObjects_impl() local 1879 DWORD result; _winapi_WaitForSingleObject_impl() local 1882 result = WaitForSingleObject(handle, milliseconds); _winapi_WaitForSingleObject_impl() local 1975 DWORD result; _winapi_GetFileType_impl() local 1978 result = GetFileType(handle); _winapi_GetFileType_impl() local [all...] |
H A D | _ssl.c | 1452 int i, result; in _get_aia_uri() local 1481 result = PyList_Append(lst, ostr); in _get_aia_uri() 1483 if (result < 0) { in _get_aia_uri() 1577 int len, result; in _decode_certificate() local 1694 result = PyDict_SetItemString(retval, "OCSP", obj); in _decode_certificate() 1696 if (result < 0) { in _decode_certificate() 1705 result = PyDict_SetItemString(retval, "caIssuers", obj); in _decode_certificate() 1707 if (result < 0) { in _decode_certificate() 1717 result = PyDict_SetItemString(retval, "crlDistributionPoints", obj); in _decode_certificate() 1719 if (result < in _decode_certificate() 1824 PyObject *result; _ssl__SSLSocket_getpeercert_impl() local 2868 int result; PySSL_set_session() local 3025 int result; _ssl__SSLContext_impl() local 3286 PyObject *result = NULL, *dct; _ssl__SSLContext_get_ciphers_impl() local 3462 int result; set_min_max_proto_version() local 4391 PyObject *result; _servername_callback() local 4868 PyObject *result; _ssl_MemoryBIO_read_impl() local 5009 int result; PySSLSession_richcompare() local 5359 PyObject *result = NULL; _ssl_txt2obj_impl() local 5384 PyObject *result = NULL; _ssl_nid2obj_impl() local 5505 BOOL result; ssl_collect_certificates() local 5555 PyObject *result = NULL; _ssl_enum_certificates_impl() local 5653 PyObject *result = NULL; _ssl_enum_crls_impl() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.cc | 161 auto* result = new std::unordered_set<std::string>(); in MakeKeywordsMap() local 163 result->emplace(keyword); in MakeKeywordsMap() 165 return result; in MakeKeywordsMap() 277 std::string result; in UnderscoresToCamelCase() local 282 result += input[i] + ('A' - 'a'); in UnderscoresToCamelCase() 284 result += input[i]; in UnderscoresToCamelCase() 289 result += input[i]; in UnderscoresToCamelCase() 292 result += input[i]; in UnderscoresToCamelCase() 298 return result; in UnderscoresToCamelCase() 455 std::string result in FieldName() local 464 std::string result = enum_value->name(); EnumValueName() local 497 std::string result = "k" + field_name + "FieldNumber"; FieldConstantName() local 737 std::string result; FilenameIdentifier() local 1122 FlattenMessagesInFile(const FileDescriptor* file, std::vector<const Descriptor*>* result) FlattenMessagesInFile() argument [all...] |
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 1919 enum XML_Status result; in XML_Parse() local 1944 result = XML_STATUS_SUSPENDED; in XML_Parse() 1954 result = XML_STATUS_OK; in XML_Parse() 1990 return result; in XML_Parse() 2006 enum XML_Status result = XML_STATUS_OK; in XML_ParseBuffer() local 2056 result = XML_STATUS_SUSPENDED; in XML_ParseBuffer() 2062 return result; in XML_ParseBuffer() 2071 return result; in XML_ParseBuffer() 2232 enum XML_Status result = XML_STATUS_OK; in XML_ResumeParser() local 2252 result in XML_ResumeParser() 2664 enum XML_Error result = doContent( contentProcessor() local 2677 enum XML_Error result = initializeEncoding(parser); externalEntityInitProcessor() local 2744 enum XML_Error result; externalEntityInitProcessor3() local 2779 enum XML_Error result externalEntityContentProcessor() local 2918 enum XML_Error result; doContent() local 2950 enum XML_Error result; doContent() local 3019 enum XML_Error result; doContent() local 3142 enum XML_Error result; doContent() local 3424 enum XML_Error result; storeAtts() local 3459 enum XML_Error result = addBinding(parser, attId->prefix, attId, storeAtts() local 3491 enum XML_Error result = addBinding(parser, da->id->prefix, da->id, storeAtts() local 3919 enum XML_Error result = doCdataSection( cdataSectionProcessor() local 4066 enum XML_Error result ignoreSectionProcessor() local 4263 enum XML_Error result; processXmlDecl() local 4322 enum XML_Error result = initializeEncoding(parser); prologInitProcessor() local 4334 enum XML_Error result = initializeEncoding(parser); externalParEntInitProcessor() local 4386 enum XML_Error result; entityValueInitProcessor() local 4644 enum XML_Error result = processXmlDecl(parser, 0, s, next); doProlog() local 4674 enum XML_Error result = processXmlDecl(parser, 1, s, next); doProlog() local 4915 enum XML_Error result = storeAttributeValue( doProlog() local 4954 enum XML_Error result doProlog() local 5055 const enum XML_Error result doProlog() local 5227 enum XML_Error result; doProlog() local 5378 enum XML_Error result; doProlog() local 5669 enum XML_Error result; processInternalEntity() local 5735 enum XML_Error result; internalEntityProcessor() local 5814 enum XML_Error result storeAttributeValue() local 5985 enum XML_Error result; appendAttributeValue() local 6032 enum XML_Error result = XML_ERROR_NONE; storeEntityValue() local 7608 XML_Char *result; copyString() local [all...] |
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | sgl_float.h | 26 /* sgl_and_signs ANDs the sign bits of each argument and puts the result 50 #define Sgl_leftshiftby1_withextent(left,right,result) \ 51 Shiftdouble(Sall(left),Extall(right),31,Sall(result)) 225 * store into result and extension. */ 226 #define Sgl_subtract_withextension(left,right,extent,result) \ 227 /* sgl_floating_point left,right,result; extension extent */ \ 228 Sgl_subtract(left,right,result); \ 230 Sall(result) = Sall(result)-1 235 #define Sgl_xortointp1(left,right,result) \ [all...] |