Home
last modified time | relevance | path

Searched refs:result (Results 4676 - 4700 of 11613) sorted by relevance

1...<<181182183184185186187188189190>>...465

/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/icu-small/source/i18n/
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/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()
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dtest_acl.py41 result = False
42 while j < len(acl2) and result == False:
44 result = True
45 if result == False:
66 f = open('/tmp/acl-result-10000','w')
90 f = open('/tmp/acl-result-getfacl','w')
/third_party/ltp/testcases/realtime/func/sched_football/
H A Dsched_football.c162 int result; in main() local
206 result = referee(game_length); in main()
207 printf("Result: %s\n", result ? "FAIL" : "PASS"); in main()
208 return result; in main()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-dataview.cc100 Handle<JSObject> result; in BUILTIN() local
102 isolate, result, in BUILTIN()
104 Handle<JSDataView> data_view = Handle<JSDataView>::cast(result); in BUILTIN()
117 // The result object is not observable from JavaScript when steps 13 - 17 in BUILTIN()
161 return *result; in BUILTIN()
/third_party/node/deps/v8/src/base/
H A Dbits.cc92 // Compute the result as {int64_t}, then check for overflow. in SignedMulOverflow32()
93 int64_t result = int64_t{lhs} * int64_t{rhs}; in SignedMulOverflow32() local
94 *val = static_cast<int32_t>(result); in SignedMulOverflow32()
96 return result < limits::min() || result > limits::max(); in SignedMulOverflow32()
H A Doverflowing-math.h30 unsigned_type result = a_unsigned OP b_unsigned; \
31 return static_cast<signed_type>(result); \
44 uint32_t result = a_unsigned * b_unsigned; in MulWithWraparound() local
45 return static_cast<int16_t>(static_cast<uint16_t>(result)); in MulWithWraparound()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.h63 typename std::make_unsigned<T>::type result = 0; in ReverseBytes() local
65 result <<= 8; in ReverseBytes()
66 result |= bytes[permute_table[block_bytes_log2 - 1][i]]; in ReverseBytes()
68 return result; in ReverseBytes()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-openbsd.cc42 std::vector<SharedLibraryAddress> result; in GetSharedLibraryAddresses() local
47 if (fp == nullptr) return result; in GetSharedLibraryAddresses()
86 result.push_back(SharedLibraryAddress(lib_name, start, end)); in GetSharedLibraryAddresses()
98 return result; in GetSharedLibraryAddresses()
/third_party/node/deps/v8/src/libplatform/
H A Ddelayed-task-queue.cc57 std::unique_ptr<Task> result = std::move(task_queue_.front()); in GetNext() local
59 return result; in GetNext()
92 std::unique_ptr<Task> result = std::move(it->second); in PopTaskFromDelayedQueue()
94 return result; in PopTaskFromDelayedQueue()
/third_party/node/deps/v8/src/objects/
H A Dtemplate-objects.cc96 auto result = *result_handle; in New() local
97 result.set_slot_id(slot_id); in New()
98 result.set_template_object(*template_object); in New()
99 result.set_next(*next); in New()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc_perfmon.c139 union pipe_query_result *result) in perfmon_result()
158 result->u32 = sum; in perfmon_result()
161 result->u32 *= 8; in perfmon_result()
171 .result = perfmon_result,
138 perfmon_result(struct etna_acc_query *aq, void *buf, union pipe_query_result *result) perfmon_result() argument
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_remquo_test.cpp40 double result = remquo(15.0, 6.0, &quotient); in HWTEST_F() local
42 EXPECT_DOUBLE_EQ(3.0, result); in HWTEST_F()
106 double result = remquof(15.0f, 6.0f, &quotient); in HWTEST_F() local
108 EXPECT_DOUBLE_EQ(3.0, result); in HWTEST_F()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c102 union pipe_query_result *result) in occlusion_counter_accumulate_result()
105 result->u64 += n; in occlusion_counter_accumulate_result()
111 union pipe_query_result *result) in occlusion_predicate_accumulate_result()
114 result->b |= (n > 0); in occlusion_predicate_accumulate_result()
100 occlusion_counter_accumulate_result(struct fd_context *ctx, const void *start, const void *end, union pipe_query_result *result) occlusion_counter_accumulate_result() argument
109 occlusion_predicate_accumulate_result(struct fd_context *ctx, const void *start, const void *end, union pipe_query_result *result) occlusion_predicate_accumulate_result() argument
/third_party/musl/include/fortify/linux/
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/musl/libc-test/src/functionalext/fortify/
H A Dpoll.c105 int result = poll(buf, 1, 100); in poll_0030() local
109 EXPECT_EQ("poll_0030", result, 1); in poll_0030()
197 int result = ppoll(buf, 1, &ts, NULL); in ppoll_0030() local
201 EXPECT_EQ("ppoll_0030", result, 1); in ppoll_0030()

Completed in 11 milliseconds

1...<<181182183184185186187188189190>>...465