/frameworks/base/services/java/com/android/server/input/ |
PersistentDataStore.java | 138 boolean changed = false; 141 changed = true; 144 if (changed) { 355 boolean changed = false; 362 changed = true; 365 return changed;
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbSettingsManager.java | 765 boolean changed = false; 769 changed = true; 772 return changed; 776 boolean changed = false; 780 changed = true; 783 return changed; 789 boolean changed = false; 801 changed = true; 807 changed = true; 817 return changed; [all...] |
/dalvik/vm/compiler/template/mips/ |
fbinopWide.S | 31 $instr # result<- op, a0-a3 changed
|
/dalvik/vm/mterp/armv5te/ |
binopWide.S | 34 $instr @ result<- op, r0-r3 changed
|
binopWide2addr.S | 31 $instr @ result<- op, r0-r3 changed
|
/dalvik/vm/mterp/armv6t2/ |
binopWide2addr.S | 30 $instr @ result<- op, r0-r3 changed
|
/dalvik/vm/mterp/mips/ |
binflop2addr.S | 36 $instr # result <- op, a0-a3 changed
|
binflopWide2addr.S | 37 $instr # result <- op, a0-a3 changed
|
binopWide.S | 33 $instr # result <- op, a0-a3 changed
|
binopWide2addr.S | 29 $instr # result <- op, a0-a3 changed
|
/external/skia/legacy/src/core/ |
SkColorTable.cpp | 78 void SkColorTable::unlockColors(bool changed) 82 if (changed)
|
/external/skia/src/core/ |
SkColorTable.cpp | 81 void SkColorTable::unlockColors(bool changed) 85 if (changed)
|
/external/valgrind/main/gdbserver_tests/ |
nlcontrolc.stdoutB.exp | 15 changed burning parameters
|
/external/webkit/Source/WebCore/rendering/ |
RenderListBox.h | 46 void setOptionsChanged(bool changed) { m_optionsChanged = changed; }
|
/frameworks/volley/src/com/android/volley/toolbox/ |
NetworkImageView.java | 79 // The URL has potentially changed. See if we need to load it. 178 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 179 super.onLayout(changed, left, top, right, bottom);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SecureViewOverlay.java | 52 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/external/bison/lib/ |
ebitset.c | 45 cdata is changed. 1041 bool changed = false; local 1072 changed = true; 1102 changed = true; 1115 changed = true; 1128 changed = true; 1141 changed = true; 1163 changed = true; 1172 return changed; 1179 bool changed; local 1209 bool changed; local [all...] |
lbitset.c | 1051 bool changed = false; local 1095 changed = true; 1125 changed = true; 1138 changed = true; 1151 changed = true; 1164 changed = true; 1186 changed = true; 1190 return changed; 1199 bool changed; local 1204 changed = !LBITSET_HEAD (dst) 1231 bool changed; local [all...] |
/external/llvm/lib/IR/ |
Makefile | 29 changed significantly. )
|
/external/proguard/src/proguard/evaluation/ |
Stack.java | 126 boolean changed = false; 144 changed = changed || !thisValue.equals(newValue); 156 return changed;
|
/external/skia/legacy/src/views/ |
SkImageView.cpp | 91 bool changed = false; local 98 changed = true; 107 changed = true; 111 // only redraw if we changed our matrix and we're not in scaleToFit mode 112 if (changed && this->getScaleType() == kMatrix_ScaleType && fUriIsValid)
|
/frameworks/base/core/java/android/widget/ |
ScrollBarDrawable.java | 164 final boolean changed = mRangeChanged || mChanged; 165 if (changed) { 177 if (changed) thumb.setBounds(thumbRect); 181 if (changed) thumb.setBounds(thumbRect);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupAttributesTest.java | 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/frameworks/base/services/java/com/android/server/content/ |
SyncQueue.java | 100 boolean changed = false; 106 changed = true; 111 changed = true; 114 return changed;
|
/ndk/sources/host-tools/make-3.81/ |
dep.h | 20 These flags are saved in the `changed' field of each 42 unsigned int changed : 8; member in struct:dep
|