HomeSort by relevance Sort by last modified time
    Searched full:maxsize (Results 376 - 400 of 575) sorted by null

<<11121314151617181920>>

  /external/chromium/base/
mach_ipc_mac.h 211 size_t MaxSize() const { return storage_length_bytes_; }
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_state.c 276 ctx->Point.MaxSize)), 1, 255) * (1<<3);
gen6_sf_state.c 243 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
providex.php 186 "'lpi'", "'lt'", "'magenta'", "'maxsize'", "'me'",
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 276 ctx->Point.MaxSize)), 1, 255) * (1<<3);
gen6_sf_state.c 243 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/ppp/pppd/plugins/radius/
radiusclient.h 375 int maxsize, size; member in struct:env
  /dalvik/tools/hprof-conv/
HprofConv.c 311 static const size_t maxSize = sizeof(sizes) / sizeof(sizes[0]);
314 if (basicType >= maxSize)
  /external/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 174 public HttpResponseCache(File directory, long maxSize) throws IOException {
175 cache = DiskLruCache.open(directory, VERSION, ENTRY_COUNT, maxSize);
  /frameworks/base/services/java/com/android/server/am/
ProcessList.java 197 int maxSize = 1280*800; // 1024000 230400 870400 .264
198 float scaleDisp = ((float)(displayWidth*displayHeight)-minSize)/(maxSize-minSize);
  /frameworks/native/services/sensorservice/
vec.h 52 const size_t maxSize = max(SIZE, S);
55 for (size_t i=minSize ; i<maxSize ; i++)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 800 Write no more than MAXSIZE wide characters and return the number
801 of wide characters written, or 0 if it would exceed MAXSIZE. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 800 Write no more than MAXSIZE wide characters and return the number
801 of wide characters written, or 0 if it would exceed MAXSIZE. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 800 Write no more than MAXSIZE wide characters and return the number
801 of wide characters written, or 0 if it would exceed MAXSIZE. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 408 def queue_full(q, maxsize):
412 return q.qsize() == maxsize
426 MAXSIZE = 6
427 queue = self.Queue(maxsize=MAXSIZE)
439 self.assertEqual(queue_full(queue, MAXSIZE), False)
452 self.assertEqual(queue_full(queue, MAXSIZE), True)
479 self.assertEqual(queue_full(queue, MAXSIZE), False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 408 def queue_full(q, maxsize):
412 return q.qsize() == maxsize
426 MAXSIZE = 6
427 queue = self.Queue(maxsize=MAXSIZE)
439 self.assertEqual(queue_full(queue, MAXSIZE), False)
452 self.assertEqual(queue_full(queue, MAXSIZE), True)
479 self.assertEqual(queue_full(queue, MAXSIZE), False)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 94 unsigned MaxSize;
100 MaxSize(Threshold)
252 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
253 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
284 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 586 /* maxSize is the maximum amount of data can be stuffed into a single
590 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq)
605 elements_per_request[0] = maxSize / single_vertex_size;
    [all...]