/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/google-fruit/ |
D | .travis.yml | 14 …install: export OS=linux; export COMPILER='gcc-8'; export UBUNTU='18.10'; extras/scripts/travis_ci… 16 …script: export OS=linux; export COMPILER='gcc-8'; export UBUNTU='18.10'; extras/scripts/postsubmit… 20 …install: export OS=linux; export COMPILER='gcc-8'; export UBUNTU='18.10'; extras/scripts/travis_ci… 22 …script: export OS=linux; export COMPILER='gcc-8'; export UBUNTU='18.10'; extras/scripts/postsubmit… 26 install: export OS=linux; export COMPILER='clang-7.0'; export STL='libstdc++'; 27 export UBUNTU='18.10'; extras/scripts/travis_ci_install_linux.sh 29 script: export OS=linux; export COMPILER='clang-7.0'; export STL='libstdc++'; 30 export UBUNTU='18.10'; extras/scripts/postsubmit.sh ReleasePlain 33 install: export OS=linux; export COMPILER='clang-7.0'; export STL='libstdc++'; 34 export UBUNTU='18.10'; extras/scripts/travis_ci_install_linux.sh [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | module.modulemap | 4 module * { export * } 10 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } 19 module * { export * } 33 module * { export * } 37 module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } } 41 umbrella "BinaryFormat" module * { export * } 64 module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } } 68 module DIContext { header "DebugInfo/DIContext.h" export * } 75 module * { export * } 82 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/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 8 #define EXPORT(x) __declspec(dllexport) x macro 10 #define EXPORT(x) x macro 15 EXPORT(int) 22 EXPORT(double) 41 EXPORT(void) 52 EXPORT(void) 66 EXPORT(TestReg) last_tfrsuv_arg = {0}; 69 EXPORT(void) 78 EXPORT(void)testfunc_array(int values[4]) in testfunc_array() 87 EXPORT(long double)testfunc_Ddd(double a, double b) in testfunc_Ddd() [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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/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/icu/icu4c/source/ |
D | runConfigureICU | 138 CC=`which xlc_r`; export CC 142 CXX=`which xlC_r`; 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/swiftshader/third_party/llvm-7.0/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: .ascii " /EXPORT:_f1" 105 ; CHECK-CL: .ascii " /EXPORT:_f2" 106 ; CHECK-CL: .ascii " /EXPORT:_stdfun@0" 107 ; CHECK-CL: .ascii " /EXPORT:@fastfun@0" 108 ; CHECK-CL: .ascii " /EXPORT:_thisfun" 109 ; CHECK-CL: .ascii " /EXPORT:_lnk1" 110 ; CHECK-CL: .ascii " /EXPORT:_lnk2" 111 ; CHECK-CL: .ascii " /EXPORT:_weak1" 112 ; CHECK-CL: .ascii " /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: .ascii " /EXPORT:f1" 102 ; WIN32: .ascii " /EXPORT:f2" 103 ; WIN32: .ascii " /EXPORT:lnk1" 104 ; WIN32: .ascii " /EXPORT:lnk2" 105 ; WIN32: .ascii " /EXPORT:weak1" 106 ; WIN32: .ascii " /EXPORT:Var1,DATA" 107 ; WIN32: .ascii " /EXPORT:Var2,DATA" 108 ; WIN32: .ascii " /EXPORT:Var3,DATA" 109 ; WIN32: .ascii " /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/tensorflow/tensorflow/contrib/session_bundle/ |
D | README.md | 17 * given an export the graph can easily be initialized and run 19 * an export directory is self-contained to facilitate distribution 22 so it can recover if it crashes. A TensorFlow Serving **export** contains a 32 export.meta 33 export-?????-of-????? 36 * `00000000` -- Export version 40 * `export.meta` -- MetaGraph Definition 42 * `export-?????-of-?????` 50 class can be used to export a model in the above format from a TensorFlow Python 56 …github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/learn/python/learn/utils/export.py) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | macho-bad-trie.test | 2 … malformed object (unsupported exported symbol kind: 3 in flags: 0x13 in export trie data at node:… 4 RUN: not llvm-objdump -macho -exports-trie %p/Inputs/macho-trie-bad-export-info-malformed-uleb128 2… 5 …acho-trie-bad-export-info-malformed-uleb128': truncated or malformed object (export info size malf… 7 RUN: not llvm-objdump -macho -exports-trie %p/Inputs/macho-trie-bad-export-info-malformed-uleb128_t… 8 …acho-trie-bad-export-info-malformed-uleb128_too_big': truncated or malformed object (export info s… 10 RUN: not llvm-objdump -macho -exports-trie %p/Inputs/macho-trie-export-info-size-too-big 2>&1 | Fil… 11 …INFO_SIZE_TOO_BIG: macho-trie-export-info-size-too-big': truncated or malformed object (export inf… 14 …ount-byte': truncated or malformed object (byte for count of childern in export trie data at node:… 17 …mport-name-start': truncated or malformed object (import name of re-export in export trie data at … 20 …-import-name-end': truncated or malformed object (import name of re-export in export trie data at … [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/capstone/bindings/vb6/ |
D | vbCapstone.cpp | 18 #define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__) macro 21 #pragma EXPORT in bs_version() 26 #pragma EXPORT in bs_support() 31 #pragma EXPORT in bs_open() 36 #pragma EXPORT in bs_close() 41 #pragma EXPORT in bs_option() 46 #pragma EXPORT in bs_errno() 51 #pragma EXPORT in bs_strerror() 56 #pragma EXPORT in bs_disasm() 61 #pragma EXPORT in getInstruction() [all …]
|
/external/v8/src/base/ |
D | export-template.h | 42 // macros below that take just an "export" parameter, because export 61 #define EXPORT_TEMPLATE_DECLARE(export) \ argument 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export) 63 #define EXPORT_TEMPLATE_DEFINE(export) \ argument 64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export) 69 // will export to call 72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument 73 EXPORT_TEMPLATE_INVOKE_2(which, style, export) 74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument 75 EXPORT_TEMPLATE_##which##_##style(export, ) [all …]
|
/external/libchrome/base/ |
D | export_template.h | 42 // macros below that take just an "export" parameter, because export 61 #define EXPORT_TEMPLATE_DECLARE(export) \ argument 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export) 63 #define EXPORT_TEMPLATE_DEFINE(export) \ argument 64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export) 69 // will export to call 72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument 73 EXPORT_TEMPLATE_INVOKE_2(which, style, export) 74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument 75 EXPORT_TEMPLATE_##which##_##style(export, ) [all …]
|
/external/v8/tools/turbolizer/src/ |
D | constants.ts | 5 export const MAX_RANK_SENTINEL = 0; 6 export const GRAPH_MARGIN = 250; 7 export const SOURCE_PANE_ID = 'left'; 8 export const SOURCE_COLLAPSE_ID = 'source-shrink'; 9 export const SOURCE_EXPAND_ID = 'source-expand'; 10 export const INTERMEDIATE_PANE_ID = 'middle'; 11 export const GRAPH_PANE_ID = 'graph'; 12 export const SCHEDULE_PANE_ID = 'schedule'; 13 export const GENERATED_PANE_ID = 'right'; 14 export const DISASSEMBLY_PANE_ID = 'disassembly'; [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/windows/bazel/ |
D | common_env.sh | 29 export TMPDIR=${TMPDIR:-"C:/tmp"} 30 export TMPDIR=$(cygpath -m "$TMPDIR") 34 export PS4='+ $(date) + ' 37 export BAZEL_SH=${BAZEL_SH:-"C:/tools/msys64/usr/bin/bash"} 39 export PYTHON_BASE_PATH="${PYTHON_DIRECTORY:-Program Files/Anaconda3}" 42 export PATH="/c/tools/bazel/:$PATH" 45 export PYTHON_BIN_PATH="C:/${PYTHON_BASE_PATH}/python.exe" 46 export PYTHON_LIB_PATH="C:/${PYTHON_BASE_PATH}/lib/site-packages" 50 export PATH="/c/${PYTHON_BASE_PATH}:$PATH" 52 export PATH="/c/Program Files/Git/cmd:$PATH" [all …]
|
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_tests.sh | 31 export TPM_TMPFILE="$LTPTMP/tst_tpm.err" 35 export TPM_CERTFILE="$LTPTMP/tst_tpm.cert" 37 export TPM_KEYFILE="$LTPTMP/tst_tpm.key" 39 export TPM_COMBFILE="$LTPTMP/tst_tpm.comb" 43 export TPM_SSLCONF="$LTPBIN/tpmtoken_import_openssl.cnf" 48 export P11_SO_PWD="P11 SO PWD" 52 export P11_USER_PWD="P11 USER PWD" 58 export SSL_PWD="SSL PWD" 101 export TCID=tpmtoken_import01 # Test ID 102 export TST_COUNT=1 # Test number [all …]
|
/external/clang/test/Modules/Inputs/ |
D | module.map | 7 export diamond_top 11 export diamond_top 15 export * 34 export * 38 export * 45 export * 52 export category_top 60 export category_top 68 export category_left 69 export category_right [all …]
|