Home
last modified time | relevance | path

Searched refs:result (Results 7176 - 7200 of 17695) sorted by relevance

1...<<281282283284285286287288289290>>...708

/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc157 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 Dvk_object.c221 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 Dimportbench.py112 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 DHLSLCompiler.cpp236 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 Dreducer_test.cpp45 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 DSkPathPriv.h236 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 Dtransformation_access_chain.cpp54 // 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 Dtransformation_access_chain.cpp54 // 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 Dreducer_test.cpp45 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 Ddecimfmt.h149 * 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 DSkPDFGraphicStackState.cpp11 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 DScenicWindow.cpp36 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 Dgenerator_impl_sanitizer_test.cc50 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 Dgenerator_impl_test.cc35 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 Dusc_impl.cpp194 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 DDurations.java220 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 DFieldMaskUtil.java65 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 Dtransformation_access_chain.cpp54 // 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 Dreducer_test.cpp45 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 DditImageCompareTests.cpp70 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 Dnapi_data_ability_helper.cpp314 * @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 Dagfafocus.c237 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 Drbnf.cpp247 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 Drbnf.cpp247 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 Dlocaltime.c232 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...]

Completed in 29 milliseconds

1...<<281282283284285286287288289290>>...708