Home
last modified time | relevance | path

Searched refs:result (Results 2726 - 2750 of 16678) sorted by relevance

1...<<101102103104105106107108109110>>...668

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtitletrn.cpp121 int32_t textPos, delta, result; in handleTransliterate() local
131 result=ucase_toFullTitle(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
133 result=ucase_toFullLower(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
144 if(result>=0) { in handleTransliterate()
145 // replace the current code point with its full case mapping result in handleTransliterate()
147 if(result<=UCASE_MAX_STRING_LENGTH) { in handleTransliterate()
148 // string s[result] in handleTransliterate()
149 tmp.setTo(FALSE, s, result); in handleTransliterate()
150 delta=result-U16_LENGTH(c); in handleTransliterate()
153 tmp.setTo(result); in handleTransliterate()
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
H A DBundleHelper.java25 List<String> result = new ArrayList<String>(); in listEntries()
31 result.add(entry.getName()); in listEntries()
38 return result; in listEntries()
42 ByteArrayOutputStream result = new ByteArrayOutputStream(); in readStream()
46 result.write(buffer, 0, bytesRead); in readStream()
48 return result.toByteArray(); in readStream()
57 byte[] result = readStream(zis); in readEntry()
59 return result; in readEntry()
/third_party/optimized-routines/string/aarch64/
H A Dmemchr-mte.S19 #define result x0 define
65 add result, srcin, synd, lsr 2
67 csel result, result, xzr, hi
107 add result, src, synd, lsr 2
108 csel result, result, xzr, hi
112 mov result, 0
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrcmap.c101 FT_UInt result = 0; in FT_CALLBACK_DEF() local
120 result = mid; in FT_CALLBACK_DEF()
121 if ( result != 0 ) in FT_CALLBACK_DEF()
123 result++; in FT_CALLBACK_DEF()
143 result = min; in FT_CALLBACK_DEF()
144 if ( result != 0 ) in FT_CALLBACK_DEF()
146 result++; in FT_CALLBACK_DEF()
154 return result; in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc64 std::set<int32_t> result; in Subset() local
67 std::inserter(result, result.end())); in Subset()
68 table_tags = result; in Subset()
77 std::set<int32_t> result; in Subset() local
80 std::inserter(result, result.end())); in Subset()
81 table_tags = result; in Subset()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duldnames.h130 * @param result receives the display name
131 * @param maxResultSize the size of the result buffer
140 UChar *result,
150 * @param result receives the display name
151 * @param maxResultSize the size of the result buffer
160 UChar *result,
168 * @param result receives the display name
169 * @param maxResultSize the size of the result buffer
178 UChar *result,
186 * @param result receive
[all...]
/third_party/typescript/tests/baselines/reference/
H A DexportAsNamespace2(module=commonjs).js44 var result = {};
45 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46 __setModuleDefault(result, mod);
47 return result;
74 var result = {};
75 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
76 __setModuleDefault(result, mod);
77 return result;
H A DexportAsNamespace3(module=amd).js48 var result = {};
49 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
50 __setModuleDefault(result, mod);
51 return result;
83 var result = {};
84 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
85 __setModuleDefault(result, mod);
86 return result;
H A DexportAsNamespace3(module=commonjs).js47 var result = {};
48 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49 __setModuleDefault(result, mod);
50 return result;
80 var result = {};
81 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
82 __setModuleDefault(result, mod);
83 return result;
H A DexportAsNamespace4(module=commonjs).js50 var result = {};
51 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
52 __setModuleDefault(result, mod);
53 return result;
78 var result = {};
79 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
80 __setModuleDefault(result, mod);
81 return result;
H A DexportDefault.js65 var result = {};
66 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
67 __setModuleDefault(result, mod);
68 return result;
102 var result = {};
103 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
104 __setModuleDefault(result, mod);
105 return result;
/third_party/python/Lib/unittest/test/
H A Dtest_functiontestcase.py24 result = LoggingResult(events)
37 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
49 result = LoggingResult(events)
63 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
75 result = LoggingResult(events)
89 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
101 result = LoggingResult(events)
115 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAnyTest.java50 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testAnyGeneratedApi()
51 TestUtil.assertAllFieldsSet(result); in testAnyGeneratedApi()
87 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls()
88 TestUtil.assertAllFieldsSet(result); in testCustomTypeUrls()
98 result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls()
99 TestUtil.assertAllFieldsSet(result); in testCustomTypeUrls()
109 result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls()
110 TestUtil.assertAllFieldsSet(result); in testCustomTypeUrls()
/third_party/python/Lib/ctypes/test/
H A Dtest_memfunctions.py24 result = memmove(a, p, len(p))
27 self.assertEqual(string_at(result), b"Hello, World")
28 self.assertEqual(string_at(result, 5), b"Hello")
29 self.assertEqual(string_at(result, 16), b"Hello, World\0\0\0\0")
30 self.assertEqual(string_at(result, 0), b"")
34 result = memset(a, ord('x'), 16)
37 self.assertEqual(string_at(result), b"xxxxxxxxxxxxxxxx")
70 result = memmove(a, p, len(p) * sizeof(c_wchar))
/third_party/python/Lib/test/test_importlib/
H A Dtest_open.py26 result = fp.read()
27 self.assertEqual(result, b'\x00\x01\x02\x03')
32 result = fp.read()
33 self.assertEqual(result, 'Hello, UTF-8 world!\n')
38 result = fp.read()
39 self.assertEqual(result, 'Hello, UTF-16 world!\n')
47 result = fp.read()
49 result,
/third_party/rust/crates/io-lifetimes/examples/
H A Dhello.rs31 let result = write(fd.as_fd(), "hello, world\n".as_ptr() as *const _, 13); in main()
32 match result { in main()
47 let result = write(file.as_fd(), "sup?\n".as_ptr() as *const _, 5); in main()
48 match result { in main()
80 let result = WriteFile( in main()
87 match (result, number_of_bytes_written) { in main()
103 let result = WriteFile( in main()
110 match (result, number_of_bytes_written) { in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.h197 std::string result; in StrReplaceAll() local
198 result.reserve(s.size()); in StrReplaceAll()
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
200 return result; in StrReplaceAll()
208 std::string result; in StrReplaceAll()
209 result.reserve(target->size()); in StrReplaceAll()
211 strings_internal::ApplySubstitutions(*target, &subs, &result); in StrReplaceAll()
212 target->swap(result); in StrReplaceAll()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp76 auto result = socket->send(buffer.data() + sent_total, buffer.size() - sent_total, &sent); in Send() local
77 if (result != DE_SOCKETRESULT_SUCCESS) in Send()
87 auto result = socket->receive(data, sizeof(data), &received); in RecvSome() local
88 if (result != DE_SOCKETRESULT_SUCCESS) in RecvSome()
107 bool result = false; in RecvPacket() local
110 while (socket->isConnected() && !result) in RecvPacket()
118 result = true; in RecvPacket()
124 if (!result) throw std::runtime_error("connection lost before we could get data"); in RecvPacket()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs163 int result; in Read()
166 result = gzread(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count); in Read()
167 if (result < 0) in Read()
174 return result; in Read()
210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count); in Write()
211 if (result < 0) in Write()
231 int result = gzputc(_gzFile, (int)value); in WriteByte()
232 if (result < 0) in WriteByte()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Deeh_driver.c26 static int eeh_result_priority(enum pci_ers_result result) in eeh_result_priority() argument
28 switch (result) { in eeh_result_priority()
42 WARN_ONCE(1, "Unknown pci_ers_result value: %d\n", (int)result); in eeh_result_priority()
47 static const char *pci_ers_result_name(enum pci_ers_result result) in pci_ers_result_name() argument
49 switch (result) { in pci_ers_result_name()
63 WARN_ONCE(1, "Unknown result type: %d\n", (int)result); in pci_ers_result_name()
254 enum pci_ers_result *result) in eeh_pe_report_edev()
284 if (result) in eeh_pe_report_edev()
285 *result in eeh_pe_report_edev()
253 eeh_pe_report_edev(struct eeh_dev *edev, eeh_report_fn fn, enum pci_ers_result *result) eeh_pe_report_edev() argument
300 eeh_pe_report(const char *name, struct eeh_pe *root, eeh_report_fn fn, enum pci_ers_result *result) eeh_pe_report() argument
841 enum pci_ers_result result = PCI_ERS_RESULT_NONE; eeh_handle_normal_event() local
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dcpp_driver_lite.py66 result = "" variable in CppTestDriver
116 if os.path.exists(self.result):
117 os.remove(self.result)
206 self.result = check_result_report(
207 request.config.report_path, self.result, self.error_message,
220 result, _, _ = self.config.device.execute_command_with_timeout(
224 if CPP_TEST_MOUNT_STOP_SIGN in result:
236 parser_instance.suites_name = os.path.basename(self.result)
243 result, _, _ = self.config.device.execute_command_with_timeout(
248 self.config.command_result, result)
[all...]
/third_party/curl/lib/
H A Dkrb5.c73 CURLcode result = CURLE_OK; in ftpsend() local
93 result = Curl_nwrite(data, FIRSTSOCKET, sptr, write_len, in ftpsend()
100 if(result) in ftpsend()
113 return result; in ftpsend()
200 CURLcode result; in krb5_auth() local
232 result = ftpsend(data, conn, "AUTH GSSAPI"); in krb5_auth()
233 if(result) in krb5_auth()
301 result = Curl_base64_encode((char *)output_buffer.value, in krb5_auth()
303 if(result) { in krb5_auth()
304 infof(data, "base64-encoding: %s", curl_easy_strerror(result)); in krb5_auth()
469 CURLcode result; socket_read() local
496 CURLcode result; socket_write() local
519 CURLcode result; read_data() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp238 SpoofImpl *result = new SpoofImpl(*src, *status); // copy constructor in uspoof_clone() local
239 if (result == nullptr) { in uspoof_clone()
244 delete result; in uspoof_clone()
245 result = nullptr; in uspoof_clone()
247 return result->asUSpoofChecker(); in uspoof_clone()
327 const UnicodeSet *result = uspoof_getAllowedUnicodeSet(sc, status); in uspoof_getAllowedChars() local
328 return result->toUSet(); in uspoof_getAllowedChars()
401 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2() local
402 return result; in uspoof_check2()
432 int32_t result in uspoof_check2UTF8() local
518 int32_t result = 0; uspoof_areConfusableUnicodeString() local
612 uint32_t result = 0; uspoof_areBidiConfusableUnicodeString() local
648 int32_t result = 0; checkImpl() local
[all...]
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc96 // following the one to map. The result will be written in to the result
99 // it if the result contains multiple characters or depends on the
103 // the result is the same as for the start point on the entire range.
107 uchar chr, uchar next, uchar* result, in LookupMapping()
145 result[0] = chr + (value >> 2); in LookupMapping()
147 result[0] = entry + chunk_start + (value >> 2); in LookupMapping()
159 result[length] = mapped + (key - entry); in LookupMapping()
161 result[length] = mapped; in LookupMapping()
176 result[ in LookupMapping()
105 LookupMapping(const int32_t* table, uint16_t size, const MultiCharacterSpecialCase<kW>* multi_chars, uchar chr, uchar next, uchar* result, bool* allow_caching_ptr) LookupMapping() argument
987 Convert(uchar c, uchar n, uchar* result, bool* allow_caching_ptr) Convert() argument
1302 Convert(uchar c, uchar n, uchar* result, bool* allow_caching_ptr) Convert() argument
1543 Convert(uchar c, uchar n, uchar* result, bool* allow_caching_ptr) Convert() argument
2462 Convert(uchar c, uchar n, uchar* result, bool* allow_caching_ptr) Convert() argument
2525 Convert(uchar c, uchar n, uchar* result, bool* allow_caching_ptr) Convert() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c966 const union pipe_query_result *result) in trace_dump_query_result()
971 if (!result) { in trace_dump_query_result()
982 trace_dump_bool(result->b); in trace_dump_query_result()
990 trace_dump_uint(result->u64); in trace_dump_query_result()
995 trace_dump_member(uint, &result->so_statistics, num_primitives_written); in trace_dump_query_result()
996 trace_dump_member(uint, &result->so_statistics, primitives_storage_needed); in trace_dump_query_result()
1002 trace_dump_member(uint, &result->timestamp_disjoint, frequency); in trace_dump_query_result()
1003 trace_dump_member(bool, &result->timestamp_disjoint, disjoint); in trace_dump_query_result()
1009 trace_dump_member(uint, &result->pipeline_statistics, ia_vertices); in trace_dump_query_result()
1010 trace_dump_member(uint, &result in trace_dump_query_result()
965 trace_dump_query_result(unsigned query_type, unsigned index, const union pipe_query_result *result) trace_dump_query_result() argument
[all...]

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...668