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

1 2

  /external/mesa3d/src/mesa/swrast/
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
44 #if DIM == 1
51 #elif DIM == 2
60 #elif DIM == 3
193 #undef DIM
s_texfetch.c 53 #define DIM 1
56 #define DIM 2
59 #define DIM 3
  /external/skia/tests/
ImageCacheTest.cpp 43 static const int DIM = 256;
117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
  /external/skqp/tests/
ImageCacheTest.cpp 43 static const int DIM = 256;
117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 65 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array
  /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/sl4a/Common/src/com/googlecode/android_scripting/facade/
WakeLockFacade.java 41 FULL, PARTIAL, BRIGHT, DIM
53 addWakeLock(WakeLockType.DIM, PowerManager.SCREEN_DIM_WAKE_LOCK
103 @Rpc(description = "Acquires a dim wake lock (CPU on, screen dim).")
105 mManager.acquire(WakeLockType.DIM);
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 58 DIM = '' #: Turn on half-bright mode
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /external/tensorflow/tensorflow/core/util/sparse/
sparse_tensor_test.cc 541 // Dimensions match except the primary dim, which is offset by
563 // reduce_fn sees slices of resorted values based on generator (dim: DDIMS), and
568 const int DIM = 2;
570 Tensor ids(DT_INT64, TensorShape({N, DIM}));
617 const int DIM = 2;
619 Tensor ids(DT_INT64, TensorShape({N, DIM}));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.h 98 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 64 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array
  /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/python/cpython2/PC/bdist_wininst/
install.c 406 #define DIM(a) (sizeof(a) / sizeof((a)[0]))
457 for (i = 0; i < DIM(csidl_names); ++i) {
673 for (i = 0; i < DIM(meth); ++i) {
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 434 #define DIM(a) (sizeof(a) / sizeof((a)[0]))
485 for (i = 0; i < DIM(csidl_names); ++i) {
703 for (i = 0; i < DIM(meth); ++i) {
    [all...]
  /prebuilts/misc/common/asm/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.0/
asm-6.0.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 

Completed in 1275 milliseconds

1 2