Searched refs:standalone (Results 1 - 25 of 99) sorted by relevance

1234

/external/emma/core/java12/com/vladium/emma/rt/
H A DRTSettings.java29 public static synchronized void setStandaloneMode (final boolean standalone) argument
31 s_not_standalone = ! standalone;
/external/clang/test/Analysis/
H A Dcfg.cpp49 // CHECK-NEXT: 9: struct standalone myStandalone;
60 struct standalone { int x, y; }; struct
61 struct standalone myStandalone;
/external/chromium-trace/trace-viewer/examples/
H A Drun_stream_server.sh6 SERVERPATH=$BASEDIR/stream_server/standalone.py
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_unknown.properties32 standalone=no
H A Doutput_xml.properties31 standalone=no
H A DXSLOutputAttributes.java38 * 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); argument
H A DToXMLStream.java129 String standalone;
133 standalone = " standalone=\"" + getStandalone() + "\"";
137 standalone = "";
148 writer.write(standalone);
159 // standalone, or a doctype system or public is
/external/ceres-solver/android/
H A Dbuild_android.sh46 # 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/iptables/iptables/
H A DAndroid.mk42 iptables-standalone.c iptables.c xshared.c
69 ip6tables-standalone.c ip6tables.c xshared.c
/external/v8/
H A DMakefile121 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/
H A Dtimevar.c153 /* 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/
H A Dxmltok_ns.c100 int *standalone)
112 standalone);
91 XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **versionEndPtr, const char **encodingName, const ENCODING **encoding, int *standalone) argument
/external/chromium_org/v8/
H A DMakefile.nacl96 -Ibuild/standalone.gypi --depth=. \
H A DMakefile219 GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
364 -Ibuild/standalone.gypi --depth=. \
372 -Ibuild/standalone.gypi --depth=. -S.native $(GYPFLAGS)
/external/tinyxml/
H A Dtinyxml.cpp1394 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/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.h84 void ExpatXmlDecl(const char * ver, const char * enc, int standalone);
H A Dxmlparser.cc148 XmlParser::ExpatXmlDecl(const char * ver, const char * enc, int standalone) { argument
157 if (standalone == 0) {
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.h84 void ExpatXmlDecl(const char * ver, const char * enc, int standalone);
H A Dxmlparser.cc143 XmlParser::ExpatXmlDecl(const char * ver, const char * enc, int standalone) { argument
152 if (standalone == 0) {
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1386 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;
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec36 linked for standalone test programs. The set of calls and the
/external/doclava/
H A DAndroid.mk17 # Jar file for Doclava doclet and apicheck standalone program
/external/libpng/contrib/gregbook/
H A Dmakevms.com5 $! for standalone pngbook source distribution.
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec36 linked for standalone test programs. The set of calls and the
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h137 void startDocument(const String& version, const String& encoding, int standalone);

Completed in 90 milliseconds

1234