/third_party/vixl/tools/ |
H A D | make_instruction_doc_aarch64.pl | 146 my %result; 149 push(@{$result{$t}}, "[$i](#$t-$i)"); 151 $result{$t} = join(' ', @{$result{$t}}); 153 return \%result; 168 my $result = ''; 169 $result .= "$title\n"; 170 $result .= '-' x length($title); 171 $result .= "\n\n"; 179 $result [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringprintf.cc | 67 int result = vsnprintf(space, kSpaceLength, format, backup_ap); in StringAppendV() local 70 if (result < kSpaceLength) { in StringAppendV() 71 if (result >= 0) { in StringAppendV() 73 dst->append(space, result); in StringAppendV() 81 result = vsnprintf(nullptr, 0, format, backup_ap); in StringAppendV() 85 if (result < 0) { in StringAppendV() 93 int length = result+1; in StringAppendV() 98 result = vsnprintf(buf, length, format, backup_ap); in StringAppendV() 101 if (result >= 0 && result < lengt in StringAppendV() 112 string result; StringPrintf() local [all...] |
H A D | strutil.cc | 128 // and append the result to "res". If replace_all is false, 173 // to 'result'. 180 const char *delim, ITR &result) { in SplitStringToIteratorUsing() 192 *result++ = std::string(start, p - start); in SplitStringToIteratorUsing() 203 *result++ = std::string(full.substr(begin_index)); in SplitStringToIteratorUsing() 206 *result++ = in SplitStringToIteratorUsing() 213 std::vector<string> *result) { in SplitStringUsing() 214 std::back_insert_iterator< std::vector<string> > it(*result); in SplitStringUsing() 219 // to 'result'. If there are consecutive delimiters, this function 232 int pieces, ITR &result) { in SplitStringToIteratorAllowEmpty() 179 SplitStringToIteratorUsing(StringPiece full, const char *delim, ITR &result) SplitStringToIteratorUsing() argument 212 SplitStringUsing(StringPiece full, const char *delim, std::vector<string> *result) SplitStringUsing() argument 230 SplitStringToIteratorAllowEmpty(StringPiece full, const char *delim, int pieces, ITR &result) SplitStringToIteratorAllowEmpty() argument 249 SplitStringAllowEmpty(StringPiece full, const char *delim, std::vector<string> *result) SplitStringAllowEmpty() argument 262 JoinStringsIterator(const ITERATOR& start, const ITERATOR& end, const char* delim, string* result) JoinStringsIterator() argument 289 JoinStrings(const std::vector<string>& components, const char* delim, string * result) JoinStrings() argument 635 const long result = strtol(nptr, endptr, base); strto32_adaptor() local 655 const unsigned long result = strtoul(nptr, endptr, base); strtou32_adaptor() local 1476 string result; StrCat() local 1485 string result; StrCat() local 1496 string result; StrCat() local 1506 string result; StrCat() local 1517 string result; StrCat() local 1530 string result; StrCat() local 1544 string result; StrCat() local 1557 string result; StrCat() local 1576 StrAppend(string *result, const AlphaNum &a) StrAppend() argument 1581 StrAppend(string *result, const AlphaNum &a, const AlphaNum &b) StrAppend() argument 1591 StrAppend(string *result, const AlphaNum &a, const AlphaNum &b, const AlphaNum &c) StrAppend() argument 1604 StrAppend(string *result, const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, const AlphaNum &d) StrAppend() argument 2436 std::string result; LocalizeRadix() local 2454 double result = strtod(str, &temp_endptr); NoLocaleStrtod() local [all...] |
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 88 CURLcode result; in tunnel_stream_init() local 96 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in tunnel_stream_init() 97 if(result) in tunnel_stream_init() 98 return result; in tunnel_stream_init() 324 CURLcode result = CURLE_OUT_OF_MEMORY; in cf_h2_proxy_ctx_init() local 376 result = CURLE_HTTP2; in cf_h2_proxy_ctx_init() 386 result = CURLE_HTTP2; in cf_h2_proxy_ctx_init() 392 result = CURLE_OK; in cf_h2_proxy_ctx_init() 397 CURL_TRC_CF(data, cf, "[0] init proxy ctx -> %d", result); in cf_h2_proxy_ctx_init() 398 return result; in cf_h2_proxy_ctx_init() 412 CURLcode result; proxy_h2_nw_out_flush() local 475 CURLcode result = CURLE_OK; proxy_h2_progress_ingress() local 545 CURLcode result = CURLE_OK; on_session_send() local 747 CURLcode result; proxy_h2_on_header() local 815 CURLcode result; tunnel_send_callback() local 851 CURLcode result; tunnel_recv_callback() local 906 CURLcode result; proxy_h2_submit() local 953 CURLcode result; submit_CONNECT() local 981 CURLcode result = CURLE_OK; inspect_response() local 1023 CURLcode result = CURLE_OK; H2_CONNECT() local 1087 CURLcode result = CURLE_OK; cf_h2_proxy_connect() local 1276 CURLcode result; cf_h2_proxy_recv() local 1334 CURLcode result; cf_h2_proxy_send() local 1486 CURLcode result; proxy_h2_connisalive() local 1513 CURLcode result; cf_h2_proxy_is_alive() local 1547 CURLcode result = CURLE_OUT_OF_MEMORY; Curl_cf_h2_proxy_insert_after() local [all...] |
H A D | http_aws_sigv4.c | 50 result = Curl_hmacit(Curl_HMAC_SHA256, \ 55 if(result) { \ 358 CURLcode result; in calc_payload_hash() local 366 result = Curl_sha256it(sha_hash, (const unsigned char *) post_data, in calc_payload_hash() 368 if(!result) in calc_payload_hash() 370 return result; in calc_payload_hash() 432 CURLcode result = CURLE_OK; in canon_query() local 439 return result; in canon_query() 465 for(i = 0; !result && (i < entry); i++, ap++) { in canon_query() 471 for(len = ap->len; len && !result; in canon_query() 529 CURLcode result = CURLE_OUT_OF_MEMORY; Curl_output_aws_sigv4() local [all...] |
H A D | http_chunks.c | 118 CURLcode result = CURLE_OK; in httpchunk_readwrite() local 132 result = Curl_cwriter_write(data, cw_next, CLIENTWRITE_BODY, buf, blen); in httpchunk_readwrite() 134 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)buf, blen); in httpchunk_readwrite() 135 if(result) { in httpchunk_readwrite() 138 return result; in httpchunk_readwrite() 205 result = Curl_cwriter_write(data, cw_next, CLIENTWRITE_BODY, in httpchunk_readwrite() 208 result = Curl_client_write(data, CLIENTWRITE_BODY, in httpchunk_readwrite() 210 if(result) { in httpchunk_readwrite() 213 return result; in httpchunk_readwrite() 249 result in httpchunk_readwrite() 408 CURLcode result; cw_chunked_write() local [all...] |
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/ |
H A D | WifiP2PFunction.test.js | 34 await atManager.grantUserGrantedPermission(tokenID, permissionName1, 1).then((result) => {
35 console.info('[permission] case grantUserGrantedPermission success :' + JSON.stringify(result));
86 console.log("[wifi_test]createGroup result: " + JSON.stringify(createGroupResult));
92 console.info("[wifi_test] getCurrentGroup promise result :" + JSON.stringify(data));
105 (err, result) => {
110 console.info("[wifi_test]getCurrentGroup callback:" + JSON.stringify(result));
111 console.info("isP2pGo: " + result.isP2pGo +
112 "deviceName: " + result.ownerInfo.deviceName +
113 "deviceAddress: " + result.ownerInfo.deviceAddress +
114 "primaryDeviceType: " + result [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | units_converter.cpp | 118 double result = converter.StringToDouble(strNum.data(), strNum.length(), &count); 123 return result; 181 Factor result; 187 addFactorElement(result, factorElement, signum, status); 192 addFactorElement(result, stringFactor.substr(start, i + 1), signum, status); 200 return result; 212 Factor result = extractFactorConversions(conversionUnit->factor.toStringPiece(), status); 213 result.offset = strHasDivideSignToDouble(conversionUnit->offset.toStringPiece(), status); 215 return result; 223 Factor result; [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_converter.cpp | 118 double result = converter.StringToDouble(strNum.data(), strNum.length(), &count); 123 return result; 181 Factor result; 187 addFactorElement(result, factorElement, signum, status); 192 addFactorElement(result, stringFactor.substr(start, i + 1), signum, status); 200 return result; 212 Factor result = extractFactorConversions(conversionUnit->factor.toStringPiece(), status); 213 result.offset = strHasDivideSignToDouble(conversionUnit->offset.toStringPiece(), status); 215 return result; 223 Factor result; [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | OcclusionQueriesTest.cpp | 77 GLuint result = GL_TRUE; in TEST_P() local 78 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_EXT, &result); in TEST_P() 82 EXPECT_GL_FALSE(result); in TEST_P() 108 GLuint result = GL_TRUE; in TEST_P() local 109 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_EXT, &result); // will block waiting for result in TEST_P() 113 EXPECT_GL_TRUE(result); in TEST_P() 178 GLuint result[2] = {GL_TRUE, GL_TRUE}; in TEST_P() local 180 &result[0]); // will block waiting for result in TEST_P() 209 GLuint result = GL_TRUE; TEST_P() local 241 GLuint result = GL_TRUE; TEST_P() local 289 GLuint result = GL_TRUE; TEST_P() local 346 GLuint result = GL_TRUE; TEST_P() local 399 GLuint result = GL_FALSE; TEST_P() local 495 GLuint result = GL_TRUE; TEST_P() local 729 GLuint result = GL_TRUE; TEST_P() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_converter.cpp | 117 double result = converter.StringToDouble(strNum.data(), strNum.length(), &count); 122 return result; 180 Factor result; 186 addFactorElement(result, factorElement, signum, status); 191 addFactorElement(result, stringFactor.substr(start, i + 1), signum, status); 199 return result; 211 Factor result = extractFactorConversions(conversionUnit->factor.toStringPiece(), status); 212 result.offset = strHasDivideSignToDouble(conversionUnit->offset.toStringPiece(), status); 214 return result; 222 Factor result; [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 109 const size_t result = scalarSize * aggregateSize * topologySize; in getComponentCount() local 111 return result; in getComponentCount() 339 std::string result(str); in replace() 342 while ((start_pos = result.find(from, start_pos)) != std::string::npos) in replace() 344 result.replace(start_pos, from.length(), to); in replace() 348 return result; in replace() 382 vector<tcu::Vec4> result; in generateVertexBuffer() local 390 result.reserve(verticesCount); in generateVertexBuffer() 400 result.push_back(tcu::Vec4(xx, yy, 0.0f, 1.0f)); in generateVertexBuffer() 411 result in generateVertexBuffer() 798 vector<tcu::Vec4> result; generateVertexBuffer() local 1047 bool result = tcu::intThresholdCompare(log, verify() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 350 _variable_type result = VARIABLE_TYPE_UNKNOWN; in getBaseVariableType() local 356 result = VARIABLE_TYPE_BOOL; in getBaseVariableType() 375 result = VARIABLE_TYPE_DOUBLE; in getBaseVariableType() 385 result = VARIABLE_TYPE_INT; in getBaseVariableType() 395 result = VARIABLE_TYPE_UINT; in getBaseVariableType() 414 result = VARIABLE_TYPE_FLOAT; in getBaseVariableType() 425 return result; in getBaseVariableType() 436 unsigned int result = 0; in getBaseVariableTypeComponentSize() local 441 result = sizeof(bool); in getBaseVariableTypeComponentSize() 444 result in getBaseVariableTypeComponentSize() 475 unsigned char result = '?'; getComponentAtIndex() local 534 std::string result = "[?]"; getFPVariableTypeStringForVariableType() local 596 glw::GLenum result = GL_NONE; getGLDataTypeOfBaseVariableType() local 633 glw::GLenum result = GL_NONE; getGLDataTypeOfVariableType() local 788 unsigned int result = 0; getNumberOfComponentsForVariableType() local 905 unsigned int result = 0; getNumberOfColumnsForVariableType() local 986 unsigned int result = 0; getNumberOfLocationsUsedByDoublePrecisionVariableType() local 1047 unsigned int result = 0; getNumberOfRowsForVariableType() local 1135 Utils::_variable_type result; getPostMatrixMultiplicationVariableType() local 1262 Utils::_variable_type result; getTransposedMatrixVariableType() local 1338 std::string result = "[?]"; getVariableTypeString() local 1533 bool result = false; isScalarVariableType() local 1683 const char* result = "[?]"; getUniformFunctionString() local 1754 const char* result = "[?]"; getUniformNameForLocation() local 2253 bool result = true; verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() local 2360 bool result = true; verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() local 2457 bool result = true; verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() local 2576 bool result = true; verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() local 2716 bool result = true; verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() local 2807 bool result = true; verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() local 2958 bool result = true; verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() local 3049 bool result = true; verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() local 3158 bool result = true; verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() local 3326 bool result = true; iterate() local 4270 bool result = true; test() local 4566 bool result = true; verifyResults() local 4697 bool result = true; iterate() local 5251 bool result = true; test() local 6737 bool result = true; verifyProgramInterfaceQuerySupport() local 6929 bool result = true; verifyUniformValues() local 7287 bool result = true; executeIteration() local 7597 std::stringstream result; getVertexShaderBody() local 7951 bool result = true; verifyXFBData() local 8257 bool result = true; executeIteration() local 8867 bool result = false; buildTestProgram() local 9134 bool result = true; executeFunctionalTest() local 10451 bool result = true; executeIteration() local 10665 _argument_lists result; getArgumentListsForVariableType() local 11074 bool result = true; executeTestIteration() local 11129 tcu::Matrix2d result; getMatrixMultiplicationResult() local 11147 tcu::Matrix<double, 3, 3> result; getMatrixMultiplicationResult() local 11165 tcu::Matrix<double, 4, 4> result; getMatrixMultiplicationResult() local 11181 tcu::Matrix<double, 3, 3> result; getMatrixMultiplicationResult() local 11199 tcu::Matrix<double, 2, 2> result; getMatrixMultiplicationResult() local 11217 tcu::Matrix<double, 4, 4> result; getMatrixMultiplicationResult() local 11233 tcu::Matrix<double, 4, 4> result; getMatrixMultiplicationResult() local 11251 tcu::Matrix<double, 2, 2> result; getMatrixMultiplicationResult() local 11269 tcu::Matrix<double, 3, 3> result; getMatrixMultiplicationResult() local 11294 const char* result = NULL; getOperatorForOperationType() local 11344 std::string result = "[?]"; getOperationTypeString() local 11707 bool result = true; verifyXFBData() local 11999 typedef T result; global() typedef in gl4cts::TypeHelpers::referenceToType 12006 typedef T result; global() typedef in gl4cts::TypeHelpers::referenceToType 12269 tcu::Matrix<glw::GLdouble, Size, Size> result; cofactors() local 12287 tcu::Vector<glw::GLuint, Size> result; convertBvecToUvec() local 12364 tcu::Matrix<glw::GLdouble, Size - 1, Size - 1> result; eliminate() local 12441 tcu::Matrix<glw::GLdouble, Size, Size> result = adjugate * inv_det; inverse() local 12539 T result = left * right; multiply() local 12557 tcu::Matrix<glw::GLdouble, Rows, Cols> result; outerProduct() local 12577 glw::GLdouble result; packDouble2x32() local 12646 T result = temp * temp * (3 - 2 * temp); smoothStep() local 12667 tcu::Matrix<T, Cols, Rows> result = tcu::transpose(matrix); transpose() local 12678 const T result = sign(t) * result_value; trunc() local 13117 ResT result; call() local 13298 ResT result; call() local 13427 ResT result; call() local 13606 glw::GLuint result = 0; getArgumentOffset() local 13623 glw::GLuint result = 0; getArgumentStride() local 13809 bool result = true; compare() local 14713 bool result = look_up_table[function][type.m_general_type]; isFunctionImplemented() local [all...] |
H A D | gl4cVertexAttrib64BitTest.cpp | 71 tcu::TestNode::IterateResult IterateStop(bool result) const; 195 tcu::TestNode::IterateResult Base::IterateStop(bool result) const in IterateStop() 197 /* Set test result */ in IterateStop() 198 if (false == result) in IterateStop() 325 void invalidEnum(bool& result); 326 void invalidOperation(bool& result); 327 void invalidValue(bool& result); 328 void verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result); 363 bool result = true; in iterate() local 373 invalidEnum(result); in iterate() 385 invalidEnum(bool& result) invalidEnum() argument 425 invalidOperation(bool& result) invalidOperation() argument 455 invalidValue(bool& result) invalidValue() argument 556 verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result) verifyError() argument 724 bool result = true; iterate() local 1526 bool result = true; iterate() local 1580 GLint result = 0; calculateAttributeGroupOffset() local 1603 GLint result = 0; calculateAttributeLocation() local 1636 GLint result = 0; calculateVertexLength() local 2724 bool result = true; testIteration() local 2856 bool result = true; testProgram() local 2896 bool result = true; testProgramWithConstant() local 2926 bool result = true; testProgramWithDivisor() local 2956 bool result = true; verifyResult() local 3338 bool result = true; executeTest() local 3785 bool result = true; iterate() local 3838 bool result = true; verifyXFBData() local [all...] |
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 241 int result = get_release (dwfl, release); in report_kernel() local 242 if (unlikely (result != 0)) in report_kernel() 243 return result; in report_kernel() 252 result = ((predicate != NULL && !(*predicate) (KERNEL_MODNAME, NULL)) in report_kernel() 263 result = errno; in report_kernel() 278 result = -1; in report_kernel() 286 if (!report || result < 0) in report_kernel() 290 return result; in report_kernel() 299 int result = get_release (dwfl, release); in report_kernel_archive() local 300 if (unlikely (result ! in report_kernel_archive() 380 int result = report_kernel_archive (dwfl, &release, predicate); dwfl_linux_kernel_report_offline() local 537 int result; intuit_kernel_bounds() local 676 int result = 0; check_module_notes() local 735 int result = intuit_kernel_bounds (&start, &end, ¬es); dwfl_linux_kernel_report_kernel() local 987 int result = (fscanf (f, "%" PRIx64 "\\n", addr) == 1 ? 0 INTDEF() local 1008 int result = 0; INTDEF() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 306 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXT() local 307 if (result != VK_SUCCESS) in testGetDrmDisplayEXT() 336 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, invalidFd, connectorId, &display); in testGetDrmDisplayEXTInvalidFd() local 338 if (result != VK_ERROR_UNKNOWN) in testGetDrmDisplayEXTInvalidFd() 364 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, invalidConnectorId, &display); in testGetDrmDisplayEXTInvalidConnectorId() local 365 if (result != VK_ERROR_UNKNOWN) in testGetDrmDisplayEXTInvalidConnectorId() 396 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXTNotMaster() local 397 if (result != VK_SUCCESS) in testGetDrmDisplayEXTNotMaster() 445 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display); in testGetDrmDisplayEXTUnownedConnectorId() local 446 if (result ! in testGetDrmDisplayEXTUnownedConnectorId() 484 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testAcquireDrmDisplayEXT() local 517 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testAcquireDrmDisplayEXTInvalidFd() local 555 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testAcquireDrmDisplayEXTNotMaster() local 609 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, otherConnectorId, &display); testAcquireDrmDisplayEXTUnownedConnectorId() local 652 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testReleaseDisplayEXT() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 302 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXT() local 303 if (result != VK_SUCCESS) in testGetDrmDisplayEXT() 332 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, invalidFd, connectorId, &display); in testGetDrmDisplayEXTInvalidFd() local 333 if (result != VK_ERROR_UNKNOWN) in testGetDrmDisplayEXTInvalidFd() 362 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, invalidConnectorId, &display); in testGetDrmDisplayEXTInvalidConnectorId() local 363 if (result != VK_ERROR_UNKNOWN) in testGetDrmDisplayEXTInvalidConnectorId() 394 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXTNotMaster() local 395 if (result != VK_SUCCESS) in testGetDrmDisplayEXTNotMaster() 443 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display); in testGetDrmDisplayEXTUnownedConnectorId() local 444 if (result ! in testGetDrmDisplayEXTUnownedConnectorId() 482 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testAcquireDrmDisplayEXT() local 515 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testAcquireDrmDisplayEXTInvalidFd() local 552 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testAcquireDrmDisplayEXTNotMaster() local 606 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, otherConnectorId, &display); testAcquireDrmDisplayEXTUnownedConnectorId() local 649 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); testReleaseDisplayEXT() local [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 93 # case result constants 96 result = "result" variable in ReportConstant 368 self.result = Result() 387 if not getattr(case, ReportConstant.result, "") or \ 388 getattr(case, ReportConstant.result, "") == ReportConstant.completed: 389 setattr(case, ReportConstant.result, ReportConstant.false) 405 result = "" variable in Case 411 if self.result == ReportConstant.true and \ 414 if self.result [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 118 Token result = fPushback; in nextRawToken() local 120 return result; in nextRawToken() 157 bool DSLParser::checkNext(Token::Kind kind, Token* result) { in checkNext() argument 163 if (result) { in checkNext() 164 *result = next; in checkNext() 172 bool DSLParser::expect(Token::Kind kind, const char* expected, Token* result) { in expect() argument 175 if (result) { in expect() 176 *result = std::move(next); in expect() 187 bool DSLParser::expectIdentifier(Token* result) { in expectIdentifier() argument 188 if (!this->expect(Token::Kind::TK_IDENTIFIER, "an identifier", result)) { in expectIdentifier() 227 std::unique_ptr<Program> result; program() local 497 DSLStatement result = Declare(first); localVarDeclarationEnd() local 691 DSLLayout result; layout() local 800 skstd::optional<DSLBlock> result = this->block(); statement() local 1237 DSLExpression result = this->assignmentExpression(); expression() local 1277 DSLExpression result = this->ternaryExpression(); assignmentExpression() local 1330 DSLExpression result = this->logicalXorExpression(); logicalOrExpression() local 1343 DSLExpression result = this->logicalAndExpression(); logicalXorExpression() local 1364 DSLExpression result = this->bitwiseOrExpression(); logicalAndExpression() local 1377 DSLExpression result = this->bitwiseXorExpression(); bitwiseOrExpression() local 1390 DSLExpression result = this->bitwiseAndExpression(); bitwiseXorExpression() local 1403 DSLExpression result = this->equalityExpression(); bitwiseAndExpression() local 1416 DSLExpression result = this->relationalExpression(); equalityExpression() local 1432 DSLExpression result = this->shiftExpression(); relationalExpression() local 1450 DSLExpression result = this->additiveExpression(); shiftExpression() local 1466 DSLExpression result = this->multiplicativeExpression(); additiveExpression() local 1482 DSLExpression result = this->unaryExpression(); multiplicativeExpression() local 1533 DSLExpression result = this->term(); postfixExpression() local 1637 DSLPossibleExpression result = base[std::move(index)]; suffix() local 1734 DSLExpression result = this->expression(); term() local [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 75 * In mixing the test with other tests or using negations will result in compile 698 long result; in _Py_Uid_Converter() local 722 result = PyLong_AsLongAndOverflow(index, &overflow); in _Py_Uid_Converter() 725 uid = (uid_t)result; in _Py_Uid_Converter() 727 if (result == -1) { in _Py_Uid_Converter() 735 if (result < 0) in _Py_Uid_Converter() 740 (long)uid != result) in _Py_Uid_Converter() 804 long result; in _Py_Gid_Converter() local 828 result = PyLong_AsLongAndOverflow(index, &overflow); in _Py_Gid_Converter() 831 gid = (gid_t)result; in _Py_Gid_Converter() 1798 int result; win32_wchdir() local 1893 win32_xstat_impl(const wchar_t *path, struct _Py_stat_struct *result, BOOL traverse) win32_xstat_impl() argument 2084 win32_xstat(const wchar_t *path, struct _Py_stat_struct *result, BOOL traverse) win32_xstat() argument 2103 win32_lstat(const wchar_t* path, struct _Py_stat_struct *result) win32_lstat() argument 2109 win32_stat(const wchar_t* path, struct _Py_stat_struct *result) win32_stat() argument 2296 PyStructSequence *result; statresult_new() local 2525 int result; posix_do_stat() local 2988 int result; os_access_impl() local 3162 int result; os_chdir_impl() local 3171 result = !win32_wchdir(path->wide); os_chdir_impl() local 3252 int result; os_chmod_impl() local 3294 result = fchmod(path->fd, mode); os_chmod_impl() local 3467 int result; os_chflags_impl() local 3481 result = lchflags(path->narrow, flags); os_chflags_impl() local 3655 int result; os_chown_impl() local 3677 result = fchown(path->fd, uid, gid); os_chown_impl() local 3949 BOOL result = FALSE; os_link_impl() local 3980 result = CreateHardLinkW(dst->wide, src->wide, NULL); os_link_impl() local 4042 BOOL result; _listdir_windows_no_opendir() local 4108 result = FindNextFileW(hFindFile, &wFileData); _listdir_windows_no_opendir() local 4290 DWORD result; _PyOS_getfullpathname() local 4379 PyObject *result; os__getfinalpathname_impl() local 4453 PyObject *result; os__getvolumepathname_impl() local 4503 PyObject *result = NULL; os__path_splitroot_impl() local 4562 PyObject *result = PyUnicode_FromWideChar(norm_path, norm_len); os__path_normpath_impl() local 4595 int result; os_mkdir_impl() local 4785 BOOL result; internal_rename() local 4788 int result; internal_rename() local 4808 result = MoveFileExW(src->wide, dst->wide, flags); internal_rename() local 4916 int result; os_rmdir_impl() local 4929 result = !RemoveDirectoryW(path->wide); os_rmdir_impl() local 4973 long result; os_system_impl() local 4981 result = _wsystem(command); os_system_impl() local 4999 long result; os_system_impl() local 5007 result = system(bytes); os_system_impl() local 5096 int result; os_unlink_impl() local 5110 result = !Py_DeleteFileW(path->wide); os_unlink_impl() local 5441 int result = 0; split_py_long_to_s_and_ns() local 5625 result = utime_nofollow_symlinks(&utime, path->narrow); os_utime_impl() local 5705 int result = 0; fsconvert_strdup() local 6286 PyObject *result = NULL; py_posix_spawn() local 7072 PyObject *result; os_sched_getparam_impl() local 7157 int result; os_sched_yield_impl() local 7159 result = sched_yield(); os_sched_yield_impl() local 7782 PyObject *result = PyList_New(n); os_getgroups_impl() local 7926 PyObject* result = NULL; win32_getppid() local 7994 PyObject *result = NULL; os_getlogin_impl() local 8078 PyObject *result; os_kill_impl() local 8363 PyObject *result; wait_helper() local 8519 PyObject *result; os_waitid_impl() local 8924 DWORD result; os_symlink_impl() local 9572 Py_off_t result; os_lseek_impl() local 9586 result = _lseeki64(fd, position, how); os_lseek_impl() local 10374 Py_ssize_t result; os_writev_impl() local 10394 result = writev(fd, iov, cnt); os_writev_impl() local 10478 Py_ssize_t result; os_pwritev_impl() local 10508 result = pwritev2(fd, iov, cnt, offset, flags); os_pwritev_impl() local 10525 result = pwritev(fd, iov, cnt, offset); os_pwritev_impl() local 10707 int result; os_mkfifo_impl() local 10776 int result; os_mknod_impl() local 10882 int result; os_ftruncate_impl() local 10893 result = _chsize_s(fd, length); os_ftruncate_impl() local 10924 int result; os_truncate_impl() local 10990 int result; os_posix_fallocate_impl() local 10995 result = posix_fallocate(fd, offset, length); os_posix_fallocate_impl() local 11037 int result; os_posix_fadvise_impl() local 11042 result = posix_fadvise(fd, offset, length, advice); os_posix_fadvise_impl() local 11482 int result; os_fstatvfs_impl() local 11488 result = fstatvfs(fd, &st); os_fstatvfs_impl() local 11518 int result; os_statvfs_impl() local 11993 PyObject *result = NULL; os_confstr_impl() local 12929 ssize_t result; os_getxattr_impl() local 12993 ssize_t result; os_setxattr_impl() local 13046 ssize_t result; os_removexattr_impl() local 13093 PyObject *result = NULL; os_listxattr_impl() local 13192 int result; os_urandom_impl() local 13273 int result; os_eventfd_read_impl() local 13275 result = eventfd_read(fd, &value); os_eventfd_read_impl() local 13296 int result; os_eventfd_write_impl() local 13298 result = eventfd_write(fd, value); os_eventfd_write_impl() local 13492 int result; os_set_inheritable_impl() local 13495 result = _Py_set_inheritable(fd, inheritable, NULL); os_set_inheritable_impl() local 13589 int result; os_set_blocking_impl() local 13592 result = _Py_set_blocking(fd, blocking); os_set_blocking_impl() local 13672 int result; DirEntry_fetch_stat() local 13767 int result = os_DirEntry_is_symlink_impl(self, defining_class); os_DirEntry_stat_impl() local 13792 int result; DirEntry_test_mode() local 13914 int result; os_DirEntry_inode_impl() local 14014 wchar_t *result; join_path_filenameW() local 14100 char *result; join_path_filename() local [all...] |
/third_party/gn/src/base/strings/ |
H A D | string_split.cc | 67 std::vector<OutputStringType> result; in SplitStringT() local 69 return result; in SplitStringT() 90 result.emplace_back(piece); in SplitStringT() 92 return result; in SplitStringT() 97 StringPairs* result) { in AppendStringKeyValue() 99 // below code will copy the strings directly into the result pair. in AppendStringKeyValue() 100 result->resize(result->size() + 1); in AppendStringKeyValue() 101 auto& result_pair = result->back(); in AppendStringKeyValue() 128 std::vector<OutputStringType>* result) { in SplitStringUsingSubstrT() 95 AppendStringKeyValue(std::string_view input, char delimiter, StringPairs* result) AppendStringKeyValue() argument 124 SplitStringUsingSubstrT(std::basic_string_view<char_type> input, std::basic_string_view<char_type> delimiter, WhitespaceHandling whitespace, SplitResult result_type, std::vector<OutputStringType>* result) SplitStringUsingSubstrT() argument 226 std::vector<std::u16string> result; SplitStringUsingSubstr() local 235 std::vector<std::string> result; SplitStringUsingSubstr() local 245 std::vector<std::u16string_view> result; SplitStringPieceUsingSubstr() local 255 std::vector<std::string_view> result; SplitStringPieceUsingSubstr() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ScientificNumberFormatter.java | 139 StringBuilder result) { in append() 143 result.append(iterator.current()); in append() 165 StringBuilder result = new StringBuilder(); in format() 176 result); in format() 179 result.append(preExponent); in format() 180 result.append(beginMarkup); in format() 187 result); in format() 190 result.append(endMarkup); in format() 195 append(iterator, copyFromOffset, iterator.getEndIndex(), result); in format() 196 return result in format() 135 append( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) append() argument 271 copyAsSuperscript( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) copyAsSuperscript() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | mnkytst.cpp | 47 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) in report() argument 49 if (revResult != -result) in report() 57 msg += (UnicodeString) " (result " + result + ", reverse Result " + revResult + ")"; in report() 97 int32_t result = collationKey1.compareTo(collationKey2); // Tertiary in TestCollationKey() local 99 report( subs, subt, result, revResult); in TestCollationKey() 104 result = collationKey1.compareTo(collationKey2); // Secondary in TestCollationKey() 106 report( subs, subt, result, revResult); in TestCollationKey() 111 result = collationKey1.compareTo(collationKey2); // Primary in TestCollationKey() 113 report(subs, subt, result, revResul in TestCollationKey() 167 int32_t result = myCollator->compare(subs, subt); // Tertiary TestCompare() local [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ScientificNumberFormatter.java | 128 StringBuilder result) { in append() 132 result.append(iterator.current()); in append() 154 StringBuilder result = new StringBuilder(); in format() 165 result); in format() 168 result.append(preExponent); in format() 169 result.append(beginMarkup); in format() 176 result); in format() 179 result.append(endMarkup); in format() 184 append(iterator, copyFromOffset, iterator.getEndIndex(), result); in format() 185 return result in format() 124 append( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) append() argument 260 copyAsSuperscript( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) copyAsSuperscript() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Query.cpp | 248 union pipe_query_result result; in QueryGetData() local 250 memset(&result, 0, sizeof result); in QueryGetData() 255 ret = pipe->get_query_result(pipe, state, wait, &result); in QueryGetData() 271 *(BOOL *)pData = result.b; in QueryGetData() 275 *(UINT64 *)pData = result.u64; in QueryGetData() 281 pResult->Frequency = result.timestamp_disjoint.frequency; in QueryGetData() 282 pResult->Disjoint = result.timestamp_disjoint.disjoint; in QueryGetData() 289 pResult->IAVertices = result.pipeline_statistics.ia_vertices; in QueryGetData() 290 pResult->IAPrimitives = result in QueryGetData() 386 union pipe_query_result result; CheckPredicate() local [all...] |