Home
last modified time | relevance | path

Searched refs:export (Results 1 – 25 of 1195) sorted by relevance

12345678910>>...48

/external/libcxx/include/
Dmodule.modulemap9 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/v8/src/base/
Dexport-template.h61 #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)
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, )
78 #define EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
79 #define EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
[all …]
/external/libchrome/base/
Dexport_template.h61 #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)
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, )
78 #define EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
79 #define EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap4 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/
Dmodule.modulemap4 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/clang/include/clang/
Dmodule.modulemap7 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmacho-bad-trie.test2 … 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Ddllexport.ll42 ; 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/tensorflow/tensorflow/contrib/session_bundle/
DREADME.md17 * 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-?????
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)
57 that can be used for building signatures. Use the `BaseEstimator.export`
[all …]
/external/clang/test/Modules/Inputs/macro-reexport/
Dmodule.modulemap2 module b2 { header "b2.h" export * }
3 module b1 { header "b1.h" export * }
6 module a1 { header "a1.h" export * }
7 module a2 { header "a2.h" export * }
10 module c1 { header "c1.h" export * }
13 module d1 { header "d1.h" export * }
14 module d2 { header "d2.h" export * }
17 module e1 { header "e1.h" export * }
18 module e2 { header "e2.h" export * }
21 module f1 { header "f1.h" export * }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/Windows/
Ddllexport.ll43 ; 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/
Ddllexport.ll43 ; 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/clang/test/ARCMT/Inputs/
Dmodule.map7 export diamond_top
11 export diamond_top
15 export *
34 export *
38 export *
48 export category_top
56 export category_top
64 export category_left
65 export category_right
89 export *
[all …]
/external/clang/test/Modules/Inputs/merge-template-members/
Dmodule.modulemap1 module def { header "def.h" export * }
2 module update { header "update.h" export * }
4 module a1 { header "a1.h" export * }
5 module a2 { header "a2.h" export * }
6 module b1 { header "b1.h" export * }
7 module b2 { header "b2.h" export * }
8 module merge { header "merge.h" export * }
9 module c { header "c.h" export * }
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt71 export ROOT=
72 export ROOTDELAY=
73 export ROOTFLAGS=
74 export ROOTFSTYPE=
75 export IP=
76 export BOOT=
77 export BOOTIF=
78 export UBIMTD=
79 export break=
80 export init=/sbin/init
[all …]
/external/clang/test/Modules/Inputs/cxx-lookup/
Dmodule.modulemap1 module A { header "a.h" export * }
2 module B { header "b.h" export * }
4 module C2 { header "c2.h" export * }
5 module C1 { header "c1.h" export * }
7 module X { header "x.h" export * }
8 module Y { header "y.h" export * }
9 module na { header "na.h" export * }
10 module nb { header "nb.h" export * }
/external/llvm/test/CodeGen/X86/
Ddllexport.ll97 ; Verify items that should not be exported do not appear in the export table.
121 ; CHECK-GCC: -export:f1
122 ; CHECK-GCC-SAME: -export:f2
123 ; CHECK-GCC-SAME: -export:stdfun@0
124 ; CHECK-GCC-SAME: -export:@fastfun@0
125 ; CHECK-GCC-SAME: -export:thisfun
126 ; CHECK-GCC-SAME: -export:lnk1
127 ; CHECK-GCC-SAME: -export:lnk2
128 ; CHECK-GCC-SAME: -export:weak1
129 ; CHECK-GCC-SAME: -export:Var1,data
[all …]
Ddllexport-x86_64.ll92 ; Verify items that should not be exported do not appear in the export table.
117 ; MINGW: -export:f1
118 ; MINGW-SAME: -export:f2
119 ; MINGW-SAME: -export:lnk1
120 ; MINGW-SAME: -export:lnk2
121 ; MINGW-SAME: -export:weak1
122 ; MINGW-SAME: -export:Var1,data
123 ; MINGW-SAME: -export:Var2,data
124 ; MINGW-SAME: -export:Var3,data
125 ; MINGW-SAME: -export:WeakVar1,data
[all …]
/external/clang/test/Modules/Inputs/macro-hiding/
Dmodule.modulemap2 module a1 { header "a1.h" export * }
3 module a2 { header "a2.h" export * }
6 module b1 { header "b1.h" export * }
7 module b2 { header "b2.h" export * }
10 module c1 { header "c1.h" export * }
13 module d1 { header "d1.h" export * }
16 module e1 { header "e1.h" export * }
17 module e2 { header "e2.h" export * }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddllexport-x86_64.ll92 ; Verify items that should not be exported do not appear in the export table.
117 ; MINGW: .ascii " -export:f1"
118 ; MINGW: .ascii " -export:f2"
119 ; MINGW: .ascii " -export:lnk1"
120 ; MINGW: .ascii " -export:lnk2"
121 ; MINGW: .ascii " -export:weak1"
122 ; MINGW: .ascii " -export:Var1,data"
123 ; MINGW: .ascii " -export:Var2,data"
124 ; MINGW: .ascii " -export:Var3,data"
125 ; MINGW: .ascii " -export:WeakVar1,data"
[all …]
Ddllexport.ll97 ; Verify items that should not be exported do not appear in the export table.
121 ; CHECK-GCC: .ascii " -export:f1"
122 ; CHECK-GCC: .ascii " -export:f2"
123 ; CHECK-GCC: .ascii " -export:stdfun@0"
124 ; CHECK-GCC: .ascii " -export:@fastfun@0"
125 ; CHECK-GCC: .ascii " -export:thisfun"
126 ; CHECK-GCC: .ascii " -export:lnk1"
127 ; CHECK-GCC: .ascii " -export:lnk2"
128 ; CHECK-GCC: .ascii " -export:weak1"
129 ; CHECK-GCC: .ascii " -export:Var1,data"
[all …]
/external/clang/lib/Headers/
Dmodule.modulemap35 export *
41 export *
47 export *
67 export * // note: for <stdlib.h> dependency
79 export mm_malloc
80 export mmx
81 export sse2 // note: for hackish <emmintrin.h> dependency
86 export sse
91 export sse2
96 export sse3
[all …]
/external/clang/test/Modules/Inputs/
Dmodule.map7 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 …]
/external/e2fsprogs/tests/
Dtest_config35 export LD_LIBRARY_PATH
36 export DYLD_LIBRARY_PATH
38 export TZ
40 export LC_ALL
42 export E2FSCK_CONFIG
44 export MKE2FS_CONFIG
46 export BLKID_FILE
49 export E2FSPROGS_SKIP_PROGRESS
51 export EXT2FS_NO_MTAB_OK
53 export RESIZE2FS_FORCE_LAZY_ITABLE_INIT
[all …]
/external/cldr/tools/scripts/build/bin-build/
Dstbitten-env.sh.sample3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
4 export BUILDER_CONF=${HOME}/bitten-conf
5 export BUILDER_DIR=${HOME}/build
6 export BUILDER_USER=yeahright
7 export BUILDER_PASS=hunter42
8 export BUILDER_NAME=some-bot
9 export BUILDER_BEST=${HOME}/best

12345678910>>...48