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

<<11121314151617181920>>

  /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/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...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 205 size_t MaxSize = FirstInst->Operands.size();
217 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
    [all...]
  /external/mesa3d/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...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 597 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize())
598 + " + " + btk(mBitmapCache.maxSize()));
    [all...]
  /packages/apps/UnifiedEmail/res/values-ca/
strings.xml 42 <string name="too_large_to_attach_single" msgid="2996733972478212136">"No es pot adjuntar un fitxer de més de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
43 <string name="too_large_to_attach_multiple" msgid="5452547998184881210">"No s\'han adjuntat un o més fitxers. Límit: <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
44 <string name="too_large_to_attach_additional" msgid="3366607594339390249">"El fitxer no s\'ha adjuntat. Has arribat al límit de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values-cs/
strings.xml 42 <string name="too_large_to_attach_single" msgid="2996733972478212136">"Nelze p?ipojit soubor vet?í ne? <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
43 <string name="too_large_to_attach_multiple" msgid="5452547998184881210">"Jeden nebo více soubor? nebylo p?ipojeno. Limit je <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
44 <string name="too_large_to_attach_additional" msgid="3366607594339390249">"Soubor nebyl p?ilo?en. Byl dosa?en limit <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values-es/
strings.xml 42 <string name="too_large_to_attach_single" msgid="2996733972478212136">"No puedes adjuntar archivos superiores a <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
43 <string name="too_large_to_attach_multiple" msgid="5452547998184881210">"Uno o varios archivos no se han adjuntado (límite de <xliff:g id="MAXSIZE">%1$s</xliff:g>)."</string>
44 <string name="too_large_to_attach_additional" msgid="3366607594339390249">"No se ha adjuntado el archivo. Se ha alcanzado el límite de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values-es-rUS/
strings.xml 42 <string name="too_large_to_attach_single" msgid="2996733972478212136">"No se puede adjuntar un archivo que supere el límite de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
43 <string name="too_large_to_attach_multiple" msgid="5452547998184881210">"No se adjuntaron uno o varios archivos. Se alcanzó el límite de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
44 <string name="too_large_to_attach_additional" msgid="3366607594339390249">"No se adjuntó el archivo. Se alcanzó el límite de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values-fr/
strings.xml 42 <string name="too_large_to_attach_single" msgid="2996733972478212136">"Impossible de joindre un fichier dépassant <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
43 <string name="too_large_to_attach_multiple" msgid="5452547998184881210">"Un ou plusieurs fichiers n\'ont pas été joints. La limite est de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
44 <string name="too_large_to_attach_additional" msgid="3366607594339390249">"Le fichier n\'a pas été joint. Limite de <xliff:g id="MAXSIZE">%1$s</xliff:g> atteinte."</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values-fr-rCA/
strings.xml 42 <string name="too_large_to_attach_single" msgid="2996733972478212136">"Impossible de joindre un fichier dépassant <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
43 <string name="too_large_to_attach_multiple" msgid="5452547998184881210">"Un ou plusieurs fichiers n\'ont pas été joints. La limite est de <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
44 <string name="too_large_to_attach_additional" msgid="3366607594339390249">"Le fichier n\'a pas été joint. Limite de <xliff:g id="MAXSIZE">%1$s</xliff:g> atteinte."</string>
    [all...]

Completed in 899 milliseconds

<<11121314151617181920>>