Home
last modified time | relevance | path

Searched refs:result (Results 13801 - 13825 of 23118) sorted by relevance

1...<<551552553554555556557558559560>>...925

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIntTrie.java228 boolean result = super.equals(other); in equals()
229 if (result && other instanceof IntTrie) { in equals()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DDateTimeFormatterFactory.java95 String result = icuFormatter.format(toFormat); in format()
96 return new FormattedPlaceholder(toFormat, new PlainStringFormattedValue(result)); in format()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DLotusCollationKoreanTest.java64 private void doTest( char[] source, char[] target, int result) { in doTest() argument
72 reportCResult( s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result ); in doTest()
/third_party/alsa-lib/include/
H A Dseq_event.h47 /** returned result status; event data type = #snd_seq_result_t */
272 int result; /**< status */ member
306 snd_seq_result_t result; /**< operation result code */ member
/third_party/icu/tools/multi/proj/provider/glue/
H A Doicu.h69 uint8_t *result,
103 UChar* result,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DGrouper.java84 String result = resource.getStringWithFallback("NumberElements/minimumGroupingDigits"); in getMinGroupingForLocale()
85 return Short.valueOf(result); in getMinGroupingForLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCharTrie.java220 boolean result = super.equals(other); in equals()
221 if (result && other instanceof CharTrie) { in equals()
H A DIntTrie.java229 boolean result = super.equals(other); in equals()
230 if (result && other instanceof IntTrie) { in equals()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DLotusCollationKoreanTest.java67 private void doTest( char[] source, char[] target, int result) { in doTest() argument
75 reportCResult( s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result ); in doTest()
/third_party/icu/icu4c/source/common/
H A Duset_props.cpp132 UChar* result, int32_t resultCapacity, in uset_toPattern()
137 return pat.extract(result, resultCapacity, *ec); in uset_toPattern()
131 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument
/third_party/icu/icu4c/source/i18n/
H A Dformat.cpp107 // Formats the obj and append the result in the buffer, toAppendTo.
140 // result object. Checks the parse position for errors.
144 Formattable& result, in parseObject()
150 parseObject(source, result, parsePosition); in parseObject()
143 parseObject(const UnicodeString& source, Formattable& result, UErrorCode& status) const parseObject() argument
H A Dnfrule.h78 Formattable& result) const;
82 void _appendRuleText(UnicodeString& result) const;
/third_party/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h50 * UnicodeString result;
53 * fmt.format("england", "paul", result, errorCode);
240 * Formats the given values, replacing the contents of the result string.
241 * May optimize by actually appending to the result if it is the same object
245 * An argument value may be the same object as result.
249 * @param result Gets its contents replaced by the formatted pattern and values.
257 * @return result
262 UnicodeString &result,
329 UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue,
/third_party/lzma/CPP/7zip/UI/Common/
H A DIFileExtractCallback.h85 virtual HRESULT OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name, HRESULT result) px \
87 virtual HRESULT ExtractResult(HRESULT result) px \
/third_party/libcoap/include/oscore/
H A Doscore_cbor.h133 uint8_t **result, size_t *len);
136 * strips the value of the cbor element into result
140 uint8_t **result, size_t *len);
/third_party/mbedtls/tests/scripts/
H A Dgenerate_bignum_tests.py154 def result(self) -> List[str]: member in BignumCmp
187 return "" # obviously positive result or 0
189 return "" # obviously negative result or 0
190 # The sign of the result is not obvious, so indicate it
191 return ", result{}0".format('>' if self._result > 0 else
194 def result(self) -> List[str]: member in BignumAdd
/third_party/jerryscript/tools/
H A Dheaplimit_measure.py114 result = heap_limit(options)
115 print(json.dumps(result, indent=4))
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-compiler.c131 ecma_value_t result = re_parse_alternative (&re_ctx, true); in re_compile_bytecode() local
135 if (ECMA_IS_VALUE_ERROR (result)) in re_compile_bytecode()
/third_party/jerryscript/tests/unit-core/
H A Dtest-resource-name.cpp82 jerry_value_t result = jerry_set_property (global, name, func); in HWTEST_F() local
83 jerry_release_value (result); in HWTEST_F()
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-search.js92 throw "abrupt exec result"
97 assert (e === "abrupt exec result");
142 var result = {
147 return result;
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_scratch.c80 nir_ssa_def *result = nir_vec(b, chans, instr->num_components); in v3d_nir_lower_load_scratch() local
81 nir_ssa_def_rewrite_uses(&instr->dest.ssa, result); in v3d_nir_lower_load_scratch()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
H A Dmain.c70 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main() local
199 return result; in main()
/third_party/node/src/crypto/
H A Dcrypto_keygen.cc92 Local<Value>* result) { in EncodeKey()
96 return Just(KeyObjectHandle::Create(env, data).ToLocal(result)); in EncodeKey()
89 EncodeKey( Environment* env, SecretKeyGenConfig* params, Local<Value>* result) EncodeKey() argument
/third_party/node/deps/v8/tools/
H A Dcompare-table-gen.js26 var result = matrix();
29 assertEquals(expected[i][j], result[i][j]);
/third_party/node/test/parallel/
H A Dtest-cluster-message.js83 const check = (type, result) => {
85 checks[type].correct = result;

Completed in 18 milliseconds

1...<<551552553554555556557558559560>>...925