/third_party/icu/icu4c/source/common/unicode/ |
H A D | simpleformatter.h | 50 * 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 D | nfrule.h | 78 Formattable& result) const; 82 void _appendRuleText(UnicodeString& result) const;
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | IFileExtractCallback.h | 85 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 D | oscore_cbor.h | 133 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 D | generate_bignum_tests.py | 154 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 D | heaplimit_measure.py | 114 result = heap_limit(options) 115 print(json.dumps(result, indent=4))
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
H A D | re-compiler.c | 131 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 D | test-resource-name.cpp | 82 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 D | symbol-search.js | 92 throw "abrupt exec result" 97 assert (e === "abrupt exec result"); 142 var result = { 147 return result;
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_scratch.c | 80 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 D | main.c | 70 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 D | crypto_keygen.cc | 92 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 D | compare-table-gen.js | 26 var result = matrix(); 29 assertEquals(expected[i][j], result[i][j]);
|
/third_party/node/test/parallel/ |
H A D | test-cluster-message.js | 83 const check = (type, result) => { 85 checks[type].correct = result;
|
H A D | test-http-incoming-matchKnownFields.js | 6 function checkDest(field, result, value) { 14 assert.deepStrictEqual(dest, result);
|
H A D | test-tls-sni-option.js | 159 const result = client.authorizationError && 161 assert.strictEqual(result, clientResult);
|
/third_party/node/test/pummel/ |
H A D | test-crypto-timing-safe-equal-benchmarks.js | 18 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 D | test-http-econnrefused.js | 70 function afterPing(result) { 71 responses.push(result);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | local-decl-encoder.cc | 52 uint32_t result = in AddLocals() local 60 return result; in AddLocals()
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | differential_fuzz_library.js | 60 const result = map.call(array, (value, index, array) => { 64 return `[${join.call(result, ", ")}]`;
|
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | debug-helper.h | 200 v8::debug_helper::ObjectPropertiesResult* result); 205 v8::debug_helper::StackFrameResult* result);
|
/third_party/node/deps/v8/tools/wasm/ |
H A D | wasm-import-profiler.js | 25 var result = orig_func(...args); 30 return result;
|
/third_party/node/test/addons/new-isolate-addon/ |
H A D | binding.cc | 53 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 D | base64.any.js | 156 const result = globalThis.atob(input); 158 assert_equals(result.charCodeAt(ii), output[ii]);
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | fortify.h | 73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result)
|