Home
last modified time | relevance | path

Searched refs:result (Results 14476 - 14500 of 25995) sorted by relevance

1...<<571572573574575576577578579580>>...1040

/third_party/alsa-lib/src/seq/
H A Dseq_hw.c384 ssize_t result = write(hw->fd, buf, len); in snd_seq_hw_write() local
385 if (result < 0) in snd_seq_hw_write()
387 return result; in snd_seq_hw_write()
393 ssize_t result = read(hw->fd, buf, len); in snd_seq_hw_read() local
394 if (result < 0) in snd_seq_hw_read()
396 return result; in snd_seq_hw_read()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Parser.java571 int result = INITIAL[tokenSetId]; in match()
574 for (int code = result & 63; code != 0; ) in match()
616 result = code; in match()
622 result >>= 6; in match()
623 if (result == 0) in match()
635 return (result & 31) - 1; in match()
/third_party/icu/icu4c/source/common/
H A Drbbi_cache.cpp45 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t *statusIndex) { in following() argument
62 *result = r; in following()
72 *result = r; in following()
81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t *statusIndex) { in preceding() argument
99 *result = r; in preceding()
112 *result = r; in preceding()
630 // No space in circular buffer to hold a new preceding result while in populatePreceding()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java182 int result = c.compare(a, r); in ReportAPI()
183 if (result < 0) { in ReportAPI()
185 } else if (result > 0) { in ReportAPI()
223 int result = c.compare(a, r); in ReportAPI()
224 if (result < 0) { in ReportAPI()
226 } else if (result > 0) { in ReportAPI()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralSamples.java196 Set<Integer> result = new HashSet<Integer>(); in fractions()
198 result.add((int)base1.integerValue); in fractions()
200 List<Integer> ints = new ArrayList<Integer>(result); in fractions()
320 Collection<Double> result = getKeySamplesMap().get(keyword); in getAllKeywordValues()
328 if (result.size() > 2 && !_keyLimitedMap.get(keyword)) { in getAllKeywordValues()
331 return result; in getAllKeywordValues()
/third_party/icu/icu4c/source/i18n/
H A Dplurfmt.cpp225 UnicodeString result; in format() local
226 return format(Formattable(number), number, result, fpos, status); in format()
232 UnicodeString result; in format() local
233 return format(Formattable(number), number, result, fpos, status); in format()
410 Formattable& /*result*/, in parseObject()
506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() argument
574 result.setString(keyword); in parseType()
H A Dstsearch.cpp288 StringSearch *result = new StringSearch(m_pattern_, m_text_, in safeClone() local
293 if (result == 0) { in safeClone()
297 result->setOffset(getOffset(), status); in safeClone()
298 result->setMatchStart(m_strsrch_->search->matchedIndex); in safeClone()
299 result->setMatchLength(m_strsrch_->search->matchedLength); in safeClone()
303 return result; in safeClone()
H A Dutrans.cpp201 UTransliterator* result =
204 return result;
501 UChar* result, int32_t resultLength,
504 if ( (result==NULL)? resultLength!=0: resultLength<0 ) {
510 res.setTo(result, 0, resultLength);
512 return res.extract(result, resultLength, *status);
/third_party/libuv/src/win/
H A Dpoll.c80 int result; in uv__fast_poll_submit_poll_req() local
127 result = uv__msafd_poll((SOCKET) handle->peer_socket, in uv__fast_poll_submit_poll_req()
131 if (result != 0 && WSAGetLastError() != WSA_IO_PENDING) { in uv__fast_poll_submit_poll_req()
540 int result; in uv__poll_close() local
563 result = uv__msafd_poll(handle->socket, in uv__poll_close()
568 if (result == SOCKET_ERROR) { in uv__poll_close()
H A Dcore.c764 int result; in uv__getsockpeername() local
767 result = uv_fileno(handle, &fd); in uv__getsockpeername()
768 if (result != 0) in uv__getsockpeername()
769 return result; in uv__getsockpeername()
774 result = func((SOCKET) fd, name, namelen); in uv__getsockpeername()
775 if (result != 0) in uv__getsockpeername()
/third_party/lzma/CPP/7zip/Common/
H A DLimitedStreams.cpp17 HRESULT result = S_OK; in Read() local
20 result = _stream->Read(data, size, &realProcessedSize); in Read()
27 return result; in Read()
241 HRESULT result = S_OK; in Write() local
258 result = _stream->Write(data, size, &size); in Write()
262 return result; in Write()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c554 * turn the result into: in fixup_load_uniform_instr()
616 nir_ssa_def *result = in ir3_nir_lower_load_const_instr() local
623 result = nir_bitcast_vector(b, result, 16); in ir3_nir_lower_load_const_instr()
624 result = nir_trim_vector(b, result, instr->num_components); in ir3_nir_lower_load_const_instr()
627 return result; in ir3_nir_lower_load_const_instr()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c379 VkResult result = VKSCR(CreateGraphicsPipelines)(screen->dev, prog->base.pipeline_cache, in zink_create_gfx_pipeline() local
381 if (result != VK_SUCCESS) { in zink_create_gfx_pipeline()
382 mesa_loge("ZINK: vkCreateGraphicsPipelines failed (%s)", vk_Result_to_str(result)); in zink_create_gfx_pipeline()
421 VkResult result = VKSCR(CreateComputePipelines)(screen->dev, comp->base.pipeline_cache, in zink_create_compute_pipeline() local
423 if (result != VK_SUCCESS) { in zink_create_compute_pipeline()
424 mesa_loge("ZINK: vkCreateComputePipelines failed (%s)", vk_Result_to_str(result)); in zink_create_compute_pipeline()
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py27 result = self.func(*args)
28 self.cache[args] = result
29 return result
509 result = []
515 result.append(item)
516 return result
H A D__init__.py154 result = gyp.input.Load( variable
165 return [generator] + result
174 result = {}
184 result[tokens[0]] = token_value
187 result[tokens[0]] = True
188 return result
/third_party/node/deps/icu-small/source/common/
H A Drbbi_cache.cpp45 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t *statusIndex) { in following() argument
62 *result = r; in following()
72 *result = r; in following()
81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t *statusIndex) { in preceding() argument
99 *result = r; in preceding()
112 *result = r; in preceding()
631 // No space in circular buffer to hold a new preceding result while in populatePreceding()
/third_party/node/deps/icu-small/source/i18n/
H A Dstsearch.cpp289 StringSearch *result = new StringSearch(m_pattern_, m_text_, in safeClone() local
294 if (result == 0) { in safeClone()
298 result->setOffset(getOffset(), status); in safeClone()
299 result->setMatchStart(m_strsrch_->search->matchedIndex); in safeClone()
300 result->setMatchLength(m_strsrch_->search->matchedLength); in safeClone()
304 return result; in safeClone()
H A Dutrans.cpp201 UTransliterator* result =
204 return result;
501 char16_t* result, int32_t resultLength,
504 if ( (result==nullptr)? resultLength!=0: resultLength<0 ) {
510 res.setTo(result, 0, resultLength);
512 return res.extract(result, resultLength, *status);
H A Dplurfmt.cpp225 UnicodeString result; in format() local
226 return format(Formattable(number), number, result, fpos, status); in format()
232 UnicodeString result; in format() local
233 return format(Formattable(number), number, result, fpos, status); in format()
410 Formattable& /*result*/, in parseObject()
506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() argument
574 result.setString(keyword); in parseType()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py27 result = self.func(*args)
28 self.cache[args] = result
29 return result
503 result = []
509 result.append(item)
510 return result
H A D__init__.py157 result = gyp.input.Load( variable
168 return [generator] + result
177 result = {}
187 result[tokens[0]] = token_value
190 result[tokens[0]] = True
191 return result
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c273 bool wait, union pipe_query_result *result) in nv50_hw_get_query_result()
276 uint64_t *res64 = (uint64_t *)result; in nv50_hw_get_query_result()
277 uint32_t *res32 = (uint32_t *)result; in nv50_hw_get_query_result()
278 uint8_t *res8 = (uint8_t *)result; in nv50_hw_get_query_result()
283 return hq->funcs->get_query_result(nv50, hq, wait, result); in nv50_hw_get_query_result()
324 result->pipeline_statistics.cs_invocations = data64[i * 2] - data64[18 + i * 2]; in nv50_hw_get_query_result()
272 nv50_hw_get_query_result(struct nv50_context *nv50, struct nv50_query *q, bool wait, union pipe_query_result *result) nv50_hw_get_query_result() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dcompactdecimalformattest.cpp340 UnicodeString result; in TestFieldPosition() local
341 cdf->format(1234567.0, result, fp); in TestFieldPosition()
342 UnicodeString subString = result.tempSubString(fp.getBeginIndex(), fp.getEndIndex() - fp.getBeginIndex()); in TestFieldPosition()
556 CompactDecimalFormat* result = CompactDecimalFormat::createInstance(locale, style, status); in createCDFInstance() local
562 result->setMaximumSignificantDigits(2); in createCDFInstance()
563 return result; in createCDFInstance()
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c438 int result = 0, usr; in create_check_slinks() local
456 result |= check_symlink(&slink_info); in create_check_slinks()
459 return result; in create_check_slinks()
464 int result = 0, usr; in create_check_hlinks() local
486 result |= fail; in create_check_hlinks()
497 return result; in create_check_hlinks()
/third_party/node/deps/v8/src/date/
H A Ddate.cc448 DST* result = nullptr; in LeastRecentlyUsedDST() local
451 if (result == nullptr || result->last_used > dst_[i].last_used) { in LeastRecentlyUsedDST()
452 result = &dst_[i]; in LeastRecentlyUsedDST()
455 ClearSegment(result); in LeastRecentlyUsedDST()
456 return result; in LeastRecentlyUsedDST()

Completed in 32 milliseconds

1...<<571572573574575576577578579580>>...1040