/art/runtime/interpreter/mterp/arm/ |
op_div_int_lit8.S | 24 bl __aeabi_idiv @ r0<- op, r0-r3 changed
|
op_rem_int_2addr.S | 26 bl __aeabi_idivmod @ r1<- op, r0-r3 changed
|
op_rem_int_lit16.S | 26 bl __aeabi_idivmod @ r1<- op, r0-r3 changed
|
op_rem_int_lit8.S | 27 bl __aeabi_idivmod @ r1<- op, r0-r3 changed
|
unopWide.S | 18 $instr @ r0/r1<- op, r2-r3 changed
|
unopWider.S | 17 $instr @ r0<- op, r0-r3 changed
|
/art/runtime/interpreter/mterp/mips/ |
binopLit8.S | 28 $instr # $result <- op, a0-a3 changed
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MyGallery.java | 107 protected void onLayout(boolean changed, int l, int t, int r, int b) { 108 super.onLayout(changed, l, t, r, b);
|
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
RequestDuringLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { 99 super.onLayout(changed, l, t, r, b);
|
/external/v8/test/mjsunit/ |
regress-3456.js | 7 // Arrow function parsing (commit r22366) changed the flags stored in
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
decoder_database_unittest.cc | 212 bool changed; // Should be true when the active decoder changed. local 213 EXPECT_EQ(DecoderDatabase::kOK, db.SetActiveDecoder(0, &changed)); 214 EXPECT_TRUE(changed); 219 EXPECT_EQ(DecoderDatabase::kOK, db.SetActiveDecoder(0, &changed)); 220 EXPECT_FALSE(changed); 225 EXPECT_EQ(DecoderDatabase::kOK, db.SetActiveDecoder(103, &changed)); 226 EXPECT_TRUE(changed); 245 db.SetActiveDecoder(17, &changed));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
StackScrollerDecorView.java | 48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 49 super.onLayout(changed, left, top, right, bottom);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
IconMerger.java | 74 protected void onLayout(boolean changed, int l, int t, int r, int b) { 75 super.onLayout(changed, l, t, r, b);
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
StickyHeaderScrollView.java | 63 protected void onLayout(boolean changed, int l, int t, int r, int b) { 64 super.onLayout(changed, l, t, r, b);
|
/frameworks/support/percent/src/android/support/percent/ |
PercentRelativeLayout.java | 112 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 113 super.onLayout(changed, left, top, right, bottom);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
CursorObjectAdapter.java | 105 boolean changed = mMapper != mapper; 108 if (changed) {
|
/ndk/tests/device/b8708181-Vector4/jni/ |
Android.mk | 10 # x86 ABI was recently changed to gen SSSE3 by default. Disable it in order
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnalogClock.java | 120 // The time zone may have changed while the receiver wasn't registered, so update the Time 176 boolean changed = mChanged; 177 if (changed) { 201 if (changed) { 210 drawHand(canvas, mHourHand, x, y, mHour / 12.0f * 360.0f, changed); 211 drawHand(canvas, mMinuteHand, x, y, mMinutes / 60.0f * 360.0f, changed); 213 drawHand(canvas, mSecondHand, x, y, mSeconds / 60.0f * 360.0f, changed); 222 boolean changed) { 225 if (changed) {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewGridLayout.java | 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 82 super.onLayout(changed, left, top, right, bottom);
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
copy-3.d | 8 # cannot be changed. We skip it for them.
|
/external/icu/icu4c/source/common/ |
uvectr32.cpp | 134 UBool changed = FALSE; local 139 changed = TRUE; 142 return changed; 146 UBool changed = FALSE; local 151 changed = TRUE; 154 return changed;
|
/external/v8/src/ |
bit-vector.h | 122 bool changed = false; local 126 if (data_[i] != old_data) changed = true; 128 return changed; 140 bool changed = false; local 144 if (data_[i] != old_data) changed = true; 146 return changed;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
FlashlightController.java | 207 boolean changed; 209 changed = mTorchAvailable != available; 212 if (changed) { 219 boolean changed; 221 changed = mFlashlightEnabled != enabled; 224 if (changed) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
VolumeDialogController.java | 270 boolean changed = false; 277 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); 279 return changed; 287 boolean changed = false; 289 changed |= updateActiveStreamW(stream); 292 changed |= updateStreamLevelW(stream, lastAudibleStreamVolume); 293 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream); 294 if (changed) { 306 if (changed && fromKey) { 309 return changed; [all...] |
/external/e2fsprogs/lib/ext2fs/ |
block.c | 62 int ret = 0, changed = 0; local 103 changed |= flags; 119 changed |= flags; 128 check_for_ro_violation_return(ctx, changed); 129 if (changed & BLOCK_CHANGED) { 151 int ret = 0, changed = 0; local 190 changed |= flags; 206 changed |= flags; 214 check_for_ro_violation_return(ctx, changed); 215 if (changed & BLOCK_CHANGED) 237 int ret = 0, changed = 0; local [all...] |