HomeSort by relevance Sort by last modified time
    Searched defs:standard (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 22 import android.text.style.AlignmentSpan.Standard;
27 * Test {@link Standard}.
31 new Standard(Alignment.ALIGN_CENTER);
33 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
36 standard.writeToParcel(p, 0);
38 new Standard(p);
45 Standard standard = new Standard(Alignment.ALIGN_NORMAL) local
56 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
61 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
71 Standard standard = new Standard(p); local
82 Standard standard = new Standard(p); local
93 Standard standard = new Standard(p); local
    [all...]
LeadingMarginSpan_StandardTest.java 22 import android.text.style.LeadingMarginSpan.Standard;
28 new Standard(1, 2);
29 new Standard(3);
30 new Standard(-1, -2);
31 new Standard(-3);
33 Standard standard = new Standard(10, 20); local
36 standard.writeToParcel(p, 0);
38 new Standard(p)
48 Standard standard = new LeadingMarginSpan.Standard(first, rest); local
58 Standard standard = new LeadingMarginSpan.Standard(10); local
63 Standard standard = new Standard(1); local
68 Standard standard = new Standard(1); local
78 Standard standard = new Standard(p); local
90 Standard standard = new Standard(p); local
    [all...]
TabStopSpan_StandardTest.java 21 import android.text.style.TabStopSpan.Standard;
25 new TabStopSpan.Standard(3);
27 new TabStopSpan.Standard(-3);
31 Standard standard = new Standard(3); local
32 assertEquals(3, standard.getTabStop());
34 standard = new Standard(-4);
35 assertEquals(-4, standard.getTabStop())
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 28 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
30 if (kGLES_GrGLStandard == standard) {
32 } else if (kGL_GrGLStandard == standard) {
GrGLContext.h 48 GrGLStandard standard() const { return fInterface->fStandard; } function in class:GrGLContextInfo
GrGLCaps.cpp 104 GrGLStandard standard = ctxInfo.standard(); local
111 if (kGLES_GrGLStandard == standard) {
115 SkASSERT(kGL_GrGLStandard == standard);
133 if (kGL_GrGLStandard == standard) {
141 if (kGL_GrGLStandard == standard) {
148 if (kGL_GrGLStandard == standard) {
163 fTextureUsageSupport = (kGLES_GrGLStandard == standard) &&
166 if (kGL_GrGLStandard == standard) {
180 if (kGL_GrGLStandard == standard) {
414 GrGLStandard standard = ctxInfo.standard(); local
477 GrGLStandard standard = ctxInfo.standard(); local
    [all...]
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 255 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
257 if (kGLES_GrGLStandard == standard) {
261 if (!extensions.init(standard, glGetString, getStringi, glGetIntegerv)) {
271 } else if (kGL_GrGLStandard == standard) {
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 79 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
81 if (kGLES_GrGLStandard == standard) {
83 } else if (kGL_GrGLStandard == standard) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GenericFontFamilySettings.cpp 84 const AtomicString& GenericFontFamilySettings::standard(UScriptCode script) const function in class:blink::GenericFontFamilySettings
91 if (family == standard())
  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 38 static int dotestname(const char *name, const char *standard, const char *expected) {
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
    [all...]
  /external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c 71 int standard, framerate; local
74 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize);
77 if (!standard)
98 if (!standard)
216 if (standard)
226 if (standard)
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 38 static int dotestname(const char *name, const char *standard, const char *expected) {
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLContext.h 48 GrGLStandard standard() const { return fInterface->fStandard; } function in class:GrGLContextInfo
GrGLCaps.cpp 100 GrGLStandard standard = ctxInfo.standard(); local
107 if (kGLES_GrGLStandard == standard) {
111 SkASSERT(kGL_GrGLStandard == standard);
129 if (kGL_GrGLStandard == standard) {
137 if (kGL_GrGLStandard == standard) {
144 if (kGL_GrGLStandard == standard) {
159 fTextureUsageSupport = (kGLES_GrGLStandard == standard) &&
162 if (kGL_GrGLStandard == standard) {
176 if (kGL_GrGLStandard == standard) {
379 GrGLStandard standard = ctxInfo.standard(); local
438 GrGLStandard standard = ctxInfo.standard(); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
MediaSizeUtils.java 63 String standard = sMediaSizeToStandardMap.get(mediaSize); local
64 return (standard != null) ? standard : context.getString(
69 * Comparator for ordering standard media sizes. The ones for the current
70 * standard go to the top and the ones for the other standards follow grouped
71 * by standard. Media sizes of the same standard are ordered alphabetically.
86 // The current standard always wins.
96 // Different standards - use the standard ordering.
99 // Same standard - sort alphabetically by label
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 554 android_native_rect_t standard = {10, 20, 330, 200}; local
555 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &standard));
  /external/ltrace/
library.c 261 struct library_symbol *standard = u; local
262 return library_symbol_cmp(libsym, standard) == 0 ? CBS_STOP : CBS_CONT;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 191 ['standard', 'sansserif', 'serif', 'fixed', 'cursive', 'fantasy'];
671 standard: {
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 84 + " <name a:standard=\"strawberry\" deluxe=\"&sp;\">Waffles</name>\n"
107 private Attr standard; field in class:DomTest
150 standard = name.getAttributeNode("a:standard");
178 itemXmlnsA, name, standard, deluxe, waffles, description,
214 assertEquals("http://addons", standard.lookupNamespaceURI("a"));
246 assertEquals("http://food", standard.lookupNamespaceURI(null));
284 assertEquals("a", standard.lookupPrefix("http://addons"));
328 assertEquals(null, standard.lookupPrefix("http://usda"));
360 assertTrue(standard.isDefaultNamespace("http://food"))
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 577 GrGLStandard standard; local
584 standard = kGL_GrGLStandard;
587 standard = kGL_GrGLStandard;
590 standard = kGLES_GrGLStandard;
601 interface->fStandard = standard;
602 interface->fExtensions.init(standard,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 83 /** Return value from {@link #checkDestination} for standard rate (non-premium) short codes. */
161 /** XML attribute for the standard rate short code regex pattern. */
162 private static final String ATTR_STANDARD = "standard";
332 String standard = parser.getAttributeValue(null, ATTR_STANDARD); local
333 return new ShortCodePatternMatcher(pattern, premium, free, standard);
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vpu.h 131 struct vpu_ctrl_standard standard; member in union:vpu_control::control_data
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 75 * Standard V4L2 formats, defined in videodev2.h :
178 * Standard VPU Controls
234 struct vpu_ctrl_standard standard; member in union:vpu_control::control_data
247 * IDs for standard controls (use in control_id field of struct vpu_control)
255 * VPU_CTRL_ANAMORPHIC_SCALING: anamorphic scaling config, data: standard,
259 * data: standard, value: [0, 100] (step in increments of 1).
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 782 FT_CMap_Class standard; member in struct:T1_CMap_ClassesRec_
    [all...]
  /external/freetype/include/internal/
psaux.h 782 FT_CMap_Class standard; member in struct:T1_CMap_ClassesRec_
    [all...]

Completed in 826 milliseconds

1 2