Searched defs:DIM (Results 1 - 15 of 15) sorted by relevance

/external/skia/bench/
H A DImageCacheBench.cpp16 DIM = 1, enumerator in enum:ImageCacheBench::__anon30390
21 fBM.allocN32Pixels(DIM, 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/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/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/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/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/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.)
/external/chromium_org/ui/app_list/
H A Dsearch_result.h44 DIM = 1 << 2, enumerator in enum:app_list::SearchResult::Tag::Style
/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/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/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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 332 milliseconds