HomeSort by relevance Sort by last modified time
    Searched defs:DIM (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/tests/
ImageCacheTest.cpp 42 static const int DIM = 256;
84 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
  /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/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/chromium_org/components/omnibox/
autocomplete_match.h 61 DIM = 1 << 2, // "Helper text"
117 // will also not be dimmed, if |style| has DIM set.)
  /external/chromium_org/ui/app_list/
search_result.h 44 DIM = 1 << 2,
  /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/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...]
  /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/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 247 milliseconds