Home
last modified time | relevance | path

Searched refs:result (Results 5926 - 5950 of 16678) sorted by relevance

1...<<231232233234235236237238239240>>...668

/third_party/node/deps/icu-small/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/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dindex.js355 const result = {
360 result.tokens = tokens;
368 storeOption(token.name, token.value, options, result.values);
373 ArrayPrototypePush(result.positionals, token.value);
382 result.values);
386 result.values);
391 return result;
/third_party/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp142 int result; in getWindowsFormat() local
146 /* Due to the arguments causing a result to be <= 23 characters (+2 for NULL and minus), in getWindowsFormat()
149 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args); in getWindowsFormat()
153 U_ASSERT(result >=0); in getWindowsFormat()
155 /*if (result < 0) { in getWindowsFormat()
165 result = _vsnwprintf(nBuffer, newLength + 1, fmt, args); in getWindowsFormat()
192 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE); in getWindowsFormat()
194 if (result == 0) { in getWindowsFormat()
206 result = GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE); in getWindowsFormat()
208 if (result in getWindowsFormat()
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc92 Handle<TranslationArray> result = in ToTranslationArray() local
95 result->set_int(kUncompressedSizeOffset, Size()); in ToTranslationArray()
96 std::memcpy(result->GetDataStartAddress() + kCompressedDataOffset, in ToTranslationArray()
99 return result; in ToTranslationArray()
101 Handle<TranslationArray> result = in ToTranslationArray() local
103 memcpy(result->GetDataStartAddress(), contents_.data(), in ToTranslationArray()
105 return result; in ToTranslationArray()
/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...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1030 int32_t ucal_getCanonicalTimeZoneID(const UChar *id, int32_t len, UChar *result, int32_t resultCapacity, in ucal_getCanonicalTimeZoneID() argument
1033 return U_ICU_ENTRY_POINT_RENAME(ucal_getCanonicalTimeZoneID)(id, len, result, resultCapacity, isSystemID, status); in ucal_getCanonicalTimeZoneID()
1043 int32_t ucal_getDefaultTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec) in ucal_getDefaultTimeZone() argument
1045 return U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone)(result, resultCapacity, ec); in ucal_getDefaultTimeZone()
1055 int32_t ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec) in ucal_getHostTimeZone() argument
1057 return U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone)(result, resultCapacity, ec); in ucal_getHostTimeZone()
1085 UChar *result, int32_t resultLength, UErrorCode *status) in ucal_getTimeZoneDisplayName()
1087 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName)(cal, type, locale, result, resultLength, status); in ucal_getTimeZoneDisplayName()
1089 int32_t ucal_getTimeZoneID(const UCalendar *cal, UChar *result, int32_t resultLength, UErrorCode *status) in ucal_getTimeZoneID() argument
1091 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID)(cal, result, resultLengt in ucal_getTimeZoneID()
1084 ucal_getTimeZoneDisplayName(const UCalendar *cal, UCalendarDisplayNameType type, const char *locale, UChar *result, int32_t resultLength, UErrorCode *status) ucal_getTimeZoneDisplayName() argument
1469 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) ucol_getBound() argument
1480 ucol_getDisplayName(const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) ucol_getDisplayName() argument
1490 ucol_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *keyword, const char *locale, UBool *isAvailable, UErrorCode *status) ucol_getFunctionalEquivalent() argument
1529 ucol_getSortKey(const UCollator *coll, const UChar *source, int32_t sourceLength, uint8_t *result, int32_t resultLength) ucol_getSortKey() argument
1635 udat_format(const UDateFormat *format, UDate dateToFormat, UChar *result, int32_t resultLength, UFieldPosition *position, UErrorCode *status) udat_format() argument
1640 udat_formatCalendar(const UDateFormat *format, UCalendar *calendar, UChar *result, int32_t capacity, UFieldPosition *position, UErrorCode *status) udat_formatCalendar() argument
1645 udat_formatCalendarForFields(const UDateFormat *format, UCalendar *calendar, UChar *result, int32_t capacity, UFieldPositionIterator *fpositer, UErrorCode *status) udat_formatCalendarForFields() argument
1650 udat_formatForFields(const UDateFormat *format, UDate dateToFormat, UChar *result, int32_t resultLength, UFieldPositionIterator *fpositer, UErrorCode *status) udat_formatForFields() argument
1687 udat_getSymbols(const UDateFormat *fmt, UDateFormatSymbolType type, int32_t symbolIndex, UChar *result, int32_t resultLength, UErrorCode *status) udat_getSymbols() argument
1745 udat_toPattern(const UDateFormat *fmt, UBool localized, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPattern() argument
1830 uloc_acceptLanguage(char *result, int32_t resultAvailable, UAcceptResult *outResult, const char **acceptList, int32_t acceptListCount, UEnumeration *availableLocales, UErrorCode *status) uloc_acceptLanguage() argument
1836 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, UAcceptResult *outResult, const char *httpAcceptLanguage, UEnumeration *availableLocales, UErrorCode *status) uloc_acceptLanguageFromHTTP() argument
1920 uloc_getDisplayName(const char *localeID, const char *inLocaleID, UChar *result, int32_t maxResultSize, UErrorCode *err) uloc_getDisplayName() argument
2153 unum_format(const UNumberFormat *fmt, int32_t number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_format() argument
2158 unum_formatDecimal(const UNumberFormat *fmt, const char *number, int32_t length, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDecimal() argument
2163 unum_formatDouble(const UNumberFormat *fmt, double number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDouble() argument
2168 unum_formatDoubleCurrency(const UNumberFormat *fmt, double number, UChar *currency, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDoubleCurrency() argument
2174 unum_formatDoubleForFields(const UNumberFormat *format, double number, UChar *result, int32_t resultLength, UFieldPositionIterator *fpositer, UErrorCode *status) unum_formatDoubleForFields() argument
2179 unum_formatInt64(const UNumberFormat *fmt, int64_t number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatInt64() argument
2209 unum_getTextAttribute(const UNumberFormat *fmt, UNumberFormatTextAttribute tag, UChar *result, int32_t resultLength, UErrorCode *status) unum_getTextAttribute() argument
2266 unum_toPattern(const UNumberFormat *fmt, UBool isPatternLocalized, UChar *result, int32_t resultLength, UErrorCode *status) unum_toPattern() argument
2412 uset_toPattern(const USet *set, UChar *result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode *ec) uset_toPattern() argument
2459 utrans_toRules(const UTransliterator *trans, UBool escapeUnprintable, UChar *result, int32_t resultLength, UErrorCode *status) utrans_toRules() argument
[all...]

Completed in 28 milliseconds

1...<<231232233234235236237238239240>>...668