/external/webkit/Source/WebCore/rendering/ |
D | RenderSlider.cpp | 110 RenderBox* thumb = toRenderBox(thumbElement->renderer()); in thumbRect() local 112 thumbRect.setWidth(thumb->style()->width().calcMinValue(contentWidth())); in thumbRect() 113 thumbRect.setHeight(thumb->style()->height().calcMinValue(contentHeight())); in thumbRect() 133 RenderBox* thumb = thumbElement ? toRenderBox(thumbElement->renderer()) : 0; in layout() local 137 if (thumb) { in layout() 139 if (thumb->style()->hasAppearance()) { in layout() 141 theme()->adjustSliderThumbSize(thumb); in layout() 144 …baseSize.expand(thumb->style()->width().calcMinValue(0), thumb->style()->height().calcMinValue(0)); in layout() 156 if (thumb) { in layout() 158 thumb->setChildNeedsLayout(true, false); in layout() [all …]
|
/external/valgrind/main/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 5 ARM thumb and gdbserver 8 When executing thumb code, the ARM cpu program counter value is 10 that the instruction being executed is a thumb instruction is 21 by gdb. As gdb is giving breakpoints without the thumb bit set, 23 the thumb bit. 25 without the thumb bit. 26 => when the guest_IP is compared with these breakpoints, the thumb bit 32 sees the correct IP. This PUT must be done with the thumb bit set, 33 as this value will be given back to gdb. gdb uses the thumb bit a.o. 36 If the thumb bit is not properly set, these commands are not working. [all …]
|
/external/libmtp/examples/ |
D | thumb.c | 107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local 110 thumb->data = malloc(sizeof(uint16_t) * filesize); 112 thumb->data[i] = imagedata[i]; 115 thumb->size = filesize; 116 thumb->filetype = LIBMTP_FILETYPE_JPEG; 118 ret = LIBMTP_Send_Representative_Sample(device,id,thumb); 126 LIBMTP_destroy_filesampledata_t(thumb);
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilitySlider.cpp | 94 …AccessibilitySliderThumb* thumb = static_cast<AccessibilitySliderThumb*>(cache->getOrCreate(Slider… in addChildren() local 95 thumb->setParentObject(this); in addChildren() 99 if (thumb->accessibilityIsIgnored()) in addChildren() 100 cache->remove(thumb->axObjectID()); in addChildren() 102 m_children.append(thumb); in addChildren()
|
/external/webkit/Source/WebKit/android/ |
D | RenderSkinMediaButton.cpp | 94 bool drawBackground, const IntRect& thumb) in Draw() argument 184 if (!thumb.isEmpty()) { in Draw() 188 SkScalar thumbHalfWidth = SkIntToScalar(thumb.width()/2); in Draw() 191 if (thumb.x() > 0) { in Draw() 194 SkScalar alreadyPlayed = SkIntToScalar(thumb.center().x() + r.x()); in Draw()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-ldr_ext.ll | 1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrb | count 1 2 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrh | count 1 3 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsb | count 1 4 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsh | count 1
|
D | cortex-fp.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-… 2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-… 3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-…
|
D | thumb2-ror.ll | 1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s 2 ; RUN: llc < %s -march=thumb | FileCheck %s -check-prefix=THUMB1
|
D | thumb2-ldr_pre.ll | 1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | \ 3 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | \
|
D | large-stack.ll | 1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=… 2 ; RUN: llc < %s -march=thumb -mattr=+thumb2 -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix…
|
D | thumb2-uxt_rot.ll | 1 ; RUN: llc < %s -march=thumb -mcpu=cortex-a8 | FileCheck %s --check-prefix=A8 2 ; RUN: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s --check-prefix=M3
|
D | div.ll | 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -mattr=+thumb2 \ 3 ; RUN: llc < %s -march=thumb -mcpu=cortex-m3 -mattr=+thumb2 \
|
/external/llvm/test/CodeGen/Thumb/ |
D | long.ll | 1 ; RUN: llc < %s -march=thumb | \ 3 ; RUN: llc < %s -march=thumb | \ 5 ; RUN: llc < %s -march=thumb | \ 7 ; RUN: llc < %s -mtriple=thumb-apple-darwin | grep __muldi3
|
D | stack-frame.ll | 1 ; RUN: llc < %s -march=thumb 2 ; RUN: llc < %s -march=thumb | grep add | count 1
|
D | frame_thumb.ll | 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin \ 3 ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
|
D | vargs.ll | 1 ; RUN: llc < %s -march=thumb 2 ; RUN: llc < %s -mtriple=thumb-linux | grep pop | count 2 3 ; RUN: llc < %s -mtriple=thumb-darwin | grep pop | count 2
|
D | unord.ll | 1 ; RUN: llc < %s -march=thumb | grep bne | count 1 2 ; RUN: llc < %s -march=thumb | grep beq | count 1
|
D | mul.ll | 1 ; RUN: llc < %s -march=thumb | grep mul | count 3 2 ; RUN: llc < %s -march=thumb | grep lsl | count 1
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | popover.css | 110 .popover ::-webkit-scrollbar-thumb:horizontal { 117 .popover ::-webkit-scrollbar-thumb:horizontal:hover { 121 .popover ::-webkit-scrollbar-thumb:horizontal:active { 156 .popover ::-webkit-scrollbar-thumb:vertical { 163 .popover ::-webkit-scrollbar-thumb:vertical:hover { 167 .popover ::-webkit-scrollbar-thumb:vertical:active {
|
D | helpScreen.css | 66 .help-content::-webkit-scrollbar-thumb:vertical { 72 .help-content::-webkit-scrollbar-thumb:vertical:hover, 73 .help-content::-webkit-scrollbar-thumb:vertical:active {
|
/external/webkit/Source/WebCore/html/ |
D | RangeInputType.cpp | 156 if (SliderThumbElement* thumb = shadowSliderThumb()) in handleMouseDownEvent() local 157 thumb->dragFrom(event->absoluteLocation()); in handleMouseDownEvent() 205 if (SliderThumbElement* thumb = shadowSliderThumb()) { in handleTouchStartEvent() local 210 thumb->dragFrom(curPoint); in handleTouchStartEvent()
|
/external/llvm/test/MC/ARM/ |
D | elf-thumbfunc.s | 1 @@ test st_value bit 0 of thumb function 14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
|
D | elf-thumbfunc-reloc.ll | 6 ; We wanna test relocatable thumb function call, 34 ; make sure foo is thumb function: bit 0 = 1
|
/external/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 2 .thumb 10 .thumb
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 36 case thumb: return "thumb"; in getArchTypeName() 56 case thumb: return "arm"; in getArchTypePrefix() 166 .Case("thumb", thumb) in getArchTypeForLLVMName() 245 .Case("thumb", Triple::thumb) in parseArch() 246 .StartsWith("thumbv", Triple::thumb) in parseArch() 692 case llvm::Triple::thumb: in getArchPointerBitWidth() 741 case Triple::thumb: in get32BitArchVariant() 770 case Triple::thumb: in get64BitArchVariant()
|