/external/rust/cxx/gen/build/src/ |
D | lib.rs | 225 if header_dir.exported { in build() 278 exported: true, in make_this_crate() 283 exported: true, in make_this_crate() 289 exported: true, in make_this_crate() 300 Some(links_attribute) => CFG.exported_header_links.iter().any(|&exported| { in make_this_crate() 301 let matches = links_attribute == exported; in make_this_crate() 303 used_header_links.insert(exported); in make_this_crate() 311 Some(include_prefix) => CFG.exported_header_prefixes.iter().any(|&exported| { in make_this_crate() 312 let matches = include_prefix.starts_with(exported); in make_this_crate() 314 used_header_prefixes.insert(exported); in make_this_crate() [all …]
|
D | deps.rs | 14 pub exported: bool, field 30 if header_dir.exported { in print_to_cargo() 101 exported: true, in direct_dependencies()
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | mangled_symbol.ll | 3 ;; Check baseline when both of them internalized when not exported. 4 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc %t1.bc -o - --exported-symbo… 5 ;; Check symbols are exported, including the ones with `\01` prefix. 6 …hinlto-index %t.index.bc %t1.bc -o - --exported-symbol=_exported --exported-symbol=_extern_not_man… 16 define void @exported() {
|
D | module_asm2.ll | 7 …ction=run -exported-symbol=main -exported-symbol=func1 -exported-symbol=func2 -exported-symbol=fun… 48 ; Ensure that foo, b and x are likewise not exported (imported as refs
|
D | tli-nobuiltin.ll | 5 ; RUN: llvm-lto %t.bc -exported-symbol=_foo -o %t.o 10 ; RUN: llvm-lto %t.bc -lto-freestanding -exported-symbol=_foo -o %t.o 18 ; RUN: llvm-lto -exported-symbol=_foo -thinlto-action=run %t.bc 23 ; RUN: llvm-lto -lto-freestanding -exported-symbol=_foo -thinlto-action=run %t.bc
|
D | index-const-prop-cache.ll | 10 ; RUN: -exported-symbol=main -exported-symbol=test -thinlto-cache-dir=%t.cache 15 ; RUN: -exported-symbol=main -exported-symbol=test -thinlto-cache-dir=%t.cache
|
D | index-const-prop.ll | 12 ; RUN: llvm-lto -thinlto-action=import -exported-symbol=main %t1.bc -thinlto-index=%t3.index.bc -o… 18 ; Check that we don't internalize gBar when it is exported 19 ; RUN: llvm-lto -thinlto-action=import -exported-symbol main -exported-symbol gBar %t1.bc -thinlto…
|
D | save_objects.ll | 6 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo… 12 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo… 19 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…
|
D | diagnostic-handler-remarks.ll | 10 ; RUN: -exported-symbol _func2 \ 11 ; RUN: -exported-symbol _main %t1.bc %t2.bc 2>&1 | \ 60 ; RUN: -exported-symbol _func2 \ 61 ; RUN: -exported-symbol _main %t1.bc %t2.bc 2>&1 | \
|
/external/openscreen/util/crypto/ |
D | certificate_utils_unittest.cc | 44 ErrorOr<std::vector<uint8_t>> exported = in TEST() local 46 ASSERT_TRUE(exported.is_value()) << exported.error(); in TEST() 47 EXPECT_FALSE(exported.value().empty()); in TEST() 50 ImportCertificate(exported.value().data(), exported.value().size()); in TEST()
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/export/ |
D | SpanExporterImplTest.java | 113 List<SpanData> exported = serviceHandler.waitForExport(2); in exportDifferentSampledSpans() local 114 assertThat(exported).containsExactly(span1.toSpanData(), span2.toSpanData()); in exportDifferentSampledSpans() 131 List<SpanData> exported = serviceHandler.waitForExport(6); in exportMoreSpansThanTheBufferSize() local 132 assertThat(exported) in exportMoreSpansThanTheBufferSize() 168 List<SpanData> exported = serviceHandler.waitForExport(1); in serviceHandlerThrowsException() local 169 assertThat(exported).containsExactly(span1.toSpanData()); in serviceHandlerThrowsException() 172 exported = serviceHandler.waitForExport(1); in serviceHandlerThrowsException() 173 assertThat(exported).containsExactly(span2.toSpanData()); in serviceHandlerThrowsException() 208 List<SpanData> exported = serviceHandler.waitForExport(1); in exportNotSampledSpans() local 211 assertThat(exported).doesNotContain(span1.toSpanData()); in exportNotSampledSpans() [all …]
|
/external/llvm/test/LTO/X86/ |
D | bcsection.ll | 5 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %T/bcsection.coff.o %T/bcsection.co… 10 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %T/bcsection.elf.o %T/bcsection.elf… 15 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %T/bcsection.macho.o %T/bcsection.m…
|
D | diagnostic-handler-remarks.ll | 6 ; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \ 7 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 12 ; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \ 13 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 19 ; RUN: -exported-symbol _func2 \ 20 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 25 ; RUN: -exported-symbol _func2 \ 26 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
|
D | cfi_endproc.ll | 4 ; RUN: llvm-lto -o %t3 -exported-symbol=main %t1 19 ; Without -exported-symbol, main should be eliminated by LTO. 20 ; With -exported-symbol=main, main should be preserved by LTO.
|
/external/llvm-project/llvm/test/LTO/X86/ |
D | bcsection.ll | 6 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %t/bcsection.coff.o %t/bcsection.co… 11 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %t/bcsection.elf.o %t/bcsection.elf… 16 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %t/bcsection.macho.o %t/bcsection.m…
|
D | diagnostic-handler-remarks.ll | 6 ; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \ 7 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 12 ; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \ 13 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 19 ; RUN: -exported-symbol _func2 \ 20 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 25 ; RUN: -exported-symbol _func2 \ 26 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \ 33 ; RUN: -exported-symbol _func2 \ 34 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
|
D | strip-debug-info.ll | 4 ; RUN: -exported-symbol foo -exported-symbol _foo \ 24 ; RUN: -exported-symbol foo -exported-symbol _foo \
|
D | cfi_endproc.ll | 4 ; RUN: llvm-lto -o %t3 -exported-symbol=main %t1 19 ; Without -exported-symbol, main should be eliminated by LTO. 20 ; With -exported-symbol=main, main should be preserved by LTO.
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | visibility.stderr | 1 error[E0365]: `DProj` is private, and cannot be re-exported 9 error[E0365]: `DProjRef` is private, and cannot be re-exported 17 error[E0365]: `RProj` is private, and cannot be re-exported 25 error[E0365]: `RProjOwn` is private, and cannot be re-exported 33 error[E0365]: `RProjRef` is private, and cannot be re-exported
|
/external/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.namespace/ |
D | p2.cpp | 18 export int exported; variable 38 exported = 1; // expected-error {{must be imported from module 'A'}} in test_early() 63 exported = 1; in test_late()
|
/external/tensorflow/tensorflow/lite/toco/logging/ |
D | gen_html_test.py | 70 exported = f_export.read() 71 self.assertEqual(exported, expected) 98 exported = f_export.read() 99 self.assertEqual(exported, expected)
|
/external/compiler-rt/cmake/Modules/ |
D | SanitizerUtils.cmake | 8 # symbols that need to be exported from sanitizer runtime "<name>". Function 9 # interceptors are exported automatically, user can also provide files with 10 # symbol names that should be exported as well. 35 COMMENT "Generating exported symbols for ${target_name}"
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 19 Mark a symbol as hidden so it will not be exported from shared libraries. 22 Mark a symbol as being exported by the libc++ library. This attribute must 23 be applied to the declaration of all functions exported by the libc++ dylib. 26 Mark a symbol as being exported by the libc++ library. This attribute may 32 Mark a symbol as being exported by the libc++ library, but allow it to be 50 maintain ABI compatibility for symbols that have been historically exported 127 a `_LIBCPP_EXTERN_TEMPLATE` declaration as being exported by the libc++ library. 146 explicit instantiations themselves are marked as exported. Note that this 154 of a class template as being exported by the libc++ library. This attribute 158 the extern template declaration) as exported on Windows, as discussed above. [all …]
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 19 Mark a symbol as hidden so it will not be exported from shared libraries. 22 Mark a symbol as being exported by the libc++ library. This attribute must 23 be applied to the declaration of all functions exported by the libc++ dylib. 26 Mark a symbol as being exported by the libc++ library. This attribute may 32 Mark a symbol as being exported by the libc++ library, but allow it to be 50 maintain ABI compatibility for symbols that have been historically exported 127 a `_LIBCPP_EXTERN_TEMPLATE` declaration as being exported by the libc++ library. 146 explicit instantiations themselves are marked as exported. Note that this 154 of a class template as being exported by the libc++ library. This attribute 158 the extern template declaration) as exported on Windows, as discussed above. [all …]
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 67 static int exported; variable 138 exported = 1; in setup() 157 if (!exported) in cleanup()
|