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

1 2 3 4 5 6 7 8 910

  /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/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...]
  /external/expat/lib/
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 22 iptables-standalone.c iptables.c
59 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/v8/
Makefile.nacl 95 -Ibuild/standalone.gypi --depth=. \
  /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)
  /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...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1386 standalone = _standalone;
1398 standalone = _standalone;
1431 if ( !standalone.empty() ) {
1432 if ( cfile ) fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ());
1433 if ( str ) { (*str) += "standalone=\""; (*str) += standalone; (*str) += "\" "; }
1446 target->standalone = standalone;
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 372 public void startDocument(String encoding, Boolean standalone) throws IOException {
388 if (standalone != null) {
389 append("standalone='");
390 append(standalone.booleanValue() ? "yes" : "no");
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
sysfs_power_monitor.py 22 # Convert all platforms to use standalone power monitors.
23 def __init__(self, linux_based_platform_backend, standalone=False):
28 standalone: If it is not wrapping another monitor, set to True.
48 self._standalone = standalone
  /external/doclava/
Android.mk 17 # Jar file for Doclava doclet and apicheck standalone program

Completed in 3435 milliseconds

1 2 3 4 5 6 7 8 910