/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-symbol.c | 163 jmem_cpointer_t result; in ecma_builtin_symbol_for_helper() local 164 JMEM_CP_SET_NON_NULL_POINTER (result, new_symbol_p); in ecma_builtin_symbol_for_helper() 168 *empty_cpointer_p = result; in ecma_builtin_symbol_for_helper() 175 new_item_p->values[0] = result; in ecma_builtin_symbol_for_helper()
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_websocket.py | 76 result = self.data_buffer[2:len_expected] 79 return result 121 result = self.data_buffer[2:size + 2] 123 return result
|
/third_party/jerryscript/tests/unit-ext/module/ |
H A D | jerry-module-test.c | 55 /* Make sure the result of a module load is cached. */ 63 /* Make sure the result of a module load is removed from the cache. */ 86 jerry_value_t *result) in resolve_differently_handled_module() 94 (*result) = jerry_create_number (29); in resolve_differently_handled_module() 113 jerry_value_t *result) in cache_check() 121 (*result) = jerry_create_object (); in cache_check() 85 resolve_differently_handled_module(const jerry_value_t name, jerry_value_t *result) resolve_differently_handled_module() argument 112 cache_check(const jerry_value_t name, jerry_value_t *result) cache_check() argument
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_query_pipe.c | 27 * The HW has native support for occlusion queries, with the query result 143 uint32_t result = 0; in v3d_get_query_result_pipe() local 158 result = *map; in v3d_get_query_result_pipe() 165 vresult->u64 = result; in v3d_get_query_result_pipe() 169 vresult->b = result != 0; in v3d_get_query_result_pipe()
|
/third_party/node/lib/internal/ |
H A D | cli_table.js | 77 let result = tableChars.topLeft + 86 result += `${renderRow(row, columnWidths)}\n`; 88 result += tableChars.bottomLeft + 92 return result;
|
/third_party/node/test/js-native-api/test_conversions/ |
H A D | test_null.c | 9 output_type result; \ 16 api(NULL, return_value, &result)); \ 17 api(env, NULL, &result); \ 21 api(env, return_value, &result); \
|
/third_party/node/test/parallel/ |
H A D | test-vm-global-property-interceptors.js | 33 const result = vm.runInContext(` 35 const result = { 44 result; 48 assert.deepEqual(result, {
|
/third_party/node/deps/v8/src/wasm/ |
H A D | canonical-types.h | 91 size_t result = 0; in hash_value() local 93 result = base::hash_combine(result, type.hash_value()); in hash_value() 95 return result; in hash_value()
|
/third_party/node/deps/v8/tools/v8windbg/base/ |
H A D | utilities.h | 32 std::u16string result{p_buff}; in ConvertToU16String() 35 return result; in ConvertToU16String() 48 HRESULT UnboxProperty(IModelObject* object, IModelPropertyAccessor** result); 51 IModelObject** result);
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter_test.py | 188 result = sancov_formatter.process_symbolizer_output( 190 self.assertEquals(EXPECTED_PROCESSED_OUTPUT, result) 193 result = sancov_formatter.merge_instrumented_line_results( 195 self.assertEquals(EXPECTED_INSTRUMENTED_LINES_DATA, result)
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | stdio.h | 116 int result = __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, va_l); variable 118 return result; 127 int result = __builtin___vsnprintf_chk(dest, size, 0, __DIAGNOSE_BOS(dest), format, va_l); variable 129 return result;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ruleiter.cpp | 113 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { in lookahead() argument 118 buf->extract(bufPos, maxLookAhead, result); in lookahead() 120 text.extract(pos.getIndex(), maxLookAhead, result); in lookahead() 122 return result; in lookahead() 130 UnicodeString& RuleCharacterIterator::toString(UnicodeString& result) const { 132 text.extract(0, b, result); 133 return result.append((char16_t) 0x7C).append(text, b, 0x7FFFFFFF); // Insert '|' at index
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt.cpp | 239 // A Complication: compound transliterators can result in recursive entries to this in handleTransliterate() 294 void RuleBasedTransliterator::handleGetSourceSet(UnicodeSet& result) const { in handleGetSourceSet() 295 fData->ruleSet.getSourceTargetSet(result, false); in handleGetSourceSet() 301 UnicodeSet& RuleBasedTransliterator::getTargetSet(UnicodeSet& result) const { in getTargetSet() 302 return fData->ruleSet.getSourceTargetSet(result, true); in getTargetSet()
|
H A D | nfrs.h | 52 void getName(UnicodeString& result) const { result.setTo(name); } in getName() 58 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const; 60 void appendRules(UnicodeString& result) const; // toString
|
H A D | zrule.h | 189 * @param result Receives the very first time when this rule takes effect. 191 * "result" is unchanged. 195 UDate& result); 204 * @param result Receives the final time when this rule takes effect. 206 * "result" is unchanged. 210 UDate& result); 221 * @param result Receives The first time when this rule takes effect after 224 * "result" is unchanged. 228 int32_t prevDSTSavings, UBool inclusive, UDate& result); 239 * @param result Receive [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/ |
H A D | index.js | 20 var result = {}; 21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); 22 __setModuleDefault(result, mod); 23 return result;
|
/third_party/node/deps/npm/node_modules/foreground-child/dist/cjs/ |
H A D | index.js | 76 const result = cleanup(code, signal); 77 const res = isPromise(result) ? await result : result;
|
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/ |
H A D | index.js | 84 const result = template(options) 85 return options.noGitPlus && result.startsWith('git+') ? result.slice(4) : result
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/ |
H A D | bundle.js | 20 var result = {}; 21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); 22 __setModuleDefault(result, mod); 23 return result;
|
/third_party/node/deps/npm/node_modules/agent-base/dist/ |
H A D | helpers.js | 20 var result = {}; 21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); 22 __setModuleDefault(result, mod); 23 return result;
|
/third_party/node/deps/npm/node_modules/ip-address/dist/v6/ |
H A D | regular-expressions.js | 20 var result = {}; 21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); 22 __setModuleDefault(result, mod); 23 return result;
|
/third_party/node/deps/npm/node_modules/sigstore/dist/ |
H A D | sigstore.js | 20 var result = {}; 21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); 22 __setModuleDefault(result, mod); 23 return result;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | zrule.h | 189 * @param result Receives the very first time when this rule takes effect. 191 * "result" is unchanged. 195 UDate& result); 204 * @param result Receives the final time when this rule takes effect. 206 * "result" is unchanged. 210 UDate& result); 221 * @param result Receives The first time when this rule takes effect after 224 * "result" is unchanged. 228 int32_t prevDSTSavings, UBool inclusive, UDate& result); 239 * @param result Receive [all...] |
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/ |
H A D | driver.sh | 83 echo -e "\n$this_case:" | tee -a $RDIR/result 91 trigger 2>$err_log | tee -a $RDIR/result 95 get_result 2>$err_log | tee -a $RDIR/result 97 $CDIR/$case_sh verify 2>$err_log | tee -a $RDIR/result
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
H A D | overcommit_memory.c | 173 int result; in alloc_and_check() local 176 result = heavy_malloc(size); in alloc_and_check() 180 if (result == 0) in alloc_and_check() 186 if (result != 0) in alloc_and_check()
|