HomeSort by relevance Sort by last modified time
    Searched full:hold (Results 201 - 225 of 4808) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.def 21 variables that can hold a kind, to mean they have yet to have a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 8 A Frame widget is inserted between the master and the text, to hold
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 8 A Frame widget is inserted between the master and the text, to hold
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLIntegerProperty.java 19 /** Properties that hold an integer value. */
GLLongProperty.java 19 /** Properties that hold a long value. */
  /system/bt/bta/include/
bta_hf_client_api.h 62 #define BTA_HF_CLIENT_CHLD_HOLD_ACC 0x00000008 /* 2 Active calls on hold and accept other call */
63 #define BTA_HF_CLIENT_CHLD_PRIV_X 0x00000010 /* 2x Active multiparty call on hold except call x */
100 #define BTA_HF_CLIENT_BTRH_EVT 18 /* bluetooth response and hold event */
123 #define BTA_HF_CLIENT_IND_CALLHELD 6 /* Call hold status indicator */
  /system/core/include/mincrypt/
sha.h 43 // NOTE: *digest needs to hold SHA_DIGEST_SIZE bytes.
  /system/core/include/utils/
LinearTransform.h 24 // LinearTransform defines a structure which hold the definition of a
  /bootable/recovery/minzip/
Hash.h 73 * elements the table will hold, pass the result from mzHashSize() in.)
80 * Compute the capacity needed for a table to hold "size" elements. Use
81 * this when you know ahead of time how many elements the table will hold.
  /docs/source.android.com/src/devices/sensors/
suspend-mode.jd 36 particular, the drivers are not allowed to hold wake-locks. It is the
49 <p>Applications using non-wake-up sensors should either hold a wake lock to ensure
62 goes back to sleep, the driver must hold a &quot;timeout wake lock&quot; for 200
  /external/skia/include/core/
SkTextBlob.h 151 * build() call. The buffer is guaranteed to hold @count@ glyphs.
167 * or build() call. The buffers are guaranteed to hold @count@ elements.
183 * guaranteed to hold @count@ and 2 * @count@ elements, respectively.
  /external/skia/src/utils/
SkTextureCompressor.h 64 // large enough to hold width*height pixels. The dst data is expected to
65 // be large enough to hold the compressed data according to the format.
73 // is assumed to be large enough to hold the entire decompressed image. The
  /external/valgrind/helgrind/
README_MSMProp2.txt 69 hold:
141 neither of those two conditions hold, a race is reported.
148 happen-after VTS. If neither of those two conditions hold, a race is
  /frameworks/base/core/java/android/app/
IntentService.java 103 // TODO: It would be nice to have an option to hold a partial wakelock
154 * So, if this code takes a long time, it will hold up other requests to
155 * the same IntentService, but it will not hold up anything else.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 48 <li>The commands on the Context menu that appears when you touch &amp; hold on an item should be duplicated on the activity you get to by a normal press on that item.
108 selected item. It is typically invoked by a user's touch &amp; hold
204 A user can touch &amp; hold on content on the screen to
214 For example, in an email message list, a user can touch &amp; hold on
220 A user can also touch &amp; hold a <em>location</em> on the screen to
221 access a Context menu. An example is when the user does touch &amp; hold
231 In the above example, if the user performs touch &amp; hold on the contact
248 next screen both hold the same complete set of commands that can be performed
343 touch &amp; hold on a person's name in a list view of a contacts application.
380 &amp; hold on a name in a list of contacts, that operation should <em>also</em
    [all...]
  /frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd 19 <li><a href="#ViewHolder">Hold View Objects in a View Holder</a></li>
83 <h2 id="ViewHolder">Hold View Objects in a View Holder</h2>
95 need to create a class to hold your exact set of views. For example:</p>
  /frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java 58 * "on-hold" : Active signaling dialog exists between an endpoint and a focus,
59 * but endpoint is "on-hold" for this conference, i.e., he/she is neither "hearing"
76 public static final String STATUS_ON_HOLD = "on-hold";
  /hardware/libhardware/include/hardware/
bt_hf.h 73 BTHF_CHLD_TYPE_HOLDACTIVE_ACCEPTHELD, // Hold all active calls and accepts a waiting/held call
125 /** Callback for call hold handling (AT+CHLD)
126 * value will contain the call hold command (0, 1, 2, 3)
bt_hf_client.h 158 #define BTHF_CLIENT_CHLD_FEAT_HOLD_ACC 0x00000008 /* 2 Active calls on hold and accept other
161 call (put the rest on hold) */
218 /** Callback for response and hold
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 20 Does not hold an active (key, value) pair now and never did. Unused can
36 hold a search finger. The me_hash field of Unused or Dummy slots has no
53 * me_hash to hold a search finger.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 20 Does not hold an active (key, value) pair now and never did. Unused can
36 hold a search finger. The me_hash field of Unused or Dummy slots has no
53 * me_hash to hold a search finger.
  /system/core/liblog/tests/
liblog_test.cpp 418 I will hold friends with you, lady.\n\
699 char hold[4][PROP_VALUE_MAX]; local
715 memset(hold, 0, sizeof(hold));
717 property_get(key, hold[0], "");
719 property_get(key + base_offset, hold[1], "");
723 property_get(key, hold[2], "");
725 property_get(key, hold[3], "");
872 property_set(key, hold[0]);
873 property_set(key + base_offset, hold[1])
    [all...]
  /system/extras/ext4_utils/
extent.c 177 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data
203 /* Allocates enough blocks to hold len bytes, queues them to be written
220 /* Allocates enough blocks to hold len bytes and connects them to an inode */
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 130 * rwl.writeLock().unlock(); // Unlock write, still hold read
231 * The lower one representing the exclusive (writer) lock hold count,
232 * and the upper the shared (reader) hold count.
246 * A counter for per-thread read hold counts.
269 * Removed whenever a thread's read hold count drops to 0.
274 * The hold count of the last thread to successfully acquire
281 * hold count, but avoids garbage retention by not retaining a
291 * firstReaderHoldCount is firstReader's hold count.
431 * to avoid having to check hold count in
473 * retries and lazily reading hold counts
    [all...]
  /external/valgrind/none/tests/amd64/
aes.c 69 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key).
101 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key).
133 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key).
165 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key)
197 /* ; argR hold one 128-bit inputs (argR = Round key)

Completed in 2729 milliseconds

1 2 3 4 5 6 7 891011>>