Home
last modified time | relevance | path

Searched defs:Formats (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/unittests/Object/
DELFObjectFileTest.cpp87 std::array<StringRef, 4> Formats = {"elf32-unknown", "elf32-unknown", in TEST() local
100 std::array<StringRef, 4> Formats = {"elf32-unknown", "elf32-unknown", in TEST() local
108 std::array<StringRef, 4> Formats = {"elf32-x86-64", "elf32-x86-64", in TEST() local
116 std::array<StringRef, 4> Formats = {"elf32-i386", "elf32-i386", "elf64-i386", in TEST() local
124 std::array<StringRef, 4> Formats = {"elf32-mips", "elf32-mips", "elf64-mips", in TEST() local
136 std::array<StringRef, 4> Formats = {"elf32-amdgpu", "elf32-amdgpu", in TEST() local
144 std::array<StringRef, 4> Formats = {"elf32-iamcu", "elf32-iamcu", in TEST() local
152 std::array<StringRef, 4> Formats = {"elf32-unknown", "elf32-unknown", in TEST() local
165 std::array<StringRef, 4> Formats = {"elf32-unknown", "elf32-unknown", in TEST() local
177 std::array<StringRef, 4> Formats = {"elf32-powerpc", "elf32-powerpc", in TEST() local
[all …]
/external/oboe/docs/
DOpenSLESMigration.md133 ## Formats section in Unsupported features
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst2141 .. _multiprocessing-auth-keys:
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst2580 .. _multiprocessing-auth-keys:
/external/deqp-deps/amber/src/
Dtype_parser_test.cc24 TEST_F(TypeParserTest, Formats) { in TEST_F() argument
/external/deqp/modules/glshared/
DglsFboUtil.hpp138 typedef std::set<ImageFormat> Formats; typedef
424 typedef std::set<ImageFormat> Formats; typedef
/external/tinyalsa_new/tests/src/
Dpcm_loopback_test.cc206 using Formats = ::testing::Types<S16bitlePcmFormat, FloatPcmFormat>; typedef
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h74 CObjectVector<CFormatOptions> Formats; member
DLoadCodecs.h284 CObjectVector<CArcInfoEx> Formats; variable
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp1853 struct Formats in createBufferAccessWithVariablePointersTests() struct
1855 const VkFormat value; in createBufferAccessWithVariablePointersTests()
1856 const char * const name; in createBufferAccessWithVariablePointersTests()
/external/clang/lib/Format/
DFormatToken.h562 SmallVector<ColumnFormat, 4> Formats; variable
/external/llvm-project/clang/lib/Format/
DFormatToken.h825 SmallVector<ColumnFormat, 4> Formats; variable
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc2040 TEST_P(AudioProcessingTest, Formats) { in TEST_P() argument