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

1 2 3 4 5 6

  /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/chromium-trace/trace-viewer/examples/
run_stream_server.sh 6 SERVERPATH=$BASEDIR/stream_server/standalone.py
  /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/ceres-solver/android/
build_android.sh 46 # standalone NDK toolchain from the NDK, and getting the right arguments to
100 MAKE_ANDROID_TOOLCHAIN=$ANDROID_NDK/build/tools/make-standalone-toolchain.sh
121 # Make a standalone Android NDK toolchain if needed.
124 echo "Extracting the Android GCC standalone toolchain to:"
126 $ANDROID_NDK/build/tools/make-standalone-toolchain.sh \
130 echo "Found NDK standalone toolchain; skipping creation."
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentgetxmlstandalone01.js 78 Retreive the xmlStandalone attribute of a document for which standalone was not specified, this
79 should return false since the default for standalone is no when external markup decls
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
90 var standalone;
97 standalone = doc.xmlStandalone;
99 assertFalse("documentgetxmlstandalone01",standalone);
documentgetxmlstandalone03.js 78 The value of the standalone attribute for an XML document with the standalone="no"
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
89 var standalone;
96 standalone = doc.xmlStandalone;
98 assertFalse("documentgetxmlstandalone03",standalone);
documentsetxmlstandalone02.js 78 Create a new document object and set standalone to false and check if it was correctly set.
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
91 var standalone;
113 standalone = newDoc.xmlStandalone;
115 assertFalse("documentsetxmlstandalone02_false",standalone);
118 standalone = newDoc.xmlStandalone;
120 assertTrue("documentsetxmlstandalone02_true",standalone);
documentgetxmlstandalone02.js 78 The value of the standalone pesudo-attribute for a new Document should be false.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
90 var standalone;
110 standalone = newDoc.xmlStandalone;
112 assertFalse("documentgetxmlstandalone02",standalone);
documentgetxmlstandalone04.js 79 Retreive the documentURI of a document for which standalone was specified as "yes", this
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
90 var standalone;
97 standalone = doc.xmlStandalone;
99 assertTrue("documentgetxmlstandalone04",standalone);
documentsetxmlstandalone01.js 78 Set the standalone attribute of this document to true and verify if the attribute was correctly
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
89 var standalone;
98 standalone = doc.xmlStandalone;
100 assertTrue("documentsetxmlstandalone01",standalone);
documentgetxmlstandalone05.js 79 node. Check if the value of the standalone attribute on the new Document is false.
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-standalone
92 var standalone;
119 standalone = newDoc.xmlStandalone;
121 assertFalse("documentgetxmlstandalone05",standalone);
  /external/iptables/iptables/
Android.mk 42 iptables-standalone.c iptables.c xshared.c
69 ip6tables-standalone.c ip6tables.c xshared.c
  /external/v8/
Makefile 121 GYPFILES = build/all.gyp build/common.gypi build/standalone.gypi \
215 -Ibuild/standalone.gypi --depth=. -Dtarget_arch=ia32 \
220 -Ibuild/standalone.gypi --depth=. -Dtarget_arch=x64 \
225 -Ibuild/standalone.gypi --depth=. -Ibuild/armu.gypi \
230 -Ibuild/standalone.gypi --depth=. -Ibuild/mipsu.gypi \
235 -Ibuild/standalone.gypi --depth=. -S-native $(GYPFLAGS)
241 -Ibuild/standalone.gypi --depth=. -Ibuild/android.gypi \
  /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 557 boolean standalone = (kind == 'c');
559 return standalone ? ld.tinyStandAloneWeekdayNames[day] : ld.tinyWeekdayNames[day];
561 return standalone ? ld.longStandAloneWeekdayNames[day] : ld.longWeekdayNames[day];
563 return standalone ? ld.shortStandAloneWeekdayNames[day] : ld.shortWeekdayNames[day];
568 boolean standalone = (kind == 'L');
570 return standalone ? ld.tinyStandAloneMonthNames[month] : ld.tinyMonthNames[month];
572 return standalone ? ld.longStandAloneMonthNames[month] : ld.longMonthNames[month];
574 return standalone ? ld.shortStandAloneMonthNames[month] : ld.shortMonthNames[month];
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.h 84 void ExpatXmlDecl(const char * ver, const char * enc, int standalone);
  /ndk/tests/
run-tests-all.sh 126 # Run standalone tests
158 ./build/tools/make-standalone-toolchain.sh \
172 ./tests/standalone/run.sh --prefix=$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)-gcc)
175 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain"
178 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION standalone toolchain"
180 ./tests/standalone/run.sh --no-sysroot \
184 dump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain"
186 ./tests/standalone/run.sh --no-sysroot \
  /cts/tests/tests/nativeopengl/libnativeopengltests/
Android.mk 19 LOCAL_PATH:= $(call my-dir)/../standalone/jni/
  /external/doclava/
Android.mk 17 # Jar file for Doclava doclet and apicheck standalone program
  /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/expat/amiga/
expat_68k.h 77 void _68k_xmldeclhandler(void *userdata, const char *version, const char *encoding, int standalone);

Completed in 1787 milliseconds

1 2 3 4 5 6