Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/external/curl/docs/cmdline-opts/
Dgen.pl46 my($standalone, $data)=@_;
47 if($standalone) {
57 my ($standalone, $data)=@_;
58 if($standalone) {
67 my ($standalone, $data)=@_;
68 if($standalone) {
77 my ($standalone, $data)=@_;
78 if($standalone) {
87 my ($f, $standalone)=@_;
169 if($standalone) {
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DDocument.java35 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/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLDocument.java59 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/swiftshader/third_party/subzero/
DMakefile.standalone709 +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 …]
DREADME.rst27 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/iptables/iptables/
DMakefile.am17 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/swiftshader/third_party/subzero/docs/
DREADME.rst27 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/bison/lib/
Dtimevar.c155 unsigned standalone : 1; member
298 if (tv->standalone)
386 if (tv->standalone)
388 tv->standalone = 1;
407 if (!tv->standalone)
428 if (tv->standalone)
/external/emma/core/java12/com/vladium/emma/rt/
DRTSettings.java29 public static synchronized void setStandaloneMode (final boolean standalone) in setStandaloneMode() argument
31 s_not_standalone = ! standalone; in setStandaloneMode()
/external/swiftshader/third_party/subzero/Makefile.standalone-help/
Dhelp.txt29 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/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py387 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/pdfium/build_overrides/
DREADME.md6 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/libmojo/mojo/edk/embedder/
DBUILD.gn27 # This isn't really a standalone target; it must be linked into the
70 # This isn't really a standalone target; it must be linked into the
117 # This isn't really a standalone target; it must be linked into the
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/
Dcontrol9 PURPOSE = 'Test bluetooth adapter standalone without connection.'
19 Verify that the bluetooth adapter of the DUT works properly standalone
Dcontrol.stress9 PURPOSE = 'Stress test for bluetooth adapter standalone.'
19 Verify that the bluetooth adapter of the DUT works properly standalone
/external/webrtc/build_overrides/
Dwebrtc.gni10 # standalone build (i.e. not in Chromium).
21 # standalone WebRTC.
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dvmrs.ll5 ; Compile using standalone assembler.
9 ; Show bytes in assembled standalone code.
Dveor.ll6 ; Compile using standalone assembler.
10 ; Show bytes in assembled standalone code.
Dvcvt.u32.f64.ll5 ; Compile using standalone assembler.
9 ; Show bytes in assembled standalone code.
Dvcvt.f64.u32.ll5 ; Compile using standalone assembler.
9 ; Show bytes in assembled standalone code.
Dvcvt.f64.s32.ll5 ; Compile using standalone assembler.
9 ; Show bytes in assembled standalone code.
Dvcvt.s32.f64.ll5 ; Compile using standalone assembler.
9 ; Show bytes in assembled standalone code.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java129 String standalone; in startDocumentInternal() local
133 standalone = " standalone=\"" + getStandalone() + "\""; in startDocumentInternal()
137 standalone = ""; in startDocumentInternal()
148 writer.write(standalone); in startDocumentInternal()
/external/swiftshader/third_party/subzero/tests_lit/assembler/mips32/
Dencoding_trap.ll5 ; Compile using standalone assembler.
10 ; Show bytes in assembled standalone code.
/external/clang/test/Analysis/
Dcfg.cpp63 struct standalone { int x, y; }; in checkDeclStmts() argument
64 struct standalone myStandalone; in checkDeclStmts()

12345678910>>...16