Home
last modified time | relevance | path

Searched refs:result (Results 15026 - 15050 of 17822) sorted by relevance

1...<<601602603604605606607608609610>>...713

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp613 std::stringstream result; in dumpCommands() local
619 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
622 return result.str(); in dumpCommands()
/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp145 auto result = fHelper.finalizeProcessors(caps, clip, clampType, coverage, &quadColors); variable
168 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) {
172 return result;
/third_party/skia/src/core/
H A DSkDevice.cpp355 sk_sp<SkSpecialImage> result = as_IFB(filter)->filterImage(ctx).imageAndOffset(&offset); in drawFilteredImage() local
356 if (result) { in drawFilteredImage()
359 this->drawSpecial(result.get(), deviceMatrixWithOffset, sampling, paint); in drawFilteredImage()
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp517 VkResult result; in InitImageInfo() local
523 GR_VK_CALL_RESULT(gpu, result, CreateImage(gpu->device(), &imageCreateInfo, nullptr, &image)); in InitImageInfo()
524 if (result != VK_SUCCESS) { in InitImageInfo()
/third_party/skia/third_party/externals/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/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc116 hb_blob_t *result = hb_face_reference_blob (new_face); in operator ()() local
117 write_file (output_file, result); in operator ()()
118 hb_blob_destroy (result); in operator ()()
/third_party/python/Modules/
H A D_posixsubprocess.c570 PyObject *result; in child_exec() local
678 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL); in child_exec()
679 if (result == NULL) { in child_exec()
689 /* Py_DECREF(result); - We're about to exec so why bother? */ in child_exec()
/third_party/skia/third_party/externals/icu/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/protobuf/js/binary/
H A Dreader.js978 * the result value, takes parameters (lowBits, highBits).
995 * the result value, takes parameters (lowBits, highBits).
1028 * the result value, takes parameters (lowBits, highBits).
1050 var result = [];
1053 result.push(decodeMethod.call(this.decoder_));
1055 return result;
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc182 uint64 result; in ParseInteger() local
183 EXPECT_TRUE(Tokenizer::ParseInteger(text, kuint64max, &result)); in ParseInteger()
184 return result; in ParseInteger()
898 // Check that control characters at end of input don't result in an
/third_party/python/Lib/test/
H A Dtest_heapq.py224 result = [i.pair for i in self.module.merge(*inputs)]
225 self.assertEqual(result, sorted(result))
/third_party/python/Lib/
H A Dtokenize.py90 result = {''}
96 result.add(''.join(u))
97 return result
H A Dtrace.py458 result = None
462 result = func(*args, **kw)
466 return result
499 # cache the result - assumption is that new.* is
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc54 StatusOr<T> result = (DataPiece(value, true).*converter_fn)(); in ConvertTo()
55 return result.ok() ? result.value() : default_value; in ConvertTo()
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc71 std::string result; in ToJson() local
72 GOOGLE_CHECK_OK(MessageToJsonString(message, &result, options)); in ToJson()
73 return result; in ToJson()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus_test.cc231 PayloadsVec result; in AllVisitedPayloads() local
234 result.push_back(std::make_pair(std::string(type_url), payload)); in AllVisitedPayloads()
237 return result; in AllVisitedPayloads()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc726 // of CPU throttling or sleep. May be expensive, caller should cache the result.
793 auto result = MeasureImpl(func, arg, num_skip, unique, full, p, results); in Measure() local
794 if (result != 0) { in Measure()
795 return result; in Measure()
/third_party/skia/gm/
H A Dgpu_blur_utils.cpp403 GrSurfaceProxyView result = b(rContext, src, dstB, srcB, sigX, sigY, tm); in do_very_large_blur_gm() local
405 // Draw a rect to show where the result should be so it's obvious if it's in do_very_large_blur_gm()
415 if (result) { in do_very_large_blur_gm()
417 GrTextureEffect::Make(std::move(result), kPremul_SkAlphaType); in do_very_large_blur_gm()
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h579 void *result; /* type or alias */ member
648 void *result; /* type or alias */ member
659 struct cil_role *result; member
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_move_instruction_down.cpp129 protobufs::Transformation result; in ToMessage() local
130 *result.mutable_move_instruction_down() = message_; in ToMessage()
131 return result; in ToMessage()
150 // instructions since they result in a pointer to the object in memory, in IsSimpleInstruction()
/third_party/vk-gl-cts/modules/glshared/
H A DglsMemoryStressCase.cpp440 static const char* resultToString (Result result);
754 const char* MemObjectAllocator::resultToString (Result result) in resultToString() argument
756 switch (result) in resultToString()
792 return "Rendering result failed"; in resultToString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp746 de::MovePtr<VkRenderPassInputAttachmentAspectCreateInfo> result (DE_NULL); in createRenderPassInputAttachmentAspectCreateInfo()
759 result = de::MovePtr<VkRenderPassInputAttachmentAspectCreateInfo>(new VkRenderPassInputAttachmentAspectCreateInfo(inputAspectCreateInfo)); in createRenderPassInputAttachmentAspectCreateInfo()
762 return result; in createRenderPassInputAttachmentAspectCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp870 StdVideoPictureParametersSet* result = dynamic_cast<StdVideoPictureParametersSet*>(pBase); in StdVideoPictureParametersSetFromBase()
872 if (result) in StdVideoPictureParametersSetFromBase()
873 return result; in StdVideoPictureParametersSetFromBase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp434 VkResult result = vkd.createSwapchainKHR(device, &swapchainInfo, DE_NULL, &object); in fullScreenExclusiveTest() local
435 if (result == VK_ERROR_INITIALIZATION_FAILED && testParams.fseType == VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT) in fullScreenExclusiveTest()
444 VK_CHECK(result); in fullScreenExclusiveTest()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c29 dbus_bool_t result; in wpa_dbus_dict_open_write() local
34 result = dbus_message_iter_open_container( in wpa_dbus_dict_open_write()
42 return result; in wpa_dbus_dict_open_write()

Completed in 39 milliseconds

1...<<601602603604605606607608609610>>...713