HomeSort by relevance Sort by last modified time
    Searched refs:standalone (Results 1 - 25 of 242) 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...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jetifier-standalone.jar 
  /external/curl/docs/cmdline-opts/
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/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
  /test/vts/tools/vts-tradefed/etc/
Android.mk 34 .PHONY: vts-tradefed-standalone
35 vts-tradefed-standalone: vts-tradefed vts-tradefed-tests loganalysis hosttestlib compatibility-host-util tradefed
  /external/clang/test/Analysis/
cfg.cpp 52 // CHECK-NEXT: 9: struct standalone myStandalone;
63 struct standalone { int x, y; }; struct
64 struct standalone myStandalone;
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/bin/
jetifier-standalone.bat 4 @rem jetifier-standalone startup script for Windows
66 set CLASSPATH=%APP_HOME%\lib\jetifier-standalone.jar;%APP_HOME%\lib\jetifier-processor-0.0.1.jar;%APP_HOME%\lib\commons-cli-1.3.1.jar;%APP_HOME%\lib\jetifier-core-0.0.1.jar;%APP_HOME%\lib\asm-commons-5.2.jar;%APP_HOME%\lib\asm-tree-5.2.jar;%APP_HOME%\lib\asm-5.2.jar;%APP_HOME%\lib\jdom2-2.0.6.jar;%APP_HOME%\lib\kotlin-stdlib-1.2.20.jar;%APP_HOME%\lib\gson-2.8.0.jar;%APP_HOME%\lib\annotations-13.0.jar
68 @rem Execute jetifier-standalone
69 "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %JETIFIER_STANDALONE_OPTS% -classpath "%CLASSPATH%" com.android.tools.build.jetifier.standalone.Main %CMD_LINE_ARGS%
jetifier-standalone 5 ## jetifier-standalone start up script for UN*X
27 APP_NAME="jetifier-standalone"
67 CLASSPATH=$APP_HOME/lib/jetifier-standalone.jar:$APP_HOME/lib/jetifier-processor-0.0.1.jar:$APP_HOME/lib/commons-cli-1.3.1.jar:$APP_HOME/lib/jetifier-core-0.0.1.jar:$APP_HOME/lib/asm-commons-5.2.jar:$APP_HOME/lib/asm-tree-5.2.jar:$APP_HOME/lib/asm-5.2.jar:$APP_HOME/lib/jdom2-2.0.6.jar:$APP_HOME/lib/kotlin-stdlib-1.2.20.jar:$APP_HOME/lib/gson-2.8.0.jar:$APP_HOME/lib/annotations-13.0.jar
165 eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $JETIFIER_STANDALONE_OPTS -classpath "\"$CLASSPATH\"" com.android.tools.build.jetifier.standalone.Main "$APP_ARGS"
  /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 127 int *standalone)
139 standalone);
  /external/python/cpython2/Modules/expat/
xmltok_ns.c 100 int *standalone)
112 standalone);
  /external/python/cpython3/Modules/expat/
xmltok_ns.c 100 int *standalone)
112 standalone);
  /frameworks/base/core/java/android/text/format/
DateFormat.java 518 boolean standalone = (kind == 'c');
520 return standalone ? ld.tinyStandAloneWeekdayNames[day] : ld.tinyWeekdayNames[day];
522 return standalone ? ld.longStandAloneWeekdayNames[day] : ld.longWeekdayNames[day];
524 return standalone ? ld.shortStandAloneWeekdayNames[day] : ld.shortWeekdayNames[day];
529 boolean standalone = (kind == 'L');
531 return standalone ? ld.tinyStandAloneMonthNames[month] : ld.tinyMonthNames[month];
533 return standalone ? ld.longStandAloneMonthNames[month] : ld.longMonthNames[month];
535 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 57 $(PANDOC) --standalone --toc $^ -o $(PDFDIR)/$(PDF_OUT)

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 910