/dalvik/dx/tests/026-field-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
third_party_ime_confirm_overlay.css | 7 width: 500px;
|
/external/chromium_org/chrome/browser/resources/options/ |
do_not_track_confirm_overlay.css | 6 width: 500px;
|
factory_reset_overlay.css | 6 max-width: 550px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/ |
popup.css | 8 width: 300px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.css | 8 width: 300px;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
xhtmlmp.css | 33 width: auto;
|
/external/chromium_org/v8/src/arm64/ |
utils-arm64.cc | 16 int CountLeadingZeros(uint64_t value, int width) { 18 DCHECK((width == 32) || (width == 64)); 20 uint64_t bit_test = 1UL << (width - 1); 21 while ((count < width) && ((bit_test & value) == 0)) { 29 int CountLeadingSignBits(int64_t value, int width) { 31 DCHECK((width == 32) || (width == 64)); 33 return CountLeadingZeros(value, width) - 1; 35 return CountLeadingZeros(~value, width) - 1 [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatSize.h | 49 float width; member in struct:blink::WebFloatSize 52 bool isEmpty() const { return width <= 0 || height <= 0; } 55 : width(0) 60 WebFloatSize(float width, float height) 61 : width(width) 68 : width(s.width()) 75 width = s.width(); [all...] |
WebSize.h | 48 int width; member in struct:blink::WebSize 51 bool isEmpty() const { return width <= 0 || height <= 0; } 54 : width(0) 59 WebSize(int width, int height) 60 : width(width) 67 : width(s.width()) 74 width = s.width(); [all...] |
/development/ndk/samples/hello-neon/jni/ |
helloneon-intrinsics.h | 20 void fir_filter_neon_intrinsics(short *output, const short* input, const short* kernel, int width, int kernelSize);
|
/external/chromium_org/chrome/browser/resources/ |
about_version_android.css | 7 width: 90%; 11 width: auto;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMRect.cpp | 10 DOMRect* DOMRect::create(double x, double y, double width, double height) 12 return new DOMRect(x, y, width, height); 15 DOMRect::DOMRect(double x, double y, double width, double height) 16 : DOMRectReadOnly(x, y, width, height)
|
DOMRectReadOnly.cpp | 10 DOMRectReadOnly* DOMRectReadOnly::create(double x, double y, double width, double height) 12 return new DOMRectReadOnly(x, y, width, height); 15 DOMRectReadOnly::DOMRectReadOnly(double x, double y, double width, double height) 18 , m_width(width)
|
/external/chromium_org/third_party/android_opengl/etc1/ |
etc1.h | 25 unsigned int etc1_get_encoded_data_size(unsigned int width, unsigned int height); 34 bool etc1_encode_image(const unsigned char* pIn, unsigned int width, unsigned int height, 47 unsigned int width, unsigned int height, 56 void etc1_pkm_format_header(unsigned char* pHeader, unsigned int width, unsigned int height); 62 // Read the image width from a PKM header
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBHFactory.cpp | 13 SkBBoxHierarchy* SkRTreeFactory::operator()(int width, int height) const { 19 SkScalar aspectRatio = SkScalarDiv(SkIntToScalar(width), 27 SkBBoxHierarchy* SkTileGridFactory::operator()(int width, int height) const { 28 SkASSERT(fInfo.fMargin.width() >= 0); 34 int xTileCount = (width + fInfo.fTileInterval.width() - 1) / fInfo.fTileInterval.width();
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRectanizer_pow2.cpp | 11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { 12 if ((unsigned)width > (unsigned)this->width() || 17 int32_t area = width * height; // computed here since height will be modified 33 if (!row->canAddWidth(width, this->width())) { 44 SkASSERT(row->canAddWidth(width, this->width())); 46 row->fLoc.fX += width; 48 SkASSERT(row->fLoc.fX <= this->width()); [all...] |
/device/asus/flo/camera/hdr/include/ |
morpho_get_image_size.h | 22 * @param width ??
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ??
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ??
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ??
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ??
82 morpho_getImageSizeUV(int width, int height, const char *p_format); [all...] |
/device/lge/hammerhead/camera/hdr/include/ |
morpho_get_image_size.h | 22 * @param width ??
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ??
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ??
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ??
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ??
82 morpho_getImageSizeUV(int width, int height, const char *p_format); [all...] |
/device/lge/mako/camera/hdr/include/ |
morpho_get_image_size.h | 22 * @param width ??
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ??
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ??
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ??
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ??
82 morpho_getImageSizeUV(int width, int height, const char *p_format); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
power.css | 9 border-width: 0; 13 width: 1000px; 17 border-bottom-width: 2px; 19 border-left-width: 0; 20 border-right-width: 0; 22 border-top-width: 2px; 23 width: 100%; 27 border-width: 0; 30 width: 15%; 39 border-bottom-width: 0 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
rotate_mips.cc | 26 int width) { 62 "addiu %[width], -1 \n" 65 "bnez %[width], 1b \n" 90 "addiu %[width], -1 \n" 94 "bnez %[width], 11b \n" 100 [width] "+r" (width) 111 int width) { 116 "beqz %[width], 2f \n" 124 "srl $AT, %[width], 0x2 \n [all...] |
convert_from_argb.cc | 30 int width, int height) { 36 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { 45 if (src_stride_argb == width * 4 && 46 dst_stride_y == width && 47 dst_stride_u == width && 48 dst_stride_v == width) { 49 width *= height; 54 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) { 56 if (IS_ALIGNED(width, 16)) { 64 if (TestCpuFlag(kCpuHasNEON) && width >= 8) [all...] |
/external/chromium_org/third_party/libyuv/source/ |
rotate_mips.cc | 26 int width) { 62 "addiu %[width], -1 \n" 65 "bnez %[width], 1b \n" 90 "addiu %[width], -1 \n" 94 "bnez %[width], 11b \n" 100 [width] "+r" (width) 111 int width) { 116 "beqz %[width], 2f \n" 124 "srl $AT, %[width], 0x2 \n [all...] |
convert_from_argb.cc | 30 int width, int height) { 36 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { 45 if (src_stride_argb == width * 4 && 46 dst_stride_y == width && 47 dst_stride_u == width && 48 dst_stride_v == width) { 49 width *= height; 54 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) { 56 if (IS_ALIGNED(width, 16)) { 65 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) [all...] |