/hardware/qcom/display/msm8960/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)
|
/hardware/qcom/display/msm8x26/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
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
numeric_cast_traits.hpp | 26 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp") 37 #pragma wave option(preserve: 1) 76 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp") 88 #pragma wave option(preserve: 1)
|
/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
|
/external/chromium-trace/trace-viewer/src/ui/ |
quad_stack.css | 19 -webkit-transform-style: preserve-3d;
|
/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/chromium_org/third_party/openssl/openssl/android.testssl/ |
CAss.cnf | 56 preserve = no # keep passed DN ordering
|
/external/openssl/android.testssl/ |
CAss.cnf | 56 preserve = no # keep passed DN ordering
|
/external/chromium_org/build/android/ant/ |
create-test-jar.js | 22 // duplicate to "preserve" ensures that only the first definition is included. 25 duplicate.setValue("preserve");
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
layersPanel.css | 61 -webkit-transform-style: preserve-3d; 71 -webkit-transform-style: preserve-3d;
|
/external/chromium_org/third_party/libxml/src/ |
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/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;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller.h | 114 - (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
|