Home
last modified time | relevance | path

Searched refs:result (Results 9651 - 9675 of 11613) sorted by relevance

1...<<381382383384385386387388389390>>...465

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1561 bool checkResultImage (const ConstPixelBufferAccess& result) in checkResultImage() argument
1565 for (int y = 0; y < result.getHeight(); y++) in checkResultImage()
1567 for (int x = 0; x < result.getWidth(); x++) in checkResultImage()
1569 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImage()
1579 bool checkResultImageWithReference (const ConstPixelBufferAccess& result, tcu::IVec4 refPix) in checkResultImageWithReference() argument
1581 for (int y = 0; y < result.getHeight(); y++) in checkResultImageWithReference()
1583 for (int x = 0; x < result.getWidth(); x++) in checkResultImageWithReference()
1585 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImageWithReference()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js90 * the empty string, in all other cases the result of calling
674 var result = fn(tokens[j], j, tokens)
676 if (result === null || result === void 0 || result === '') continue
678 if (Array.isArray(result)) {
679 for (var k = 0; k < result.length; k++) {
680 memo.push(result[k])
683 memo.push(result)
1858 * A result contain
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_tag.cpp651 const char *result = localeID; in ultag_getTKeyStart() local
653 while((sep = uprv_strchr(result, SEP)) != nullptr) { in ultag_getTKeyStart()
654 if (_isTKey(result, static_cast<int32_t>(sep - result))) { in ultag_getTKeyStart()
655 return result; in ultag_getTKeyStart()
657 result = ++sep; in ultag_getTKeyStart()
659 if (_isTKey(result, -1)) { in ultag_getTKeyStart()
660 return result; in ultag_getTKeyStart()
1691 We normalize the result key to lower case. in _appendLDMLExtensionAsKeywords()
1725 We normalize the result typ in _appendLDMLExtensionAsKeywords()
[all...]
H A Dustrcase.cpp55 /* Appends a full case mapping result, see UCASE_MAX_STRING_LENGTH. */
58 int32_t result, const UChar *s, in appendResult()
63 /* decode the result */ in appendResult()
64 if(result<0) { in appendResult()
72 c=~result; in appendResult()
79 if(result<=UCASE_MAX_STRING_LENGTH) { in appendResult()
81 length=result; in appendResult()
82 } else if(destIndex<destCapacity && result<=0xffff) { // BMP slightly-fastpath in appendResult()
83 dest[destIndex++]=(UChar)result; in appendResult()
89 c=result; in appendResult()
57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, int32_t result, const UChar *s, int32_t cpLength, uint32_t options, icu::Edits *edits) appendResult() argument
[all...]
/third_party/python/Lib/test/test_warnings/
H A D__init__.py743 result = stream.getvalue()
744 self.assertIn(text, result)
757 result = stream.getvalue()
760 self.assertIn(text, result)
779 result = stream.getvalue()
780 self.assertEqual(result.count('\n'), 2,
781 "Too many newlines in %r" % result)
782 first_line, second_line = result.split('\n', 1)
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1263 // The expected result of the condition after the call to the API being
1442 bool result = local
1447 EXPECT_EQ(params.expected_result, result);
1475 bool result = local
1482 EXPECT_EQ(params.expected_result, result);
1509 bool result = local
1518 EXPECT_EQ(params.expected_result, result);
1557 bool result = value; // note: `mu` is still held local
1560 EXPECT_EQ(params.expected_result, result);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingTraceRaysTests.cpp200 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); variable
201 result->setInstanceCount(instanceCount);
211 result->addInstance(bottomLevelAccelerationStructures[currentInstanceIndex++]);
213 result->createAndBuild(vkd, device, cmdBuffer, allocator);
215 return result;
355 "layout(r32ui, set = 0, binding = 0) uniform uimage3D result;\n" in initPrograms()
366 " imageStore(result, ivec3(gl_LaunchIDEXT), hitValue);\n" in initPrograms()
420 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; in initBottomAccelerationStructures() local
449 result.push_back(de::SharedPtr<BottomLevelAccelerationStructure>(bottomLevelAccelerationStructure.release())); in initBottomAccelerationStructures()
452 return result; in initBottomAccelerationStructures()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1561 bool checkResultImage (const ConstPixelBufferAccess& result) in checkResultImage() argument
1565 for (int y = 0; y < result.getHeight(); y++) in checkResultImage()
1567 for (int x = 0; x < result.getWidth(); x++) in checkResultImage()
1569 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImage()
1579 bool checkResultImageWithReference (const ConstPixelBufferAccess& result, tcu::IVec4 refPix) in checkResultImageWithReference() argument
1581 for (int y = 0; y < result.getHeight(); y++) in checkResultImageWithReference()
1583 for (int x = 0; x < result.getWidth(); x++) in checkResultImageWithReference()
1585 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImageWithReference()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp335 FramebufferStatus result; in Complete() local
336 result.status = GL_FRAMEBUFFER_COMPLETE; in Complete()
337 result.reason = nullptr; in Complete()
338 return result; in Complete()
345 FramebufferStatus result; in Incomplete() local
346 result.status = status; in Incomplete()
347 result.reason = reason; in Incomplete()
348 return result; in Incomplete()
/test/xts/acts/graphic/graphicvulkannapitest/
H A DVulkanTest.cpp142 VkResult result = vkCreateInstance(&instanceCreateInfo, nullptr, &instance_); in TrytoCreateVkInstance() local
144 if (result != VK_SUCCESS || instance_ == nullptr) { in TrytoCreateVkInstance()
150 std::cout << "TrytoCreateVkInstance result: " << result << std::endl; in TrytoCreateVkInstance()
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp144 bool result = true; in MdCompare() local
149 result = false; in MdCompare()
153 return result; in MdCompare()
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/asymmetric/
H A DpublicAsymmetricCallback.js606 let result = verifyForVerify(verifyGenerator, input, globalSignBlob);
607 console.log("[callback] verifyForVerify result: " + result);
608 resolve(result);
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/
H A Dtrans_file_func_test.cpp24 static int FileSessionOpened(int sessionId, int result) in FileSessionOpened() argument
26 LOG("[cb][file]open session sid[%d],rst[%d]", sessionId, result); in FileSessionOpened()
27 if (result == SOFTBUS_OK) { in FileSessionOpened()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native.c496 int32_t result = 1; in ff_calculate_operand_dims_count() local
498 result *= oprd->dims[i]; in ff_calculate_operand_dims_count()
500 return result; in ff_calculate_operand_dims_count()
/third_party/curl/src/
H A Dtool_formparse.c85 CURLcode result = CURLE_OK; in tool_mime_new_filedata() local
131 result = CURLE_READ_ERROR; in tool_mime_new_filedata()
155 *errcode = result; in tool_mime_new_filedata()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h193 // This class is the result of turning a huge pile of C code communicating through globals
710 void push_include(TShader::Includer::IncludeResult* result) in push_include() argument
712 currentSourceFile = result->headerName; in push_include()
713 includeStack.push(result); in push_include()
/third_party/cups-filters/filter/
H A Dtexttotext.c142 int result = 0; /* Conversion result (-1 on error) */ in main() local
643 result = -1; in main()
825 if (result < 0) in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java132 int result = compareKeys(key, bytes, nameOffset); in binarySearch()
133 if (result < 0) { in binarySearch()
135 } else if (result > 0) { in binarySearch()
/third_party/icu/icu4c/source/common/
H A Duidna.cpp873 int32_t result=-1; in uidna_compare() local
907 result = compareCaseInsensitiveASCII(b1,b1Len,b2,b2Len); in uidna_compare()
918 return result; in uidna_compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java136 int result = compareKeys(key, bytes, nameOffset); in binarySearch()
137 if (result < 0) { in binarySearch()
139 } else if (result > 0) { in binarySearch()
/third_party/jinja2/
H A Dlexer.py355 result = self.current
356 self.push(result)
358 return result
820 # if there is a internal parsing error which would result
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c562 EGLint result = disp->Driver->QueryBufferAge(disp, surface); in _eglQuerySurface() local
564 if (result < 0) in _eglQuerySurface()
570 *value = result; in _eglQuerySurface()
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py159 result = []
162 result += dict[key]
163 return result
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py356 result = self.current
357 self.push(result)
359 return result
801 # if there is a internal parsing error which would result
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py156 result = []
159 result += dict[key]
160 return result

Completed in 44 milliseconds

1...<<381382383384385386387388389390>>...465