/external/perfetto/gn/standalone/ |
D | BUILDCONFIG.gn | 48 "//gn/standalone:debug_symbols", 49 "//gn/standalone:default", 50 "//gn/standalone:extra_warnings", 51 "//gn/standalone:no_exceptions", 52 "//gn/standalone:no_rtti", 53 "//gn/standalone:visibility_hidden", 54 "//gn/standalone/libc++:config", 55 "//gn/standalone/sanitizers:sanitizers_cflags", 59 default_configs -= [ "//gn/standalone:debug_symbols" ] 60 default_configs += [ "//gn/standalone:release" ] [all …]
|
/external/curl/docs/cmdline-opts/ |
D | gen.pl | 62 my($standalone, $data)=@_; 63 if($standalone) { 73 my ($standalone, $data)=@_; 74 if($standalone) { 83 my ($standalone, $data)=@_; 84 if($standalone) { 93 my ($standalone, $data)=@_; 94 if($standalone) { 103 my ($f, $standalone)=@_; 181 if($standalone) { [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Document.java | 35 Boolean standalone; field in Document 47 public void setStandalone(Boolean standalone) { in setStandalone() argument 48 this.standalone = standalone; in setStandalone() 52 return standalone; in getStandalone() 87 standalone = (Boolean) parser in parse() 122 writer.startDocument(encoding, standalone); in write()
|
/external/swiftshader/third_party/subzero/ |
D | Makefile.standalone | 709 +make -f Makefile.standalone format 711 +make -f Makefile.standalone \ 714 +make -f Makefile.standalone \ 717 +make -f Makefile.standalone \ 720 +make -f Makefile.standalone \ 728 +make -f Makefile.standalone format 730 +make -f Makefile.standalone \ 733 +make -f Makefile.standalone \ 736 +make -f Makefile.standalone \ 739 +make -f Makefile.standalone \ [all …]
|
D | README.rst | 27 system. To build manually, use the ``Makefile.standalone``. There are several 30 make -f Makefile.standalone 31 make -f Makefile.standalone DEBUG=1 32 make -f Makefile.standalone NOASSERT=1 33 make -f Makefile.standalone DEBUG=1 NOASSERT=1 34 make -f Makefile.standalone MINIMAL=1 35 make -f Makefile.standalone ASAN=1 36 make -f Makefile.standalone TSAN=1 123 make -f Makefile.standalone check-lit 134 make -f Makefile.standalone check-xtest [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
D | XMLDocument.java | 59 final boolean standalone, final Writer writer) throws IOException { in XMLDocument() argument 61 writeHeader(rootnode, pubId, system, encoding, standalone, writer); in XMLDocument() 86 final boolean standalone, final OutputStream output) in XMLDocument() argument 88 this(rootnode, pubId, system, encoding, standalone, in XMLDocument() 100 final boolean standalone, final Writer writer) throws IOException { in writeHeader() argument 101 if (standalone) { in writeHeader()
|
/external/perfetto/buildtools/ |
D | BUILD.gn | 15 import("//gn/standalone/libc++/libc++.gni") 66 configs -= [ "//gn/standalone:extra_warnings" ] 76 configs -= [ "//gn/standalone:extra_warnings" ] 86 configs -= [ "//gn/standalone:extra_warnings" ] 95 # //gn/standalone/proto_library.gni. This config is propagated up to the source sets 159 configs -= [ "//gn/standalone:extra_warnings" ] 223 configs -= [ "//gn/standalone:extra_warnings" ] 326 configs -= [ "//gn/standalone:extra_warnings" ] 339 configs -= [ "//gn/standalone:extra_warnings" ] 369 "//gn/standalone:extra_warnings", [all …]
|
/external/swiftshader/third_party/subzero/docs/ |
D | README.rst | 27 system. To build manually, use the ``Makefile.standalone``. There are several 30 make -f Makefile.standalone 31 make -f Makefile.standalone DEBUG=1 32 make -f Makefile.standalone NOASSERT=1 33 make -f Makefile.standalone DEBUG=1 NOASSERT=1 34 make -f Makefile.standalone MINIMAL=1 35 make -f Makefile.standalone ASAN=1 36 make -f Makefile.standalone TSAN=1 123 make -f Makefile.standalone check-lit 134 make -f Makefile.standalone check-xtest [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | .bazelrc | 8 build --verbose_failures --spawn_strategy=standalone --genrule_strategy=standalone 9 test --spawn_strategy=standalone
|
/external/iptables/iptables/ |
D | Makefile.am | 17 iptables-standalone.c iptables.c 23 ip6tables-standalone.c ip6tables.c 42 xtables-standalone.c xtables.c nft.c \ 44 xtables-arp-standalone.c xtables-arp.c \ 46 xtables-eb-standalone.c xtables-eb.c \
|
/external/toybox/scripts/ |
D | help.txt | 2 COMMANDNAME - Build individual toybox command as a standalone binary. 3 list - List COMMANDNAMEs you can build standalone. 5 change - Build each command standalone under change/.
|
/external/python/cpython2/Lib/plat-mac/ |
D | bundlebuilder.py | 387 standalone = 0 variable in AppBuilder 421 if ((self.standalone or self.semi_standalone) 441 if not self.standalone and not isFramework(): 453 if self.standalone and isFramework(): 460 if self.standalone or self.semi_standalone: 489 if self.standalone or self.semi_standalone: 504 if self.standalone or self.semi_standalone: 512 standalone = self.standalone 524 if self.standalone or self.semi_standalone: 723 if self.standalone or self.semi_standalone: [all …]
|
/external/swiftshader/third_party/subzero/Makefile.standalone-help/ |
D | help.txt | 29 make -f Makefile.standalone NOASSERT=1 NODUMP=1 33 make -f Makefile.standalone help-<target> , e.g: 34 make -f Makefile.standalone help-check-lit
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | RTSettings.java | 29 public static synchronized void setStandaloneMode (final boolean standalone) in setStandaloneMode() argument 31 s_not_standalone = ! standalone; in setStandaloneMode()
|
/external/perfetto/gn/standalone/sanitizers/ |
D | sanitizers.gni | 15 import("//gn/standalone/android.gni") 16 import("//gn/standalone/sanitizers/vars.gni") 17 import("//gn/standalone/toolchain/llvm.gni")
|
/external/pdfium/build_overrides/ |
D | README.md | 6 For example: V8 can be built on its own (in a "standalone" configuration), 9 standalone configuration. To indiate itis a standalone configuration, v8 can
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToXMLStream.java | 129 String standalone; in startDocumentInternal() local 133 standalone = " standalone=\"" + getStandalone() + "\""; in startDocumentInternal() 137 standalone = ""; in startDocumentInternal() 148 writer.write(standalone); in startDocumentInternal()
|
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/ |
D | control | 9 PURPOSE = 'Test bluetooth adapter standalone without connection.' 19 Verify that the bluetooth adapter of the DUT works properly standalone
|
D | control.stress | 9 PURPOSE = 'Stress test for bluetooth adapter standalone.' 19 Verify that the bluetooth adapter of the DUT works properly standalone
|
/external/webrtc/build_overrides/ |
D | webrtc.gni | 10 # standalone build (i.e. not in Chromium). 21 # standalone WebRTC.
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | veor.ll | 6 ; Compile using standalone assembler. 10 ; Show bytes in assembled standalone code.
|
D | vmrs.ll | 5 ; Compile using standalone assembler. 9 ; Show bytes in assembled standalone code.
|
D | vcvt.u32.f64.ll | 5 ; Compile using standalone assembler. 9 ; Show bytes in assembled standalone code.
|
D | vcvt.f64.s32.ll | 5 ; Compile using standalone assembler. 9 ; Show bytes in assembled standalone code.
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/mips32/ |
D | encoding_trap.ll | 5 ; Compile using standalone assembler. 10 ; Show bytes in assembled standalone code.
|