HomeSort by relevance Sort by last modified time
    Searched full:storage_size (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /art/test/028-array-write/src/
Main.java 24 static final int STORAGE_SIZE = 128*1024;
25 static int[] mStorage = new int[STORAGE_SIZE];
37 for (int i = STORAGE_SIZE-1; i >= 0; i--)
60 STORAGE_SIZE/2, STORAGE_SIZE/2);
66 STORAGE_SIZE/2, STORAGE_SIZE/2);
  /art/runtime/base/
bit_vector.cc 29 uint32_t storage_size,
32 storage_size_(storage_size),
bit_vector.h 134 uint32_t storage_size,
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 36 static uptr storage_size(const args_type &args) { function in struct:__msan::ChainedOriginDepotNode
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 49 static uptr storage_size(const args_type &args) { function in struct:__sanitizer::StackDepotNode
sanitizer_stackdepotbase.h 125 uptr memsz = Node::storage_size(args);
  /external/freetype/src/truetype/
ttobjs.c 921 size->storage_size = 0;
982 size->storage_size = maxp->maxStorage;
    [all...]
ttobjs.h 322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 970 size->storage_size = 0;
    [all...]
ttobjs.h 311 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.c 970 size->storage_size = 0;
    [all...]
ttobjs.h 311 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetFragment.java 247 return String.format(getContext().getString(R.string.storage_size),
  /art/runtime/gc/collector/
immune_spaces_test.cc 131 /*storage_size*/0u);
  /external/e2fsprogs/debugfs/
debugfs.c 537 unsigned int storage_size; local
546 storage_size = EXT2_INODE_SIZE(current_fs->super) -
559 if (entry->e_value_size > storage_size ||
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp     [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 283 unsigned int storage_size, remain; local
287 storage_size = EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE -
296 remain = storage_size - sizeof(__u32);
    [all...]
  /packages/apps/TvSettings/Settings/res/values-am/
strings.xml 241 <string name="storage_size" msgid="8958530823208352781">"????? ??? <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-ar/
strings.xml 245 <string name="storage_size" msgid="8958530823208352781">"?????? ???????: <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-be-rBY/
strings.xml 405 <string name="storage_size" msgid="8958530823208352781">"????? ?????: <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-bg/
strings.xml 241 <string name="storage_size" msgid="8958530823208352781">"???? ?????: <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-bn-rBD/
strings.xml 241 <string name="storage_size" msgid="8958530823208352781">"??? ?????: <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-el/
strings.xml 241 <string name="storage_size" msgid="8958530823208352781">"????????? ?????: <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-fa/
strings.xml 241 <string name="storage_size" msgid="8958530823208352781">"???? ???: <xliff:g id="TOTAL_SPACE">%1$s</xliff:g>"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-gu-rIN/
strings.xml 443 <!-- no translation found for storage_size (8958530823208352781) -->
    [all...]

Completed in 1206 milliseconds

1 2 3 4 5