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

1 2 3 4 5

  /hardware/qcom/display/libtilerenderer/
tilerenderer.cpp 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; local
64 preserve = 1;
70 preserve = 1;
76 if (preserve)
  /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_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
OP_EXECUTE_INLINE.S 17 SPILL(rIBASE) # preserve rIBASE
OP_NEW_INSTANCE.S 61 SPILL_TMP1(%eax) # preserve new object
  /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
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RETURN.S 9 # preserve a0-a2 and ra
TEMPLATE_INVOKE_METHOD_CHAIN.S 49 # preserve a0-a2 and ra
TEMPLATE_INVOKE_METHOD_NO_OPT.S 57 # preserve rTEMP,a1-a3
  /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
  /dalvik/vm/mterp/mips/
OP_INVOKE_STATIC.S 44 move rBIX, a0 # preserve method
  /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");

Completed in 973 milliseconds

1 2 3 4 5