/third_party/icu/icu4c/source/i18n/ |
H A D | csmatch.cpp | 64 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 D | benchmark-queue-work.c | 27 static unsigned result; variable 36 req->data = &result; in work_cb()
|
/third_party/libwebsockets/lib/misc/ |
H A D | prng.c | 40 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 D | platform_util.h | 82 * 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 D | OffsetStream.cpp | 28 const HRESULT result = _stream->Seek(offset, seekOrigin, &absoluteNewPosition);
in Seek() local 31 return result;
in Seek()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_crypto_internal.h | 93 * @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 D | jerry_client_serial.py | 53 result = select.select([self.ser.fileno()], [], [], 0)[0] 55 return self.ser.fileno() in result
|
H A D | jerry_client_tcp.py | 49 result = select.select([self.socket], [], [], 0)[0] 51 return self.socket in result
|
/third_party/node/test/parallel/ |
H A D | test-fs-readSync-optional-params.js | 15 const result = fs.readSync(fd, defaultBuffer, options); 16 assert.strictEqual(result, expected.length);
|
H A D | test-inspector-multisession-js.js | 41 }, (error, result) => { 42 return error ? reject(error) : resolve(result);
|
H A D | test-vm-static-this.js | 28 const result = vm.runInThisContext('\'passed\';'); 29 assert.strictEqual(result, 'passed');
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | sequence.py | 49 def result_for(self, test, result): 59 self._send_result(test, result)
|
/third_party/node/src/ |
H A D | inspector_profiler.cc | 70 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 D | compactdecimalformat.h | 48 * 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 D | numparse_currency.h | 40 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override; 65 bool matchCurrency(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
|
H A D | rbt_set.h | 143 * @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 D | csmatch.cpp | 64 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 D | pluralranges.h | 44 StandardPlural::Form result); 53 StandardPlural::Form result; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 17-3.c | 33 int policy, result; in main() local 58 result = sched_setscheduler(0, SCHED_SPORADIC, ¶m); in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.h | 51 * - 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 D | i915_query.c | 71 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 D | lima_query.c | 30 * 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 D | etnaviv_query_acc.h | 43 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 D | fortify_fgets_chk_test.cpp | 30 int result = strcmp(content, "this is a test\n"); in HWTEST_F() local 31 EXPECT_EQ(0, result); in HWTEST_F()
|
H A D | fortify_strcat_chk_test.cpp | 28 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
|