Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 197) sorted by relevance

12345678

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DDocument.java35 Boolean standalone; field in Document
47 public void setStandalone(Boolean standalone) { in setStandalone() argument
48 this.standalone = standalone; in setStandalone()
52 return standalone; in getStandalone()
87 standalone = (Boolean) parser in parse()
122 writer.startDocument(encoding, standalone); in write()
/external/bison/lib/
Dtimevar.c155 unsigned standalone : 1; member
298 if (tv->standalone)
386 if (tv->standalone)
388 tv->standalone = 1;
407 if (!tv->standalone)
428 if (tv->standalone)
/external/emma/core/java12/com/vladium/emma/rt/
DRTSettings.java29 public static synchronized void setStandaloneMode (final boolean standalone) in setStandaloneMode() argument
31 s_not_standalone = ! standalone; in setStandaloneMode()
/external/iptables/iptables/
DAndroid.mk22 iptables-standalone.c iptables.c
53 ip6tables-standalone.c ip6tables.c
DMakefile.am14 iptables-standalone.c iptables.c
20 ip6tables-standalone.c ip6tables.c
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java129 String standalone; in startDocumentInternal() local
133 standalone = " standalone=\"" + getStandalone() + "\""; in startDocumentInternal()
137 standalone = ""; in startDocumentInternal()
148 writer.write(standalone); in startDocumentInternal()
DXSLOutputAttributes.java175 public void setStandalone(String standalone); in setStandalone() argument
/external/clang/test/Analysis/
Dcfg.cpp63 struct standalone { int x, y; }; in checkDeclStmts() argument
64 struct standalone myStandalone; in checkDeclStmts()
/external/expat/lib/
Dxmltok_ns.c100 int *standalone) in NS()
112 standalone); in NS()
/external/valgrind/helgrind/
DREADME_YARD.txt17 standalone library (libhb_core.c) with a simple interface (libhb.h).
19 be built as a standalone executable with test harness using "make -f
/external/libxml2/
DREADME.tests3 Instructions for standalone test regressions of libxml2
5 libxml2-tests-$version.tar.gz contains 3 standalone C programs as well
/external/compiler-rt/test/ubsan/
Dlit.common.cfg17 # Choose between standalone and UBSan+ASan modes.
21 config.available_features.add("ubsan-standalone")
/external/compiler-rt/lib/ubsan/
DCMakeLists.txt39 # Initializer of standalone UBSan runtime.
66 # Initializer of standalone UBSan runtime.
/external/harfbuzz_ng/src/hb-ucdn/
DREADME20 projects. However, it can also be used as a standalone library,
22 behind UCDN development was to provide a standalone set of Unicode
/external/v8/test/mjsunit/
Dgetters-on-elements.js41 var standalone = false; variable
42 if (standalone) {
Dsetters-on-elements.js34 var standalone = false; variable
35 if (standalone) {
/external/clang/test/CodeGenCXX/
Ddebug-info-class-limited.test1 RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g %S/Inputs/debug-info-class-limited.cpp -o - | F…
Ddebug-info-class-limited-plugin.test1 RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g -o - -load %llvmshlibdir/PrintFunctionNames%plu…
/external/tinyxml/
Dtinyxml.cpp1394 standalone = _standalone; in TiXmlDeclaration()
1406 standalone = _standalone; in TiXmlDeclaration()
1433 if ( !standalone.empty() ) in Print()
1434 fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ()); in Print()
1454 if ( !standalone.empty() ) in StreamOut()
1457 PutString( standalone, stream ); in StreamOut()
1470 target->standalone = standalone; in CopyTo()
/external/objenesis/tck/.settings/
Dorg.eclipse.jdt.ui.prefs9 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="n…
/external/objenesis/main/.settings/
Dorg.eclipse.jdt.ui.prefs10 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="n…
/external/emma/
Dbuild.gradle3 * It is not meant as a standalone build setup.
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java519 if (standalone == null) { in startDocument()
523 write(standalone); in startDocument()
1385 standalone = value; in setOutputProperty()
1430 private String standalone = null; field in XMLWriter
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dcopyright10 + trivial database library - standalone version
/external/llvm/examples/Kaleidoscope/MCJIT/
DREADME.txt12 standalone manner, independent of the larger LLVM build infrastructure.

12345678