HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 1751 - 1775 of 5464) sorted by null

<<71727374757677787980>>

  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 86 // blocks until mPlayer is prepared
  /hardware/qcom/display/msm8960/libgenlock/
genlock.h 108 * Blocks the calling process until the lock held on the handle is unlocked.
  /hardware/qcom/display/msm8x26/libgenlock/
genlock.h 108 * Blocks the calling process until the lock held on the handle is unlocked.
  /libcore/luni/src/main/java/libcore/io/
StructStat.java 70 /** Number of blocks allocated for this object. */
  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 16 * CDATA sections are used to escape blocks of text containing characters that
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 46 # pragma warning( disable : 4571 ) /* catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 42 # pragma warning( disable : 4571 ) // catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetProvider.java 41 // coming in without extras, which AppWidgetProvider then blocks.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 112 __le32 jp_journal_trans_max; /* max number of blocks in a transaction. */
115 __le32 jp_journal_max_batch; /* max number of blocks to batch into a
125 __le32 s_block_count; /* blocks count */
126 __le32 s_free_blocks; /* free blocks count */
143 __le16 s_bmap_nr; /* amount of bitmap blocks needed to address
147 __le16 s_reserved_for_journal; /* size in blocks of journal area on main
311 cost to access 4 blocks is not much more than the cost to access 1
773 __le32 sd_blocks; /* number of blocks file uses */
837 address blocks) */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 112 __le32 jp_journal_trans_max; /* max number of blocks in a transaction. */
115 __le32 jp_journal_max_batch; /* max number of blocks to batch into a
125 __le32 s_block_count; /* blocks count */
126 __le32 s_free_blocks; /* free blocks count */
143 __le16 s_bmap_nr; /* amount of bitmap blocks needed to address
147 __le16 s_reserved_for_journal; /* size in blocks of journal area on main
311 cost to access 4 blocks is not much more than the cost to access 1
773 __le32 sd_blocks; /* number of blocks file uses */
837 address blocks) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 112 __le32 jp_journal_trans_max; /* max number of blocks in a transaction. */
115 __le32 jp_journal_max_batch; /* max number of blocks to batch into a
125 __le32 s_block_count; /* blocks count */
126 __le32 s_free_blocks; /* free blocks count */
143 __le16 s_bmap_nr; /* amount of bitmap blocks needed to address
147 __le16 s_reserved_for_journal; /* size in blocks of journal area on main
311 cost to access 4 blocks is not much more than the cost to access 1
773 __le32 sd_blocks; /* number of blocks file uses */
837 address blocks) */
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 42 # pragma warning( disable : 4571 ) // catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 42 # pragma warning( disable : 4571 ) // catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 42 # pragma warning( disable : 4571 ) // catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 42 # pragma warning( disable : 4571 ) // catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_warnings_off.h 42 # pragma warning( disable : 4571 ) // catch(...) blocks compiled with /EHs do not catch or re-throw Structured Exceptions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 260 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
267 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
285 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
292 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 260 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
267 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
285 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
292 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 51 * GUI blocks needed to manipulate various types of preferences. Each field
  /system/core/mkbootimg/
bootimg.h 85 unsigned length; /* length in blocks */
  /system/media/camera/docs/
CameraMetadataEnums.mako 23 * modify the comment blocks at the start or end.
  /bionic/libc/bionic/
pthread-rwlocks.c 41 * - trying to get the write-lock while there are any readers blocks
42 * - trying to get the read-lock while there is a writer blocks
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 61 List<SsaBasicBlock> blocks = method.getBlocks(); local
65 this.blockStarts = new RegisterSpecSet[blocks.size()];
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 38 * {@code non-null;} index by basic block indexed set of basic blocks
45 * {@code non-null;} set of blocks remaing to visit as "live out as block"
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 128 * Because this call blocks until results are available, it should not be
161 * Pull the raw text content of the given URL. This call blocks until the

Completed in 1444 milliseconds

<<71727374757677787980>>