/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Document.java | 35 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/ |
D | timevar.c | 155 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/ |
D | RTSettings.java | 29 public static synchronized void setStandaloneMode (final boolean standalone) in setStandaloneMode() argument 31 s_not_standalone = ! standalone; in setStandaloneMode()
|
/external/iptables/iptables/ |
D | Android.mk | 22 iptables-standalone.c iptables.c 53 ip6tables-standalone.c ip6tables.c
|
D | Makefile.am | 14 iptables-standalone.c iptables.c 20 ip6tables-standalone.c ip6tables.c
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToXMLStream.java | 129 String standalone; in startDocumentInternal() local 133 standalone = " standalone=\"" + getStandalone() + "\""; in startDocumentInternal() 137 standalone = ""; in startDocumentInternal() 148 writer.write(standalone); in startDocumentInternal()
|
D | XSLOutputAttributes.java | 175 public void setStandalone(String standalone); in setStandalone() argument
|
/external/clang/test/Analysis/ |
D | cfg.cpp | 63 struct standalone { int x, y; }; in checkDeclStmts() argument 64 struct standalone myStandalone; in checkDeclStmts()
|
/external/expat/lib/ |
D | xmltok_ns.c | 100 int *standalone) in NS() 112 standalone); in NS()
|
/external/valgrind/helgrind/ |
D | README_YARD.txt | 17 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/ |
D | README.tests | 3 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/ |
D | lit.common.cfg | 17 # Choose between standalone and UBSan+ASan modes. 21 config.available_features.add("ubsan-standalone")
|
/external/compiler-rt/lib/ubsan/ |
D | CMakeLists.txt | 39 # Initializer of standalone UBSan runtime. 66 # Initializer of standalone UBSan runtime.
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | README | 20 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/ |
D | getters-on-elements.js | 41 var standalone = false; variable 42 if (standalone) {
|
D | setters-on-elements.js | 34 var standalone = false; variable 35 if (standalone) {
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-class-limited.test | 1 RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g %S/Inputs/debug-info-class-limited.cpp -o - | F…
|
D | debug-info-class-limited-plugin.test | 1 RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g -o - -load %llvmshlibdir/PrintFunctionNames%plu…
|
/external/tinyxml/ |
D | tinyxml.cpp | 1394 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/ |
D | org.eclipse.jdt.ui.prefs | 9 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="n…
|
/external/objenesis/main/.settings/ |
D | org.eclipse.jdt.ui.prefs | 10 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="n…
|
/external/emma/ |
D | build.gradle | 3 * It is not meant as a standalone build setup.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | XMLWriter.java | 519 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/ |
D | copyright | 10 + trivial database library - standalone version
|
/external/llvm/examples/Kaleidoscope/MCJIT/ |
D | README.txt | 12 standalone manner, independent of the larger LLVM build infrastructure.
|