HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 651 - 675 of 8554) sorted by null

<<21222324252627282930>>

  /external/webrtc/src/common_audio/signal_processing/
filter_ar.c 24 WebRtc_Word16* state,
45 WebRtc_Word16* state_ptr = &state[state_length - 1];
69 // Save the filter state
72 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state);
78 state[i] = state[i + x_length];
83 state[state_length - x_length + i] = filtered[i];
84 state[state_length - x_length + i] = filtered_low[i];
  /frameworks/rs/driver/runtime/
rs_structs.h 44 } state; member in struct:Allocation::__anon32475
96 } state; member in struct:ProgramStore::__anon32477
124 } state; member in struct:ProgramRaster::__anon32479
156 } state; member in struct:Sampler::__anon32481
194 } state; member in struct:Element::__anon32483
230 } state; member in struct:Type::__anon32485
264 } state; member in struct:Mesh::__anon32487
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move01.pass.cpp 44 int state() const {return state_;} function in class:NCDeleter
68 assert(s2.get_deleter().state() == 5);
69 assert(s.get_deleter().state() == 0);
81 assert(s2.get_deleter().state() == d.state());
82 assert(s.get_deleter().state() == d.state());
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 21 * This file contains state machine and action routines for multiplexer
60 ** Description This function sends multiplexor events through the state
68 switch (p_mcb->state)
107 ** IDLE state. This state exists when connection is being
131 p_mcb->state = RFC_MX_STATE_WAIT_CONN_CNF;
138 RFCOMM_TRACE_ERROR2 ("Mx error state %d event %d", p_mcb->state, event);
148 p_mcb->state = RFC_MX_STATE_CONFIGURE;
166 RFCOMM_TRACE_EVENT2 ("RFCOMM MX ignored - evt:%d in state:%d", event, p_mcb->state)
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 74 // Linked list of key state objects.
77 // Current state of the trackball.
140 * Resets the state of the input event consistency verifier.
153 final KeyState state = mKeyStateList; local
154 mKeyStateList = state.next;
155 state.recycle();
207 KeyState state = findKeyState(deviceId, source, keyCode, /*remove*/ false); local
208 if (state != null) {
213 if (state.unhandled) {
214 state.unhandled = false
226 KeyState state = findKeyState(deviceId, source, keyCode, \/*remove*\/ true); local
534 final KeyState state = findKeyState(deviceId, source, keyCode, \/*remove*\/ false); local
670 KeyState state = mKeyStateList; local
691 KeyState state = KeyState.obtain(deviceId, source, keyCode); local
710 KeyState state; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsify.c 337 int state; local
340 state = 0;
345 switch (state)
351 state = 1;
356 state = 10;
359 state = 2;
366 state = 3;
369 state = 4;
384 state = -1;
392 state = 7
    [all...]
  /external/openssh/openbsd-compat/
sha2.c 286 memcpy(context->state, sha256_initial_hash_value,
318 SHA256_Transform(u_int32_t state[8], const u_int8_t data[SHA256_BLOCK_LENGTH])
325 a = state[0];
326 b = state[1];
327 c = state[2];
328 d = state[3];
329 e = state[4];
330 f = state[5];
331 g = state[6];
332 h = state[7]
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 370 CvStereoGCState* state = 0; local
376 state = (CvStereoGCState*)cvAlloc( sizeof(*state) );
377 memset( state, 0, sizeof(*state) );
378 state->minDisparity = 0;
379 state->numberOfDisparities = numberOfDisparities;
380 state->maxIters = maxIters <= 0 ? 3 : maxIters;
381 state->Ithreshold = 5;
382 state->interactionRadius = 1
393 CvStereoGCState* state; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 42 state->mode == LEN
46 state->bits < 8
48 On return, state->mode is one of:
71 struct inflate_state FAR *state; local
97 /* copy state to local variables */
98 state = (struct inflate_state FAR *)strm->state;
105 dmax = state->dmax;
107 wsize = state->wsize;
108 whave = state->whave
    [all...]
  /external/srtp/crypto/cipher/
aes.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls.c 22 enum { START, CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_tls_data
28 static const char * eap_tls_state_txt(int state)
30 switch (state) {
45 static void eap_tls_state(struct eap_tls_data *data, int state)
48 eap_tls_state_txt(data->state),
49 eap_tls_state_txt(state));
50 data->state = state;
61 data->state = START;
83 data->state = START
    [all...]
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 72 // The SecurityState class is used to maintain per-child process security state
394 SecurityStateMap::iterator state = security_state_.find(child_id); local
395 if (state == security_state_.end())
400 state->second->GrantScheme(url.scheme());
412 SecurityStateMap::iterator state = security_state_.find(child_id); local
413 if (state == security_state_.end())
420 state->second->GrantRequestOfSpecificFile(path);
448 SecurityStateMap::iterator state = security_state_.find(child_id); local
449 if (state == security_state_.end())
452 state->second->GrantPermissionsForFile(file, permissions)
459 SecurityStateMap::iterator state = security_state_.find(child_id); local
494 SecurityStateMap::iterator state = security_state_.find(child_id); local
504 SecurityStateMap::iterator state = security_state_.find(child_id); local
520 SecurityStateMap::iterator state = security_state_.find(child_id); local
530 SecurityStateMap::iterator state = security_state_.find(child_id); local
591 SecurityStateMap::iterator state = security_state_.find(child_id); local
739 SecurityStateMap::iterator state = security_state_.find(child_id); local
749 SecurityStateMap::iterator state = security_state_.find(child_id); local
767 SecurityStateMap::iterator state = security_state_.find(child_id); local
776 SecurityStateMap::iterator state = security_state_.find(child_id); local
785 SecurityStateMap::iterator state = security_state_.find(child_id); local
796 SecurityStateMap::iterator state = security_state_.find(child_id); local
807 SecurityStateMap::iterator state = security_state_.find(child_id); local
819 SecurityStateMap::iterator state = security_state_.find(child_id); local
    [all...]
  /frameworks/base/core/java/android/content/
UndoManager.java 28 * Top-level class for managing and interacting with the global undo state for
34 * a stack of undo states; each state can have one or more undo operations
72 * Never merge with the last undo state.
77 * Allow merge with the last undo state only if it contains
83 * Always allow merge with the last undo state, if possible.
122 * Flatten the current undo state into a Parcelable object, which can later be restored
127 throw new IllegalStateException("Can't save state while updating");
170 * Restore an undo state previously created with {@link #saveInstanceState()}. This will
171 * restore the UndoManager's state to almost exactly what it was at the point it had
176 public void restoreInstanceState(Parcelable state) {
252 UndoState state = mUndos.remove(i); local
284 UndoState state = mRedos.remove(i); local
312 UndoState state = mUndos.get(i); local
330 UndoState state = mRedos.get(i); local
385 UndoState state = getTopUndo(owners); local
395 UndoState state = getTopRedo(owners); local
516 UndoState state = getTopUndo(null); local
549 UndoState state = getTopUndo(null); local
624 UndoState state = getTopUndo(null); local
648 UndoState state = getTopUndo(null); local
700 UndoState state = states.get(from); local
724 UndoState state = states.get(from); local
    [all...]
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 69 virtual void add(DrawOp* op, const DeferredDisplayState* state, bool opaqueOverBounds) {
71 mBounds.unionWith(state->mBounds);
73 mOps.add(OpStatePair(op, state));
80 if (rect.intersects(mOps[i].state->mBounds)) {
83 mOps[i].state->mBounds.left, mOps[i].state->mBounds.top,
84 mOps[i].state->mBounds.right, mOps[i].state->mBounds.bottom);
101 const DeferredDisplayState* state = mOps[i].state; local
493 DeferredDisplayState* const state = createState(); local
619 DeferredDisplayState* state = createState(); local
632 DeferredDisplayState* state = createState(); local
    [all...]
  /bootable/recovery/updater/
install.c 55 Value* MountFn(const char* name, State* state, int argc, Expr* argv[]) {
58 return ErrorAbort(state, "%s() expects 4 args, got %d", name, argc);
64 if (ReadArgs(state, argv, 4, &fs_type, &partition_type,
70 ErrorAbort(state, "fs_type argument to %s() can't be empty", name);
74 ErrorAbort(state, "partition_type argument to %s() can't be empty",
79 ErrorAbort(state, "location argument to %s() can't be empty", name);
83 ErrorAbort(state, "mount_point argument to %s() can't be empty", name);
139 Value* IsMountedFn(const char* name, State* state, int argc, Expr* argv[])
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 76 void printState(raw_ostream &Out, ProgramStateRef State,
112 static SelfFlagEnum getSelfFlags(SVal val, ProgramStateRef state) {
114 if (const unsigned *attachedFlags = state->get<SelfFlag>(sym))
123 static void addSelfFlag(ProgramStateRef state, SVal val,
127 state = state->set<SelfFlag>(sym, getSelfFlags(val, state) | flag);
128 C.addTransition(state);
183 ProgramStateRef state = C.getState(); local
188 state = state->set<CalledInit>(true)
    [all...]
VLASizeChecker.cpp 37 ProgramStateRef State,
46 ProgramStateRef State,
49 ExplodedNode *N = C.generateSink(State);
93 ProgramStateRef state = C.getState(); local
94 SVal sizeV = state->getSVal(SE, C.getLocationContext());
97 reportBug(VLA_Garbage, SE, state, C);
107 if (state->isTainted(sizeV)) {
116 llvm::tie(stateNotZero, stateZero) = state->assume(sizeD);
124 state = stateNotZero;
142 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy)
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 82 * this object. Will finalize the coder state and
229 * State 4 is having read one '=' and expecting exactly
231 * State 5 is expecting no more data or padding characters
233 * State 6 is the error state; an error has been detected
236 private int state; // state number (0 to 6) field in class:Base64.Decoder
245 state = 0;
260 * @return true if the state machine is still healthy. false if
264 if (this.state == 6) return false
274 int state = this.state; local
    [all...]
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 48 * Manages persistent state recorded by the input manager service as an XML file.
53 * &lt;input-mananger-state>
57 * &gt;/input-manager-state>
63 // Input device state by descriptor.
75 mAtomicFile = new AtomicFile(new File("/data/system/input-manager-state.xml"));
86 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); local
87 return state != null ? state.getCurrentKeyboardLayout() : null;
92 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); local
93 if (state.setCurrentKeyboardLayout(keyboardLayoutDescriptor))
101 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); local
110 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); local
120 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); local
129 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); local
154 InputDeviceState state = mInputDevices.get(inputDeviceDescriptor); local
252 InputDeviceState state = new InputDeviceState(); local
266 final InputDeviceState state = entry.getValue(); local
    [all...]
  /external/chromium_org/cc/resources/
managed_tile_state.cc 106 scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue());
107 state->SetBoolean("has_resource",
109 state->Set("bin.0", ManagedTileBinAsValue(bin[ACTIVE_TREE]).release());
110 state->Set("bin.1", ManagedTileBinAsValue(bin[PENDING_TREE]).release());
111 state->Set("gpu_memmgr_stats_bin",
113 state->Set("resolution", TileResolutionAsValue(resolution).release());
114 state->Set("time_to_needed_in_seconds",
116 state->Set("distance_to_visible_in_pixels",
118 state->SetBoolean("required_for_activation", required_for_activation);
119 state->SetBoolean
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 12 * Handles a calculator key input, updating the calculator state accordingly and
14 * representing that state.
34 // clear the operator and operand and return a transient state with a '='
68 * Reset the model's state to the passed in state.
72 Model.prototype.reset_ = function(state) {
75 return this.set_(state);
79 * Selectively replace the model's state with the passed in state.
83 Model.prototype.set_ = function(state) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 88 /* Resource state. */
193 void r600_context_pipe_state_emit(struct r600_context *ctx, struct r600_pipe_state *state, unsigned pkt_flags);
194 void r600_context_pipe_state_set(struct r600_context *ctx, struct r600_pipe_state *state);
212 struct r600_pipe_state *state,
219 struct r600_pipe_state *state,
223 void r600_pipe_state_add_reg_noblock(struct r600_pipe_state *state,
228 #define r600_pipe_state_add_reg_bo(state, offset, value, bo, usage) _r600_pipe_state_add_reg_bo(rctx, state, offset, value, CTX_RANGE_ID(offset), CTX_BLOCK_ID(offset), bo, usage)
229 #define r600_pipe_state_add_reg(state, offset, value) _r600_pipe_state_add_reg(rctx, state, offset, value, CTX_RANGE_ID(offset), CTX_BLOCK_ID(offset)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c 38 * inferred framebuffer and blender state
135 const struct pipe_blend_state *state)
146 if (state->logicop_enable) {
147 color_control |= S_028808_ROP3(state->logicop_func | (state->logicop_func << 4));
158 /* state->rt entries > 0 only written if independent blending */
159 const int j = state->independent_blend_enable ? i : 0;
161 unsigned eqRGB = state->rt[j].rgb_func;
162 unsigned srcRGB = state->rt[j].rgb_src_factor;
163 unsigned dstRGB = state->rt[j].rgb_dst_factor
656 struct si_state_dsa *state; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 91 void GetCurrentState(ProfilerState* state);
228 void CpuProfiler::GetCurrentState(ProfilerState* state) {
229 ProfileData::State collector_state;
235 state->enabled = collector_state.enabled;
236 state->start_time = static_cast<time_t>(collector_state.start_time);
237 state->samples_gathered = collector_state.samples_gathered;
238 int buf_size = sizeof(state->profile_name);
239 strncpy(state->profile_name, collector_state.profile_name, buf_size);
240 state->profile_name[buf_size-1] = '\0';
315 ProfilerState* state) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 88 /* Resource state. */
193 void r600_context_pipe_state_emit(struct r600_context *ctx, struct r600_pipe_state *state, unsigned pkt_flags);
194 void r600_context_pipe_state_set(struct r600_context *ctx, struct r600_pipe_state *state);
212 struct r600_pipe_state *state,
219 struct r600_pipe_state *state,
223 void r600_pipe_state_add_reg_noblock(struct r600_pipe_state *state,
228 #define r600_pipe_state_add_reg_bo(state, offset, value, bo, usage) _r600_pipe_state_add_reg_bo(rctx, state, offset, value, CTX_RANGE_ID(offset), CTX_BLOCK_ID(offset), bo, usage)
229 #define r600_pipe_state_add_reg(state, offset, value) _r600_pipe_state_add_reg(rctx, state, offset, value, CTX_RANGE_ID(offset), CTX_BLOCK_ID(offset)
    [all...]

Completed in 1349 milliseconds

<<21222324252627282930>>