/third_party/node/deps/v8/src/snapshot/ |
H A D | mksnapshot.cc | 157 v8::StartupData result = i::CreateSnapshotDataBlobInternal( in CreateSnapshotDataBlob() local 167 return result; in CreateSnapshotDataBlob() 175 v8::StartupData result = in WarmUpSnapshotDataBlob() local 184 return result; in WarmUpSnapshotDataBlob() 232 int result = i::FlagList::SetFlagsFromCommandLine( in main() local 234 if (result > 0 || (argc > 3)) { in main() 236 return result; in main()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_object.c | 221 VkResult result = get_swapchain_private_data_locked(device, objectHandle, in vk_object_base_private_data() local 224 return result; in vk_object_base_private_data() 243 VkResult result = vk_object_base_private_data(device, in vk_object_base_set_private_data() local 247 if (unlikely(result != VK_SUCCESS)) in vk_object_base_set_private_data() 248 return result; in vk_object_base_set_private_data() 262 VkResult result = vk_object_base_private_data(device, in vk_object_base_get_private_data() local 266 if (likely(result == VK_SUCCESS)) { in vk_object_base_get_private_data()
|
/third_party/python/Tools/importbench/ |
H A D | importbench.py | 112 for result in bench(name, cleanup, repeat=repeat, seconds=seconds): 114 yield result 202 for result in benchmark(seconds=seconds, repeat=repeat): 203 results.append(result) 204 print(result, end=' ') 215 result = '{:,d} vs. {:,d} ({:%})'.format(new_result, 218 print(benchmark_name, ':', result)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | HLSLCompiler.cpp | 236 HRESULT result = S_OK; in compileToBinary() local 241 result = mD3DCompileFunc(hlsl.c_str(), hlsl.length(), gl::g_fakepath, macros, nullptr, in compileToBinary() 271 // "array index out of bounds", loop unrolling can result in invalid array in compileToBinary() 299 if (SUCCEEDED(result)) in compileToBinary() 338 if (result == E_OUTOFMEMORY) in compileToBinary() 341 ANGLE_TRY_HR(context, result, "HLSL compiler had an unexpected failure"); in compileToBinary() 371 HRESULT result = disassembleFunc(buffer, bufSize, flags, "", &disassembly); in disassembleBinary() local 373 if (SUCCEEDED(result)) in disassembleBinary()
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
H A D | reducer_test.cpp | 45 bool result; in IsInteresting() local 47 result = true; in IsInteresting() 49 result = is_interesting_; in IsInteresting() 53 return result; in IsInteresting() 568 std::unordered_map<uint32_t, uint32_t> result; in GetFunctionInstructionCount() local 570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() 573 return result; in GetFunctionInstructionCount()
|
/third_party/skia/src/core/ |
H A D | SkPathPriv.h | 236 bool result = path.fPathRef->isOval(rect, &isCCW, start); in IsOval() local 237 if (dir && result) { in IsOval() 240 return result; in IsOval() 264 bool result = path.fPathRef->isRRect(rrect, &isCCW, start); in IsRRect() local 265 if (dir && result) { in IsRRect() 268 return result; in IsRRect() 374 * answer in "result", and return true. 376 * Note result might be empty (if the path was completely clipped out). 378 * If no clipping is needed, returns false and "result" is left unchanged. 380 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result); [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 54 // The result id must be fresh. in IsApplicable() 197 // the new access chain. The result type of the access chain should be a in IsApplicable() 213 // The result type of the access chain is determined by where the indices in Apply() 217 // component reached by following all the indices, and the result type is in Apply() 332 // The access chain's result type is a pointer to the composite component in Apply() 352 // the pointee value of the result of this access chain. in Apply() 361 protobufs::Transformation result; in ToMessage() local 362 *result.mutable_access_chain() = message_; in ToMessage() 363 return result; in ToMessage() 427 std::unordered_set<uint32_t> result in GetFreshIds() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 54 // The result id must be fresh. in IsApplicable() 197 // the new access chain. The result type of the access chain should be a in IsApplicable() 213 // The result type of the access chain is determined by where the indices in Apply() 217 // component reached by following all the indices, and the result type is in Apply() 332 // The access chain's result type is a pointer to the composite component in Apply() 352 // the pointee value of the result of this access chain. in Apply() 361 protobufs::Transformation result; in ToMessage() local 362 *result.mutable_access_chain() = message_; in ToMessage() 363 return result; in ToMessage() 427 std::unordered_set<uint32_t> result in GetFreshIds() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | reducer_test.cpp | 45 bool result; in IsInteresting() local 47 result = true; in IsInteresting() 49 result = is_interesting_; in IsInteresting() 53 return result; in IsInteresting() 568 std::unordered_map<uint32_t, uint32_t> result; in GetFunctionInstructionCount() local 570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() 573 return result; in GetFunctionInstructionCount()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | decimfmt.h | 149 * cout << "format result " << form->format(myNumber, str) << endl; 290 * "#,##0.0#;(#)" has precisely the same result as "#,##0.0#;(#,##0.0#)". 591 * <p>DecimalFormat supports padding the result of 897 * result and should delete it when done. 921 * @param appendTo Output parameter to receive result. 935 * @param appendTo Output parameter to receive result. 951 * @param appendTo Output parameter to receive result. 967 * @param appendTo Output parameter to receive result. 981 * @param appendTo Output parameter to receive result. 997 * @param appendTo Output parameter to receive result [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFGraphicStackState.cpp | 11 static void emit_pdf_color(SkColor4f color, SkWStream* result) { in emit_pdf_color() argument 13 SkPDFUtils::AppendColorComponentF(color.fR, result); in emit_pdf_color() 14 result->writeText(" "); in emit_pdf_color() 15 SkPDFUtils::AppendColorComponentF(color.fG, result); in emit_pdf_color() 16 result->writeText(" "); in emit_pdf_color() 17 SkPDFUtils::AppendColorComponentF(color.fB, result); in emit_pdf_color() 18 result->writeText(" "); in emit_pdf_color()
|
/third_party/skia/third_party/externals/angle2/util/fuchsia/ |
H A D | ScenicWindow.cpp | 36 zx_status_t result = zx::channel::create(0, &clientChannel, &serverChannel); in ConnectToServiceRoot() local 37 ASSERT(result == ZX_OK); in ConnectToServiceRoot() 38 result = fdio_service_connect("/svc/.", serverChannel.release()); in ConnectToServiceRoot() 39 ASSERT(result == ZX_OK); in ConnectToServiceRoot() 54 fidl::InterfacePtr<Interface> result; in ConnectToService() local 55 ConnectToService(serviceRoot, result.NewRequest(dispatcher)); in ConnectToService() 56 return result; in ConnectToService()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_sanitizer_test.cc | 50 auto got = gen.result(); in TEST_F() 101 auto got = gen.result(); in TEST_F() 155 auto got = gen.result(); in TEST_F() 198 auto got = gen.result(); in TEST_F() 239 auto got = gen.result(); in TEST_F() 286 auto got = gen.result(); in TEST_F() 339 auto got = gen.result(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_test.cc | 35 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 95 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 126 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 149 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 187 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 236 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 311 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | usc_impl.cpp | 194 UScriptRun *result = NULL; in uscript_openRun() local 200 result = (UScriptRun *)uprv_malloc(sizeof (UScriptRun)); in uscript_openRun() 202 if (result == NULL) { in uscript_openRun() 207 uscript_setRunText(result, src, length, pErrorCode); in uscript_openRun() 211 uprv_free(result); in uscript_openRun() 212 result = NULL; in uscript_openRun() 215 return result; in uscript_openRun()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | Durations.java | 220 StringBuilder result = new StringBuilder(); in toString() 222 result.append("-"); in toString() 226 result.append(seconds); in toString() 228 result.append("."); in toString() 229 result.append(Timestamps.formatNanos(nanos)); in toString() 231 result.append("s"); in toString() 232 return result.toString(); in toString() 335 * Convert a Duration to the number of days. The result will be rounded towards 0 to the nearest 344 * Convert a Duration to the number of hours. The result will be rounded towards 0 to the nearest 353 * Convert a Duration to the number of minutes. The result wil [all...] |
H A D | FieldMaskUtil.java | 65 StringBuilder result = new StringBuilder(); in toString() 75 result.append(FIELD_PATH_SEPARATOR); in toString() 77 result.append(value); in toString() 79 return result.toString(); in toString() 294 FieldMaskTree result = new FieldMaskTree(); in intersection() 296 tree.intersectFieldPath(path, result); in intersection() 298 return result.toFieldMask(); in intersection()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 54 // The result id must be fresh. in IsApplicable() 197 // the new access chain. The result type of the access chain should be a in IsApplicable() 213 // The result type of the access chain is determined by where the indices in Apply() 217 // component reached by following all the indices, and the result type is in Apply() 333 // The access chain's result type is a pointer to the composite component in Apply() 354 // the pointee value of the result of this access chain. in Apply() 363 protobufs::Transformation result; in ToMessage() local 364 *result.mutable_access_chain() = message_; in ToMessage() 365 return result; in ToMessage() 429 std::unordered_set<uint32_t> result in GetFreshIds() local [all...] |
/third_party/spirv-tools/test/reduce/ |
H A D | reducer_test.cpp | 45 bool result; in IsInteresting() local 47 result = true; in IsInteresting() 49 result = is_interesting_; in IsInteresting() 53 return result; in IsInteresting() 568 std::unordered_map<uint32_t, uint32_t> result; in GetFunctionInstructionCount() local 570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() 573 return result; in GetFunctionInstructionCount()
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditImageCompareTests.cpp | 70 float result = 0.0f; in iterate() local 82 result = tcu::fuzzyCompare(params, refImg, cmpImg, errorMask); in iterate() 90 m_testCtx.getLog() << TestLog::Float("Result", "Result metric", "", QP_KEY_TAG_NONE, result) in iterate() 96 const bool isOk = de::inRange(result, m_minBound, m_maxBound); in iterate() 127 bool result; in iterate() local 135 result = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", refImg, cmpImg, m_threshold, tcu::COMPARE_LOG_EVERYTHING); in iterate() 142 const bool isOk = result == m_expectedResult; in iterate() 144 isOk ? "Pass" : "Wrong comparison result"); in iterate() 177 addChild(new FuzzyComparisonMetricCase(m_testCtx, "lessThan0", "lessThan0-reference.png", "lessThan0-result in init() [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | napi_data_ability_helper.cpp | 314 * @param param Indicates the want parameters saved the parse result. 339 napi_value result; in UnwrapValuesBucket() local 340 NAPI_CALL(env, napi_create_int32(env, 1, &result)); in UnwrapValuesBucket() 342 return result; in UnwrapValuesBucket() 465 onCB->result = NO_ERROR; in RegisterWrap() 474 onCB->result = INVALID_PARAMETER; in RegisterWrap() 478 onCB->result = INVALID_PARAMETER; in RegisterWrap() 487 onCB->result = INVALID_PARAMETER; in RegisterWrap() 513 onCB->result = INVALID_PARAMETER; in RegisterAsync() 521 if (onCB->result in RegisterAsync() 535 napi_value result = nullptr; RegisterAsync() local 729 napi_value result = nullptr; UnRegisterSync() local 1397 std::vector<NativeRdb::ValuesBucket> result; NapiValueObject() local 1533 std::vector<std::string> result; QueryWrap() local 1575 UnwrapArrayOperationFromJS( napi_env env, napi_callback_info info, napi_value param, std::vector<std::shared_ptr<DataAbilityOperation>> &result) UnwrapArrayOperationFromJS() argument [all...] |
/third_party/backends/backend/ |
H A D | agfafocus.c | 237 sense_handler (int scsi_fd, u_char *result, void *arg) in sense_handler() argument 242 if (result[0]) in sense_handler() 244 DBG (0, "sense_handler() : sense code = %02x\n", result[0]); in sense_handler() 307 } result; in wait_ready() local 309 size_t size = sizeof (result); in wait_ready() 326 set_size (cmd.tr_len, 3, sizeof (result)); in wait_ready() 331 &result, &size); in wait_ready() 333 if (status != SANE_STATUS_GOOD || size != sizeof (result)) in wait_ready() 345 int left = get_size (result.scan, 2); in wait_ready() 806 Byte result[ATTACH_SCSI_INQ_LE in attach() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rbnf.cpp | 247 void** result = buf; in release() local 251 return result; in release() 463 UChar*** result = (UChar***)array.release(); in doParse() local 465 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL in doParse() 525 UChar* result = NULL; in nextString() local 548 result = start; // just point into data in nextString() 563 return result; in nextString() 980 UnicodeString result; in getRules() local 983 (*p)->appendRules(result); in getRules() 986 return result; in getRules() 997 UnicodeString result; getRuleSetName() local 1015 int32_t result = 0; getNumberOfRuleSetNames() local 1344 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const parse() argument 1424 NFRuleSet* result = findRuleSet(ruleSetName, status); setDefaultRuleSet() local 1434 UnicodeString result; getDefaultRuleSetName() local 1706 UnicodeString result; stripWhitespace() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbnf.cpp | 247 void** result = buf; in release() local 251 return result; in release() 463 char16_t*** result = (char16_t***)array.release(); in doParse() local 465 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, nullptr in doParse() 525 char16_t* result = nullptr; in nextString() local 548 result = start; // just point into data in nextString() 563 return result; in nextString() 980 UnicodeString result; in getRules() local 983 (*p)->appendRules(result); in getRules() 986 return result; in getRules() 997 UnicodeString result; getRuleSetName() local 1015 int32_t result = 0; getNumberOfRuleSetNames() local 1344 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const parse() argument 1424 NFRuleSet* result = findRuleSet(ruleSetName, status); setDefaultRuleSet() local 1434 UnicodeString result; getDefaultRuleSetName() local 1706 UnicodeString result; stripWhitespace() local [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 232 register int_fast32_t result; in detzcode() local 235 result = (codep[0] & 0x80) ? -1 : 0; in detzcode() 237 result = (result << 8) | (codep[i] & 0xff); in detzcode() 238 return result; in detzcode() 244 register int_fast64_t result; in detzcode64() local 247 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64() 249 result = (result << 8) | (codep[i] & 0xff); in detzcode64() 250 return result; in detzcode64() 521 register int result; tzload() local 616 register int result; typesequiv() local 1264 register struct tm * result; localsub() local 1358 register struct tm * result; gmtsub() local 1656 register int result; tmcomp() local [all...] |