/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationGermanTest.java | 134 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 D | CollationSpanishTest.java | 101 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 D | CollationTurkishTest.java | 107 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 D | EraRules.java | 147 * 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 D | IndianCalendar.java | 481 int result = (365 * y) in gregorianToJD() 488 return result - 1 + JULIAN_EPOCH; in gregorianToJD()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | formattedval_impl.h | 273 const ImplType* result = HelperType::validate(uresult, *ec); \ 275 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
|
H A D | olsontz.h | 104 * 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 D | generate_driver_wrappers.py | 61 result = render(driver_wrapper_template_filename, driver_jsoncontext) 66 out_file.write(result)
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_atomics_to_ssbo.c | 174 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 D | lvp_pipe_sync.c | 234 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 D | svga_state.c | 208 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 D | test-webstreams-abort-controller.js | 42 reader.read().then(common.mustCall((result) => { 43 assert.strictEqual(result.value, 'a');
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 168 for result in results.values(): 169 for family in result.get("families", {}).values():
|
/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.h | 156 const T *result = next(index); in nextMutable() local 157 return const_cast<T *>(result); in nextMutable()
|
H A D | emojiprops.cpp | 187 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 D | hdr_histogram.h | 44 * 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 D | st_cb_rasterpos.c | 116 * 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 D | common_x86.c | 239 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 D | formattedval_impl.h | 276 const ImplType* result = HelperType::validate(uresult, *ec); \ 278 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
|
H A D | olsontz.h | 104 * 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 D | nv50_query.c | 67 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 D | loop-analysis.h | 153 Loop* result = &all_loops_.back(); in NewLoop() local 154 return result; in NewLoop()
|
/third_party/node/deps/v8/include/ |
H A D | v8-context.h | 363 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 D | bigint-internal.cc | 24 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 D | compressed-slots-inl.h | 94 Tagged_t result = in Release_CompareAndSwap() local 96 return Object(DecompressTaggedAny(address(), result)); in Release_CompareAndSwap()
|