/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImageView.hpp | 86 RAW, enumerator 104 Format getFormat(Usage usage = RAW) const; 106 int rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage = RAW) const; 107 int slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage = RAW) const; 108 int getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage = RAW) const; 109 int layerPitchBytes(VkImageAspectFlagBits aspect, Usage usage = RAW) const; 126 …&offset, VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer, Usage usage = RAW) const;
|
D | VkImageView.cpp | 308 case RAW: in getImage() 320 …Format imageFormat = ((usage == RAW) || (getImage(usage) == image)) ? format : getImage(usage)->ge… in getFormat()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | README.md | 33 [2021/03/31 15:29:46:7957] N: ++ [795209|wsiSSPcli|0|RAW/raw-skt/+@proxy.ss.lws/([795209|SSPcli|0|… 34 [2021/03/31 15:29:46:8335] N: -- [795209|wsiSSPcli|0|RAW/raw-skt/+@proxy.ss.lws/([795209|SSPcli|0|… 35 [2021/03/31 15:29:47:9096] N: ++ [795209|wsiSSPcli|1|RAW/raw-skt/+@proxy.ss.lws/([795209|SSPcli|0|… 36 [2021/03/31 15:29:47:9103] N: -- [795209|wsiSSPcli|1|RAW/raw-skt/+@proxy.ss.lws/([795209|SSPcli|0|… 37 [2021/03/31 15:29:48:9117] N: ++ [795209|wsiSSPcli|2|RAW/raw-skt/+@proxy.ss.lws/([795209|SSPcli|0|… 38 [2021/03/31 15:29:48:9339] N: lws_sspc_sul_retry_cb: [795209|wsiSSPcli|2|RAW/raw-skt/+@proxy.ss.lws… 98 [2021/03/31 15:29:49:1172] N: -- [795209|wsiSSPcli|2|RAW/raw-skt/+@proxy.ss.lws/([795209|SSPcli|0|…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 32 case RAW: in initSize() 147 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() 158 if (K != RAW) in finalizeStringTable() 196 Size = Start + S.size() + (K != RAW); in add()
|
/third_party/ninja/src/ |
D | eval_env.cc | 104 if (i->second == RAW) in Evaluate() 114 if (!parsed_.empty() && parsed_.back().second == RAW) { in AddText() 117 parsed_.push_back(make_pair(text.AsString(), RAW)); in AddText()
|
D | eval_env.h | 53 enum TokenType { RAW, SPECIAL }; enumerator
|
/third_party/curl/tests/data/ |
D | test570 | 67 Transport: RAW/RAW/UDP;unicast;client_port=3056-3057
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | README.md | 30 [2021/02/19 11:25:20:8810] N: ++ [1100944|wsiSSPcli|0|RAW/raw-skt/+@proxy.ss.lws/([1100944|SSPcli|… 31 [2021/02/19 11:25:20:9103] N: lws_sspc_sul_retry_cb: [1100944|wsiSSPcli|0|RAW/raw-skt/+@proxy.ss.lw…
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/common/ |
D | SharedDictionaryType.java | 13 public static final int RAW = 0; field in SharedDictionaryType
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-tcp/ |
D | README.md | 8 can just use lws_client_connect_via_info() with info.method = "RAW". 10 info.method to "RAW".)
|
/third_party/skia/third_party/externals/piex/ |
D | README | 2 JPEG compressed preview image contained in a RAW file.
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | types.rs | 27 pub const RAW: Self = Self(c::SOCK_RAW); constant 204 pub const RAW: Self = Self(c::IPPROTO_RAW as _); constant
|
/third_party/openssl/doc/man3/ |
D | BIO_ADDR.pod | 53 Read on about the addresses in L</RAW ADDRESSES> below. 70 Read on about the addresses in L</RAW ADDRESSES> below. 94 =head1 RAW ADDRESSES
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | StringTableBuilder.h | 25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeWriter.h | 36 StringTableBuilder StrtabBuilder{StringTableBuilder::RAW};
|
/third_party/libwebsockets/minimal-examples/raw/ |
D | README.md | 10 minimal-raw-vhost|Shows how to set up a vhost that listens and accepts RAW socket connections
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 218 architectural, you can also create RAW mode client and serving sockets; this 689 @section rawfd RAW file descriptor polling 737 @section rawsrvsocket RAW server socket descriptor polling 739 You can also enable your vhost to accept RAW socket connections, in addition to 741 valid HTTP method, then the connection switches to RAW mode. 747 RAW mode socket connections receive the following callbacks 756 You can control which protocol on your vhost handles these RAW mode 770 connection times out. The connection will switch to RAW mode using this 775 @section rawclientsocket RAW client socket descriptor polling 777 You can now also open RAW socket connections in client mode. [all …]
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
D | README.md | 6 adopted into lws event loop. It acts like a tcp RAW mode connection in
|
/third_party/ltp/testcases/kdump/sample/ |
D | runkdump.EXTRA_LKDTM.SLES | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.BASIC_LKDTM.RHEL | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.EXTRA_LKDTM.RHEL | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.BASIC_LKDTM.SLES | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.CRASHER.RHEL | 67 # Dump vmcore on a RAW partition.
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/ |
D | README.md | 40 [2021/03/04 21:14:46:3159] N: ++ [3224086|wsicli|0|RAW/raw-skt/127.0.0.1] (1)
|
/third_party/skia/src/codec/ |
D | BUILD.bazel | 129 # The RAW codec depends on JPEG, but we cannot list jpeg twice in the above list, or
|