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

1 2

  /external/chromium_org/third_party/skia/bench/
ImageCacheBench.cpp 16 DIM = 1,
21 fBM.allocN32Pixels(DIM, DIM);
  /external/skia/bench/
ImageCacheBench.cpp 16 DIM = 1,
21 fBM.allocN32Pixels(DIM, DIM);
  /external/chromium_org/third_party/skia/tests/
ImageCacheTest.cpp 17 static const int DIM = 256;
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/skia/tests/
ImageCacheTest.cpp 17 static const int DIM = 256;
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/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 867 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) }
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_WEIGHT, "weight", sort_global_weight)
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.cc 32 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
omnibox_provider.cc 28 if (styles & ACMatchClassification::DIM)
29 tag_styles |= SearchResult::Tag::DIM;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Frame.java 65 * 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;
755 } else if ((t & (DIM | BASE_KIND)) == UNINITIALIZED) {
763 int dim = u & DIM; local
766 u = dim + inputLocals[u & VALUE];
768 u = dim + inputStack[inputStack.length - (u & VALUE)];
1249 int i, s, dim, kind, t; local
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 38 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
s_texfetch_tmp.h 34 * 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
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 82 #define DIM 1
85 #define DIM 2
88 #define DIM 3
s_texfetch_tmp.h 34 * 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
    [all...]
  /external/chromium_org/build/android/gyp/
javac.py 28 warning_color = ['full_message', colorama.Fore.YELLOW + colorama.Style.DIM]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 61 DIM = 1 << 2, // "Helper text"
121 // will also not be dimmed, if |style| has DIM set.)
keyword_provider.cc 453 ACMatchClassification(0, ACMatchClassification::DIM));
autocomplete_controller.cc 558 ACMatchClassification(0, ACMatchClassification::DIM));
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 98 ASCIIToUTF16("Description with style: <match>, [dim], (url till end)");
119 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...]
omnibox_api.cc 328 type_class = AutocompleteMatch::ACMatchClassification::DIM;
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 160 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
  /external/chromium_org/ash/shell/
app_list.cc 185 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 54 if (it->styles & SearchResult::Tag::DIM)
  /external/llvm/utils/lit/lit/
ProgressBar.py 62 DIM = '' #: Turn on half-bright mode
84 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /external/libpcap/msdos/
pktdrvr.c 34 #define DIM(x) (sizeof((x)) / sizeof(x[0]))
241 if (errNum < 0 || errNum >= DIM(errStr))
300 if (mode > DIM(modeStr))
    [all...]

Completed in 1948 milliseconds

1 2