| /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/cronet/third_party/libc++/src/modules/ |
| D | std.cppm | 10 export module std; 14 export import :__new; // Note new is a keyword and not a valid identifier 15 export import :algorithm; 16 export import :any; 17 export import :array; 18 export import :atomic; 19 export import :barrier; 20 export import :bit; 21 export import :bitset; 22 export import :cassert; [all …]
|
| /external/rust/crates/libz-sys/src/zlib/os400/ |
| D | bndsrc | 7 EXPORT SYMBOL("adler32") 8 EXPORT SYMBOL("compress") 9 EXPORT SYMBOL("compress2") 10 EXPORT SYMBOL("crc32") 11 EXPORT SYMBOL("get_crc_table") 12 EXPORT SYMBOL("deflate") 13 EXPORT SYMBOL("deflateEnd") 14 EXPORT SYMBOL("deflateSetDictionary") 15 EXPORT SYMBOL("deflateCopy") 16 EXPORT SYMBOL("deflateReset") [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/third_party/libc++/src/include/ |
| D | module.modulemap.in | 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/python/cpython2/Modules/_ctypes/ |
| D | _ctypes_test.c | 16 #define EXPORT(x) __declspec(dllexport) x macro 18 #define EXPORT(x) x macro 23 EXPORT(int) 30 EXPORT(double) 49 EXPORT(void) 60 EXPORT(void) 68 EXPORT(void)testfunc_array(int values[4]) in testfunc_array() 77 EXPORT(long double)testfunc_Ddd(double a, double b) in testfunc_Ddd() 85 EXPORT(long double)testfunc_DDD(long double a, long double b) in testfunc_DDD() 93 EXPORT(int)testfunc_iii(int a, int b) in testfunc_iii() [all …]
|
| /external/python/cpython3/Modules/_ctypes/ |
| D | _ctypes_test.c | 9 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro 13 EXPORT(int) 20 EXPORT(double) 39 EXPORT(void) 50 EXPORT(void) 64 EXPORT(TestReg) last_tfrsuv_arg = {0}; 67 EXPORT(void) 83 EXPORT(int) 106 EXPORT(double) 120 EXPORT(double) [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/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/icu/icu4c/source/ |
| D | runConfigureICU | 140 CC=`which xlclang`; export CC 144 CXX=`which xlclang++`; export CXX 154 CC=gcc; export CC 155 CXX=g++; export CXX 162 CC=`which ibm-clang_r`; export CC 166 CXX=`which ibm-clang++_r`; export CXX 176 CC=`which cc`; export CC 177 CXX=`which CC`; export CXX 184 CC=gcc; export CC 185 CXX=g++; export CXX [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/cronet/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/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/perfetto/ui/src/frontend/ |
| D | sql_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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | .travis.yml | 72 … export CONFIG_OPTS="--enable-debug --disable-shared --enable-code-coverage --enable-tests" 76 export CONFIG_OPTS=--enable-debug 77 export CFLAGS=-fsanitize=address 78 export CXXFLAGS=-fsanitize=address 79 export LDFLAGS=-fsanitize=address 83 export CONFIG_OPTS=--enable-debug 84 export CFLAGS=-fsanitize=leak 85 export CXXFLAGS=-fsanitize=leak 86 export LDFLAGS=-fsanitize=leak 90 export CFLAGS="-fsanitize=undefined -fno-sanitize-recover" [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | apigee_v1.organizations.environments.analytics.exports.html | 82 …export job to be processed in the background. If the request is successful, the API returns a 201 … 85 …export job. If the export job is still in progress, its `state` is set to "running". After the exp… 88 <p class="firstline">Lists the details and status of all analytics export jobs belonging to the par… 97 …export job to be processed in the background. If the request is successful, the API returns a 201 … 107 …ot;dateRange": { # Date range of the data to export. # Required. Date range of the data to ex… 108 …"end": "A String", # Required. End date (exclusive) of the data to export in t… 109 …"start": "A String", # Required. Start date of the data to export in the forma… 111 "description": "A String", # Optional. Description of the export job. 112 "name": "A String", # Required. Display name of the export job. 113 …"outputFormat": "A String", # Optional. Output format of the export. Valid val… [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 …]
|
| /external/flatbuffers/tests/flatc/ |
| D | flatc_ts_tests.py | 29 "export { Bar } from './bar';", 30 "export { Foo } from './foo';", 35 assert_file_and_contents("foo.ts", "export class Foo {") 49 "export { Bar } from './bar';", 50 "export { Foo } from './foo';", 55 assert_file_and_contents("foo.ts", "export class Foo {") 58 assert_file_and_contents("bar.ts", "export class Bar {") 69 "export { Bar } from './bar/bar';", 70 "export { Foo } from './something/foo';", 74 # Foo should be placed in the namespaced directory. It should export [all …]
|