Home
last modified time | relevance | path

Searched full:support (Results 1 – 25 of 17242) sorted by relevance

12345678910>>...690

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DCOFF.h23 #include "llvm/Support/BinaryByteStream.h"
24 #include "llvm/Support/ConvertUTF.h"
25 #include "llvm/Support/Endian.h"
26 #include "llvm/Support/ErrorHandling.h"
55 support::ulittle16_t UsedBytesInTheLastPage;
56 support::ulittle16_t FileSizeInPages;
57 support::ulittle16_t NumberOfRelocationItems;
58 support::ulittle16_t HeaderSizeInParagraphs;
59 support::ulittle16_t MinimumExtraParagraphs;
60 support::ulittle16_t MaximumExtraParagraphs;
[all …]
DXCOFFObjectFile.h20 #include "llvm/Support/Endian.h"
27 support::ubig16_t Magic;
28 support::ubig16_t NumberOfSections;
32 support::big32_t TimeStamp;
34 support::ubig32_t SymbolTableOffset; // File offset to symbol table.
35 support::big32_t NumberOfSymTableEntries;
36 support::ubig16_t AuxHeaderSize;
37 support::ubig16_t Flags;
41 support::ubig16_t Magic;
42 support::ubig16_t NumberOfSections;
[all …]
/external/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt19 "build/Android/include/llvm/Support/DataTypes.h"
23 "build/Fuchsia/include/llvm/Support/DataTypes.h"
27 "build/Linux/include/llvm/Support/DataTypes.h"
31 "build/MacOS/include/llvm/Support/DataTypes.h"
35 "build/Windows/include/llvm/Support/DataTypes.h"
37 "include/llvm-c/Support.h"
96 "include/llvm/Support/AlignOf.h"
97 "include/llvm/Support/Allocator.h"
98 "include/llvm/Support/ARMBuildAttributes.h"
99 "include/llvm/Support/Atomic.h"
[all …]
DAndroid.bp76 "lib/Support/APInt.cpp",
77 "lib/Support/Atomic.cpp",
78 "lib/Support/circular_raw_ostream.cpp",
79 "lib/Support/CommandLine.cpp",
80 "lib/Support/Debug.cpp",
81 "lib/Support/Errno.cpp",
82 "lib/Support/ErrorHandling.cpp",
83 "lib/Support/Hashing.cpp",
84 "lib/Support/ManagedStatic.cpp",
85 "lib/Support/MemoryBuffer.cpp",
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h23 #include "llvm/Support/BinaryByteStream.h"
24 #include "llvm/Support/ConvertUTF.h"
25 #include "llvm/Support/Endian.h"
26 #include "llvm/Support/ErrorHandling.h"
55 support::ulittle16_t UsedBytesInTheLastPage;
56 support::ulittle16_t FileSizeInPages;
57 support::ulittle16_t NumberOfRelocationItems;
58 support::ulittle16_t HeaderSizeInParagraphs;
59 support::ulittle16_t MinimumExtraParagraphs;
60 support::ulittle16_t MaximumExtraParagraphs;
[all …]
DXCOFFObjectFile.h23 support::ubig16_t Magic;
24 support::ubig16_t NumberOfSections;
28 support::big32_t TimeStamp;
30 support::ubig32_t SymbolTableOffset; // File offset to symbol table.
31 support::big32_t NumberOfSymTableEntries;
32 support::ubig16_t AuxHeaderSize;
33 support::ubig16_t Flags;
37 support::ubig16_t Magic;
38 support::ubig16_t NumberOfSections;
42 support::big32_t TimeStamp;
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h19 #include "llvm/Support/COFF.h"
20 #include "llvm/Support/Endian.h"
21 #include "llvm/Support/ErrorOr.h"
42 support::ulittle16_t UsedBytesInTheLastPage;
43 support::ulittle16_t FileSizeInPages;
44 support::ulittle16_t NumberOfRelocationItems;
45 support::ulittle16_t HeaderSizeInParagraphs;
46 support::ulittle16_t MinimumExtraParagraphs;
47 support::ulittle16_t MaximumExtraParagraphs;
48 support::ulittle16_t InitialRelativeSS;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h14 #include "llvm/Support/Endian.h"
20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
33 support::ulittle32_t VerSignature;
34 support::ulittle32_t VerHdr;
35 support::ulittle32_t HrSize;
36 support::ulittle32_t NumBuckets;
41 support::ulittle32_t Off; // Offset in the symbol record stream
42 support::ulittle32_t CRef;
47 support::ulittle16_t ISect;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h14 #include "llvm/Support/Endian.h"
20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
33 support::ulittle32_t VerSignature;
34 support::ulittle32_t VerHdr;
35 support::ulittle32_t HrSize;
36 support::ulittle32_t NumBuckets;
41 support::ulittle32_t Off; // Offset in the symbol record stream
42 support::ulittle32_t CRef;
47 support::ulittle16_t ISect;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMinidump.h23 #include "llvm/Support/Endian.h"
36 support::ulittle32_t Signature;
39 support::ulittle32_t Version;
40 support::ulittle32_t NumberOfStreams;
41 support::ulittle32_t StreamDirectoryRVA;
42 support::ulittle32_t Checksum;
43 support::ulittle32_t TimeDateStamp;
44 support::ulittle64_t Flags;
60 support::ulittle32_t DataSize;
61 support::ulittle32_t RVA;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h23 #include "llvm/Support/Endian.h"
36 support::ulittle32_t Signature;
39 support::ulittle32_t Version;
40 support::ulittle32_t NumberOfStreams;
41 support::ulittle32_t StreamDirectoryRVA;
42 support::ulittle32_t Checksum;
43 support::ulittle32_t TimeDateStamp;
44 support::ulittle64_t Flags;
60 support::ulittle32_t DataSize;
61 support::ulittle32_t RVA;
[all …]
/external/python/cpython2/Lib/test/
Dtest_test_support.py11 from test import support
12 from test.support import script_helper
14 TESTFN = support.TESTFN
27 support.import_module("ftplib")
28 self.assertRaises(unittest.SkipTest, support.import_module, "foo")
31 support.import_fresh_module("ftplib")
34 self.assertEqual(support.get_attribute(self, "test_get_attribute"),
36 self.assertRaises(unittest.SkipTest, support.get_attribute, self, "foo")
38 support.get_attribute(unittest, 'foo')
40 support.get_attribute(ClassicClass, 'foo')
[all …]
/external/doclava/doclet_adapter/
Dbuild.gradle.kts95support/android-support-annotations/android_common/turbine-combined/android-support-annotations.ja… in <lambda>()
/external/google-cloud-java/java-cloudsupport/grpc-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/
DCaseServiceGrpc.java16 package com.google.cloud.support.v2;
24 * A service to manage Google Cloud support cases.
29 comments = "Source: google/cloud/support/v2/case_service.proto")
35 public static final String SERVICE_NAME = "google.cloud.support.v2.CaseService";
39 com.google.cloud.support.v2.GetCaseRequest, com.google.cloud.support.v2.Case>
44 requestType = com.google.cloud.support.v2.GetCaseRequest.class,
45 responseType = com.google.cloud.support.v2.Case.class,
48 com.google.cloud.support.v2.GetCaseRequest, com.google.cloud.support.v2.Case>
51 com.google.cloud.support.v2.GetCaseRequest, com.google.cloud.support.v2.Case> in getGetCaseMethod()
59 .<com.google.cloud.support.v2.GetCaseRequest, in getGetCaseMethod()
[all …]
/external/python/cpython3/Lib/test/
Dtest_support.py16 from test import support
17 from test.support import import_helper
18 from test.support import os_helper
19 from test.support import script_helper
20 from test.support import socket_helper
21 from test.support import warnings_helper
30 cls._warnings_helper_token = support.ignore_deprecations_from(
31 "test.support.warnings_helper", like=".*used in test_support.*"
33 cls._test_support_token = support.ignore_deprecations_from(
41 support.clear_ignored_deprecations(
[all …]
/external/llvm/tools/llvm-config/
DLibraryDependencies.inc23 …64AsmParser.a", 1, { "aarch64desc", "aarch64info", "aarch64utils", "mc", "mcparser", "support" } },
24 { "aarch64asmprinter", "libLLVMAArch64AsmPrinter.a", 1, { "aarch64utils", "mc", "support" } },
25 …sis", "asmprinter", "codegen", "core", "mc", "scalaropts", "selectiondag", "support", "target" } },
26 …{ "aarch64desc", "libLLVMAArch64Desc.a", 1, { "aarch64asmprinter", "aarch64info", "mc", "support" …
27 …ssembler", "libLLVMAArch64Disassembler.a", 1, { "aarch64info", "aarch64utils", "mc", "support" } },
28 { "aarch64info", "libLLVMAArch64Info.a", 1, { "support" } },
29 { "aarch64utils", "libLLVMAArch64Utils.a", 1, { "support" } },
32 { "analysis", "libLLVMAnalysis.a", 1, { "core", "support", "target" } },
34 …{ "armasmparser", "libLLVMARMAsmParser.a", 1, { "armdesc", "arminfo", "mc", "mcparser", "support" …
35 { "armasmprinter", "libLLVMARMAsmPrinter.a", 1, { "mc", "support" } },
[all …]
/external/webrtc/sdk/objc/components/video_codec/
DUIDevice+H264Profile.mm28 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP848
30 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP852
32 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP851
34 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP847
36 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP820
38 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP832
40 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP831
42 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP830
44 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP829
46 {H264Profile::kProfileHigh, H264Level::kLevel5_2}}, // https://support.apple.com/kb/SP806
[all …]
/external/bcc/debian/
Dchangelog3 * Support for kernel up to 6.3.
7 * support ringbuf_query for bcc tools.
10 * add module kfunc/kretfunc support.
19 * Support for kernel up to 6.2
23 * implement zip archive support
26 * add loongarch support in libbpft-tools
33 * Support for kernel up to 6.1
37 * ci: add support for fedora 36 container and new workflow for containers
44 * Support for kernel up to 5.19
49 * usdt: support xmm registers as args for x64
[all …]
/external/openthread/etc/gn/
Dopenthread.gni87 # Enable border agent support
93 # Enable border router support
96 # Enable border routing support
99 # Enable channel manager support
102 # Enable channel monitor support
105 # Enable child supervision support
108 # Enable coap api support
111 # Enable secure coap api support
114 # Enable coap observe (RFC7641) api support
117 # Enable commissioner support
[all …]
/external/ethtool/
DNEWS14 * Feature: PLCA support (--[gs]et-plca-cfg, --get-plca-status)
15 * Feature: MAC Merge layer support (--show-mm, --set-mm)
22 * Fix: fix netlink support when PLCA is not present (no option)
40 * Feature: support new message types in pretty print
49 * Feature: register dump support for TI CPSW (-d)
50 * Feature: register dump support for lan743x chipset (-d)
66 * Feature: support OSFP transceiver modules (-m)
84 * Feature: support new message types in pretty print
88 * Feature: FEC stats support (--show-fec)
89 * Feature: standard based stats support (-S)
[all …]
/external/sdv/vsomeip/third_party/boost/asio/doc/
Dplatform_macros.qbk29 Support alias templates on compilers known to allow it.
57 Boost support for chrono.
71 Boost support for the DateTime library.
120 Support concepts on compilers known to allow them.
127 Support SFINAE use of constant expressions on compilers known to allow it.
134 Support constexpr on compilers known to allow it.
141 Support the co_await keyword on compilers known to allow it.
148 Standard library support for the cstdint header.
155 Standard library support for the C++11 allocator additions.
162 Support automatic type deduction on compilers known to support it.
[all …]
/external/erofs-utils/
DChangeLog13 - support arbitrary valid block sizes in addition to page size;
15 - support long xattr name prefixes (Jingbo Xu);
16 - support UUID functionality without libuuid (Norbert Lange);
17 - (mkfs.erofs, experimental) add DEFLATE algorithm support;
18 - (mkfs.erofs, experimental) support building images directly from tarballs;
29 - support fragments by using `-Efragments` (Yue Hu);
30 - support compressed data deduplication by using `-Ededupe` (Ziyang Zhang);
31 - (erofsfuse) support extended attributes (Huang Jianan);
32 - (mkfs.erofs) support multiple algorithms in a single image (Gao Xiang);
33 - (mkfs.erofs) support chunk-based sparse files (Gao Xiang);
[all …]
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupportTest.java35 CoreLibrarySupport support = in testIsRenamedCoreLibrary() local
43 assertThat(support.isRenamedCoreLibrary("java/time/X")).isTrue(); in testIsRenamedCoreLibrary()
44 assertThat(support.isRenamedCoreLibrary("java/time/y/X")).isTrue(); in testIsRenamedCoreLibrary()
45 assertThat(support.isRenamedCoreLibrary("java/io/X")).isFalse(); in testIsRenamedCoreLibrary()
46 assertThat(support.isRenamedCoreLibrary("java/io/X$$CC")).isTrue(); in testIsRenamedCoreLibrary()
47 assertThat(support.isRenamedCoreLibrary("java/io/X$$Lambda$17")).isTrue(); in testIsRenamedCoreLibrary()
48 assertThat(support.isRenamedCoreLibrary("com/google/X")).isFalse(); in testIsRenamedCoreLibrary()
53 CoreLibrarySupport support = in testIsRenamedCoreLibrary_prefixedLoader() local
61 assertThat(support.isRenamedCoreLibrary("__/java/time/X")).isTrue(); in testIsRenamedCoreLibrary_prefixedLoader()
62 assertThat(support.isRenamedCoreLibrary("__/java/time/y/X")).isTrue(); in testIsRenamedCoreLibrary_prefixedLoader()
[all …]
/external/wpa_supplicant_8/hostapd/
DChangeLog9 - added support for the hash-to-element mechanism (sae_pwe=1 or
12 - added support for SAE-PK
20 * added support for using OpenSSL 3.0
21 * fixed various issues in experimental support for EAP-TEAP server
24 support cases with very large certificates) for the EAP server
25 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol)
26 * extended HE (IEEE 802.11ax) support, including 6 GHz support
29 * dropped support for libnl 1.1
30 * added support for nl80211 control port for EAPOL frame TX/RX
35 * added support for Beacon protection
[all …]
/external/angle/third_party/glslang/src/
DCHANGES.md17 * Support SPV_QCOM_image_processing2
18 * Support files with UTF8BOM character
22 * Support GL_EXT_control_flow_attributes2
23 * Support GL_ARB_shading_language_include
30 * Support NV_shader_atomic_fp16_vector
31 * Support GL_EXT_expect_assume_support
34 * Support GL_KHR_shader_subgroup_rotate
36 * Support EXT_shader_quad_control
38 * Support GL_EXT_maximal_reconvergence
41 * Support GL_ARB_texture_multisample_extension
[all …]

12345678910>>...690