HomeSort by relevance Sort by last modified time
    Searched refs:SMALL (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
FontSize.java 28 SMALL(0x2);
  /external/icu4c/tools/makeconv/
makeconv.h 27 U_CFUNC UBool SMALL;
  /system/core/sh/
builtins.c 28 #ifndef SMALL
builtins.h 38 #ifndef SMALL
var.c 66 #ifndef SMALL
70 #ifdef SMALL
  /external/skia/bench/
BlurBench.cpp 16 #define SMALL SkIntToScalar(2)
73 static SkBenchmark* Fact00(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kNormal_BlurStyle); }
74 static SkBenchmark* Fact01(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kSolid_BlurStyle); }
75 static SkBenchmark* Fact02(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kOuter_BlurStyle); }
76 static SkBenchmark* Fact03(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kInner_BlurStyle); }
  /external/chromium/chrome/browser/
icon_loader.h 41 SMALL = 0, // 16x16
icon_loader_win.cc 18 case IconLoader::SMALL:
icon_loader_linux.cc 22 else if (size == IconLoader::SMALL)
  /sdk/common/src/com/android/resources/
ScreenSize.java 24 SMALL("small", "Small", "Small Screen"), //$NON-NLS-1$
  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
ScreenSizeQualifierTest.java 43 assertEquals(true, ssq.checkAndSet("small", config)); //$NON-NLS-1$
45 assertEquals(ScreenSize.SMALL, config.getScreenSizeQualifier().getValue());
46 assertEquals("small", config.getScreenSizeQualifier().toString()); //$NON-NLS-1$
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement129.js 80 Retrieve the class attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("classNameLink","SMALL-class",vclassname);
HTMLElement13.js 80 Retrieve the id attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("idLink","Test-SMALL",vid);
HTMLElement42.js 80 Retrieve the title attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("titleLink","SMALL Element",vtitle);
HTMLElement100.js 80 Retrieve the dir attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
HTMLElement71.js 80 Retrieve the lang attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement129.js 80 Retrieve the class attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("classNameLink","SMALL-class",vclassname);
HTMLElement13.js 80 Retrieve the id attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("idLink","Test-SMALL",vid);
HTMLElement42.js 80 Retrieve the title attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("titleLink","SMALL Element",vtitle);
HTMLElement100.js 80 Retrieve the dir attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
HTMLElement71.js 80 Retrieve the lang attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
IRemoteAndroidTestRunner.java 34 SMALL("small"),
  /external/chromium/chrome/browser/download/
download_util.h 117 SMALL = 0,
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 543 IconLoader::SMALL);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 537 IconLoader::SMALL, &icon_consumer_,
    [all...]

Completed in 852 milliseconds

1 2