Home
last modified time | relevance | path

Searched refs:result (Results 10101 - 10125 of 17984) sorted by relevance

1...<<401402403404405406407408409410>>...720

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java203 * Same as (result!=NO_MATCH).
209 * Equivalent to (result==INTERMEDIATE_VALUE || result==FINAL_VALUE).
216 * Equivalent to (result==NO_VALUE || result==INTERMEDIATE_VALUE).
288 * Result result=current();
290 * if(!result.hasNext()) return Result.NO_MATCH;
291 * result=next(c);
292 * return result;
336 Result result in next()
[all...]
H A DCharsTrie.java255 * Result result=current();
257 * if(!result.hasNext()) return Result.NO_MATCH;
258 * result=next(c);
259 * return result;
303 Result result=branchNext(pos, node, inUnit); in next()
304 if(result==Result.NO_MATCH) { in next()
309 return result; in next()
311 if(result==Result.FINAL_VALUE) { in next()
775 Result result; in branchNext()
779 result in branchNext()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dfmtable.cpp81 Formattable *result = new Formattable[count]; in createArrayCopy() local
82 if (result != NULL) { in createArrayCopy()
84 result[i] = array[i]; // Don't memcpy! in createArrayCopy()
86 return result; in createArrayCopy()
627 Formattable::getString(UnicodeString& result, UErrorCode& status) const in getString() argument
631 result.setToBogus(); in getString()
636 result = *fValue.fString; in getString()
639 return result; in getString()
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py172 for result in self.find_all(node_type):
173 return result
182 for result in child.find_all(node_type):
183 yield result
385 """A statement that evaluates an expression and discards the result."""
811 result = value = self.expr.as_const(eval_ctx)
816 result = _cmpop_to_func[op.op](value, new_value)
818 if not result:
825 return result
857 result int
[all...]
/third_party/node/src/
H A Dutil.cc171 // uv_get_process_title() always zero-terminates the result. in GetProcessTitle()
242 int ReadFileSync(std::string* result, const char* path) { in ReadFileSync() argument
249 if (req.result < 0) { in ReadFileSync()
251 return req.result; in ReadFileSync()
261 *result = std::string(""); in ReadFileSync()
267 uv_fs_read(nullptr, &req, file, &buf, 1, result->length(), nullptr); in ReadFileSync()
268 if (req.result < 0) { in ReadFileSync()
270 return req.result; in ReadFileSync()
276 result->append(buf.base, r); in ReadFileSync()
/third_party/node/deps/cares/src/lib/
H A Dares_getaddrinfo.c90 nodata_cnt; /* Track nodata responses to possibly override final result */
251 ares_bool_t result = ARES_FALSE; in fake_addrinfo() local
271 result = ARES_FALSE; in fake_addrinfo()
274 result = in fake_addrinfo()
276 if (result) { in fake_addrinfo()
286 if (!result && (family == AF_INET6 || family == AF_UNSPEC)) { in fake_addrinfo()
288 result = in fake_addrinfo()
290 if (result) { in fake_addrinfo()
299 if (!result) { in fake_addrinfo()
507 * result i in host_callback()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dfmtable.cpp81 Formattable *result = new Formattable[count]; in createArrayCopy() local
82 if (result != nullptr) { in createArrayCopy()
84 result[i] = array[i]; // Don't memcpy! in createArrayCopy()
86 return result; in createArrayCopy()
627 Formattable::getString(UnicodeString& result, UErrorCode& status) const in getString() argument
631 result.setToBogus(); in getString()
636 result = *fValue.fString; in getString()
639 return result; in getString()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c780 VkResult result = dzn_meta_blits_init(device); in dzn_meta_init() local
781 if (result != VK_SUCCESS) in dzn_meta_init()
785 VkResult result = in dzn_meta_init() local
787 if (result != VK_SUCCESS) in dzn_meta_init()
792 VkResult result = in dzn_meta_init() local
794 if (result != VK_SUCCESS) in dzn_meta_init()
799 if (result != VK_SUCCESS) { in dzn_meta_init()
801 return result; in dzn_meta_init()
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc258 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions() local
261 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
264 isolate, result, factory->style_string(), in ResolvedOptions()
266 JSObject::AddProperty(isolate, result, factory->numeric_string(), in ResolvedOptions()
268 JSObject::AddProperty(isolate, result, factory->numberingSystem_string(), in ResolvedOptions()
270 return result; in ResolvedOptions()
393 icu::UnicodeString result = formatted.toString(status); in FormatToString() local
397 return Intl::ToString(isolate, result); in FormatToString()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dsocket_test.cpp89 int result = select(returnVal.fd + 1, &readSet, nullptr, nullptr, &tv); in SelectFunc() local
90 EXPECT_GT(result, 0); in SelectFunc()
525 int result = shutdown(sockfd, SHUT_WR); in HWTEST_F() local
526 EXPECT_EQ(0, result); in HWTEST_F()
588 int result = connect(sockfd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr)); in HWTEST_F() local
589 EXPECT_NE(-1, result); in HWTEST_F()
623 int result = setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &option, sizeof(option)); in HWTEST_F() local
624 EXPECT_NE(-1, result); in HWTEST_F()
/third_party/rust/crates/aho-corasick/src/
H A Dahocorasick.rs82 /// let result = ac.replace_all(haystack, replace_with);
83 /// assert_eq!(result, "The slow grey sloth.");
426 /// let result = ac.replace_all(haystack, &["x", "y", "z"]);
427 /// assert_eq!("x the z to the xage", result);
473 /// let result = ac.replace_all_bytes(haystack, &["x", "y", "z"]);
474 /// assert_eq!(b"x the z to the xage".to_vec(), result);
520 /// let mut result = String::new();
521 /// ac.replace_all_with(haystack, &mut result, |mat, _, dst| {
525 /// assert_eq!("0 the 2 to the 0age", result);
538 /// let mut result
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_queues.py117 self.assertTrue(t.result())
139 self.assertIsNone(waiter.result())
269 result = reader.result()
271 self.assertEqual(1, result)
293 self.assertEqual({reader2.result(), reader3.result()}, {1, 2})
348 self.assertTrue(t.result())
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp46 const deInt32 result = a % n; in mod() local
48 return (result < 0) ? result + n : result; in mod()
767 deUint64 result = 0;
771 result = (result << 8U) | (deUint64) (cPtr[numBytes - byteNdx - 1]);
774 return result;
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp461 bool result = true; in iterate() local
492 if (result) in iterate()
493 result = result && drawTexture(gl, target, aniso); in iterate()
495 // Verify result in iterate()
496 if (result) in iterate()
511 result = false; in iterate()
522 if (!result) in iterate()
531 if (result) in iterate()
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp229 auto result = SkRuntimeEffect::MakeForShader(std::move(sksl)); in make_unrolled_colorizer()
230 SkASSERTF(result.effect, "%s", result.errorText.c_str()); in make_unrolled_colorizer()
231 effects[intervalCount - 1] = std::move(result.effect); in make_unrolled_colorizer()
277 // chunk` near the end via an @if statement, as the result will always be in chunk 0. in make_looping_colorizer()
320 auto result = SkRuntimeEffect::MakeForShader(std::move(sksl), in make_looping_colorizer()
322 SkASSERTF(result.effect, "%s", result.errorText.c_str()); in make_looping_colorizer()
323 cacheEntry->effect = std::move(result.effect); in make_looping_colorizer()
334 // The length of the result arra
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py172 for result in self.find_all(node_type):
173 return result
182 for result in child.find_all(node_type):
183 yield result
385 """A statement that evaluates an expression and discards the result."""
811 result = value = self.expr.as_const(eval_ctx)
816 result = _cmpop_to_func[op.op](value, new_value)
818 if not result:
825 return result
857 result int
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfmtable.cpp81 Formattable *result = new Formattable[count]; in createArrayCopy() local
82 if (result != NULL) { in createArrayCopy()
84 result[i] = array[i]; // Don't memcpy! in createArrayCopy()
86 return result; in createArrayCopy()
627 Formattable::getString(UnicodeString& result, UErrorCode& status) const in getString() argument
631 result.setToBogus(); in getString()
636 result = *fValue.fString; in getString()
639 return result; in getString()
/third_party/skia/tests/
H A DGifTest.cpp307 const SkCodec::Result result = codec->getAndroidPixels(codec->getInfo(), bm.getPixels(), in DEF_TEST() local
309 REPORTER_ASSERT(r, result == SkCodec::kSuccess); in DEF_TEST()
491 auto result = codec->getPixels(bm.pixmap()); in DEF_TEST() local
492 REPORTER_ASSERT(r, result == SkCodec::kSuccess, "Failed to decode %s with error %s", in DEF_TEST()
493 path, SkCodec::ResultToString(result)); in DEF_TEST()
547 auto result = codec->getPixels(bm.pixmap(), &options); in DEF_TEST() local
557 REPORTER_ASSERT(r, result != SkCodec::kSuccess, in DEF_TEST()
562 REPORTER_ASSERT(r, result == SkCodec::kSuccess, "Failed to decode frame %i", i); in DEF_TEST()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c46 FT_ULong result; in FT_LOCAL_DEF() local
50 for ( result = 0; offsize > 0; offsize-- ) in FT_LOCAL_DEF()
52 result <<= 8; in FT_LOCAL_DEF()
53 result |= *p++; in FT_LOCAL_DEF()
57 return result; in FT_LOCAL_DEF()
171 FT_Int result; in cid_parse_font_matrix() local
179 result = cid_parser_to_fixed_array( parser, 6, temp, 3 ); in cid_parse_font_matrix()
181 if ( result < 6 ) in cid_parse_font_matrix()
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvcommn.c151 FT_UInt result = 0; in FT_LOCAL_DEF() local
155 return result; in FT_LOCAL_DEF()
161 result = FT_NEXT_USHORT( p ); in FT_LOCAL_DEF()
166 result = FT_NEXT_USHORT( p ); in FT_LOCAL_DEF()
173 return result; in FT_LOCAL_DEF()
183 FT_UInt result = 0; in FT_LOCAL_DEF() local
202 result += End - Start + 1; in FT_LOCAL_DEF()
211 return result; in FT_LOCAL_DEF()
295 /* tables since even invalid glyph indices return a meaningful result */ in otv_ClassDef_validate()
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py23 | | | future | | | | 4, result | | |
112 # - the result queue reader
147 def __init__(self, work_id, exception=None, result=None, exit_pid=None):
150 self.result = result
208 def _sendback_result(result_queue, work_id, result=None, exception=None,
210 """Safely send back the given result or exception"""
212 result_queue.put(_ResultItem(work_id, result=result,
262 _sendback_result(result_queue, call_item.work_id, result
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp37 addAndInterleaveWithUnsupported(LegalizerInfo::SizeAndActionsVec &result, in addAndInterleaveWithUnsupported() argument
40 result.push_back(v[i]); in addAndInterleaveWithUnsupported()
43 result.push_back({v[i].first + 1, Unsupported}); in addAndInterleaveWithUnsupported()
51 LegalizerInfo::SizeAndActionsVec result = {{1, Unsupported}, in widen_8_16() local
56 addAndInterleaveWithUnsupported(result, v); in widen_8_16()
57 auto Largest = result.back().first; in widen_8_16()
58 result.push_back({Largest + 1, Unsupported}); in widen_8_16()
59 return result; in widen_8_16()
437 // We have a result, but we need to transform it into a proper 1-bit 0 or in legalizeCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp36 addAndInterleaveWithUnsupported(LegalizerInfo::SizeAndActionsVec &result, in addAndInterleaveWithUnsupported() argument
39 result.push_back(v[i]); in addAndInterleaveWithUnsupported()
42 result.push_back({v[i].first + 1, Unsupported}); in addAndInterleaveWithUnsupported()
50 LegalizerInfo::SizeAndActionsVec result = {{1, WidenScalar}, in widen_1() local
52 addAndInterleaveWithUnsupported(result, v); in widen_1()
53 auto Largest = result.back().first; in widen_1()
54 result.push_back({Largest + 1, Unsupported}); in widen_1()
55 return result; in widen_1()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
H A Dreplace_identifier_test.cc509 auto result = writer::wgsl::Generate(&program, options); in TEST() local
510 ASSERT_TRUE(result.success) << result.error; in TEST()
518 ASSERT_EQ(expected_shader, result.wgsl); in TEST()
555 auto result = writer::wgsl::Generate(&program, options); in TEST() local
556 ASSERT_TRUE(result.success) << result.error; in TEST()
564 ASSERT_EQ(expected_shader, result.wgsl); in TEST()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.h214 inline bool RoundUpForPixelSize (uint32 x, uint32 pixelSize, uint32 *result) in RoundUpForPixelSize() argument
234 return RoundUpUint32ToMultiple(x, multiple, result); in RoundUpForPixelSize()
1113 uint32 result; in Muluh86() local
1118 MOV result, EDX in Muluh86() local
1120 return (result); in Muluh86()
1141 int32 result; in Mulsh86() local
1146 MOV result, EDX in Mulsh86() local
1148 return (result); in Mulsh86()

Completed in 32 milliseconds

1...<<401402403404405406407408409410>>...720