/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/llvm-project/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 * 29 export * 34 export stdint_h 35 export * 41 export * 45 export * 49 export * [all …]
|
/external/google-fruit/ |
D | .travis.yml | 14 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c… 16 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi… 20 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c… 22 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi… 26 install: export OS=linux; export COMPILER='clang-8.0'; export STL='libstdc++'; 27 export UBUNTU='20.10'; extras/scripts/travis_ci_install_linux.sh 29 script: export OS=linux; export COMPILER='clang-8.0'; export STL='libstdc++'; 30 export UBUNTU='20.10'; extras/scripts/postsubmit.sh ReleasePlain 33 install: export OS=linux; export COMPILER='clang-8.0'; export STL='libstdc++'; 34 export UBUNTU='20.10'; extras/scripts/travis_ci_install_linux.sh [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/llvm-project/lldb/include/lldb/ |
D | module.modulemap | 8 module * { export * } 17 module ConnectionFileDescriptor { header "Host/ConnectionFileDescriptor.h" export * } 18 module Debug { header "Host/Debug.h" export * } 19 module Editline { header "Host/Editline.h" export * } 20 module FileCache { header "Host/FileCache.h" export * } 21 module File { header "Host/File.h" export * } 22 module FileAction { header "Host/FileAction.h" export * } 23 module FileSystem { header "Host/FileSystem.h" export * } 24 module HostGetOpt { header "Host/HostGetOpt.h" export * } 25 module Host { header "Host/Host.h" 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/llvm-project/llvm/include/llvm/ |
D | module.modulemap | 4 module * { export * } 14 module * { export * } 24 module * { export * } 40 module * { export * } 46 module * { export * } 52 module * { export * } 57 umbrella "BinaryFormat" module * { export * } 89 module * { export * } 94 module DIContext { header "DebugInfo/DIContext.h" export * } 101 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/llvm-project/clang/test/CXX/module/module.interface/ |
D | p3.cpp | 3 export module p3; 8 export; // expected-error {{empty declaration cannot be exported}} 9 export static_assert(true); // expected-error {{static_assert declaration cannot be exported}} 10 export using namespace A; // expected-error {{ISO C++20 does not permit using directive to be expor… 12 export { // expected-note 3{{export block begins here}} 13 …; // expected-error {{ISO C++20 does not permit an empty declaration to appear in an export block}} 14 …pected-error {{ISO C++20 does not permit a static_assert declaration to appear in an export block}} 18 export struct {}; // expected-error {{must be class member}} expected-error {{GNU extension}} expec… 19 export struct {} struct_; 20 export union {}; // expected-error {{must be declared 'static'}} expected-error {{does not declare … [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/google-api-python-client/docs/dyn/ |
D | vault_v1.matters.exports.html | 79 <p class="firstline">Creates an Export.</p> 82 <p class="firstline">Deletes an Export.</p> 85 <p class="firstline">Gets an Export.</p> 95 <pre>Creates an Export. 102 { # An export 103 "status": "A String", # Output only. The export status. 104 …"cloudStorageSink": { # Export sink for cloud storage files. # Output only. Export sink for cloud … 106 { # An export file on cloud storage 108 "bucketName": "A String", # The cloud storage bucket name of this export file. 110 "objectName": "A String", # The cloud storage object name of this export file. [all …]
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 7 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro 11 EXPORT(int) 18 EXPORT(double) 37 EXPORT(void) 48 EXPORT(void) 62 EXPORT(TestReg) last_tfrsuv_arg = {0}; 65 EXPORT(void) 81 EXPORT(int) 104 EXPORT(double) 118 EXPORT(double) [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | dllexport.ll | 42 ; CHECK-GNU-NOT: -export:f 43 ; CHECK-GNU: .ascii " -export:g" 44 ; CHECK-GNU: .ascii " -export:h" 45 ; CHECK-GNU-NOT: -export:i 46 ; CHECK-GNU: .ascii " -export:j" 47 ; CHECK-GNU: .ascii " -export:k" 48 ; CHECK-GNU: .ascii " -export:l" 49 ; CHECK-GNU: .ascii " -export:m,data" 50 ; CHECK-GNU: .ascii " -export:n,data" 51 ; CHECK-GNU: .ascii " -export:o,data" [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | dll.test | 2 # RUN: yaml2obj %p/Inputs/export.yaml -o %t.obj 3 # RUN: lld-link /out:%t.dll /dll %t.obj /export:exportfn1 /export:exportfn2 \ 4 # RUN: /export:mangled 5 # RUN: llvm-objdump -p %t.dll | FileCheck --check-prefix=EXPORT %s 7 EXPORT: Export Table: 8 EXPORT: DLL name: dll.test.tmp.dll 9 EXPORT: Ordinal RVA Name 10 EXPORT-NEXT: 0 0 11 EXPORT-NEXT: 1 0x1008 exportfn1 12 EXPORT-NEXT: 2 0x1010 exportfn2 [all …]
|
D | export.test | 1 # RUN: yaml2obj %p/Inputs/export.yaml -o %t.obj 3 # RUN: lld-link /out:%t.dll /dll %t.obj /export:exportfn1 /export:exportfn2 6 CHECK1: Export Table: 7 CHECK1: DLL name: export.test.tmp.dll 13 # RUN: lld-link /out:%t.dll /dll %t.obj /export:exportfn1,@5 /export:exportfn2 16 CHECK2: Export Table: 17 CHECK2: DLL name: export.test.tmp.dll 28 # RUN: lld-link /out:%t.dll /dll %t.obj /export:exportfn1,@5,noname /export:exportfn2 31 CHECK3: Export Table: 32 CHECK3: DLL name: export.test.tmp.dll [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/llvm-project/llvm/test/CodeGen/ARM/Windows/ |
D | dllexport.ll | 43 ; CHECK-GNU-NOT: -export:f 44 ; CHECK-GNU: .ascii " -export:g" 45 ; CHECK-GNU: .ascii " -export:h" 46 ; CHECK-GNU-NOT: -export:i 47 ; CHECK-GNU: .ascii " -export:j" 48 ; CHECK-GNU: .ascii " -export:k" 49 ; CHECK-GNU: .ascii " -export:l" 50 ; CHECK-GNU: .ascii " -export:m,data" 51 ; CHECK-GNU: .ascii " -export:n,data" 52 ; CHECK-GNU: .ascii " -export:o,data" [all …]
|
/external/llvm-project/clang/include/clang/ |
D | module.modulemap | 7 module * { export * } 25 module * { export * } 28 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } } 70 module * { export * } 73 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } } 74 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } } 81 module All { header "Basic/AllDiagnostics.h" export * } 82 module Analysis { header "Analysis/AnalysisDiagnostic.h" export * } 83 module AST { header "AST/ASTDiagnostic.h" export * } 84 module Comment { header "AST/CommentDiagnostic.h" export * } [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dllexport.ll | 88 ; Verify items that should not be exported do not appear in the export table. 95 ; CHECK-CL: .ascii " /EXPORT:_f1" 96 ; CHECK-CL: .ascii " /EXPORT:_f2" 97 ; CHECK-CL: .ascii " /EXPORT:_stdfun@0" 98 ; CHECK-CL: .ascii " /EXPORT:@fastfun@0" 99 ; CHECK-CL: .ascii " /EXPORT:_thisfun" 100 ; CHECK-CL: .ascii " /EXPORT:_lnk1" 101 ; CHECK-CL: .ascii " /EXPORT:_lnk2" 102 ; CHECK-CL: .ascii " /EXPORT:_weak1" 103 ; CHECK-CL: .ascii " /EXPORT:_Var1,DATA" [all …]
|
D | dllexport-x86_64.ll | 64 ; Verify items that should not be exported do not appear in the export table. 73 ; WIN32: .ascii " /EXPORT:f1" 74 ; WIN32: .ascii " /EXPORT:f2" 75 ; WIN32: .ascii " /EXPORT:lnk1" 76 ; WIN32: .ascii " /EXPORT:lnk2" 77 ; WIN32: .ascii " /EXPORT:weak1" 78 ; WIN32: .ascii " /EXPORT:Var1,DATA" 79 ; WIN32: .ascii " /EXPORT:Var2,DATA" 80 ; WIN32: .ascii " /EXPORT:Var3,DATA" 81 ; WIN32: .ascii " /EXPORT:WeakVar1,DATA" [all …]
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 138 CC=`which xlclang`; export CC 142 CXX=`which xlclang++`; export CXX 152 CC=gcc; export CC 153 CXX=g++; export CXX 160 CC=`which cc`; export CC 161 CXX=`which CC`; export CXX 168 CC=gcc; export CC 169 CXX=g++; export CXX 176 CC=`which cc`; export CC 177 CXX=`which CC`; 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/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 …]
|