Home
last modified time | relevance | path

Searched refs:result (Results 15951 - 15975 of 22829) sorted by relevance

1...<<631632633634635636637638639640>>...914

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationGermanTest.java134 private void doTest(char[] source, char[] target, int result){ in doTest() argument
142 reportCResult(s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result); in doTest()
H A DCollationSpanishTest.java101 private void doTest(char[] source, char[] target, int result) { in doTest() argument
109 reportCResult(s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result); in doTest()
H A DCollationTurkishTest.java107 private void doTest(char[] source, char[] target, int result) { in doTest() argument
115 reportCResult(s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result); in doTest()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DEraRules.java147 * When an era has no start date, the result will be January 1st in year
281 int[] result = {year, month, day}; in decodeDate()
282 return result; in decodeDate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIndianCalendar.java481 int result = (365 * y) in gregorianToJD()
488 return result - 1 + JULIAN_EPOCH; in gregorianToJD()
/third_party/icu/icu4c/source/i18n/
H A Dformattedval_impl.h273 const ImplType* result = HelperType::validate(uresult, *ec); \
275 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
H A Dolsontz.h104 * mode. The end result is that the 11 integers describing the rule
238 * @param result Receives the first transition after the base time.
241 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
248 * @param result Receives the most recent transition before the base time.
251 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
/third_party/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py61 result = render(driver_wrapper_template_filename, driver_jsoncontext)
66 out_file.write(result)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_atomics_to_ssbo.c174 nir_ssa_def *result = nir_iadd(b, &new_instr->dest.ssa, temp); in lower_instr() local
175 nir_ssa_def_rewrite_uses(&instr->dest.ssa, result); in lower_instr()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c234 VkResult result = lvp_pipe_sync_wait_locked(device, sync, wait_value, in lvp_pipe_sync_wait() local
239 return result; in lvp_pipe_sync_wait()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c208 xor_states(uint64_t *result, uint64_t a, uint64_t b) in xor_states() argument
210 *result = a ^ b; in xor_states()
/third_party/node/test/parallel/
H A Dtest-webstreams-abort-controller.js42 reader.read().then(common.mustCall((result) => {
43 assert.strictEqual(result.value, 'a');
/third_party/notofonts/scripts/
H A Dgather.py168 for result in results.values():
169 for family in result.get("families", {}).values():
/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h156 const T *result = next(index); in nextMutable() local
157 return const_cast<T *>(result); in nextMutable()
H A Demojiprops.cpp187 UStringTrieResult result = trie.next(s, length); in hasBinaryPropertyImpl() local
188 if (USTRINGTRIE_HAS_VALUE(result)) { in hasBinaryPropertyImpl()
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h44 * Due to the size of the histogram being the result of some reasonably
56 * @param result Output parameter to capture allocated histogram.
65 struct hdr_histogram** result);
76 * hdr_init(1, highest_trackable_value, significant_figures, result);
80 int hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c116 * Update a raster pos attribute from the vertex result if it's present,
123 GLuint result, GLuint defaultAttrib) in update_attrib()
126 const ubyte k = outputMapping[result]; in update_attrib()
120 update_attrib(struct gl_context *ctx, const ubyte *outputMapping, const struct vertex_header *vert, GLfloat *dest, GLuint result, GLuint defaultAttrib) update_attrib() argument
/third_party/mesa3d/src/mesa/x86/
H A Dcommon_x86.c239 GLuint result; in _mesa_get_x86_features() local
242 _mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu_vendor + 4)); in _mesa_get_x86_features()
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_impl.h276 const ImplType* result = HelperType::validate(uresult, *ec); \
278 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
H A Dolsontz.h104 * mode. The end result is that the 11 integers describing the rule
238 * @param result Receives the first transition after the base time.
241 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
248 * @param result Receives the most recent transition before the base time.
251 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c67 bool wait, union pipe_query_result *result) in nv50_get_query_result()
70 return q->funcs->get_query_result(nv50_context(pipe), q, wait, result); in nv50_get_query_result()
66 nv50_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, bool wait, union pipe_query_result *result) nv50_get_query_result() argument
/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.h153 Loop* result = &all_loops_.back(); in NewLoop() local
154 return result; in NewLoop()
/third_party/node/deps/v8/include/
H A Dv8-context.h363 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData() local
364 return Local<Value>(reinterpret_cast<Value*>(result)); in GetEmbedderData()
/third_party/node/deps/v8/src/bigint/
H A Dbigint-internal.cc24 Status result = status_; in get_and_clear_status() local
26 return result; in get_and_clear_status()
/third_party/node/deps/v8/src/objects/
H A Dcompressed-slots-inl.h94 Tagged_t result = in Release_CompareAndSwap() local
96 return Object(DecompressTaggedAny(address(), result)); in Release_CompareAndSwap()

Completed in 23 milliseconds

1...<<631632633634635636637638639640>>...914