Home
last modified time | relevance | path

Searched full:export (Results 1 – 25 of 5543) sorted by relevance

12345678910>>...222

/external/google-fruit/
D.travis.yml14 …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/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/rust/crates/libz-sys/src/zlib/os400/
Dbndsrc7 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/cronet/buildtools/third_party/libc++/trunk/include/
Dmodule.modulemap.in6 export *
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 *
42 export *
46 export *
50 export *
[all …]
/external/brotli/
D.gitattributes4 **/** 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap4 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/
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/python/cpython2/Modules/_ctypes/
D_ctypes_test.c16 #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.c7 #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/tensorflow/tensorflow/tools/ci_build/rel/ubuntu/
Dcpu_arm64_pip.sh26 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 …]
Dcpu_arm64_nonpip.sh32 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/
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/icu/icu4c/source/
DrunConfigureICU139 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/third_party/icu/source/
DrunConfigureICU139 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/llvm/test/CodeGen/X86/
Ddllexport.ll97 ; 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 …]
Ddllexport-x86_64.ll92 ; 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/
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/python/google-api-python-client/docs/dyn/
Dapigee_v1.organizations.environments.analytics.exports.html82export job to be processed in the background. If the request is successful, the API returns a 201 …
85export 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…
97export job to be processed in the background. If the request is successful, the API returns a 201 …
107 …ot;dateRange&quot;: { # Date range of the data to export. # Required. Date range of the data to ex…
108 …&quot;end&quot;: &quot;A String&quot;, # Required. End date (exclusive) of the data to export in t…
109 …&quot;start&quot;: &quot;A String&quot;, # Required. Start date of the data to export in the forma…
111 &quot;description&quot;: &quot;A String&quot;, # Optional. Description of the export job.
112 &quot;name&quot;: &quot;A String&quot;, # Required. Display name of the export job.
113 …&quot;outputFormat&quot;: &quot;A String&quot;, # Optional. Output format of the export. Valid val…
[all …]
/external/perfetto/ui/src/common/
Dstate.ts31 export interface ObjectById<Class extends{id: string}> { [id: string]: Class; }
33 export interface Timestamped {
37 export type OmniboxMode = 'SEARCH'|'COMMAND';
39 export interface OmniboxState {
44 export interface VisibleState extends Timestamped {
50 export interface AreaSelection {
62 export type AreaById = Area&{id: string};
64 export interface Area {
70 export const MAX_TIME = 180;
107 export const STATE_VERSION = 31;
[all …]
/external/google-fruit/extras/scripts/
Dpostsubmit-helper.sh7 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/flatbuffers/tests/flatc/
Dflatc_ts_tests.py29 "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 …]
/external/harfbuzz_ng/src/
Dhb-ot-shaper-use-machine.rl65 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/oss-fuzz/projects/cryptofuzz/
Dbuild.sh21 export GO111MODULE=off
29 export PATH="$PATH:$SRC/node-v14.17.1-linux-x64/bin/"
47 export LINK_FLAGS=""
48 export INCLUDE_PATH_FLAGS=""
60 export CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG"
62 export CXXFLAGS="$CXXFLAGS -I $SRC/cryptofuzz/fuzzing-headers/include"
65 export CXXFLAGS="$CXXFLAGS -DMSAN"
71 export LIBFUZZER_A_PATH="$LIB_FUZZING_ENGINE"
74 export LIBFUZZER_JS_PATH=$(realpath .)
75 export LINK_FLAGS="$LINK_FLAGS $LIBFUZZER_JS_PATH/js.o $LIBFUZZER_JS_PATH/quickjs/libquickjs.a"
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
D.travis.yml68 export CONFIG_OPTS="--enable-debug --disable-shared --enable-code-coverage"
72 export CONFIG_OPTS=--enable-debug
73 export CFLAGS=-fsanitize=address
74 export CXXFLAGS=-fsanitize=address
75 export LDFLAGS=-fsanitize=address
79 export CONFIG_OPTS=--enable-debug
80 export CFLAGS=-fsanitize=leak
81 export CXXFLAGS=-fsanitize=leak
82 export LDFLAGS=-fsanitize=leak
86 export CFLAGS="-fsanitize=undefined -fno-sanitize-recover"
[all …]
/external/capstone/bindings/vb6/
DvbCapstone.cpp18 #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 …]

12345678910>>...222