Home
last modified time | relevance | path

Searched refs:result (Results 20676 - 20700 of 21109) sorted by relevance

1...<<821822823824825826827828829830>>...845

/third_party/jerryscript/jerry-core/api/
H A Djerry.c414 bool result = false; in jerry_run_simple() local
426 result = true; in jerry_run_simple()
435 return result; in jerry_run_simple()
601 * @return result of bytecode - if run was successful
641 * @return result of eval, may be error value.
661 * @return result of last executed job, may be error value.
1061 * true/false - the result of the binary operation on the given operands otherwise
3345 * Get the result of a promise.
3347 * @return - Promise result
3351 jerry_get_promise_result (const jerry_value_t promise) /**< promise object to get the result fro
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h1326 void HandleException(Node* result);
1590 static void AssignPhi(TNode<T>* result, Node* phi) { in AssignPhi() argument
1591 if (phi != nullptr) *result = TNode<T>::UncheckedCast(phi); in AssignPhi()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h702 // them must be greater than or equal to slot_count, otherwise the result is
711 // greater than or equal to count double words, otherwise the result is
714 // greater than or equal to count double words, otherwise the result is
1015 // Exits with 'result' holding the answer.
1016 void TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result,
1307 // range of the 64-bit result, execution branches to done. Otherwise,
1308 // execution falls through, and the sign of the result can be used to
1311 // On successful conversion, the least significant 32 bits of the result are
1313 void TryConvertDoubleToInt64(Register result, DoubleRegister input,
1352 // If rm is the minimum representable value, the result i
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1458 bool result; in dd_context_generate_mipmap() local
1470 result = pipe->generate_mipmap(pipe, res, format, base_level, last_level, in dd_context_generate_mipmap()
1473 return result; in dd_context_generate_mipmap()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp1817 VkResult result = VK_SUCCESS; in vkDeviceMemoryAllocateAndFreeTest() local
1827 result = vkd.allocateMemory(*device, &memoryAllocateInfo, (const VkAllocationCallbacks*)DE_NULL, &memory); in vkDeviceMemoryAllocateAndFreeTest()
1828 if (result != VK_SUCCESS) in vkDeviceMemoryAllocateAndFreeTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1312 // Verify result
1386 //! Render a MS image, resolve it, and copy result to resolveBuffer.
1703 << " uint result = 0;\n"
1713 " if (abs(a.x - b.x) > 0.1 || abs(a.y - b.y) > 0.1 || abs(a.z - b.z) > 0.1) result++;\n";
1717 << " o_status = result;\n"
1890 // Verify result
1897 deUint32 result = access.getPixelUint(0, 0).x();
1899 if (result)
1900 return tcu::TestStatus::fail(std::to_string(result) + " multisamples have unexpected color.");
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1941 VkResult result = createGraphicsPipelinesFunc(device, pipelineCache, 1u, &graphicsPipelineCreateInfo, DE_NULL, &pipelines[i]); variable
1942 results.push_back(result);
1943 if (result != VK_SUCCESS)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp2051 // not result in zero color data.
2128 GLint result = 0; in getRequiredExternalTextureImageUnits() local
2130 GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES, &result); in getRequiredExternalTextureImageUnits()
2131 return result; in getRequiredExternalTextureImageUnits()
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java30 import com.android.tradefed.result.ITestInvocationListener;
31 import com.android.tradefed.result.TestDescription;
32 import com.android.tradefed.result.error.InfraErrorIdentifier;
329 * Test that result code produces correctly pass or fail.
1330 * Test dEQP Pass result code.
1337 * Test dEQP Fail result code.
1344 * Test dEQP NotSupported result code.
1351 * Test dEQP QualityWarning result code.
1358 * Test dEQP CompatibilityWarning result code.
1365 * Test dEQP ResourceError result cod
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1561 auto result = compiler->compiler->compile(); in spvc_compiler_compile() local
1562 if (result.empty()) in spvc_compiler_compile()
1568 *source = compiler->context->allocate_name(result); in spvc_compiler_compile()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex239 If the {\tt GLint64} type is required by a command, this will result in
386 where token names have been changed as a result of profile changes
911 groups usually are a result of vendors contributing \code{gl.spec}
/third_party/python/Lib/test/
H A Dtest_weakref.py400 result = None variable in ReferencesTestCase.test_proxy_deletion.Foo
402 self.result = accessor
406 self.assertEqual(f.result, 0)
646 # search II.__mro__, but that's NULL. The result was a segfault in
657 # c1 from c2, but not vice-versa. The result was that c2's __dict__
682 # The result was a segfault (C.__mro__ was NULL when the callback
1932 # copying should not result in a crash.
1938 # copying should not result in a crash.
1944 # copying should not result in a crash.
1950 # copying should not result i
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp38 uint64_t *result = new uint64_t[numWords]; in getClearedMemory() local
39 memset(result, 0, numWords * sizeof(uint64_t)); in getClearedMemory()
40 return result; in getClearedMemory()
356 // Single word result can be done as a direct bitmask.
443 // Single word result extracting bits from a single word source.
791 // then the result is undefined, just return 0
1096 // the libc sqrt function is called. The result is rounded and then converted
1097 // back to a uint64_t which is then used to construct the result. Finally,
1402 // The digits (u[j+n]...u[j]) should be kept positive; if the result of
1422 // D5. [Test remainder.] Set q[j] = qp. If the result o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1459 int result = findInRangeCPEntry(U, UserOffset); in handleConstantPoolUser() local
1460 if (result==1) return false; in handleConstantPoolUser()
1461 else if (result==2) return true; in handleConstantPoolUser()
/third_party/selinux/libsepol/cil/src/
H A Dcil.c2391 (*nametypetrans)->result = NULL; in cil_nametypetransition_init()
2485 (*type_rule)->result = NULL; in cil_type_rule_init()
2499 (*role_trans)->result = NULL; in cil_roletransition_init()
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp601 std::vector<Instruction*> result; in getSampledImageConsumers() local
604 result = iter->second; in getSampledImageConsumers()
606 return result; in getSampledImageConsumers()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp120 tcu::Vector<float, Size> result; in safeCoords() local
122 result[i] = safeCoord(raw[i], scale[i], fraction[i]); in safeCoords()
123 return result; in safeCoords()
482 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT); in compareImages()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp168 * At this point, the result tells us the increase in frame time caused
615 vector<Vec2> result;
618 result.push_back(Vec2((float)records[i].workloadSize, records[i].getMedianTime()));
620 return result;
717 << ". Can't get sensible result." << TestLog::EndMessage;
1001 log << TestLog::Message << "Slope of measurements for program " << progNdx << " isn't positive. Can't get sensible result." << TestLog::EndMessage;
1010 // The measurements of any single program can't tell us the final result (time of single operation),
1059 // for some reason, a bit faster than the shader without the operation, and thus we get a negative result. The
1060 // following threshold values for accepting a negative or almost-zero result are rather quick and dirty.
1063 log << TestLog::Message << "Got strongly negative result
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp658 tcu::Surface result(getRenderWidth(), getRenderHeight()); in drawAndVerifyResult()
660 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in drawAndVerifyResult()
666 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Render result", "Result verification", reference, result, compareThreshold, tcu::COMPARE_LOG_RESULT); in drawAndVerifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1300 // Verify result
1374 //! Render a MS image, resolve it, and copy result to resolveBuffer.
1691 << " uint result = 0;\n"
1701 " if (abs(a.x - b.x) > 0.1 || abs(a.y - b.y) > 0.1 || abs(a.z - b.z) > 0.1) result++;\n";
1705 << " o_status = result;\n"
1875 // Verify result
1882 deUint32 result = access.getPixelUint(0, 0).x();
1884 if (result)
1885 return tcu::TestStatus::fail(std::to_string(result) + " multisamples have unexpected color.");
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1940 VkResult result = createGraphicsPipelinesFunc(device, pipelineCache, 1u, &graphicsPipelineCreateInfo, DE_NULL, &pipelines[i]); variable
1941 results.push_back(result);
1942 if (result != VK_SUCCESS)
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp168 * At this point, the result tells us the increase in frame time caused
615 vector<Vec2> result;
618 result.push_back(Vec2((float)records[i].workloadSize, records[i].getMedianTime()));
620 return result;
717 << ". Can't get sensible result." << TestLog::EndMessage;
1001 log << TestLog::Message << "Slope of measurements for program " << progNdx << " isn't positive. Can't get sensible result." << TestLog::EndMessage;
1010 // The measurements of any single program can't tell us the final result (time of single operation),
1059 // for some reason, a bit faster than the shader without the operation, and thus we get a negative result. The
1060 // following threshold values for accepting a negative or almost-zero result are rather quick and dirty.
1063 log << TestLog::Message << "Got strongly negative result
[all...]
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp2822 int32_t result = AddSinglePrinterInfo(printerInfo, extensionId); in AddPrinterToDiscovery() local
2826 return result; in AddPrinterToDiscovery()
2885 bool result = RemoveSinglePrinterInfo(PrintUtils::GetGlobalId(extensionId, printerId)); in RemovePrinterFromDiscovery() local
2886 return result ? E_PRINT_NONE : E_PRINT_INVALID_PRINTER; in RemovePrinterFromDiscovery()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp143 * Do some nessessary check before returning the gesture recognizer collection result
154 TAG_LOGI(AceLogTag::ACE_DRAG, "No need to collect drag gestures result, is dragging status"); in IsGlobalStatusSuitableForDragging()
159 TAG_LOGI(AceLogTag::ACE_DRAG, "No need to collect drag gestures result, is msdp dragging status"); in IsGlobalStatusSuitableForDragging()
199 "No need to collect drag gestures result, drag forbidden set is %{public}d," in IsCurrentNodeStatusSuitableForDragging()
207 "No need to collect drag gestures result, parent is drag forbidden."); in IsCurrentNodeStatusSuitableForDragging()
248 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget()
543 result.emplace_back(SequencedRecognizer_); in OnCollectTouchTarget()
798 result.emplace_back(SequencedRecognizer_); in OnCollectTouchTarget()
799 result.emplace_back(previewLongPressRecognizer_); in OnCollectTouchTarget()
247 OnCollectTouchTarget(const OffsetF& coordinateOffset, const TouchRestrict& touchRestrict, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& responseLinkResult) OnCollectTouchTarget() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp200 const VkResult result = vkAcquireNextImageKHR(device, // device in AcquirePresentationInfo()
207 switch (result) { in AcquirePresentationInfo()
256 PLUGIN_ASSERT(false && "unknown result from vkAcquireNextImageKHR"); in AcquirePresentationInfo()
336 const VkResult result = vkQueuePresentKHR(lowLevelQueue.queue, // queue
339 switch (result) {
389 PLUGIN_ASSERT(false && "unknown result from vkQueuePresentKHR");

Completed in 96 milliseconds

1...<<821822823824825826827828829830>>...845