HomeSort by relevance Sort by last modified time
    Searched full:hold (Results 301 - 325 of 6323) sorted by null

<<11121314151617181920>>

  /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.
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 252 /* The structure used to hold information about an index register. */
284 /* The structure used to hold information about an expression. */
322 /* The structure used to hold a parsed operand. */
  /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)
  /system/extras/ext4_utils/
indirect.c 187 Assumes that the blocks necessary to hold the indirect blocks were included
219 Assumes that the blocks necessary to hold the indirect and doubly indirect
251 Assumes that the blocks necessary to hold the indirect, doubly indirect and
402 /* Allocates enough blocks to hold len bytes and connects them to an inode */
485 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data
  /toolchain/binutils/binutils-2.25/include/opcode/
crx.h 296 /* Internal structure to hold the various entities
316 /* Structure to hold information about predefined operands. */
329 /* Structure to hold trap handler information. */
340 /* Structure to hold information about predefined registers. */
361 /* Structure to hold a cst4 operand mapping. */
  /external/libavc/common/
ih264_structs.h 484 * Structure to hold quantization parameters of an mb
542 * Structure to hold Profile tier level info for a given layer
626 * Structure to hold VUI parameters Info
814 * Structure to hold SPS info
1049 * Structure to hold PPS info
1212 * Structure to hold Reference picture list modification info
1256 * Structure to hold Slice Header info
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java 177 // The settings provider must hold its lock when calling here.
186 // The settings provider must hold its lock when calling here.
196 // The settings provider must hold its lock when calling here.
220 // The settings provider must hold its lock when calling here.
231 // The settings provider must hold its lock when calling here.
243 // The settings provider must hold its lock when calling here.
252 // The settings provider must hold its lock when calling here.
281 // The settings provider must hold its lock when calling here.
287 // The settings provider must hold its lock when calling here.
304 // The settings provider must hold its lock when calling here
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 173 * thread returns it is <em>guaranteed</em> to hold this lock.
188 * <p>The current thread is assumed to hold the lock associated with this
222 * thread returns it is <em>guaranteed</em> to hold this lock.
232 * <p>The current thread is assumed to hold the lock associated with this
262 * thread returns it is <em>guaranteed</em> to hold this lock.
280 * condition still does not hold. Typical uses of this method take
307 * <p>The current thread is assumed to hold the lock associated with this
368 * thread returns it is <em>guaranteed</em> to hold this lock.
403 * <p>The current thread is assumed to hold the lock associated with this
434 * current thread hold the lock associated with this {@cod
    [all...]
  /frameworks/base/core/java/android/animation/
Keyframe.java 52 * The time at which mValue will hold true.
72 * time, as a proportion of an overall animation's duration, at which the value will hold true
91 * time, as a proportion of an overall animation's duration, at which the value will hold true
104 * time, as a proportion of an overall animation's duration, at which the value will hold true
123 * time, as a proportion of an overall animation's duration, at which the value will hold true
136 * time, as a proportion of an overall animation's duration, at which the value will hold true
155 * time, as a proportion of an overall animation's duration, at which the value will hold true
  /system/bt/bta/include/
bta_ag_api.h 67 #define BTA_AG_FEAT_BTRH 0x00010000 /* CCAP incoming call hold */
123 #define BTA_AG_BTRH_RES 8 /* Send CCAP incoming call hold */
235 #define BTA_AG_BTRH_SET_HOLD 0 /* Put incoming call on hold */
236 #define BTA_AG_BTRH_SET_ACC 1 /* Accept incoming call on hold */
237 #define BTA_AG_BTRH_SET_REJ 2 /* Reject incoming call on hold */
284 #define BTA_AG_AT_CHLD_EVT 12 /* Call hold */
293 #define BTA_AG_AT_BTRH_EVT 21 /* CCAP-style incoming call hold */
  /system/connectivity/shill/vpn/
openvpn_management_server.cc 119 driver_->AppendOption("management-hold", options);
158 LOG(INFO) << "Releasing hold.";
163 void OpenVPNManagementServer::Hold() {
403 if (!base::StartsWith(message, ">HOLD:Waiting for hold release",
407 LOG(INFO) << "Client waiting for hold release.";
468 Send("hold release\n");
  /external/libhevc/common/
ihevc_structs.h 233 * Structure to hold Recovery point SEI parameters Info
254 * Structure to hold Mastering Display Colour Volume SEI
291 * Structure to hold active parameter parameter set SEI parameters Info
320 * Structure to hold SEI Hash values
332 * Structure to hold user data registered SEI param Info
363 * Structure to hold time code SEI param info
452 * Structure to hold SEI parameters Info
678 * Structure to hold VUI parameters Info
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 91 * @param maxVertices the maximum number of vertices this mesh can hold
92 * @param maxIndices the maximum number of indices this mesh can hold
106 * @param maxVertices the maximum number of vertices this mesh can hold
107 * @param maxIndices the maximum number of indices this mesh can hold
122 * @param maxVertices the maximum number of vertices this mesh can hold
123 * @param maxIndices the maximum number of indices this mesh can hold
148 * @param maxVertices the maximum number of vertices this mesh can hold
149 * @param maxIndices the maximum number of indices this mesh can hold
219 /** Copies the vertices from the Mesh to the float array. The float array must be large enough to hold all the Mesh's vertices.
225 /** Copies the the remaining vertices from the Mesh to the float array. The float array must be large enough to hold the
    [all...]
  /external/zlib/src/contrib/infback9/
infback9.c 119 hold = 0; \
143 hold += (unsigned long)(*next++) << bits; \
158 ((unsigned)hold & ((1U << (n)) - 1))
163 hold >>= (n); \
170 hold >>= bits & 7; \
233 unsigned long hold; /* bit buffer */ local
265 hold = 0;
316 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
321 length = (unsigned)hold & 0xffff
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 262 * Play or stop a call hold tone for a call. Triggered via
267 * @param call The call which requested the hold tone.
680 * Determines if a hold tone should be played and then starts or stops it accordingly.
697 * Determines if a hold tone should be played.
698 * A hold tone should be played only if foreground call is equals with call which is
701 * @return {@code true} if the the hold tone should be played, {@code false} otherwise.
705 // If there is no foreground call, no hold tone should play.
710 // If another call is ringing, no hold tone should play.
715 // If the foreground call isn't active, no hold tone should play. This might happen, for
716 // example, if the user puts a remotely held call on hold itself
    [all...]
CallsManager.java 579 * Play or stop a call hold tone for a call. Triggered via
584 * @param call The call which requested the hold tone.
    [all...]
  /external/libjpeg-turbo/
jmorecfg.h 44 /* JSAMPLE should be the smallest type that will hold the values 0..255.
71 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
123 /* UINT8 must hold at least the values 0..255. */
135 /* UINT16 must hold at least the values 0..65535. */
143 /* INT16 must hold at least the values -32768..32767. */
149 /* INT32 must hold at least signed 32-bit values. */
  /external/opencv3/3rdparty/libjpeg/
jmorecfg.h 54 /* JSAMPLE should be the smallest type that will hold the values 0..255.
81 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
133 /* UINT8 must hold at least the values 0..255. */
145 /* UINT16 must hold at least the values 0..65535. */
153 /* INT16 must hold at least the values -32768..32767. */
159 /* INT32 must hold at least signed 32-bit values. */
  /external/pdfium/third_party/libjpeg/
jmorecfg.h 56 /* JSAMPLE should be the smallest type that will hold the values 0..255.
83 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
137 /* UINT8 must hold at least the values 0..255. */
150 /* UINT16 must hold at least the values 0..65535. */
158 /* INT16 must hold at least the values -32768..32767. */
164 /* INT32 must hold at least signed 32-bit values. */
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 191 ALOGD("%s: HOLD -> ACTIVE vsid:%x", __func__, session->vsid);
218 ALOGD("%s: ACTIVE/HOLD/LOCAL_HOLD -> INACTIVE vsid:%x", __func__, session->vsid);
239 ALOGD("%s: CALL_ACTIVE -> HOLD vsid:%x", __func__, session->vsid);
244 ALOGD("%s: CALL_LOCAL_HOLD -> HOLD vsid:%x", __func__, session->vsid);
247 ALOGE("LOCAL_HOLD -> HOLD failed");
269 ALOGE("LOCAL_HOLD -> HOLD failed");
  /toolchain/binutils/binutils-2.25/bfd/
coff-tic80.c 612 bfd_byte hold;
614 hold = contents[addr + 4];
623 contents[addr + 4] |= hold & 0x20;
631 bfd_byte hold;
633 hold = contents[addr + 1];
642 contents[addr + 1] |= hold & 0x80;
609 bfd_byte hold; local
628 bfd_byte hold; local
  /toolchain/binutils/binutils-2.25/gas/
cond.c 379 struct conditional_frame *hold; local
393 hold = current_cframe;
395 obstack_free (&cond_obstack, hold);
570 struct conditional_frame *hold; local
572 hold = current_cframe;
574 obstack_free (&cond_obstack, hold);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DecalBatch.java 85 /** Initializes the batch with the given amount of decal objects the buffer is able to hold when full.
87 * @param size Maximum size of decal objects to hold in memory */
113 /** @return maximum amount of decal objects this buffer can hold in memory */
  /external/libhevc/decoder/
ihevcd_defs.h 186 * Macro to compute total size required to hold on set of scaling matrices
199 * Enum to hold various mem records being request
220 * Buffer to hold TU structures and coeff data
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 101 // Since DeRegisterModule also checks thread_, we also need to hold the
145 // the module that it's attached to the worker thread. We don't hold
172 // TODO(tommi): we currently need to hold the lock while calling out to

Completed in 2603 milliseconds

<<11121314151617181920>>