Home
last modified time | relevance | path

Searched refs:result (Results 10001 - 10025 of 16678) sorted by relevance

1...<<401402403404405406407408409410>>...668

/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/icu/icu4c/source/i18n/
H A Dnfrule.h78 Formattable& result) const;
82 void _appendRuleText(UnicodeString& result) const;
/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;
H A Dtest-http-incoming-matchKnownFields.js6 function checkDest(field, result, value) {
14 assert.deepStrictEqual(dest, result);
H A Dtest-tls-sni-option.js159 const result = client.authorizationError &&
161 assert.strictEqual(result, clientResult);
/third_party/node/test/pummel/
H A Dtest-crypto-timing-safe-equal-benchmarks.js18 const result = compareFunc(firstBuffer, secondBuffer);
21 // Ensure that the result of the function call gets used, so it doesn't
23 assert.strictEqual(result, firstBufFill === secondBufFill);
98 // i.e. If a given comparison function is indeed timing-safe, the t-test result
/third_party/node/test/sequential/
H A Dtest-http-econnrefused.js70 function afterPing(result) {
71 responses.push(result);
/third_party/node/deps/v8/src/wasm/
H A Dlocal-decl-encoder.cc52 uint32_t result = in AddLocals() local
60 return result; in AddLocals()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Ddifferential_fuzz_library.js60 const result = map.call(array, (value, index, array) => {
64 return `[${join.call(result, ", ")}]`;
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper.h200 v8::debug_helper::ObjectPropertiesResult* result);
205 v8::debug_helper::StackFrameResult* result);
/third_party/node/deps/v8/tools/wasm/
H A Dwasm-import-profiler.js25 var result = orig_func(...args);
30 return result;
/third_party/node/test/addons/new-isolate-addon/
H A Dbinding.cc53 auto result = setup->context()->Global()->Set( in RunInSeparateIsolate() local
57 assert(!result.IsNothing()); in RunInSeparateIsolate()
/third_party/node/test/fixtures/wpt/html/webappapis/atob/
H A Dbase64.any.js156 const result = globalThis.atob(input);
158 assert_equals(result.charCodeAt(ii), output[ii]);
/third_party/musl/porting/linux/user/include/fortify/
H A Dfortify.h73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result)

Completed in 14 milliseconds

1...<<401402403404405406407408409410>>...668