| /external/tinyxml2/.github/workflows/ |
| D | test.yml | 1 name: Test 4 test: 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 }} [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU 8 # LDICU=$(shell pkg-config icu-uc --libs) 12 # CCPCRE=-I/usr/local/include -DUSEPCRE 13 # LDPCRE=-L/usr/local/lib -lpcre 17 CXXFLAGS?=-O3 -g 20 RE2_CXXFLAGS?=-pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. $(CC… 21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE) 25 NMFLAGS?=-p 34 INSTALL_DATA=$(INSTALL) -m 644 [all …]
|
| /external/cronet/tot/third_party/re2/src/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 23 PKG_CONFIG?=pkg-config 24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags) 25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what 27 # Similar is needed for `static-testinstall` and `shared-testinstall`. 28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g') 32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU 33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs) 36 # Capture only the `-L` flags for now; we will pass the `-l` flags later. 37 CCGTEST=$(shell $(PKG_CONFIG) gtest gtest_main --cflags) [all …]
|
| /external/cronet/stable/third_party/re2/src/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 23 PKG_CONFIG?=pkg-config 24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags) 25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what 27 # Similar is needed for `static-testinstall` and `shared-testinstall`. 28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g') 32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU 33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs) 36 # Capture only the `-L` flags for now; we will pass the `-l` flags later. 37 CCGTEST=$(shell $(PKG_CONFIG) gtest gtest_main --cflags) [all …]
|
| /external/regex-re2/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU 8 # LDICU=$(shell pkg-config icu-uc --libs) 12 # CCPCRE=-I/usr/local/include -DUSEPCRE 13 # LDPCRE=-L/usr/local/lib -lpcre 17 CXXFLAGS?=-O3 -g 20 RE2_CXXFLAGS?=-std=c++11 -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initialize… 21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE) 25 NMFLAGS?=-p 34 INSTALL_DATA=$(INSTALL) -m 644 [all …]
|
| /external/icu/icu4c/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/cronet/stable/third_party/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/cronet/tot/third_party/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/llvm/test/Transforms/CodeGenPrepare/X86/ |
| D | catchpad-phi-cast.ll | 1 ; RUN: opt -codegenprepare -S < %s | FileCheck %s 3 ; The following target lines are needed for the test to exercise what it should. 5 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" 6 target triple = "x86_64-pc-windows-msvc" 13 declare void @llvm.dbg.value(metadata, i64, metadata, metadata) #2 17 ; do not allow non-phi instructions before the terminator, this isn't possible. 19 ; CHECK-LABEL: @test( 20 define void @test(i32* %addr) personality i32 (...)* @__CxxFrameHandler3 { 28 ; CHECK-NEXT: %y = getelementptr i32, i32* %addr, i32 2 43 br label %catch.shared [all …]
|
| /external/llvm/test/tools/gold/X86/ |
| D | linkonce-weak.ll | 1 ; RUN: llvm-as %s -o %t.o 2 ; RUN: llvm-as %p/Inputs/linkonce-weak.ll -o %t2.o 4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 5 ; RUN: --plugin-opt=emit-llvm \ 6 ; RUN: -shared %t.o %t2.o -o %t3.o 7 ; RUN: llvm-dis %t3.o -o - | FileCheck %s 9 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 10 ; RUN: --plugin-opt=emit-llvm \ 11 ; RUN: -shared %t2.o %t.o -o %t3.o 12 ; RUN: llvm-dis %t3.o -o - | FileCheck %s [all …]
|
| /external/tflite-support/ |
| D | .bazelrc | 6 build --apple_platform_type=macos 9 build --enable_platform_specific_config 12 common --experimental_repo_remote_exec 15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain 16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain 19 build:android --copt=-w 20 build:linux --copt=-w 21 build:macos --copt=-w 22 build:windows --copt=/w 25 build --action_env ANDROID_NDK_HOME [all …]
|
| /external/mpdecimal/vcbuild/ |
| D | runshort_alloc.bat | 5 set DBG=0 variable 6 if "%1%" == "/d" set DBG=1 variable 12 nmake DEBUG=%DBG% 15 rem # Download the official test cases (text files). 28 runtest.exe official.decTest --alloc 35 runtest.exe additional.decTest --alloc 40 echo # libmpdec: shared library 48 runtest_shared.exe official.decTest --alloc 55 runtest_shared.exe additional.decTest --alloc 63 nmake DEBUG=%DBG% [all …]
|
| D | runshort.bat | 4 set DBG=0 variable 5 if "%1%" == "/d" set DBG=1 variable 11 nmake DEBUG=%DBG% 13 rem # Download the official test cases (text files). 38 echo # libmpdec: shared library 61 nmake DEBUG=%DBG% 63 rem # Copy or download the official test cases (text files). 76 runtest.exe official.topTest --thread 83 runtest.exe additional.topTest --thread 97 apitest.exe --thread [all …]
|
| /external/llvm/test/DebugInfo/X86/ |
| D | fission-inline.ll | 1 ; RUN: llc -split-dwarf=Enable -O0 < %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj > %t 2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s 3 ; RUN: llvm-objdump -r %t | FileCheck --check-prefix=RELOCS %s 5 ; Test the emission of gmlt-like inlining information into the skeleton unit. 6 ; This allows inline-aware symbolication/backtracing given only the linked 9 ; A simple example of inlining generated with clang -gsplit-dwarf 12 ; function into the .dwo file, which may be shared with other CUs in the dwo ; 13 ; under fission, but should not be shared with the skeleton's CU. This also 14 ; tests the general case of context emission, which is suppressed in gmlt-like 17 ; Include a template just to test template parameters are not emitted in [all …]
|
| /external/cronet/stable/third_party/boringssl/src/infra/config/ |
| D | main.star | 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", 53 groups = "luci-logdog-chromium-writers", [all …]
|
| /external/cronet/tot/third_party/boringssl/src/infra/config/ |
| D | main.star | 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", 53 groups = "luci-logdog-chromium-writers", [all …]
|
| /external/boringssl/src/infra/config/ |
| D | main.star | 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", 53 groups = "luci-logdog-chromium-writers", [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 ---------------- 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' 24 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test [all …]
|
| /external/swiftshader/src/Pipeline/ |
| D | SpirvShaderDebugger.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 # include "spirv-tools/libspirv.h" 130 // makeDbgValue() returns a vk::dbg::Value that contains a copy of val. 132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue() 134 return vk::dbg::make_constant(val); in makeDbgValue() 137 // makeDbgValue() returns a vk::dbg::Value that contains a copy of vec. 139 std::shared_ptr<vk::dbg::Value> makeDbgValue(const sw::vec<T, N> &vec) in makeDbgValue() 141 return vk::dbg::Struct::create("vec" + std::to_string(N), [&](auto &vc) { in makeDbgValue() 144 vc->put(vecElementName(i, N), makeDbgValue<T>(vec[i])); in makeDbgValue() 149 // NullptrValue is an implementation of vk::dbg::Value that simply displays [all …]
|
| /external/sdv/vsomeip/third_party/boost/tokenizer/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 13 # 2. If you have more than include/, src/, test/, example/, examples/, or 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci [all …]
|
| /external/sdv/vsomeip/third_party/boost/concept_check/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 13 # 2. If you have more than include/, src/, test/, example/, examples/, or 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci [all …]
|
| /external/sdv/vsomeip/third_party/boost/pool/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 13 # 2. If you have more than include/, src/, test/, example/, examples/, or 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci [all …]
|
| /external/angle/infra/config/ |
| D | main.star | 4 # Use of this source code is governed by a BSD-style license that can be 21 "-module-docstring", 22 "-function-docstring", 28 buildbucket = "cr-buildbucket.appspot.com", 29 logdog = "luci-logdog.appspot.com", 30 milo = "luci-milo.appspot.com", 31 notify = "luci-notify.appspot.com", 32 scheduler = "luci-scheduler.appspot.com", 33 swarming = "chromium-swarm.appspot.com", 48 groups = "project-angle-admins", [all …]
|
| /external/sdv/vsomeip/third_party/boost/numeric/interval/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 13 # 2. If you have more than include/, src/, test/, example/, examples/, or 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci [all …]
|
| /external/llvm/test/CodeGen/WinEH/ |
| D | wineh-cloning.ll | 1 ; RUN: opt -mtriple=x86_64-pc-windows-msvc -S -winehprepare < %s | FileCheck %s 33 ; CHECK-LABEL: define void @test1( 42 ; CHECK-NEXT: call void @llvm.foo(i32 %x) 58 ; Need two copies of %exit's call to @f -- the subsequent ret is only 61 ; CHECK-LABEL: define void @test2( 68 ; CHECK-NEXT: unreachable 71 ; CHECK-NEXT: ret void 85 br label %shared 88 br label %shared 89 shared: [all …]
|