HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 501 - 525 of 547) sorted by null

<<2122

  /external/chromium_org/v8/test/mjsunit/
external-array-no-sse2.js 562 // Cases with overlapping backing store but different element sizes.
external-array.js 561 // Cases with overlapping backing store but different element sizes.
  /external/elfutils/
elfutils.spec 29 section sizes of an object or archive file), strip (for discarding
  /external/mesa3d/docs/
MESA_texture_array.spec 69 all aspects except the sizes of the non-base level images. In
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 2071 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 368 sizes = {socket.htonl: 32, socket.ntohl: 32,
370 for func, size in sizes.items():
    [all...]
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 368 sizes = {socket.htonl: 32, socket.ntohl: 32,
370 for func, size in sizes.items():
    [all...]
test_io.py     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/chromium_org/v8/src/
heap.cc 877 void Heap::ReserveSpace(int *sizes, Address *locations_out) {
885 if (sizes[space] != 0) {
888 allocation = new_space()->AllocateRaw(sizes[space]);
890 allocation = paged_space(space)->AllocateRaw(sizes[space]);
908 node->set_size(this, sizes[space])
    [all...]
spaces.h     [all...]
heap.h     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 727 <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html">
728 Planning for Multiple Touchscreen Sizes
848 patterns that are optimized for different screen sizes."
857 >Supporting Different Screen Sizes</a>
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 220 on one machine to devices (with offsets and sizes) on the replay
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 257 * Hence populating with default sizes for now. This needs
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 6387 const ExternalASTSource::MemoryBufferSizes &sizes = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 543 \mysection{Key Sizes and Number of Rounds}
589 are the minimum and maximum key sizes in bytes. The \textit{block\_length} member is the block size of the cipher
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]

Completed in 610 milliseconds

<<2122