Home
last modified time | relevance | path

Searched refs:result (Results 6376 - 6400 of 11561) sorted by relevance

1...<<251252253254255256257258259260>>...463

/third_party/icu/icu4c/source/i18n/
H A Dcsmatch.cpp64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars() local
68 return result; in getUChars()
/third_party/libuv/test/
H A Dbenchmark-queue-work.c27 static unsigned result; variable
36 req->data = &result; in work_cb()
/third_party/libwebsockets/lib/misc/
H A Dprng.c40 uint64_t const result = rol64(s[1] * 5, 7) * 9; in lws_xos() local
51 return result; in lws_xos()
/third_party/mbedtls/include/mbedtls/
H A Dplatform_util.h82 * and will result in a compile-time warning if #MBEDTLS_CHECK_RETURN
99 * applications. Omitting the check will result in a compile-time warning if
137 /* GCC doesn't silence the warning with just (void)(result).
138 * (void)!(result) is known to work up at least up to GCC 10, as well
142 * https://stackoverflow.com/questions/40576003/ignoring-warning-wunused-result
145 #define MBEDTLS_IGNORE_RETURN(result) ((void) !(result))
/third_party/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp28 const HRESULT result = _stream->Seek(offset, seekOrigin, &absoluteNewPosition); in Seek() local
31 return result; in Seek()
/third_party/libcoap/include/coap3/
H A Dcoap_crypto_internal.h93 * @param result Where to put the encrypted data.
94 * @param max_result_len The maximum size for @p result
102 uint8_t *result,
111 * @param result Where to put the decrypted data.
112 * @param max_result_len The maximum size for @p result
120 uint8_t *result,
129 * @param hmac Where to put the created hmac result if successful.
145 * @param hash Where to put the hash result if successful.
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py53 result = select.select([self.ser.fileno()], [], [], 0)[0]
55 return self.ser.fileno() in result
H A Djerry_client_tcp.py49 result = select.select([self.socket], [], [], 0)[0]
51 return self.socket in result
/third_party/node/test/parallel/
H A Dtest-fs-readSync-optional-params.js15 const result = fs.readSync(fd, defaultBuffer, options);
16 assert.strictEqual(result, expected.length);
H A Dtest-inspector-multisession-js.js41 }, (error, result) => {
42 return error ? reject(error) : resolve(result);
H A Dtest-vm-static-this.js28 const result = vm.runInThisContext('\'passed\';');
29 assert.strictEqual(result, 'passed');
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dsequence.py49 def result_for(self, test, result):
59 self._send_result(test, result)
/third_party/node/src/
H A Dinspector_profiler.cc70 Local<String> result) {
71 int ret = WriteFileSync(env->isolate(), path, result);
78 Debug(env, DebugCategory::INSPECTOR_PROFILER, "Written result to %s\n", path);
110 fprintf(stderr, "Failed to parse %s profile result as JSON object\n", type);
137 // Get message.result from the response.
139 if (!response->Get(context, FIXED_ONE_BYTE_STRING(isolate, "result"))
141 fprintf(stderr, "Failed to get 'result' from %s profile response\n", type);
147 stderr, "'result' from %s profile response is not an object\n", type);
181 void V8ProfilerConnection::WriteProfile(Local<Object> result) { argument
186 if (!GetProfile(result)
68 WriteResult(Environment* env, const char* path, Local<String> result) global() argument
210 WriteProfile(Local<Object> result) global() argument
275 GetProfile(Local<Object> result) global() argument
316 GetProfile(Local<Object> result) global() argument
360 GetProfile(Local<Object> result) global() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcompactdecimalformat.h48 * the result will be short for supported languages. However, the result may
55 * setMaximumFractionDigits), then result may be wider.
103 * result and should delete it when done.
116 * @param result Does not change.
121 void parse(const UnicodeString& text, Formattable& result,
129 * @param result Does not change.
133 void parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const override;
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_currency.h40 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
65 bool matchCurrency(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
H A Drbt_set.h143 * @param result string to receive the rule strings. Current
146 * @return A reference to 'result'.
148 virtual UnicodeString& toRules(UnicodeString& result,
155 UnicodeSet& getSourceTargetSet(UnicodeSet& result,
H A Dcsmatch.cpp64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars() local
68 return result; in getUChars()
H A Dpluralranges.h44 StandardPlural::Form result);
53 StandardPlural::Form result; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D17-3.c33 int policy, result; in main() local
58 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h51 * - each query object has it's own result buffer, which may
68 void (*result)(struct fd_acc_query *aq, void *buf, member
69 union pipe_query_result *result);
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c71 uint64_t *result = (uint64_t *)vresult; in i915_get_query_result() local
74 *result = 512 * 1024 * 1024; in i915_get_query_result()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_query.c30 * as the result of all our queries.
73 uint64_t *result = &vresult->u64; in lima_get_query_result() local
75 *result = 0; in lima_get_query_result()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.h43 bool (*result)(struct etna_acc_query *aq, void *buf, member
44 union pipe_query_result *result);
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_fgets_chk_test.cpp30 int result = strcmp(content, "this is a test\n"); in HWTEST_F() local
31 EXPECT_EQ(0, result); in HWTEST_F()
H A Dfortify_strcat_chk_test.cpp28 char* result = __strcat_chk(src, "aaaaa", sizeof(src)); in HWTEST_F() local
29 EXPECT_STREQ("aaaaaa", result); in HWTEST_F()
50 * @tc.desc: Verify whether the __strcat_chk can correctly process the result and avoid buffer overflow if the specified

Completed in 12 milliseconds

1...<<251252253254255256257258259260>>...463