| /external/tinyxml2/.github/workflows/ |
| D | test.yml | 7 fail-fast: false 9 os: [ windows-2019, macos-latest, ubuntu-20.04 ] 12 - os: windows-2019 17 - os: ubuntu-20.04 20 - os: macos-latest 23 - cmake: 3.15 25 - cmake: 3.x 31 runs-on: ${{ matrix.os }} 33 # System set-up 34 - uses: actions/checkout@v2 [all …]
|
| /external/OpenCSD/decoder/docs/ |
| D | build_libs.md | 4 @brief How to build the library and test programs and include the library in an application 7 ---------------- 9 The current makefiles and build projects support building the library on: 10 - Linux and Windows, x86 or x64 hosts. 11 - ARM linux - AArch32 and AArch64 12 - ARM aarch32 and aarch64 libs, x-compiled on x86/64 hosts. 18 -------------------- 20 The library and test programs are built from the library `./build/<platform>` directory, where 21 <platform> is either 'linux' or 'win-vs2022' 29 libraries in `decoder/lib/<tgt_dir>`, and also as a sub-directory of the build process for [all …]
|
| /external/setupcompat/main/java/com/google/android/setupcompat/util/ |
| D | BuildCompatUtils.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import android.os.Build; 33 @ChecksSdkIntAtLeast(api = Build.VERSION_CODES.R) 34 public static boolean isAtLeastR() { in isAtLeastR() 35 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.R; in isAtLeastR() 43 @ChecksSdkIntAtLeast(api = Build.VERSION_CODES.S) 44 public static boolean isAtLeastS() { in isAtLeastS() 45 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.S; in isAtLeastS() 53 @ChecksSdkIntAtLeast(api = Build.VERSION_CODES.TIRAMISU) 54 public static boolean isAtLeastT() { in isAtLeastT() [all …]
|
| /external/robolectric/annotations/src/main/java/org/robolectric/versioning/ |
| D | AndroidVersions.java | 10 * http://www.apache.org/licenses/LICENSE-2.0 19 import static java.util.Arrays.asList; 40 * 1) There is a yearly letter release with an increasing of one alpha step each year A-> B, B-> C, 44 * 2) There is an SDK_INT field in android.os.Build.VERSION that tracks a version of the internal 46 * number. More importantly, android.os.Build.VERSION uses code names to describe future versions. 56 private static boolean warnOnly; 61 public abstract static class AndroidRelease implements Comparable<AndroidRelease> { 71 * minor version numbers increment - usually within the same year). 77 * guess at the likely sdk number. Your code will need to recompile if this value changes - 78 * including most modern build tools; bazle, soong all are full build systems - and as such [all …]
|
| /external/oss-fuzz/infra/build/status/src/build-status/ |
| D | build-status.html | 1 <!-- Copyright 2020 Google Inc. 5 http://www.apache.org/licenses/LICENSE-2.0 10 limitations under the License. --> 12 <link rel="import" href="../../bower_components/polymer/polymer-element.html"> 13 <link rel="import" href="../../bower_components/app-layout/app-drawer-layout/app-drawer-layout.html… 14 <link rel="import" href="../../bower_components/app-layout/app-drawer/app-drawer.html"> 15 <link rel="import" href="../../bower_components/app-layout/app-scroll-effects/app-scroll-effects.ht… 16 <link rel="import" href="../../bower_components/app-layout/app-header/app-header.html"> 17 <link rel="import" href="../../bower_components/app-layout/app-header-layout/app-header-layout.html… 18 <link rel="import" href="../../bower_components/app-layout/app-toolbar/app-toolbar.html"> [all …]
|
| /external/testng/doc/ |
| D | migrating.html | 3 <title>TestNG - Migrating from JUnit</title> 5 <link rel="stylesheet" href="testng.css" type="text/css" /> 6 <link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" /> 15 <link type="text/css" rel="stylesheet" href="http://beust.com/styles/shCore.css"/> 16 <link type="text/css" rel="stylesheet" href="http://beust.com/styles/shThemeCedric.css"/> 35 …e Eclipse TestNG plug-in refactoring support. You will find a full description of its features in … 38 …f you are porting code that uses JUnit's asserts, you might want to us a static import of that cla… 41 import static org.testng.AssertJUnit.*; 53 <h4>Example - replacing JUnit Ant task with TestNG one</h4> 58 <batchtest todir="${build.test.results.dir}"> [all …]
|
| D | index.html | 3 <title>TestNG - Welcome</title> 4 <link rel="stylesheet" href="testng.css" type="text/css" /> 5 <link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" /> 14 <link type="text/css" rel="stylesheet" href="http://beust.com/styles/shCore.css"/> 15 <link type="text/css" rel="stylesheet" href="http://beust.com/styles/shThemeCedric.css"/> 35 <img border="0" src="http://beust.com/pics/book-cover.jpg" /> 44 <p align="right"><font size="-2"><em>Cédric Beust (cedric at beust.com)<br> 62 <li>Support for data-driven testing (with <tt>@DataProvider</tt>). 68 <li>Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, 78 end-to-end, integration, etc...</p> [all …]
|
| /external/clang/www/analyzer/ |
| D | installation.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 5 <title>Obtaining the Static Analyzer</title> 6 <link type="text/css" rel="stylesheet" href="menu.css"> 7 <link type="text/css" rel="stylesheet" href="content.css"> 13 <!--#include virtual="menu.html.incl"--> 16 <h1>Obtaining the Static Analyzer</h1> 20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to 25 <p>Semi-regular pre-built binaries of the analyzer are available on Mac 28 <p>Builds are released frequently. Often the differences between build 31 builds, especially if the build you are using is more than a couple [all …]
|
| D | xcode.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 6 <link type="text/css" rel="stylesheet" href="content.css"> 7 <link type="text/css" rel="stylesheet" href="menu.css"> 13 <!--#include virtual="menu.html.incl"--> 18 <table style="margin-top:0px" width="100%" border="0" cellpadding="0px" cellspacing="0"> 23 <p>Since Xcode 3.2, users have been able to run the Clang Static Analyzer 25 …apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/T… 28 <p>It integrates directly with the Xcode build system and 36 <td style="padding-left:10px; text-align:center"> 38 <br><b>Viewing static analyzer results in Xcode</b> [all …]
|
| D | index.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 5 <title>Clang Static Analyzer</title> 6 <link type="text/css" rel="stylesheet" href="content.css"> 7 <link type="text/css" rel="stylesheet" href="menu.css"> 9 <!-- Generated from: http://www.spiffycorners.com/index.php --> 17 font-size:.01em; 20 margin-left:3px; 21 margin-right:3px; 22 padding-left:1px; 23 padding-right:1px; [all …]
|
| D | filing_bugs.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 6 <link type="text/css" rel="stylesheet" href="menu.css"> 7 <link type="text/css" rel="stylesheet" href="content.css"> 13 <!--#include virtual="menu.html.incl"--> 24 <li>Include the checker build (for prebuilt Mac OS X binaries) or the SVN 27 <li>Provide a self-contained, reduced test case that exhibits the issue you are 41 bugs</a> in LLVM's Bugzilla database against the Clang <b>Static Analyzer</b> 55 <h2>Apple-internal Users</h2> 57 <p>Please file bugs in Radar against the <b>clang - static analyzer</b> component.</p>
|
| D | scan-build.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 5 <title>scan-build: running the analyzer from the command line</title> 6 <link type="text/css" rel="stylesheet" href="content.css"> 7 <link type="text/css" rel="stylesheet" href="menu.css"> 13 <!--#include virtual="menu.html.incl"--> 16 <h1>scan-build: running the analyzer from the command line</h1> 18 <table style="margin-top:0px" width="100%" cellpadding="0px" cellspacing="0"> 22 <p><b>scan-build</b> is a command line utility that enables a user to run the 23 static analyzer over their codebase as part of performing a regular build (from 27 <p>During a project build, as source files are compiled they are also analyzed [all …]
|
| /external/speex/ |
| D | SpeexDSP.spec.in | 3 %define rel 1 5 Summary: An open-source, patent-free speech codec 8 Release: %rel 11 Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz 14 Packager: Jean-Marc Valin (jean-marc.valin@usherbrooke.ca) 15 BuildRoot: /var/tmp/%{name}-build-root 19 Speex is a patent-free audio codec designed especially for voice (unlike 33 * Thu Oct 03 2002 Jean-Marc Valin 34 - Added devel package inspired from PLD spec file 37 - Added buildroot and docdir and ldconfig. Makes it builadble by non-roots [all …]
|
| D | SpeexDSP.spec | 3 %define rel 1 5 Summary: An open-source, patent-free speech codec 8 Release: %rel 11 Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz 14 Packager: Jean-Marc Valin (jean-marc.valin@usherbrooke.ca) 15 BuildRoot: /var/tmp/%{name}-build-root 19 Speex is a patent-free audio codec designed especially for voice (unlike 33 * Thu Oct 03 2002 Jean-Marc Valin 34 - Added devel package inspired from PLD spec file 37 - Added buildroot and docdir and ldconfig. Makes it builadble by non-roots [all …]
|
| /external/rust/pica/static/ |
| D | openapi.html | 1 <!-- HTML for static distribution bundle build --> 5 <meta charset="UTF-8" /> 8 rel="stylesheet" 10 href="https://unpkg.com/swagger-ui-dist@4.13.2/swagger-ui.css" 13 rel="icon" 15 href="https://unpkg.com/swagger-ui-dist@4.13.2/favicon-32x32.png" 19 rel="icon" 21 href="https://unpkg.com/swagger-ui-dist@4.13.2/favicon-16x16.png" 26 box-sizing: border-box; 27 overflow: -moz-scrollbars-vertical; [all …]
|
| /external/trusty/lk/arch/arm64/ |
| D | system-onesegment.ld | 1 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64", "elf64-littleaarch64") 4 _start_phys = _start - %KERNEL_BASE% + %MEMBASE%; 12 * LLVM introduced a static constructor, init_have_lse_atomics, to 13 * compiler-rt that we don't want and that breaks our build. Until we compile 14 * our own compiler-rt and either provide getauxval and enable CFI, or remove 18 *libclang_rt.builtins-aarch64-android.a:cpu_model.c.o( 25 /* text/read-only data */ 65 .rel.dyn : { 66 *(.rel.text) *(.rel.gnu.linkonce.t*) 67 *(.rel.init) [all …]
|
| /external/okhttp/website/ |
| D | index.html | 4 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8 <link href="static/bootstrap-combined.min.css" rel="stylesheet"> 9 <link href="static/app.css" rel="stylesheet"> 10 <link href="static/app-theme.css" rel="stylesheet"> 11 …<link href="http://fonts.googleapis.com/css?family=Roboto:400,300italic,100,100italic,300" rel="st… 12 <!--[if lt IE 9]><script src="static/html5shiv.min.js"></script><![endif]--> 14 <body data-target=".content-nav"> 24 …<li><a href="#download" class="menu download">Download <span class="version-tag">Latest</span></a>… 25 …ef="http://github.com/square/okhttp" data-title="View GitHub Project" class="menu github"><img src… [all …]
|
| /external/iperf3/ |
| D | iperf3.spec.in | 9 Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 13 BuildRequires: e2fsprogs-devel, openssl-devel 15 BuildRequires: openssl-devel 29 The %{name}-devel package contains libraries and header files for 33 %setup -q -n iperf-%{version} 35 %build 40 rm -rf $RPM_BUILD_ROOT 41 %makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}" 42 mkdir -p %{buildroot}%{_mandir}/man1 [all …]
|
| /external/linux-kselftest/tools/testing/selftests/timers/ |
| D | nanosleep.c | 8 * To build: 9 * $ gcc nanosleep.c -o nanosleep -lrt 80 static inline int in_order(struct timespec a, struct timespec b) in in_order() 95 ts.tv_nsec -= NSEC_PER_SEC; in timespec_add() 103 struct timespec now, target, rel; in nanosleep_test() local 115 return -1; in nanosleep_test() 119 rel.tv_sec = 0; in nanosleep_test() 120 rel.tv_nsec = 0; in nanosleep_test() 121 rel = timespec_add(rel, ns); in nanosleep_test() 123 clock_nanosleep(clockid, 0, &rel, NULL); in nanosleep_test() [all …]
|
| /external/python/setuptools/docs/ |
| D | conf.py | 22 url='{BB}/pypa/setuptools/pull-request/{bb_pull_request}', 41 pattern=r'(Python #|bpo-)(?P<python>\d+)', 46 url='{GH}/pypa/interoperability-peps/issues/{interop}', 61 pattern=r'(?<![`/\w])PEP[- ](?P<pep_number>\d+)', 62 url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/', 69 pattern=r'pypa/(?P<issue_repo>[\-\.\w]+)#(?P<issue_number>\d+)', 73 pattern=r'pypa/(?P<commit_repo>[\-\.\w]+)@(?P<commit_number>[\da-f]+)', 77 pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n', 95 'pypa-build': ('https://pypa-build.readthedocs.io/en/latest/', None) 112 # Ref: https://github.com/python-attrs/attrs/pull/571/files\ [all …]
|
| /external/clang/www/ |
| D | related.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> 6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 8 <link type="text/css" rel="stylesheet" href="menu.css"> 9 <link type="text/css" rel="stylesheet" href="content.css"> 12 <!--#include virtual="menu.html.incl"--> 22 …<p>Please email <a href="get_involved.html">cfe-dev</a> if you have a Clang related project you wo… 34 This is an effort to get FreeBSD to build with clang/llvm. 46 Notes on using Clang to build the Chromium web browser. 55 <a href="http://wiki.debian.org/llvm-clang"> [all …]
|
| /external/oboe/src/common/ |
| D | Utilities.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 // clip to 16-bit range in convertFloatToPcm16() 43 sample -= 32768; // center at zero in convertFloatToPcm16() 64 size = 3; // packed 24-bit data in convertFormatToSizeInBytes() 188 static std::string streamText; in convertToText() 192 <<"DeviceId: "<<stream->getDeviceId()<<std::endl in convertToText() 193 <<"Direction: "<<oboe::convertToText(stream->getDirection())<<std::endl in convertToText() 194 <<"API type: "<<oboe::convertToText(stream->getAudioApi())<<std::endl in convertToText() 195 <<"BufferCapacity: "<<stream->getBufferCapacityInFrames()<<std::endl in convertToText() 196 <<"BufferSize: "<<stream->getBufferSizeInFrames()<<std::endl in convertToText() [all …]
|
| /external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
| D | TraceConfigzZPageHandler.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import static com.google.common.base.Strings.isNullOrEmpty; 38 private static final String TRACE_CONFIGZ_URL = "/traceconfigz"; 41 private static final String CHANGE = "change"; 42 private static final String PERMANENT_CHANGE = "permanently"; 43 private static final String RESTORE_DEFAULT_CHANGE = "restore_default"; 44 private static final String QUERY_COMPONENT_SAMPLING_PROBABILITY = "samplingprobability"; 45 private static final String QUERY_COMPONENT_MAX_NUMBER_OF_ATTRIBUTES = "maxnumberofattributes"; 46 private static final String QUERY_COMPONENT_MAX_NUMBER_OF_ANNOTATIONS = "maxnumberofannotations"; 47 private static final String QUERY_COMPONENT_MAX_NUMBER_OF_NETWORK_EVENTS = [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF_loongarch.cpp | 1 //===--- ELF_loongarch.cpp - JIT linker implementation for ELF/loongarch --===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // ELF/loongarch jit-link implementation. 11 //===----------------------------------------------------------------------===// 51 static Expected<loongarch::EdgeKind_loongarch> 91 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation() argument 96 uint32_t SymbolIndex = Rel.getSymbol(false); in addSingleRelocation() 97 auto ObjSymbol = Base::Obj.getRelocationSymbol(Rel, Base::SymTabSec); in addSingleRelocation() 106 SymbolIndex, (*ObjSymbol)->st_shndx, in addSingleRelocation() [all …]
|
| /external/elfutils/src/ |
| D | elfcmp.c | 2 Copyright (C) 2005-2012, 2014, 2015 Red Hat, Inc. 35 #include "../libelf/elf-knowledge.h" 40 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp); 41 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx); 42 static int regioncompare (const void *p1, const void *p2); 57 static const struct argp_option options[] = 63 { "hash-inexact", OPT_HASH_INEXACT, NULL, 0, 65 { "ignore-build-id", OPT_IGNORE_BUILD_ID, NULL, 0, 66 N_("Ignore differences in build ID"), 0 }, 74 static const char doc[] = N_("\ [all …]
|