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

1 2

  /external/skia/tests/
ImageCacheTest.cpp 18 static const int DIM = 256;
19 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
29 make_bm(&bm[i], DIM, DIM);
33 make_bm(&tmp, DIM, DIM);
55 make_bm(&tmp, DIM, DIM);
  /external/skia/bench/
ImageCacheBench.cpp 17 DIM = 1,
22 fBM.setConfig(SkBitmap::kARGB_8888_Config, DIM, DIM);
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.cc 31 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
omnibox_provider.cc 27 if (styles & ACMatchClassification::DIM)
28 tag_styles |= SearchResult::Tag::DIM;
webstore_result.cc 107 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 50 DIM = 1 << 2, // "Helper text"
112 // will also not be dimmed, if |style| has DIM set.)
extension_app_provider.cc 126 ACMatchClassification(0, ACMatchClassification::DIM));
133 ACMatchClassification::DIM));
autocomplete_match.cc 147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM));
keyword_provider.cc 334 ACMatchClassification(0, ACMatchClassification::DIM));
441 ACMatchClassification::DIM,
history_quick_provider.cc 222 spans.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
autocomplete_popup_view_gtk_unittest.cc 262 // Test that DIM works as expected.
265 // Dim "is".
275 ACMatchClassification(runLength1, ACMatchClassification::DIM));
  /external/chromium_org/ui/app_list/
search_result.h 39 DIM = 1 << 2,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfetch.c 82 #define DIM 1
85 #define DIM 2
88 #define DIM 3
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 82 #define DIM 1
85 #define DIM 2
88 #define DIM 3
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 15 const int kDim = ACMatchClassification::DIM;
38 // Test output key: n = character with no styling, d = dim, m = match, u = url
48 AppendStyle("dim", 6, 3, &styles_value);
64 AppendStyle("dim", 6, 3, &styles_value);
80 AppendStyle("dim", 9, 2, &styles_value);
83 AppendStyle("dim", 1, 2, &styles_value);
98 // Try moving the "dim/match" style pair at offset 9. Output should be the
103 AppendStyle("dim", 9, 2, &styles_value);
105 AppendStyle("dim", 1, 2, &styles_value);
122 AppendStyle("dim", 2, 3, &styles_value)
    [all...]
extension_omnibox_api.cc 210 (type == "dim") ? ACMatchClassification::DIM : -1;
extension_omnibox_apitest.cc 154 ASCIIToUTF16("Description with style: <match>, [dim], (url till end)");
175 EXPECT_EQ(ACMatchClassification::DIM,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 57 DIM = 1 << 2, // "Helper text"
119 // will also not be dimmed, if |style| has DIM set.)
shortcuts_provider_unittest.cc 521 matches.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
535 EXPECT_EQ(ACMatchClassification::DIM | ACMatchClassification::MATCH,
538 EXPECT_EQ(ACMatchClassification::DIM, spans_k[1].style);
540 EXPECT_EQ(ACMatchClassification::DIM | ACMatchClassification::MATCH,
  /external/chromium_org/ash/shell/
app_list.cc 177 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 94 ASCIIToUTF16("Description with style: <match>, [dim], (url till end)");
115 EXPECT_EQ(ACMatchClassification::DIM,
omnibox_unittest.cc 23 const int kDim = ACMatchClassification::DIM;
36 // Test output key: n = character with no styling, d = dim, m = match, u = url
56 .Set("type", "dim")
83 .Set("type", "dim")
119 .Set("type", "dim")
131 .Set("type", "dim")
150 // Try moving the "dim/match" style pair at offset 9. Output should be the
168 .Set("type", "dim")
176 .Set("type", "dim")
216 .Set("type", "dim")
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk_unittest.cc 247 // Test that DIM works as expected.
250 // Dim "is".
260 ACMatchClassification(kRunLength1, ACMatchClassification::DIM));
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 53 if (it->styles & app_list::SearchResult::Tag::DIM)
  /external/llvm/utils/lit/lit/
ProgressBar.py 58 DIM = '' #: Turn on half-bright mode
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0

Completed in 1164 milliseconds

1 2