/external/skia/tests/ |
H A D | ImageCacheTest.cpp | 18 static const int DIM = 256; local 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/ |
H A D | ImageCacheBench.cpp | 17 DIM = 1, enumerator in enum:ImageCacheBench::__anon25250 22 fBM.setConfig(SkBitmap::kARGB_8888_Config, DIM, DIM);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
H A D | search_webstore_result.cc | 31 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
|
H A D | omnibox_provider.cc | 27 if (styles & ACMatchClassification::DIM) 28 tag_styles |= SearchResult::Tag::DIM;
|
H A D | webstore_result.cc | 107 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
|
/external/chromium/chrome/browser/autocomplete/ |
H A D | autocomplete_match.h | 50 DIM = 1 << 2, // "Helper text" enumerator in enum:AutocompleteMatch::ACMatchClassification::Style 112 // will also not be dimmed, if |style| has DIM set.)
|
H A D | extension_app_provider.cc | 126 ACMatchClassification(0, ACMatchClassification::DIM)); 133 ACMatchClassification::DIM));
|
H A D | autocomplete_match.cc | 147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM));
|
H A D | keyword_provider.cc | 334 ACMatchClassification(0, ACMatchClassification::DIM)); 441 ACMatchClassification::DIM,
|
H A D | history_quick_provider.cc | 222 spans.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
|
H A D | autocomplete_popup_view_gtk_unittest.cc | 262 // Test that DIM works as expected. 275 ACMatchClassification(runLength1, ACMatchClassification::DIM));
|
/external/chromium_org/ui/app_list/ |
H A D | search_result.h | 39 DIM = 1 << 2, enumerator in enum:app_list::SearchResult::Tag::Style
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
H A D | s_texfetch.c | 82 #define DIM 1 macro 85 #define DIM 2 macro 88 #define DIM 3 macro
|
/external/mesa3d/src/mesa/swrast/ |
H A D | s_texfetch.c | 82 #define DIM 1 macro 85 #define DIM 2 macro 88 #define DIM 3 macro
|
/external/chromium/chrome/browser/extensions/ |
H A D | extension_omnibox_unittest.cc | 15 const int kDim = ACMatchClassification::DIM;
|
H A D | extension_omnibox_api.cc | 210 (type == "dim") ? ACMatchClassification::DIM : -1;
|
H A D | extension_omnibox_apitest.cc | 175 EXPECT_EQ(ACMatchClassification::DIM,
|
/external/chromium_org/chrome/browser/autocomplete/ |
H A D | autocomplete_match.h | 57 DIM = 1 << 2, // "Helper text" enumerator in enum:AutocompleteMatch::ACMatchClassification::Style 119 // will also not be dimmed, if |style| has DIM set.)
|
H A D | 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/ |
H A D | app_list.cc | 177 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
|
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
H A D | omnibox_api_browsertest.cc | 115 EXPECT_EQ(ACMatchClassification::DIM,
|
H A D | omnibox_unittest.cc | 23 const int kDim = ACMatchClassification::DIM;
|
/external/llvm/utils/lit/lit/ |
H A D | ProgressBar.py | 58 DIM = '' #: Turn on half-bright mode variable in class:TerminalController 80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
H A D | omnibox_popup_view_gtk_unittest.cc | 247 // Test that DIM works as expected. 260 ACMatchClassification(kRunLength1, ACMatchClassification::DIM));
|
/external/chromium_org/ui/app_list/views/ |
H A D | search_result_view.cc | 53 if (it->styles & app_list::SearchResult::Tag::DIM)
|