/third_party/node/deps/icu-small/source/common/ |
H A D | emojiprops.cpp | 187 UStringTrieResult result = trie.next(s, length); in hasBinaryPropertyImpl() local 188 if (USTRINGTRIE_HAS_VALUE(result)) { in hasBinaryPropertyImpl()
|
/third_party/node/deps/histogram/include/hdr/ |
H A D | hdr_histogram.h | 44 * Due to the size of the histogram being the result of some reasonably 56 * @param result Output parameter to capture allocated histogram. 65 struct hdr_histogram** result); 76 * hdr_init(1, highest_trackable_value, significant_figures, result); 80 int hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_rasterpos.c | 116 * Update a raster pos attribute from the vertex result if it's present, 123 GLuint result, GLuint defaultAttrib) in update_attrib() 126 const ubyte k = outputMapping[result]; in update_attrib() 120 update_attrib(struct gl_context *ctx, const ubyte *outputMapping, const struct vertex_header *vert, GLfloat *dest, GLuint result, GLuint defaultAttrib) update_attrib() argument
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | common_x86.c | 239 GLuint result; in _mesa_get_x86_features() local 242 _mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu_vendor + 4)); in _mesa_get_x86_features()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formattedval_impl.h | 276 const ImplType* result = HelperType::validate(uresult, *ec); \ 278 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
|
H A D | olsontz.h | 104 * mode. The end result is that the 11 integers describing the rule 238 * @param result Receives the first transition after the base time. 241 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override; 248 * @param result Receives the most recent transition before the base time. 251 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query.c | 67 bool wait, union pipe_query_result *result) in nv50_get_query_result() 70 return q->funcs->get_query_result(nv50_context(pipe), q, wait, result); in nv50_get_query_result() 66 nv50_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, bool wait, union pipe_query_result *result) nv50_get_query_result() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-analysis.h | 153 Loop* result = &all_loops_.back(); in NewLoop() local 154 return result; in NewLoop()
|
/third_party/node/deps/v8/include/ |
H A D | v8-context.h | 363 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData() local 364 return Local<Value>(reinterpret_cast<Value*>(result)); in GetEmbedderData()
|
/third_party/node/deps/v8/src/bigint/ |
H A D | bigint-internal.cc | 24 Status result = status_; in get_and_clear_status() local 26 return result; in get_and_clear_status()
|
/third_party/node/deps/v8/src/objects/ |
H A D | compressed-slots-inl.h | 94 Tagged_t result = in Release_CompareAndSwap() local 96 return Object(DecompressTaggedAny(address(), result)); in Release_CompareAndSwap()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | strings-storage.cc | 49 const char* result = GetVFormatted(format, args); in GetFormatted() local 51 return result; in GetFormatted()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_log.c | 354 VkResult result = __vk_errorv(_obj, error, file, line, format, va); in __vk_errorf() local 357 return result; in __vk_errorf()
|
H A D | vk_physical_device.c | 221 VkResult result = in vk_common_GetPhysicalDeviceImageFormatProperties() local 226 return result; in vk_common_GetPhysicalDeviceImageFormatProperties()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.c | 206 void *result, enum rbug_shader_type type) in rbug_shader_create() 211 rb_shader->shader = result; in rbug_shader_create() 204 rbug_shader_create(struct rbug_context *rb_context, const struct pipe_shader_state *state, void *result, enum rbug_shader_type type) rbug_shader_create() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | ns_parse.c | 34 int result; member 222 EXPECT_EQ("ns_skiprr_0100", ret, test_data[i].result); in ns_skiprr_0100()
|
H A D | send.c | 140 int result = send(clnFd, NULL, sizeof(buf), 0); in SampleClientNullTask() local 141 EXPECT_EQ("send_0200", result, -1); in SampleClientNullTask()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | timer_test.cpp | 158 int result = timer_create(CLOCK_REALTIME, &sev, &timerid); in HWTEST_F() local 159 EXPECT_EQ(result, 0); in HWTEST_F()
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | CommandLineMain.java | 169 recipeToNumbers.get(recipe).forEach(result -> System.out.println("\t" + result)); in printUsedRecipes()
|
/third_party/openssl/test/ |
H A D | ssl_test_ctx_test.c | 157 return result; in test_empty_configuration() 201 return result; in test_good_configuration()
|
H A D | rsa_test.c | 364 const int result = rsa_security_bits_cases[n].r; in test_rsa_security_bit() local 387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
|
/third_party/openssl/test/ssl-tests/ |
H A D | protocol_version.pm | 153 my ($result, $protocol) = 170 "ExpectedResult" => $result,
|
/third_party/python/Lib/test/ |
H A D | test__osx_support.py | 322 result = _osx_support.get_platform_osx(config_vars, ' ', ' ', ' ') 323 self.assertEqual(('macosx', '10.6', 'fat'), result)
|
/third_party/python/Lib/ |
H A D | reprlib.py | 21 result = user_function(self) 24 return result
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_outwin.py | 46 w.get_saved.result = False 50 w.get_saved.result = True
|