/external/openscreen/util/json/ |
D | json_serialization_unittest.cc | 49 const auto actual = json::Stringify(null_value); in TEST() 57 const auto actual = json::Stringify(value); in TEST()
|
D | json_serialization.h | 19 ErrorOr<std::string> Stringify(const Json::Value& value);
|
D | json_serialization.cc | 39 ErrorOr<std::string> Stringify(const Json::Value& value) { in Stringify() function
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 263 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extensionCreateInfo->sType).c_str()); in ValidateRenderPassPNextChain() 551 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(createInfo->sType).c_str()); in vkCreateInstance() 881 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extensionCreateInfo->sType).c_str()); in vkCreateDevice() 911 …LOG_TRAP("pCreateInfo->pQueueCreateInfos[%d].pNext sType = %s", i, vk::Stringify(extInfo->sType).c… in vkCreateDevice() 1107 LOG_TRAP("pAllocateInfo->pNext sType = %s", vk::Stringify(allocationInfo->sType).c_str()); in vkAllocateMemory() 1387 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateFence() 1457 WARN("nextInfo->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateSemaphore() 1588 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateEvent() 1642 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateQueryPool() 1679 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateBuffer() [all …]
|
D | VkStringify.hpp | 25 std::string Stringify(VkStructureType value);
|
D | VkQueue.cpp | 58 WARN("submitInfo[%d]->pNext sType: %s", i, vk::Stringify(extension->sType).c_str()); in DeepCopySubmitInfo() 123 WARN("submitInfo[%d]->pNext sType: %s", i, vk::Stringify(extension->sType).c_str()); in DeepCopySubmitInfo() 192 WARN("submitInfo.pNext->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in submitQueue()
|
D | VkStringify.cpp | 27 std::string Stringify(VkStructureType value) in Stringify() function
|
D | VkFramebuffer.cpp | 40 LOG_TRAP("pFramebufferCreateInfo->pNext->sType = %s", vk::Stringify(curInfo->sType).c_str()); 211 LOG_TRAP("pFramebufferCreateInfo->pNext->sType = %s", vk::Stringify(curInfo->sType).c_str()); in ComputeRequiredAllocationSize()
|
D | VkRenderPass.cpp | 197 i, vk::Stringify(extension->sType).c_str()); in RenderPass() 264 WARN("pCreateInfo->pNext sType = %s", vk::Stringify(extensionCreateInfo->sType).c_str()); in init() 409 i, vk::Stringify(extension->sType).c_str()); in ComputeRequiredAllocationSize()
|
D | VkDeviceMemoryExternalFuchsia.hpp | 76 WARN("VkMemoryAllocateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in AllocateInfo()
|
D | VkSemaphore.cpp | 124 WARN("nextInfo->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in SemaphoreCreateInfo()
|
/external/llvm-project/clang/unittests/Lex/ |
D | LexerTest.cpp | 508 String1 = Lexer::Stringify(StringRef(String1)); in TEST_F() 509 Lexer::Stringify(String2); in TEST_F() 510 String3 = Lexer::Stringify(StringRef(String3)); in TEST_F() 511 Lexer::Stringify(String4); in TEST_F() 512 String5 = Lexer::Stringify(StringRef(String5)); in TEST_F() 513 Lexer::Stringify(String6); in TEST_F()
|
/external/pigweed/pw_preprocessor/ |
D | util_test.cc | 47 TEST(Macros, Stringify) { in TEST() argument
|
/external/openscreen/cast/receiver/channel/ |
D | message_util.cc | 32 ErrorOr<std::string> serialized = json::Stringify(dict); in CreateAppAvailabilityResponse()
|
/external/openscreen/cast/sender/channel/ |
D | message_util.cc | 51 ErrorOr<std::string> serialized = json::Stringify(dict); in CreateAppAvailabilityRequest()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 231 static std::string Stringify(StringRef Str, bool Charify = false); 235 static void Stringify(SmallVectorImpl<char> &Str);
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 64 EXPECT_EQ(Stringify(expected_in), Stringify(in)); in VerifyNodes() 70 EXPECT_EQ(Stringify(expected_out), Stringify(out)); in VerifyNodes() 146 static std::vector<string> Stringify(const std::vector<Node*>& nodes) { in Stringify() function in tensorflow::__anona595e69a0111::GraphTest
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 290 static std::string Stringify(StringRef Str, bool Charify = false); 294 static void Stringify(SmallVectorImpl<char> &Str);
|
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 58 Lexer::Stringify(Pathname); in PrintHeaderInfo()
|
/external/openscreen/cast/common/channel/ |
D | message_util.cc | 144 connect_message.set_payload_utf8(json::Stringify(std::move(message)).value()); in MakeConnectMessage()
|
/external/llvm-project/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 57 Lexer::Stringify(Pathname); in PrintHeaderInfo()
|
/external/openscreen/cast/receiver/ |
D | application_agent.cc | 172 MakeSimpleUTF8Message(ns, json::Stringify(response).value())); in OnMessage() 405 json::Stringify(message).value())); in BroadcastReceiverStatus()
|
/external/clang/lib/Lex/ |
D | MacroArgs.cpp | 226 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
|
/external/openscreen/cast/streaming/ |
D | session_messager.cc | 57 auto body_or_error = json::Stringify(message_root); in SendMessage()
|
/external/llvm-project/clang/lib/Lex/ |
D | MacroArgs.cpp | 240 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
|