/external/chromium/chrome/browser/ui/webui/ |
shown_sections_handler_unittest.cc | 33 EXPECT_EQ(THUMB, MigratePrefValue(pref.get(), THUMB)); 34 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS | THUMB)); 38 EXPECT_EQ(THUMB, MigratePrefValue(pref.get(), 3)); 42 EXPECT_EQ(THUMB, MigratePrefValue(pref.get(), 0));
|
shown_sections_handler.cc | 28 bool old_had_it = (old_mode & THUMB) && !(old_mode & MENU_THUMB); 29 bool new_has_it = (new_mode & THUMB) && !(new_mode & MENU_THUMB); 112 pref_service->RegisterIntegerPref(prefs::kNTPShownSections, THUMB); 136 shown_sections = THUMB;
|
shown_sections_handler.h | 18 // Currently, only the THUMB and APPS sections can be toggled by the user. Other 23 THUMB = 1 << 0,
|
app_launcher_handler.cc | 299 ShownSectionsHandler::SetShownSection(prefs, THUMB);
|
/external/llvm/test/MC/ARM/ |
arm-thumb-cpus-default.s | 2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s | FileCheck %s --check-prefix=CHECK-ARM-THUMB 3 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-a15 < %s| FileCheck %s --check-prefix=CHECK-ARM-THUMB 4 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-m3 < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 5 @ RUN: llvm-mc -show-encoding -triple=armv7m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 6 @ RUN: llvm-mc -show-encoding -triple=armv6m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 9 @ ARM/Thumb mode. 11 @ CHECK-ARM-THUMB: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1] 13 @ CHECK-THUMB-ONLY: movs r0, r0 @ encoding: [0x00,0x00]
|
arm-thumb-cpus.s | 2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB 3 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-a15 < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB 4 @ RUN: not llvm-mc -show-encoding -arch=arm -mcpu=cortex-m3 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 5 @ RUN: not llvm-mc -show-encoding -triple=armv7m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 6 @ RUN: not llvm-mc -show-encoding -triple=armv6m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 10 .thumb 14 @ CHECK-ARM-THUMB-NOT: target does not support 16 @ CHECK-ARM-ONLY: target does not support Thumb mode 17 @ CHECK-ARM-ONLY: target does not support Thumb mode 19 @ CHECK-THUMB-ONLY: target does not support ARM mod [all...] |
vfp4.s | 2 @ RUN: llvm-mc < %s -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon,+vfp4 | FileCheck %s --check-prefix=THUMB 6 @ THUMB: vfma.f64 d16, d18, d17 @ encoding: [0xe2,0xee,0xa1,0x0b] 10 @ THUMB: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a] 15 @ THUMB: vfma.f32 d16, d18, d17 @ encoding: [0x42,0xef,0xb1,0x0c] 19 @ THUMB: vfma.f32 q2, q4, q0 @ encoding: [0x08,0xef,0x50,0x4c] 23 @ THUMB: vfnma.f64 d16, d18, d17 @ encoding: [0xd2,0xee,0xe1,0x0b] 27 @ THUMB: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a] 32 @ THUMB: vfms.f64 d16, d18, d17 @ encoding: [0xe2,0xee,0xe1,0x0b] 36 @ THUMB: vfms.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x40,0x1a] 41 @ THUMB: vfms.f32 d16, d18, d17 @ encoding: [0x62,0xef,0xb1,0x0c [all...] |
vpush-vpop.s | 2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s 16 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b] 17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a] 18 @ CHECK-THUMB: vpop {d8, d9, d10, d11, d12} @ encoding: [0xbd,0xec,0x0a,0x8b] 19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a] 26 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b] 27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a] 28 @ CHECK-THUMB: vpop {d8, d9, d10, d11, d12} @ encoding: [0xbd,0xec,0x0a,0x8b] 29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
|
/external/chromium_org/cc/input/ |
scrollbar.h | 18 // For now, TRACK includes everything but the thumb including background and 20 enum ScrollbarPart { THUMB, TRACK };
|
/ndk/build/tools/ |
build-gnu-libstdc++.sh | 102 # $5: optional "thumb" 110 local THUMB="$5" 111 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB 117 INSTALLDIR=$BUILDDIR/install-$ABI-$GCC_VERSION/$THUMB 118 BUILDDIR=$BUILDDIR/$LIBTYPE-${ABI}${THUMB}-$GCC_VERSION 163 if [ -n "$THUMB" ] ; then 205 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB" 230 fail_panic "Could not create $ABI $THUMB prebuilts for GNU libsupc++/libstdc++" 270 if [ -d "$SDIR/thumb" ] ; then 271 copy_file_list "$SDIR/thumb/lib" "$DDIR/libs/$ABI/thumb" libsupc++.a libgnustl_shared.s [all...] |
/external/chromium/chrome/browser/extensions/ |
apps_promo_unittest.cc | 176 (ShownSectionsHandler::GetShownSections(prefs()) & THUMB) != 0); 181 (MENU_APPS | THUMB)) != 0);
|
apps_promo.cc | 197 ShownSectionsHandler::SetShownSection(prefs_, THUMB);
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
scrollbar_impl.cc | 67 if (part == cc::THUMB) {
|
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer.cc | 211 layer_tree_host(), RasterizeScrollbarPart(thumb_rect, THUMB));
|
/external/qemu/android/ |
hw-events.h | 428 BTN_CODE(THUMB, 0x121) \
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 674 case Section.THUMB: 702 case Section.THUMB: 760 setSectionMenuMode('most-visited', Section.THUMB, [all...] |
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | [all...] |
/prebuilts/devtools/tools/lib/ |
ddmuilib.jar | |