/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.cpp | 613 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 D | FillRectOp.cpp | 145 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 D | SkDevice.cpp | 355 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 D | GrVkImage.cpp | 517 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 D | lexer.py | 356 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 D | hb-subset.cc | 116 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.c | 570 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 D | uidna.cpp | 873 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 D | reader.js | 978 * 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 D | tokenizer_unittest.cc | 182 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 D | test_heapq.py | 224 result = [i.pair for i in self.module.merge(*inputs)] 225 self.assertEqual(result, sorted(result))
|
/third_party/python/Lib/ |
H A D | tokenize.py | 90 result = {''} 96 result.add(''.join(u)) 97 return result
|
H A D | trace.py | 458 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 D | default_value_objectwriter.cc | 54 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 D | json_util_test.cc | 71 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 D | status_test.cc | 231 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 D | nanobenchmark.cc | 726 // 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 D | gpu_blur_utils.cpp | 403 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 D | cil_internal.h | 579 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 D | transformation_move_instruction_down.cpp | 129 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 D | glsMemoryStressCase.cpp | 440 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 D | vktRenderPassTestsUtil.cpp | 746 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 D | extNvidiaVideoParserIf.hpp | 870 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 D | vktWsiFullScreenExclusiveTests.cpp | 434 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 D | dbus_dict_helpers.c | 29 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()
|