HomeSort by relevance Sort by last modified time
    Searched refs:standalone (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/rt/
RTSettings.java 29 public static synchronized void setStandaloneMode (final boolean standalone)
31 s_not_standalone = ! standalone;
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 35 Boolean standalone; field in class:Document
47 public void setStandalone(Boolean standalone) {
48 this.standalone = standalone;
52 return standalone;
87 standalone = (Boolean) parser
88 .getProperty("http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone");
122 writer.startDocument(encoding, standalone);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLDocument.java 32 /** XML header template for standalone documents */
33 private static final String HEADER_STANDALONE = "<?xml version=\"1.0\" encoding=\"%s\" standalone=\"yes\"?>";
50 * @param standalone
51 * <code>true</code> if this is a standalone document
59 final boolean standalone, final Writer writer) throws IOException {
61 writeHeader(rootnode, pubId, system, encoding, standalone, writer);
77 * @param standalone
78 * <code>true</code> if this is a standalone document
86 final boolean standalone, final OutputStream output)
88 this(rootnode, pubId, system, encoding, standalone,
    [all...]
  /external/curl/docs/cmdline-opts/
gen.pl 46 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/apache-xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 32 standalone=no
output_xml.properties 31 standalone=no
XSLOutputAttributes.java 38 * standalone
97 * @return a value of "yes" if the <code>standalone</code> delaration is to
170 * Sets the value coming from the xsl:output standalone stylesheet attribute.
171 * @param standalone a value of "yes" indicates that the
172 * <code>standalone</code> delaration is to be included in the output
175 public void setStandalone(String standalone);
ToXMLStream.java 129 String standalone; local
133 standalone = " standalone=\"" + getStandalone() + "\"";
137 standalone = "";
148 writer.write(standalone);
159 // standalone, or a doctype system or public is
  /external/clang/test/Analysis/
cfg.cpp 52 // CHECK-NEXT: 9: struct standalone myStandalone;
63 struct standalone { int x, y; }; struct
64 struct standalone myStandalone;
  /external/bison/lib/
timevar.c 153 /* Non-zero if this timing variable is running as a standalone
155 unsigned standalone : 1; member in struct:timevar_def
281 TIMEVAR cannot be running as a standalone timer. */
297 /* Can't push a standalone timer. */
298 if (tv->standalone)
386 if (tv->standalone)
388 tv->standalone = 1;
407 if (!tv->standalone)
427 /* Is TIMEVAR currently running as a standalone timer? */
428 if (tv->standalone)
    [all...]
  /compatibility/cdd/3_software/
3_4_web-compatibility.md 37 If device implementations include a standalone Browser application for general
53 * MAY ship a custom user agent string in the standalone Browser application.
55 http://html.spec.whatwg.org/multipage/) as possible on the standalone
59 However, If device implementations do not include a standalone Browser
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok_ns.c 100 int *standalone)
112 standalone);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok_ns.c 93 int *standalone)
105 standalone);
  /external/expat/lib/
xmltok_ns.c 100 int *standalone)
112 standalone);
  /external/python/cpython2/Modules/expat/
xmltok_ns.c 100 int *standalone)
112 standalone);
  /frameworks/base/core/java/android/text/format/
DateFormat.java 534 boolean standalone = (kind == 'c');
536 return standalone ? ld.tinyStandAloneWeekdayNames[day] : ld.tinyWeekdayNames[day];
538 return standalone ? ld.longStandAloneWeekdayNames[day] : ld.longWeekdayNames[day];
540 return standalone ? ld.shortStandAloneWeekdayNames[day] : ld.shortWeekdayNames[day];
545 boolean standalone = (kind == 'L');
547 return standalone ? ld.tinyStandAloneMonthNames[month] : ld.tinyMonthNames[month];
549 return standalone ? ld.longStandAloneMonthNames[month] : ld.longMonthNames[month];
551 return standalone ? ld.shortStandAloneMonthNames[month] : ld.shortMonthNames[month];
  /external/iptables/iptables/
Android.mk 44 iptables-standalone.c iptables.c
84 ip6tables-standalone.c ip6tables.c
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.h 67 void ExpatXmlDecl(const char * ver, const char * enc, int standalone);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCredentialsFragment.java 57 private static final String EXTRA_STANDALONE = "standalone";
98 * @param standalone true if this is not being inserted in the setup flow
103 final boolean standalone) {
110 b.putBoolean(EXTRA_STANDALONE, standalone);
118 final boolean standalone = getArguments().getBoolean(EXTRA_STANDALONE);
120 if (standalone) {
192 final boolean standalone = getArguments().getBoolean(EXTRA_STANDALONE);
193 final boolean skipOAuth = !standalone &&
  /external/tinyxml/
tinyxml.cpp 1394 standalone = _standalone;
1406 standalone = _standalone;
1433 if ( !standalone.empty() )
1434 fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ());
1454 if ( !standalone.empty() )
1456 (*stream) << "standalone=\"";
1457 PutString( standalone, stream );
1470 target->standalone = standalone;
    [all...]
  /external/selinux/secilc/docs/
Makefile 56 $(PANDOC) --standalone --toc $^ -o $(PDFDIR)/$(PDF_OUT)
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 106 * and standalone flag (if standalone not null)
109 void startDocument (String encoding, Boolean standalone)
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 240 # For standalone apps, we have our own minimal site.py. We don't need
308 if %(standalone)s or %(semi_standalone)s:
310 if %(standalone)s:
336 # When building a standalone app with Python.framework, we need to copy
386 # If True, build standalone app.
387 standalone = 0 variable in class:AppBuilder
389 # If True, build semi-standalone app (only includes third-party modules).
399 # The following attributes are only used when building a standalone app.
421 if ((self.standalone or self.semi_standalone)
424 "building a standalone application."
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 240 # For standalone apps, we have our own minimal site.py. We don't need
308 if %(standalone)s or %(semi_standalone)s:
310 if %(standalone)s:
336 # When building a standalone app with Python.framework, we need to copy
386 # If True, build standalone app.
387 standalone = 0 variable in class:AppBuilder
389 # If True, build semi-standalone app (only includes third-party modules).
399 # The following attributes are only used when building a standalone app.
421 if ((self.standalone or self.semi_standalone)
424 "building a standalone application."
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 240 # For standalone apps, we have our own minimal site.py. We don't need
308 if %(standalone)s or %(semi_standalone)s:
310 if %(standalone)s:
336 # When building a standalone app with Python.framework, we need to copy
386 # If True, build standalone app.
387 standalone = 0 variable in class:AppBuilder
389 # If True, build semi-standalone app (only includes third-party modules).
399 # The following attributes are only used when building a standalone app.
421 if ((self.standalone or self.semi_standalone)
424 "building a standalone application."
    [all...]

Completed in 1435 milliseconds

1 2 3 4 5 6 7 8 91011>>