HomeSort by relevance Sort by last modified time
    Searched defs:preserve (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/debugfs/
dump.c 101 int preserve, char *outname)
134 if (preserve)
147 int preserve = 0; local
154 preserve++;
183 dump_file(argv[0], inode, fd, preserve, out_fn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 185 List<String> preserve = new ArrayList<String>(); local
192 preserve.add(v.trim());
196 preserve.add(name + '=' + value.trim());
198 if (preserve.size() > 0) {
199 if (preserve.size() > 1) {
200 Collections.sort(preserve);
206 for (String s : preserve) {
216 commentText = COMMENT_PROLOGUE + preserve.get(0) + COMMENT_EPILOGUE;
  /external/libxml2/
schematron.c 131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve = 1
    [all...]
xmlreader.c 137 int preserve;/* preserve the resulting document */ member in struct:_xmlTextReader
172 int patternNr; /* number of preserve patterns */
173 int patternMax; /* max preserve patterns */
174 xmlPatternPtr *patternTab; /* array of preserve patterns */
    [all...]
xmlschemas.c 607 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchemaParserCtxt
    [all...]
  /external/openssl/apps/
ca.c 128 #define ENV_PRESERVE "preserve"
236 static int preserve=0; variable
336 preserve=0;
362 /* preserve=1; */
443 preserve=1;
784 preserve=1;
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 549 * a whitespace-facet value of "preserve"
805 * preserve the type of the facet
944 int preserve; /* whether to free the document */ member in struct:_xmlSchema
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 262 BOOL preserve; member in struct:_xkbKeyTypeWireDesc
XKBstr.h 87 XkbModsPtr preserve; member in struct:_XkbKeyType
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 346 milliseconds