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

1 2 3 4

  /dalvik/vm/mterp/x86/
OP_CONST_WIDE_16.S 4 SPILL(rIBASE) # preserve rIBASE (cltd trashes it)
OP_FILLED_NEW_ARRAY.S 15 SPILL(rIBASE) # preserve rIBASE
OP_EXECUTE_INLINE.S 18 SPILL(rIBASE) # preserve rIBASE
OP_IGET.S 14 SPILL(rIBASE) # preserve rIBASE
OP_IGET_WIDE.S 12 SPILL(rIBASE) # preserve rIBASE
OP_INSTANCE_OF.S 21 SPILL(rIBASE) # preserve rIBASE
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 23 mov r4, lr @ preserve lr
TEMPLATE_RETURN.S 9 stmfd sp!, {r0-r2,lr} @ preserve live registers
TEMPLATE_INVOKE_METHOD_CHAIN.S 41 stmfd sp!, {r0-r2,lr} @ preserve clobbered live registers
TEMPLATE_INVOKE_METHOD_NO_OPT.S 48 stmfd sp!, {r0-r3} @ preserve r0-r3
TEMPLATE_INVOKE_METHOD_NATIVE.S 43 stmfd sp!, {r0-r3} @ preserve r0-r3
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 169 * @param preserve whether the policy requires the aspect ratio to be preserved
174 boolean preserve) {
180 if (preserve) mask |= PRESERVE_RATIO;
  /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/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h 171 void silentSpillAllRegisters(GPRReg exclude, GPRReg preserve = InvalidGPRReg)
173 GPRReg canTrample = (preserve == gpr0) ? gpr1 : gpr0;
186 void silentSpillAllRegisters(FPRReg exclude, GPRReg preserve = InvalidGPRReg)
188 GPRReg canTrample = (preserve == gpr0) ? gpr1 : gpr0;
  /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);
  /external/openssl/android.testssl/
CAss.cnf 56 preserve = no # keep passed DN ordering
  /external/webkit/Source/WebCore/svg/
SVGViewSpec.cpp 57 void SVGViewSpec::setPreserveAspectRatioString(const String& preserve)
59 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, preserve);
  /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...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.h 103 - (void)modelChangedPreserveSelection:(BOOL)preserve;
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_STATIC.S 45 mov r10, r0 @ preserve method
  /external/dbus/dbus/
dbus-shell.c 34 /* Single quotes preserve the literal string exactly. escape
39 * Otherwise double quotes preserve things literally.
159 * Shell quoting rules are a bit strange. Single quotes preserve the
163 * be escaped with backslash. Otherwise double quotes preserve things
  /external/openssl/apps/
openssl.cnf 76 preserve = no # keep passed DN ordering
  /external/v8/test/mjsunit/regress/
regress-326.js 34 assertEquals(4, nonArray.length, "preserve length");
  /external/v8/test/mjsunit/
prototype.js 61 // Make sure we preserve the prototype of an object in the face of map transitions.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
datatypenormalization14.js 82 Check if string values were normalized per explicit whitespace=preserve.

Completed in 1348 milliseconds

1 2 3 4