/art/runtime/interpreter/mterp/arm/ |
unopNarrower.S | 19 $instr @ r0<- op, r0-r3 changed
|
/art/runtime/interpreter/mterp/mips/ |
binop.S | 30 $instr # $result <- op, a0-a3 changed
|
binop2addr.S | 26 $instr # $result <- op, a0-a3 changed
|
binopLit16.S | 27 $instr # $result <- op, a0-a3 changed
|
funopWide.S | 16 $instr # a0/a1 <- op, a2-a3 changed
|
unopWide.S | 16 $instr # a0/a1 <- op, a2-a3 changed
|
unopWider.S | 15 $instr # result <- op, a0-a3 changed
|
/art/runtime/interpreter/mterp/mips64/ |
binop.S | 27 $instr # $result <- op, a0-a3 changed
|
binop2addr.S | 27 $instr # $result <- op, a0-a3 changed
|
binopLit16.S | 24 $instr # $result <- op, a0-a3 changed
|
binopLit8.S | 25 $instr # $result <- op, a0-a3 changed
|
binopWide.S | 27 $instr # $result <- op, a0-a3 changed
|
binopWide2addr.S | 27 $instr # $result <- op, a0-a3 changed
|
unop.S | 15 $instr # a0 <- op, a0-a3 changed
|
unopWide.S | 14 $instr # a0 <- op, a0-a3 changed
|
/external/libcxx/utils/sym_check/ |
sym_diff.py | 34 added, removed, changed = diff.diff(old_syms_list, new_syms_list) 35 report, is_break = diff.report_diff(added, removed, changed,
|
/external/sfntly/cpp/src/sfntly/table/ |
font_data_table.h | 44 // Note: changed from protected to avoid accessibility error in C++ 59 bool set_model_changed(bool changed) { 61 model_changed_ = changed;
|
/external/skia/include/svg/parser/ |
SkSVGPaintState.h | 82 bool writeChangedAttributes(SkSVGParser& , SkSVGPaint& , bool* changed); 83 bool writeChangedElements(SkSVGParser& , SkSVGPaint& , bool* changed);
|
/external/skia/src/animator/ |
SkAnimateBase.h | 43 void setChanged(bool changed) { fChanged = changed; } 67 unsigned fChanged : 1; // true when value referenced by script has changed
|
/external/wpa_supplicant_8/hs20/server/www/ |
free-remediation.php | 9 <p>Terms and conditions have changed. You need to accept the new terms
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
ConnectivityController.java | 108 boolean changed = false; 109 changed |= jobStatus.setConnectivityConstraintSatisfied(connected); 110 changed |= jobStatus.setUnmeteredConstraintSatisfied(unmetered); 111 changed |= jobStatus.setNotRoamingConstraintSatisfied(notRoaming); 112 return changed; 123 boolean changed = false; 127 changed |= updateConstraintsSatisfied(js); 130 if (changed) {
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
BottomScrollView.java | 71 protected void onLayout(boolean changed, int l, int t, int r, int b) { 72 super.onLayout(changed, l, t, r, b); 80 // properties are changed in the callbacks.
|
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/ |
OutlineOnlyWithChildrenFrameLayout.java | 56 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 57 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ScrollBarView.java | 56 boolean changed, int left, int top, int right, int bottom) { 57 if (!changed) return;
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
StyledCornersBitmapDrawable.java | 111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; 115 if (changed) { 124 final boolean changed = mBorderPaint.getColor() != color; 127 if (changed) { 159 boolean changed = mFlapPaint.getColor() != flapColor; 162 if (changed) { 180 boolean changed = mScrimColor != color; 183 if (changed) { 194 boolean changed = mIsCompatibilityMode != isCompatibilityMode; 197 if (changed) { [all...] |