| /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/libultrahdr/.github/workflows/ |
| D | cmake_linux.yml | 1 name: Build and Test CI - Linux 2 # Build and Test CI for ubuntu-latest 7 build: 9 runs-on: ${{ matrix.config.os }} 11 fail-fast: true 14 # <Ubuntu-latest Platform, Release Build, GCC toolchain, Ninja generator> 15 - name: "ubuntu latest gcc rel ninja" 16 os: ubuntu-latest 20 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_LOGS=1 -DUHDR_ENABLE_INSTALL=1 -DUHDR_ENABLE_WERRO… 22 # <Ubuntu-latest Platform, Release Build, Clang toolchain, Ninja generator> [all …]
|
| D | cmake_mac.yml | 1 name: Build and Test CI - macOS 2 # Build and Test CI for macOS-latest 7 build: 9 runs-on: ${{ matrix.config.os }} 11 fail-fast: true 14 # <macOS-latest ARM64 Platform, Release Build, Clang toolchain, Ninja generator> 15 - name: "macOS latest ARM64 clang rel ninja" 16 os: macos-latest 20 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_LOGS=1 -DUHDR_ENABLE_INSTALL=1 -DUHDR_ENABLE_WERRO… 22 # <macOS-13 Platform, Release Build, Clang toolchain, Ninja generator> [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. 13 - MacOS - x64 and AArch64 (Apple Silicon) 19 -------------------- 21 The library and test programs are built from the library `./build/<platform>` directory, where 22 <platform> is either 'linux', 'macos', or 'win-vs2022' [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; 41 * 1) There is a yearly letter release with an increasing of one alpha step each year A-> B, B-> C, 45 * 2) There is an SDK_INT field in android.os.Build.VERSION that tracks a version of the internal 47 * number. More importantly, android.os.Build.VERSION uses code names to describe future versions. 58 private static boolean warnOnly; 63 public abstract static class AndroidRelease implements Comparable<AndroidRelease> { 73 * minor version numbers increment - usually within the same year). 79 * guess at the likely sdk number. Your code will need to recompile if this value changes - 80 * including most modern build tools; bazle, soong all are full build systems - and as such [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 | 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 | 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 …]
|
| /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 …]
|
| /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 20 *libclang_rt.builtins-aarch64-android.a:cpu_model.c.o( 26 *libclang_rt.builtins-aarch64-android.a:aarch64.c.o( 32 *libclang_rt.builtins-aarch64-android.a:sme-abi-init.c.o( 38 /* text/read-only data */ 78 .rel.dyn : { [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/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/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/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/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/cronet/stable/third_party/boringssl/src/infra/config/ |
| D | main.star | 19 RECIPE_BUNDLE = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 23 buildbucket = "cr-buildbucket.appspot.com", 24 logdog = "luci-logdog.appspot.com", 25 milo = "luci-milo.appspot.com", 26 notify = "luci-notify.appspot.com", 27 scheduler = "luci-scheduler.appspot.com", 28 swarming = "chromium-swarm.appspot.com", 41 groups = "project-boringssl-committers", 45 groups = "project-boringssl-tryjob-access", 49 groups = "project-boringssl-admins", [all …]
|
| /external/cronet/tot/third_party/boringssl/src/infra/config/ |
| D | main.star | 19 RECIPE_BUNDLE = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 23 buildbucket = "cr-buildbucket.appspot.com", 24 logdog = "luci-logdog.appspot.com", 25 milo = "luci-milo.appspot.com", 26 notify = "luci-notify.appspot.com", 27 scheduler = "luci-scheduler.appspot.com", 28 swarming = "chromium-swarm.appspot.com", 41 groups = "project-boringssl-committers", 45 groups = "project-boringssl-tryjob-access", 49 groups = "project-boringssl-admins", [all …]
|
| /external/boringssl/src/infra/config/ |
| D | main.star | 19 RECIPE_BUNDLE = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 23 buildbucket = "cr-buildbucket.appspot.com", 24 logdog = "luci-logdog.appspot.com", 25 milo = "luci-milo.appspot.com", 26 notify = "luci-notify.appspot.com", 27 scheduler = "luci-scheduler.appspot.com", 28 swarming = "chromium-swarm.appspot.com", 41 groups = "project-boringssl-committers", 45 groups = "project-boringssl-tryjob-access", 49 groups = "project-boringssl-admins", [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 …]
|
| D | ELF_x86_64.cpp | 1 //===---- ELF_x86_64.cpp -JIT linker implementation for ELF/x86-64 ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // ELF/x86-64 jit-link implementation. 11 //===----------------------------------------------------------------------===// 39 static const uint8_t TLSInfoEntryContent[16]; 41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() 47 << formatv("{0:x}", B->getFixupAddress(E)) << " (" in visitEdge() 48 << formatv("{0:x}", B->getAddress()) << " + " in visitEdge() 124 static Expected<ELFX86RelocationKind> getRelocationKind(const uint32_t Type) { in getRelocationKind() [all …]
|
| D | ELF_i386.cpp | 1 //===----- ELF_i386.cpp - JIT linker implementation for ELF/i386 ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // ELF/i386 jit-link implementation. 11 //===----------------------------------------------------------------------===// 57 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol() 83 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol() 84 if (Sym->getName() == ELFGOTSymbolName) { in getOrCreateGOTSymbol() 114 static Expected<i386::EdgeKind_i386> getRelocationKind(const uint32_t Type) { in getRelocationKind() 159 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation() argument [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 …]
|