Home
last modified time | relevance | path

Searched refs:result (Results 8076 - 8100 of 10825) sorted by relevance

1...<<321322323324325326327328329330>>...433

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstrrepl.h133 virtual UnicodeString& toReplacerPattern(UnicodeString& result,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dunumsys.h163 * @param result A pointer to a buffer to receive the description string.
164 * @param resultLength The maximum size of result.
171 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSHA1.h46 /// state and as such is not suited for getting an intermediate result
47 /// (see result()).
54 StringRef result();
76 // Internal copy of the hash, populated and accessed on calls to result()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_switch_test.cc50 EXPECT_EQ(gen.result(), R"( switch(cond) { in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_switch_test.cc48 EXPECT_EQ(gen.result(), R"( switch(cond) { in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_switch_test.cc50 EXPECT_EQ(gen.result(), R"( switch(cond) { in TEST_F()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dschriter.h147 * referred to by "result". Even if this iterator iterates across
149 * @param result Receives a copy of the text under iteration.
152 virtual void getText(UnicodeString& result);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMagic.h71 /// @param result Set to the type of file, or file_magic::unknown.
72 /// @returns errc::success if result has been successfully set, otherwise a
74 std::error_code identify_magic(const Twine &path, file_magic &result);
/third_party/python/Lib/unittest/
H A D__init__.py60 from .result import TestResult
/third_party/rust/crates/serde/serde/src/private/
H A Dmod.rs16 pub use crate::lib::result::Result::{self, Err, Ok};
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dgas_query.h25 * enum gas_query_result - GAS query result
40 enum gas_query_result result,
H A Dinterworking.h18 enum gas_query_result result,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dgas_query.h24 * enum gas_query_result - GAS query result
39 enum gas_query_result result,
H A Dinterworking.h18 enum gas_query_result result,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp142 const tcu::ConstPixelBufferAccess result, in comparePixelBuffers()
145 DE_ASSERT(reference.getFormat() == result.getFormat()); in comparePixelBuffers()
146 DE_ASSERT(reference.getSize() == result.getSize()); in comparePixelBuffers()
161 const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(texture, result, layerNdx); in comparePixelBuffers()
566 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_format, mapImageType(m_texture.type()), m_tiling, (VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), 0, &imageFormatProperties); in checkSupport() local
568 if (result != VK_SUCCESS) in checkSupport()
570 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupport()
895 const tcu::ConstPixelBufferAccess result(mapVkFormat(m_format), imageSize, (const char *)alloc.getHostPtr() + m_dstViewOffset); in verifyResult()
897 if (comparePixelBuffers(m_context.getTestContext().getLog(), m_texture, m_format, reference.getAccess(), result)) in verifyResult()
1329 const auto result in checkSupport() local
138 comparePixelBuffers(tcu::TestLog& log, const Texture& texture, const VkFormat format, const tcu::ConstPixelBufferAccess reference, const tcu::ConstPixelBufferAccess result, const deUint32 mipmapLevel = 0u) comparePixelBuffers() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp142 const tcu::ConstPixelBufferAccess result, in comparePixelBuffers()
145 DE_ASSERT(reference.getFormat() == result.getFormat()); in comparePixelBuffers()
146 DE_ASSERT(reference.getSize() == result.getSize()); in comparePixelBuffers()
161 const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(texture, result, layerNdx); in comparePixelBuffers()
563 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_format, mapImageType(m_texture.type()), m_tiling, (VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), 0, &imageFormatProperties); in checkSupport() local
564 if (result != VK_SUCCESS) { in checkSupport()
565 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupport()
888 const tcu::ConstPixelBufferAccess result(mapVkFormat(m_format), imageSize, (const char *)alloc.getHostPtr() + m_dstViewOffset); in verifyResult()
890 if (comparePixelBuffers(m_context.getTestContext().getLog(), m_texture, m_format, reference.getAccess(), result)) in verifyResult()
1307 const auto result in checkSupport() local
138 comparePixelBuffers(tcu::TestLog& log, const Texture& texture, const VkFormat format, const tcu::ConstPixelBufferAccess reference, const tcu::ConstPixelBufferAccess result, const deUint32 mipmapLevel = 0u) comparePixelBuffers() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp360 virtual void iterateCollectResults (ut::UpdatablePixelBufferAccessPtr& result,
749 int result = 0; in constructShaderModules() local
754 ++result; in constructShaderModules()
760 ++result; in constructShaderModules()
767 ++result; in constructShaderModules()
773 DE_ASSERT(result > 0); in constructShaderModules()
775 return result; in constructShaderModules()
1440 bool result = false; in iterateVerifyResults() local
1443 result = tcu::fuzzyCompare(m_context.getTestContext().getLog(), in iterateVerifyResults()
1444 "Fuzzy Compare", "Comparison result", *referenceResul in iterateVerifyResults()
1460 iterateCollectResults(ut::UpdatablePixelBufferAccessPtr& result, const IterateCommonVariables& variables, bool fromTest) iterateCollectResults() argument
1746 bool result = false; performWritesInVertex() local
1766 bool result = false; performWritesInVertex() local
4023 iterateCollectResults(ut::UpdatablePixelBufferAccessPtr& result, const IterateCommonVariables& variables, bool fromTest) iterateCollectResults() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1625 // And the result with the negated space bit of the object.
1895 void Assembler::LoadClassId(Register result, Register object, Condition cond) {
1900 ldrh(result, FieldAddress(object, class_id_offset), cond);
1903 void Assembler::LoadClassById(Register result, Register class_id) {
1904 ASSERT(result != class_id);
1905 LoadIsolate(result);
1908 LoadFromOffset(kWord, result, result, offset);
1909 ldr(result, Address(result, class_i
[all...]
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp473 std::u16string result; in mirror() local
474 result += u"\u202E"; in mirror()
476 // result += text[i - 1]; in mirror()
482 result += u"!"; in mirror()
484 result += u"!"; in mirror()
486 result += ch; in mirror()
490 result += u"\u202C"; in mirror()
491 return result; in mirror()
495 std::u16string result; in normal() local
496 result in normal()
1354 auto result = paragraph->getRectsForRange(65, 66, RectHeightStyle::kTight, RectWidthStyle::kTight); global() variable
1531 std::u16string result; randomMarks() local
1542 std::u16string result; zalgo() local
3524 auto result = paragraph->getGlyphPositionAtCoordinate(20, 2); // "hello " 60,2 global() variable
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmediacodec_wrapper.c876 jobject result = NULL; in ff_AMediaFormat_getBuffer() local
894 result = (*env)->CallObjectMethod(env, format->object, format->jfields.get_bytebuffer_id, key); in ff_AMediaFormat_getBuffer()
900 *data = (*env)->GetDirectBufferAddress(env, result); in ff_AMediaFormat_getBuffer()
901 *size = (*env)->GetDirectBufferCapacity(env, result); in ff_AMediaFormat_getBuffer()
920 if (result) { in ff_AMediaFormat_getBuffer()
921 (*env)->DeleteLocalRef(env, result); in ff_AMediaFormat_getBuffer()
934 jstring result = NULL; in ff_AMediaFormat_getString() local
952 result = (*env)->CallObjectMethod(env, format->object, format->jfields.get_string_id, key); in ff_AMediaFormat_getString()
958 *out = ff_jni_jstring_to_utf_chars(env, result, format); in ff_AMediaFormat_getString()
970 if (result) { in ff_AMediaFormat_getString()
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c685 int result, i; in control_option() local
698 result = SANE_STATUS_UNSUPPORTED; in control_option()
788 result = control_scalar_option (ss, n, a, v, info); in control_option()
791 result = control_string_option (ss, n, a, v, info); in control_option()
796 result = SANE_STATUS_INVAL; in control_option()
799 if (result != SANE_STATUS_GOOD) in control_option()
800 return result; in control_option()
889 return result; in control_option()
1210 SANE_Pid result, pid; in terminate_reader_task() local
1225 result in terminate_reader_task()
[all...]
/third_party/libuv/test/
H A Dtest-spawn.c1170 int result; in TEST_IMPL() local
1212 result = make_program_args(verbatim, 1, &verbatim_output); in TEST_IMPL()
1213 ASSERT_OK(result); in TEST_IMPL()
1214 result = make_program_args(verbatim, 0, &non_verbatim_output); in TEST_IMPL()
1215 ASSERT_OK(result); in TEST_IMPL()
1284 int result; in TEST_IMPL() local
1308 result = make_program_env(environment, &env); in TEST_IMPL()
1309 ASSERT_OK(result); in TEST_IMPL()
1690 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL()
1775 ASSERT_EQ(1, req.result); in TEST_IMPL()
[all...]
/third_party/libuv/src/win/
H A Dtcp.c468 int result; in uv__tcp_queue_read() local
489 result = WSARecv(handle->socket, in uv__tcp_queue_read()
500 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) { in uv__tcp_queue_read()
504 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) { in uv__tcp_queue_read()
885 int result; in uv__tcp_write() local
903 result = WSASend(handle->socket, in uv__tcp_write()
911 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) { in uv__tcp_write()
918 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) { in uv__tcp_write()
949 int result; in uv__tcp_try_write() local
955 result in uv__tcp_try_write()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py523 result = LoadTargetBuildFile(
533 if not result:
534 return result
536 (build_file_path, dependencies) = result
586 def LoadTargetBuildFileCallback(self, result):
590 if not result:
595 (build_file_path0, build_file_data0, dependencies0) = result
850 # the expansion should result in a list. Note that the caller
1126 """Returns the dict that should be used or None if the result was
1142 result
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1902 runlist_element *result; in test_rl_pure_src() local
1910 result = ntfs_malloc(4096); in test_rl_pure_src()
1911 if (!result) in test_rl_pure_src()
1915 MKRL(result+0, vcn + (0*len/4), fudge + vcn + 1000 + (0*len/4), len / 4) in test_rl_pure_src()
1916 MKRL(result+1, vcn + (1*len/4), fudge + vcn + 1000 + (1*len/4), len / 4) in test_rl_pure_src()
1917 MKRL(result+2, vcn + (2*len/4), fudge + vcn + 1000 + (2*len/4), len / 4) in test_rl_pure_src()
1918 MKRL(result+3, vcn + (3*len/4), fudge + vcn + 1000 + (3*len/4), len / 4) in test_rl_pure_src()
1919 MKRL(result+4, vcn + (4*len/4), LCN_RL_NOT_MAPPED, 0) in test_rl_pure_src()
1921 MKRL(result+0, vcn, fudge + vcn + 1000, len) in test_rl_pure_src()
1922 MKRL(result in test_rl_pure_src()
[all...]

Completed in 34 milliseconds

1...<<321322323324325326327328329330>>...433