Home
last modified time | relevance | path

Searched refs:result (Results 9351 - 9375 of 16602) sorted by relevance

1...<<371372373374375376377378379380>>...665

/third_party/typescript/tests/baselines/reference/
H A DparserRealSource8.js51 public result: Symbol = null;
54 this.result = null;
58 this.result = this.select(this.result, b);
59 if (this.result) {
60 return this.stop(this.result);
513 this.result = null;
516 this.result = null;
519 this.result = this.select(this.result,
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap.h638 iterator result = InsertUnique(b, node); in insert() local
640 return std::make_pair(result, true); in insert()
723 iterator result; in InsertUnique() local
726 result = InsertUniqueInList(b, node); in InsertUnique()
730 result = InsertUniqueInTree(b, node); in InsertUnique()
731 GOOGLE_DCHECK_EQ(result.bucket_index_, b & ~static_cast<size_type>(1)); in InsertUnique()
744 (std::min)(index_of_first_non_null_, result.bucket_index_); in InsertUnique()
745 return result; in InsertUnique()
991 void** result = Alloc<void*>(n); in CreateEmptyTable() local
992 memset(result, in CreateEmptyTable()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp438 // Render result. in iterate()
590 void ShaderRenderCase::render (Surface& result, int programID, const QuadGrid& quadGrid) in render() argument
597 int width = result.getWidth(); in render()
598 int height = result.getHeight(); in render()
630 glu::readPixels(m_renderCtx, xOffset, yOffset, result.getAccess()); in render()
635 void ShaderRenderCase::computeVertexReference (Surface& result, const QuadGrid& quadGrid) in computeVertexReference() argument
638 int width = result.getWidth(); in computeVertexReference()
639 int height = result.getHeight(); in computeVertexReference()
717 result.setPixel(ix, iy, tcu::RGBA(color)); in computeVertexReference()
722 void ShaderRenderCase::computeFragmentReference (Surface& result, cons argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp219 << Option<LogImages> (DE_NULL, "deqp-log-images", "Enable or disable logging of result images", s_enableNames, "enable") in registerOptions()
1250 bool result = false; in checkTestGroupName() local
1252 result = m_casePaths->matches(groupName, true); in checkTestGroupName()
1254 result = ( groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName) ); in checkTestGroupName()
1257 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestGroupName()
1258 result = m_caseFractionMandatoryTests->matches(groupName, true); in checkTestGroupName()
1259 return result; in checkTestGroupName()
1264 bool result = false; in checkTestCaseName() local
1266 result = m_casePaths->matches(caseName, false); in checkTestCaseName()
1268 result in checkTestCaseName()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp36 // without using epsilon. If result of this comparisment influenced the
37 // output color then result and reference images could differ.
1047 bool result = IsEqual ? true : false; in evaluate() local
1050 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asFloat(compNdx), b.component(elemNdx).asFloat(compNdx))); in evaluate()
1052 dst.asBool(compNdx) = result; in evaluate()
1059 bool result = IsEqual ? true : false; in evaluate() local
1062 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asInt(compNdx), b.component(elemNdx).asInt(compNdx))); in evaluate()
1064 dst.asBool(compNdx) = result; in evaluate()
1071 bool result = IsEqual ? true : false; evaluate() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c1878 sc_cmd->result = rval; in fc_queuecommand()
1888 sc_cmd->result = DID_IMM_RETRY << 16; in fc_queuecommand()
1999 sc_cmd->result = DID_OK << 16; in fc_io_compl()
2007 sc_cmd->result = (DID_OK << 16) | fsp->cdb_status; in fc_io_compl()
2013 sc_cmd->result = DID_ERROR << 16; in fc_io_compl()
2022 sc_cmd->result = DID_OK << 16; in fc_io_compl()
2026 sc_cmd->result = DID_ERROR << 16; in fc_io_compl()
2035 sc_cmd->result = (DID_ERROR << 16) | fsp->cdb_status; in fc_io_compl()
2044 sc_cmd->result = (DID_ERROR << 16) | fsp->cdb_status; in fc_io_compl()
2047 if (host_byte(sc_cmd->result) in fc_io_compl()
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dmessage.c786 int result; in usb_get_descriptor() local
795 result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in usb_get_descriptor()
799 if (result <= 0 && result != -ETIMEDOUT) in usb_get_descriptor()
801 if (result > 1 && ((u8 *)buf)[1] != type) { in usb_get_descriptor()
802 result = -ENODATA; in usb_get_descriptor()
807 return result; in usb_get_descriptor()
837 int result; in usb_get_string() local
844 result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in usb_get_string()
848 if (result in usb_get_string()
1202 int result; usb_clear_halt() local
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dsem.c224 * Setting it to a result code is a RELEASE, this is ensured by both a
227 * The AQUIRE when reading the result code without holding sem_lock() is
230 * Reading the result code while holding sem_lock() needs no further barriers,
645 int result, sem_op, nsops; in perform_atomic_semop_slow() local
660 result = curr->semval; in perform_atomic_semop_slow()
662 if (!sem_op && result) in perform_atomic_semop_slow()
665 result += sem_op; in perform_atomic_semop_slow()
666 if (result < 0) in perform_atomic_semop_slow()
668 if (result > SEMVMX) in perform_atomic_semop_slow()
679 curr->semval = result; in perform_atomic_semop_slow()
718 int result, sem_op, nsops; perform_atomic_semop() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dec.c865 int result; in acpi_ec_read() local
871 result = acpi_ec_transaction(ec, &t); in acpi_ec_read()
873 return result; in acpi_ec_read()
1170 int result; in acpi_ec_submit_query() local
1181 result = acpi_ec_transaction(ec, &q->transaction); in acpi_ec_submit_query()
1182 if (result) in acpi_ec_submit_query()
1186 result = -ENODATA; in acpi_ec_submit_query()
1192 result = -ENODATA; in acpi_ec_submit_query()
1217 return result; in acpi_ec_submit_query()
1324 int result in acpi_ec_space_handler() local
2149 int result = 0; param_set_event_clearing() local
2247 int result; acpi_ec_init() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dmessage.c785 int result; in usb_get_descriptor() local
794 result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in usb_get_descriptor()
798 if (result <= 0 && result != -ETIMEDOUT) in usb_get_descriptor()
800 if (result > 1 && ((u8 *)buf)[1] != type) { in usb_get_descriptor()
801 result = -ENODATA; in usb_get_descriptor()
806 return result; in usb_get_descriptor()
837 int result; in usb_get_string() local
844 result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in usb_get_string()
848 if (result in usb_get_string()
1207 int result; usb_clear_halt() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b2Ant.c1175 s32 result; /* 0: no change, +1: increase WiFi duration, -1: decrease WiFi duration */ in halbtc8723b2ant_TdmaDurationAdjust() local
1220 result = 0; in halbtc8723b2ant_TdmaDurationAdjust()
1225 result = 0; in halbtc8723b2ant_TdmaDurationAdjust()
1240 result = 1; in halbtc8723b2ant_TdmaDurationAdjust()
1262 result = -1; in halbtc8723b2ant_TdmaDurationAdjust()
1277 result = -1; in halbtc8723b2ant_TdmaDurationAdjust()
1302 if (result == -1) { in halbtc8723b2ant_TdmaDurationAdjust()
1315 } else if (result == 1) { in halbtc8723b2ant_TdmaDurationAdjust()
1348 if (result == -1) { in halbtc8723b2ant_TdmaDurationAdjust()
1363 } else if (result in halbtc8723b2ant_TdmaDurationAdjust()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c1867 sc_cmd->result = rval; in fc_queuecommand()
1877 sc_cmd->result = DID_IMM_RETRY << 16; in fc_queuecommand()
1986 sc_cmd->result = DID_OK << 16; in fc_io_compl()
1994 sc_cmd->result = (DID_OK << 16) | fsp->cdb_status; in fc_io_compl()
2000 sc_cmd->result = DID_ERROR << 16; in fc_io_compl()
2009 sc_cmd->result = DID_OK << 16; in fc_io_compl()
2013 sc_cmd->result = DID_ERROR << 16; in fc_io_compl()
2022 sc_cmd->result = (DID_ERROR << 16) | fsp->cdb_status; in fc_io_compl()
2031 sc_cmd->result = (DID_ERROR << 16) | fsp->cdb_status; in fc_io_compl()
2034 if (host_byte(sc_cmd->result) in fc_io_compl()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c172 struct sock *sk, *result; in udp6_lib_lookup2() local
175 result = NULL; in udp6_lib_lookup2()
184 result = sk; in udp6_lib_lookup2()
188 result = inet6_lookup_reuseport(net, sk, skb, sizeof(struct udphdr), in udp6_lib_lookup2()
190 if (!result) { in udp6_lib_lookup2()
191 result = sk; in udp6_lib_lookup2()
197 return result; in udp6_lib_lookup2()
200 if (IS_ERR(result)) in udp6_lib_lookup2()
207 return result; in udp6_lib_lookup2()
220 struct sock *result, *s in __udp6_lib_lookup() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java287 * ICUResourceBundle result = null;
289 * result = ((ICUResourceBundle) bundle).getWithFallback("collations/default");
301 ICUResourceBundle result = findResourceWithFallback(path, actualBundle, null); in getWithFallback()
303 if (result == null) { in getWithFallback()
310 if (result.getType() == STRING && result.getString().equals(NO_INHERITANCE_MARKER)) { in getWithFallback()
314 return result; in getWithFallback()
356 String result = findStringWithFallback(path, actualBundle, null); in getStringWithFallback()
358 if (result == null) { in getStringWithFallback()
365 if (result in getStringWithFallback()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java789 // Normalize the result value: in compareTo()
816 List<ULocale> result; in getAvailableLocalesByType()
818 result = new ArrayList<>(); in getAvailableLocalesByType()
819 Collections.addAll(result, in getAvailableLocalesByType()
821 Collections.addAll(result, in getAvailableLocalesByType()
824 result = Arrays.asList(ICUResourceBundle.getAvailableULocales(type)); in getAvailableLocalesByType()
826 return Collections.unmodifiableList(result); in getAvailableLocalesByType()
1177 // If there are additional subtags in the replacement value, add them to the result, but in canonicalize()
2041 LocaleMatcher.Result result = matcher.getBestMatchResult(desired); in acceptLanguage()
2042 if (result in acceptLanguage()
[all...]
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc84 MangledName* result) { in GetMangledName()
90 *result = out.str().str(); in GetMangledName()
137 clang::DeclContext::lookup_result result = in Resolve()
140 clang::DeclContext::lookup_iterator end = result.end(); in Resolve()
141 for (clang::DeclContext::lookup_iterator i = result.begin(); i != end; in Resolve()
647 bool result = gc_.count() == 1 && !((raw ^ gc_).any()); in IsSafe()
648 return result; in IsSafe()
1351 bool result = (IsDerivedFrom(record, object_decl_) && in IsDerivedFromInternalPointer()
1354 return result; in IsDerivedFromInternalPointer()
1359 bool result in IsRawPointerType() local
82 GetMangledName(clang::MangleContext* ctx, const clang::NamedDecl* decl, MangledName* result) GetMangledName() argument
1366 bool result = IsDerivedFromInternalPointer(record); IsInternalPointerType() local
1570 bool result = ignored_files_.find(filename) != ignored_files_.end(); TranslationUnitIgnored() local
[all...]
/third_party/node/deps/uv/src/win/
H A Dpipe.c582 DWORD result; in uv__pipe_shutdown() local
619 result = QueueUserWorkItem(pipe_shutdown_thread_proc, in uv__pipe_shutdown()
622 if (!result) { in uv__pipe_shutdown()
1221 int result; in uv_pipe_writefile_thread_proc() local
1231 result = WriteFile(handle->handle, in uv_pipe_writefile_thread_proc()
1237 if (!result) { in uv_pipe_writefile_thread_proc()
1286 int result; in uv__pipe_queue_read() local
1312 result = ReadFile(handle->handle, in uv__pipe_queue_read()
1318 if (!result && GetLastError() != ERROR_IO_PENDING) { in uv__pipe_queue_read()
1492 int result; in uv__pipe_write_data() local
[all...]
/third_party/python/Objects/
H A Dfloatobject.c206 PyObject *result = NULL; in PyFloat_FromString() local
242 result = _Py_string_to_number_with_underscores(s, len, "float", v, v, in PyFloat_FromString()
246 return result; in PyFloat_FromString()
384 PyObject *result; in float_repr() local
393 result = _PyUnicode_FromASCII(buf, strlen(buf)); in float_repr()
395 return result; in float_repr()
400 * that, e.g., Python x == y delivers the same result as the platform
509 PyObject *result = NULL; in float_richcompare() local
554 result = PyBool_FromLong(r); in float_richcompare()
558 return result; in float_richcompare()
968 PyObject *result = NULL; double_round() local
1313 PyObject *result; float_fromhex() local
[all...]
H A Ddescrobject.c330 PyObject *result = _PyCFunction_TrampolineCall( in method_vectorcall_VARARGS() local
334 return result; in method_vectorcall_VARARGS()
350 PyObject *result = NULL; in method_vectorcall_VARARGS_KEYWORDS() local
364 result = _PyCFunctionWithKeywords_TrampolineCall( in method_vectorcall_VARARGS_KEYWORDS()
370 return result; in method_vectorcall_VARARGS_KEYWORDS()
386 PyObject *result = meth(args[0], in method_vectorcall_FASTCALL_KEYWORDS_METHOD() local
390 return result; in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
407 PyObject *result = meth(args[0], args+1, nargs-1); in method_vectorcall_FASTCALL() local
409 return result; in method_vectorcall_FASTCALL()
426 PyObject *result in method_vectorcall_FASTCALL_KEYWORDS() local
453 PyObject *result = _PyCFunction_TrampolineCall(meth, args[0], NULL); method_vectorcall_NOARGS() local
481 PyObject *result = _PyCFunction_TrampolineCall(meth, args[0], args[1]); method_vectorcall_O() local
543 PyObject *self, *result; wrapperdescr_call() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c118 UChar *result = 0; in TestCalendar() local
389 result=(UChar*)malloc(sizeof(UChar) * resultlength); in TestCalendar()
390 ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", result, resultlength, &status); in TestCalendar()
405 if(u_strcmp(tzdname, result)==0){ in TestCalendar()
406 log_verbose("PASS: got the correct time zone display name %s\n", u_austrcpy(tempMsgBuf, result) ); in TestCalendar()
409 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT); in TestCalendar()
412 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_DST, "en_US", result, resultlength, &status); in TestCalendar()
414 if(u_strcmp(tzdname, result) != 0){ in TestCalendar()
415 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); in TestCalendar()
418 ucal_getTimeZoneDisplayName(caldef, UCAL_STANDARD, "en_US", result, resultlengt in TestCalendar()
2364 UBool result; TestGetTZTransition() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java910 // As of January 2021, the produced result has a missing sign: 23.5 Kelvin in unitMeasure()
5487 FormattedNumber result = assertFormatSingle( in fieldPositionCoverage()
5501 result, in fieldPositionCoverage()
5507 FormattedNumber result = assertFormatSingle( in fieldPositionCoverage()
5521 result, in fieldPositionCoverage()
5527 FormattedNumber result = assertFormatSingle( in fieldPositionCoverage()
5542 result, in fieldPositionCoverage()
5548 FormattedNumber result = assertFormatSingle( in fieldPositionCoverage()
5563 result, in fieldPositionCoverage()
5569 FormattedNumber result in fieldPositionCoverage()
6160 assertNumberFieldPositions(String message, FormattedNumber result, Object[][] expectedFieldPositions) assertNumberFieldPositions() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp124 std::string result; in getTestName() local
133 result += '_'; in getTestName()
138 result += de::toString(node.shaderCount); in getTestName()
141 return result; in getTestName()
146 VkPipelineCreateFlags result = 0;
149 result |= static_cast<VkPipelineCreateFlags>(VK_PIPELINE_CREATE_LIBRARY_BIT_KHR);
154 result |= static_cast<VkPipelineCreateFlags>(VK_PIPELINE_CREATE_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT);
156 result |= static_cast<VkPipelineCreateFlags>(VK_PIPELINE_CREATE_LINK_TIME_OPTIMIZATION_BIT_EXT);
159 return result;
202 std::string result;
1137 bool result = true; iterate() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc140 std::string result = ""; in GetRootPath() local
142 result += "../"; in GetRootPath()
144 return result; in GetRootPath()
185 std::string result = StripPrefixString( in GetNestedMessageName() local
188 if (!result.empty() && result[0] != '.') { in GetNestedMessageName()
189 result = "." + result; in GetNestedMessageName()
191 return result; in GetNestedMessageName()
312 std::string result; in ToLowerCamel() local
326 std::string result; ToUpperCamel() local
341 std::string result; ToEnumCase() local
356 std::string result; ToLower() local
482 std::string result; JSIdent() local
714 std::string result; EscapeBase64() local
739 PostProcessFloat(std::string result) PostProcessFloat() argument
790 std::string result = SimpleFtoa(value); FloatToString() local
795 std::string result = SimpleDtoa(value); DoubleToString() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp118 std::string result; in getTestName() local
127 result += '_'; in getTestName()
132 result += de::toString(node.shaderCount); in getTestName()
135 return result; in getTestName()
140 VkPipelineCreateFlags result = 0;
143 result |= static_cast<VkPipelineCreateFlags>(VK_PIPELINE_CREATE_LIBRARY_BIT_KHR);
148 result |= static_cast<VkPipelineCreateFlags>(VK_PIPELINE_CREATE_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT);
150 result |= static_cast<VkPipelineCreateFlags>(VK_PIPELINE_CREATE_LINK_TIME_OPTIMIZATION_BIT_EXT);
153 return result;
196 std::string result;
1104 bool result = true; iterate() local
[all...]
H A DvktPipelineTimestampTests.cpp288 std::string result(""); in generateTestName()
294 result += getPipelineStageFlagStr(*it, false) + '_'; in generateTestName()
298 result += "in_render_pass"; in generateTestName()
300 result += "out_of_render_pass"; in generateTestName()
303 result += "_host_query_reset"; in generateTestName()
306 result += "_with_availability_bit"; in generateTestName()
308 return result; in generateTestName()
313 std::string result("Record timestamp after "); in generateTestDescription()
319 result += getPipelineStageFlagStr(*it, true) + ' '; in generateTestDescription()
323 result in generateTestDescription()
[all...]

Completed in 60 milliseconds

1...<<371372373374375376377378379380>>...665