/external/rust/android-crates-io/crates/icu_capi/bindings/js/ |
D | index.d.ts | 2 export { codepoint } from './diplomat-runtime'; 5 export { TitlecaseOptions } from "./TitlecaseOptions" 7 export { CollatorOptions } from "./CollatorOptions" 9 export { DisplayNamesOptions } from "./DisplayNamesOptions" 11 export { DateTimeMismatchedCalendarError } from "./DateTimeMismatchedCalendarError" 13 export { FixedDecimalLimitError } from "./FixedDecimalLimitError" 15 export { TimeZoneInvalidOffsetError } from "./TimeZoneInvalidOffsetError" 17 export { LocaleFallbackConfig } from "./LocaleFallbackConfig" 19 export { BidiMirroringGlyph } from "./BidiMirroringGlyph" 21 export { GeneralCategoryGroup } from "./GeneralCategoryGroup" [all …]
|
D | index.mjs | 3 export { TitlecaseOptions } from "./TitlecaseOptions.mjs" 5 export { CollatorOptions } from "./CollatorOptions.mjs" 7 export { DisplayNamesOptions } from "./DisplayNamesOptions.mjs" 9 export { DateTimeMismatchedCalendarError } from "./DateTimeMismatchedCalendarError.mjs" 11 export { FixedDecimalLimitError } from "./FixedDecimalLimitError.mjs" 13 export { TimeZoneInvalidOffsetError } from "./TimeZoneInvalidOffsetError.mjs" 15 export { LocaleFallbackConfig } from "./LocaleFallbackConfig.mjs" 17 export { BidiMirroringGlyph } from "./BidiMirroringGlyph.mjs" 19 export { GeneralCategoryGroup } from "./GeneralCategoryGroup.mjs" 21 export { LineBreakOptions } from "./LineBreakOptions.mjs" [all …]
|
/external/libcxx/include/ |
D | module.modulemap | 9 export std_config 12 // export that issues a warning if a name from the submodule is used, and 21 export * 25 export * 31 export stdint_h 32 export * 38 export * 42 export * 46 export * 58 export * [all …]
|
/external/brotli/ |
D | .gitattributes | 4 **/** export-ignore 7 bootstrap !export-ignore 8 BUILD !export-ignore 9 CMakeLists.txt !export-ignore 10 compiler_config_setting.bzl !export-ignore 11 configure !export-ignore 12 configure-cmake !export-ignore 13 configure.ac !export-ignore 14 CONTRIBUTING.md !export-ignore 15 LICENSE !export-ignore [all …]
|
/external/cronet/stable/third_party/libc++/src/include/ |
D | module.modulemap | 18 export * 27 export * 39 export * 77 …// We need to export those because common_type inherits from either of those based on __builtin_co… 78 export std_core.type_traits.type_identity 79 export std_core.utility_core.empty 100 export std_core.type_traits.integral_constant 104 export std_core.type_traits.integral_constant 108 export std_core.type_traits.integral_constant 112 export std_core.type_traits.integral_constant [all …]
|
/external/cronet/tot/third_party/libc++/src/include/ |
D | module.modulemap | 18 export * 27 export * 39 export * 77 …// We need to export those because common_type inherits from either of those based on __builtin_co… 78 export std_core.type_traits.type_identity 79 export std_core.utility_core.empty 100 export std_core.type_traits.integral_constant 104 export std_core.type_traits.integral_constant 108 export std_core.type_traits.integral_constant 112 export std_core.type_traits.integral_constant [all …]
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
D | module.modulemap | 4 export * 8 export * 12 export * 16 export * 20 export * 24 export * 28 export * 32 export * 36 export * 40 export * [all …]
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | module.modulemap | 4 export * 8 export * 12 export * 16 export * 20 export * 24 export * 28 export * 32 export * 36 export * 40 export * [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ |
D | module.modulemap | 4 module * { export * } 15 module * { export * } 25 module * { export * } 42 module * { export * } 48 module * { export * } 54 module * { export * } 59 umbrella "BinaryFormat" module * { export * } 96 module * { export * } 101 module DIContext { header "DebugInfo/DIContext.h" export * } 108 module * { export * } [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | module.modulemap | 4 module * { export * } 14 module * { export * } 24 module * { export * } 41 module * { export * } 47 module * { export * } 53 umbrella "BinaryFormat" module * { export * } 83 module * { export * } 88 module DIContext { header "DebugInfo/DIContext.h" export * } 95 module * { export * } 102 module * { export * } [all …]
|
/external/llvm/include/llvm/ |
D | module.modulemap | 4 module * { export * } 10 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } 19 module * { export * } 36 module * { export * } 43 module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } } 44 module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } } 48 module DIContext { header "DebugInfo/DIContext.h" export * } 55 module * { export * } 62 module * { export * } 84 module * { export * } [all …]
|
/external/google-fruit/extras/scripts/ |
D | postsubmit-helper.sh | 7 export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" 11 export CC=gcc-4.9 12 export CXX=g++-4.9 16 export CC=gcc-5 17 export CXX=g++-5 21 export CC=gcc-6 22 export CXX=g++-6 26 export CC=gcc-7 27 export CXX=g++-7 31 export CC=gcc-8 [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/rel/ubuntu/ |
D | cpu_arm64_pip.sh | 26 export HOST_C_COMPILER=(which gcc) 27 export HOST_CXX_COMPILER=(which g++) 28 export TF_ENABLE_XLA=1 29 export TF_DOWNLOAD_CLANG=0 30 export TF_SET_ANDROID_WORKSPACE=0 31 export TF_NEED_MPI=0 32 export TF_NEED_ROCM=0 33 export TF_NEED_GCP=0 34 export TF_NEED_S3=0 35 export TF_NEED_OPENCL_SYCL=0 [all …]
|
D | cpu_arm64_nonpip.sh | 32 export HOST_C_COMPILER=(which gcc) 33 export HOST_CXX_COMPILER=(which g++) 34 export TF_ENABLE_XLA=1 35 export TF_DOWNLOAD_CLANG=0 36 export TF_SET_ANDROID_WORKSPACE=0 37 export TF_NEED_MPI=0 38 export TF_NEED_ROCM=0 39 export TF_NEED_GCP=0 40 export TF_NEED_S3=0 41 export TF_NEED_OPENCL_SYCL=0 [all …]
|
/external/llvm/test/CodeGen/ARM/Windows/ |
D | dllexport.ll | 43 ; CHECK-GNU-NOT: -export:f 44 ; CHECK-GNU: -export:g 45 ; CHECK-GNU-SAME: -export:h 46 ; CHECK-GNU-NOT: -export:i 47 ; CHECK-GNU-SAME: -export:j 48 ; CHECK-GNU-SAME: -export:k 49 ; CHECK-GNU-SAME: -export:l 50 ; CHECK-GNU-SAME: -export:m,data 51 ; CHECK-GNU-SAME: -export:n,data 52 ; CHECK-GNU-SAME: -export:o,data [all …]
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 23 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro 27 EXPORT(int) 34 EXPORT(double) 53 EXPORT(void) 64 EXPORT(void) 78 EXPORT(TestReg) last_tfrsuv_arg = {0}; 81 EXPORT(void) 97 EXPORT(int) 120 EXPORT(double) 166 EXPORT(double) [all …]
|
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/ |
D | BigQueryExportName.java | 36 "organizations/{organization}/bigQueryExports/{export}"); 38 PathTemplate.createWithoutUrlEncoding("folders/{folder}/bigQueryExports/{export}"); 40 PathTemplate.createWithoutUrlEncoding("projects/{project}/bigQueryExports/{export}"); 45 private final String export; field in BigQueryExportName 52 export = null; in BigQueryExportName() 59 export = Preconditions.checkNotNull(builder.getExport()); in BigQueryExportName() 67 export = Preconditions.checkNotNull(builder.getExport()); in BigQueryExportName() 75 export = Preconditions.checkNotNull(builder.getExport()); in BigQueryExportName() 86 return export; in getExport() 120 public static BigQueryExportName of(String organization, String export) { in of() argument [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | dllexport.ll | 97 ; Verify items that should not be exported do not appear in the export table. 104 ; CHECK-CL: /EXPORT:_f1 105 ; CHECK-CL-SAME: /EXPORT:_f2 106 ; CHECK-CL-SAME: /EXPORT:_stdfun@0 107 ; CHECK-CL-SAME: /EXPORT:@fastfun@0 108 ; CHECK-CL-SAME: /EXPORT:_thisfun 109 ; CHECK-CL-SAME: /EXPORT:_lnk1 110 ; CHECK-CL-SAME: /EXPORT:_lnk2 111 ; CHECK-CL-SAME: /EXPORT:_weak1 112 ; CHECK-CL-SAME: /EXPORT:_Var1,DATA [all …]
|
D | dllexport-x86_64.ll | 92 ; Verify items that should not be exported do not appear in the export table. 101 ; WIN32: /EXPORT:f1 102 ; WIN32-SAME: /EXPORT:f2 103 ; WIN32-SAME: /EXPORT:lnk1 104 ; WIN32-SAME: /EXPORT:lnk2 105 ; WIN32-SAME: /EXPORT:weak1 106 ; WIN32-SAME: /EXPORT:Var1,DATA 107 ; WIN32-SAME: /EXPORT:Var2,DATA 108 ; WIN32-SAME: /EXPORT:Var3,DATA 109 ; WIN32-SAME: /EXPORT:WeakVar1,DATA [all …]
|
/external/clang/include/clang/ |
D | module.modulemap | 7 module * { export * } 19 module * { export * } 22 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } } 51 module * { export * } 54 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } } 55 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } } 62 module All { header "Basic/AllDiagnostics.h" export * } 63 module Analysis { header "Analysis/AnalysisDiagnostic.h" export * } 64 module AST { header "AST/ASTDiagnostic.h" export * } 65 module Comment { header "AST/CommentDiagnostic.h" export * } [all …]
|
/external/cronet/stable/third_party/icu/source/ |
D | runConfigureICU | 139 CC=`which xlclang`; export CC 143 CXX=`which xlclang++`; export CXX 153 CC=gcc; export CC 154 CXX=g++; export CXX 161 CC=`which ibm-clang_r`; export CC 165 CXX=`which ibm-clang++_r`; export CXX 175 CC=`which cc`; export CC 176 CXX=`which CC`; export CXX 183 CC=gcc; export CC 184 CXX=g++; export CXX [all …]
|
/external/cronet/tot/third_party/icu/source/ |
D | runConfigureICU | 139 CC=`which xlclang`; export CC 143 CXX=`which xlclang++`; export CXX 153 CC=gcc; export CC 154 CXX=g++; export CXX 161 CC=`which ibm-clang_r`; export CC 165 CXX=`which ibm-clang++_r`; export CXX 175 CC=`which cc`; export CC 176 CXX=`which CC`; export CXX 183 CC=gcc; export CC 184 CXX=g++; export CXX [all …]
|
/external/perfetto/ui/src/components/sql_utils/ |
D | core_types.ts | 26 export type Upid = number & { 30 export function asUpid(v: number): Upid; 31 export function asUpid(v?: number): Upid | undefined; 32 export function asUpid(v?: number): Upid | undefined { 37 export type Utid = number & { 41 export function asUtid(v: number): Utid; 42 export function asUtid(v?: number): Utid | undefined; 43 export function asUtid(v?: number): Utid | undefined { 48 export type SliceSqlId = number & { 52 export function asSliceSqlId(v: number): SliceSqlId; [all …]
|
/external/pytorch/.circleci/scripts/ |
D | binary_populate_env.sh | 3 export TZ=UTC 27 export BUILD_PYTHONLESS=1 31 export DOCKER_IMAGE=${DOCKER_IMAGE:-} 34 export DOCKER_IMAGE="pytorch/conda-cuda" 36 export DOCKER_IMAGE="pytorch/manylinux-cpu" 38 export DOCKER_IMAGE="pytorch/manylinux-cuda${DESIRED_CUDA:2}" 52 export DATE="$(date -u +%Y%m%d)" 67 export PYTORCH_BUILD_VERSION="${BASE_BUILD_VERSION}" 69 export PYTORCH_BUILD_VERSION="${BASE_BUILD_VERSION}+$DESIRED_CUDA" 72 export PYTORCH_BUILD_NUMBER=1 [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shaper-use-machine.rl | 65 export O = 0; # OTHER 67 export B = 1; # BASE 68 export N = 4; # BASE_NUM 69 export GB = 5; # BASE_OTHER 70 export CGJ = 6; # CGJ 71 export SUB = 11; # CONS_SUB 72 export H = 12; # HALANT 74 export HN = 13; # HALANT_NUM 75 export ZWNJ = 14; # Zero width non-joiner 76 export WJ = 16; # Word joiner [all …]
|