Home
last modified time | relevance | path

Searched refs:result (Results 7351 - 7375 of 19589) sorted by relevance

1...<<291292293294295296297298299300>>...784

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-symbol.c163 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 Djerry_client_websocket.py76 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 Djerry-module-test.c55 /* 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 Dv3d_query_pipe.c27 * 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 Dcli_table.js77 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 Dtest_null.c9 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 Dtest-vm-global-property-interceptors.js33 const result = vm.runInContext(`
35 const result = {
44 result;
48 assert.deepEqual(result, {
/third_party/node/deps/v8/src/wasm/
H A Dcanonical-types.h91 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 Dutilities.h32 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 Dsancov_formatter_test.py188 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 Dstdio.h116 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 Druleiter.cpp113 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 Drbt.cpp239 // 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 Dnfrs.h52 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 Dzrule.h189 * @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 Dindex.js20 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 Dindex.js76 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 Dindex.js84 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 Dbundle.js20 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 Dhelpers.js20 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 Dregular-expressions.js20 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 Dsigstore.js20 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 Dzrule.h189 * @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 Ddriver.sh83 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 Dovercommit_memory.c173 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()

Completed in 14 milliseconds

1...<<291292293294295296297298299300>>...784