Home
last modified time | relevance | path

Searched refs:result (Results 7976 - 8000 of 10825) sorted by relevance

1...<<311312313314315316317318319320>>...433

/third_party/node/deps/icu-small/source/common/
H A Demojiprops.cpp187 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 Dhdr_histogram.h44 * 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 Dst_cb_rasterpos.c116 * 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 Dcommon_x86.c239 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 Dformattedval_impl.h276 const ImplType* result = HelperType::validate(uresult, *ec); \
278 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
H A Dolsontz.h104 * 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 Dnv50_query.c67 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 Dloop-analysis.h153 Loop* result = &all_loops_.back(); in NewLoop() local
154 return result; in NewLoop()
/third_party/node/deps/v8/include/
H A Dv8-context.h363 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 Dbigint-internal.cc24 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 Dcompressed-slots-inl.h94 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 Dstrings-storage.cc49 const char* result = GetVFormatted(format, args); in GetFormatted() local
51 return result; in GetFormatted()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_log.c354 VkResult result = __vk_errorv(_obj, error, file, line, format, va); in __vk_errorf() local
357 return result; in __vk_errorf()
H A Dvk_physical_device.c221 VkResult result = in vk_common_GetPhysicalDeviceImageFormatProperties() local
226 return result; in vk_common_GetPhysicalDeviceImageFormatProperties()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c206 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 Dns_parse.c34 int result; member
222 EXPECT_EQ("ns_skiprr_0100", ret, test_data[i].result); in ns_skiprr_0100()
H A Dsend.c140 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 Dtimer_test.cpp158 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 DCommandLineMain.java169 recipeToNumbers.get(recipe).forEach(result -> System.out.println("\t" + result)); in printUsedRecipes()
/third_party/openssl/test/
H A Dssl_test_ctx_test.c157 return result; in test_empty_configuration()
201 return result; in test_good_configuration()
H A Drsa_test.c364 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 Dprotocol_version.pm153 my ($result, $protocol) =
170 "ExpectedResult" => $result,
/third_party/python/Lib/test/
H A Dtest__osx_support.py322 result = _osx_support.get_platform_osx(config_vars, ' ', ' ', ' ')
323 self.assertEqual(('macosx', '10.6', 'fat'), result)
/third_party/python/Lib/
H A Dreprlib.py21 result = user_function(self)
24 return result
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_outwin.py46 w.get_saved.result = False
50 w.get_saved.result = True

Completed in 16 milliseconds

1...<<311312313314315316317318319320>>...433