Searched refs:DIM (Results 1 - 25 of 31) sorted by relevance

12

/external/skia/bench/
H A DImageCacheBench.cpp16 DIM = 1, enumerator in enum:ImageCacheBench::__anon30390
21 fBM.allocN32Pixels(DIM, DIM);
/external/skia/tests/
H A DImageCacheTest.cpp17 static const int DIM = 256; variable
27 make_bm(&bm[i], DIM, DIM);
36 make_bm(&tmp, DIM, DIM);
59 make_bm(&tmp, DIM, DIM);
89 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
/external/chromium_org/third_party/skia/tests/
H A DImageCacheTest.cpp42 static const int DIM = 256; variable
84 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsort.c867 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro
870 DIM(SORT_PID, "pid", sort_thread),
871 DIM(SORT_COMM, "comm", sort_comm),
872 DIM(SORT_DSO, "dso", sort_dso),
873 DIM(SORT_SYM, "symbol", sort_sym),
874 DIM(SORT_PARENT, "parent", sort_parent),
875 DIM(SORT_CPU, "cpu", sort_cpu),
876 DIM(SORT_SRCLINE, "srcline", sort_srcline),
877 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight),
878 DIM(SORT_GLOBAL_WEIGH
881 #undef DIM macro
883 #define DIM macro
893 #undef DIM macro
895 #define DIM macro
906 #undef DIM macro
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_webstore_result.cc33 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
H A Domnibox_provider.cc31 if (styles & ACMatchClassification::DIM)
32 tag_styles |= SearchResult::Tag::DIM;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java65 * This format is the following: DIM KIND VALUE (4, 4 and 24 bits). DIM is a
81 * forbidden - dimensions must be represented through the DIM field).
96 static final int DIM = 0xF0000000; field in class:Frame
755 } else if ((t & (DIM | BASE_KIND)) == UNINITIALIZED) {
763 int dim = u & DIM;
1264 dim = s & DIM;
1311 dim = s & DIM;
1351 if ((t & ~DIM) == NULL) {
1363 if ((u & BASE_KIND) == OBJECT || (u & DIM) !
[all...]
/external/chromium_org/ui/app_list/
H A Dsearch_result.h44 DIM = 1 << 2, enumerator in enum:app_list::SearchResult::Tag::Style
/external/chromium_org/athena/main/
H A Durl_search_provider.cc116 if (styles & ACMatchClassification::DIM)
117 tag_styles |= app_list::SearchResult::Tag::DIM;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch.c82 #define DIM 1 macro
85 #define DIM 2 macro
88 #define DIM 3 macro
H A Ds_texfetch_tmp.h34 * It should be expanded by defining \p DIM as the number texture dimensions
35 * (1, 2 or 3). According to the value of \p DIM a series of macros is defined
43 #if DIM == 1
50 #elif DIM == 2
58 #elif DIM == 3
1571 #undef DIM macro
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c82 #define DIM 1 macro
85 #define DIM 2 macro
88 #define DIM 3 macro
H A Ds_texfetch_tmp.h34 * It should be expanded by defining \p DIM as the number texture dimensions
35 * (1, 2 or 3). According to the value of \p DIM a series of macros is defined
43 #if DIM == 1
50 #elif DIM == 2
58 #elif DIM == 3
1571 #undef DIM macro
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h61 DIM = 1 << 2, // "Helper text" enumerator in enum:AutocompleteMatch::ACMatchClassification::Style
117 // will also not be dimmed, if |style| has DIM set.)
H A Dkeyword_provider.cc433 ACMatchClassification(0, ACMatchClassification::DIM));
/external/chromium_org/ash/shell/
H A Dapp_list.cc185 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
/external/chromium_org/build/android/gyp/
H A Djavac.py32 warning_color = ['full_message', colorama.Fore.YELLOW + colorama.Style.DIM]
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_browsertest.cc124 EXPECT_EQ(ACMatchClassification::DIM,
H A Domnibox_unittest.cc23 const int kDim = ACMatchClassification::DIM;
H A Domnibox_api.cc338 type_class = AutocompleteMatch::ACMatchClassification::DIM;
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc193 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
/external/llvm/utils/lit/lit/
H A DProgressBar.py62 DIM = '' #: Turn on half-bright mode variable in class:TerminalController
84 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc56 if (it->styles & SearchResult::Tag::DIM)
/external/libpcap/msdos/
H A Dpktdrvr.c34 #define DIM(x) (sizeof((x)) / sizeof(x[0])) macro
241 if (errNum < 0 || errNum >= DIM(errStr))
300 if (mode > DIM(modeStr))
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc588 ACMatchClassification(0, ACMatchClassification::DIM));

Completed in 1780 milliseconds

12