HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 551 - 575 of 8770) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 6 * Convert a state and time into a nice styled chunk of HTML.
8 function renderState(state, time) {
14 var col = (state == "active") ?
17 return "<b style='color: " + col + "'>" + state + "</b> " + str;
21 * Creates DOM and injects a rendered state into the page.
23 function renderItem(state, time, parent) {
25 dom_item.innerHTML = renderState(state, time);
29 // Store previous state so we can show deltas. This is important
36 * Checks the current state of the browser.
43 // Request the state based off of the user-supplied threshold
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_testcancel.c 48 * current cancelability state is
58 * current cancelability state is
81 * Pthread_cancel() will have set sp->state to PThreadStateCancelPending
83 * sp->state != PThreadStateCancelPending - that only slows us down.
85 if (sp->state != PThreadStateCancelPending)
95 sp->state = PThreadStateCanceling;
pthread_cancel.c 133 && tp->state < PThreadStateCanceling)
137 tp->state = PThreadStateCanceling;
153 tp->state = PThreadStateCanceling;
172 if (tp->state < PThreadStateCancelPending)
174 tp->state = PThreadStateCancelPending;
180 else if (tp->state >= PThreadStateCanceling)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Traversal.cpp 40 short Traversal::acceptNode(ScriptState* state, Node* node) const
48 return m_filter->acceptNode(state, node);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.h 47 static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
49 return adoptPtr(new InspectorMemoryAgent(instrumentingAgents, state));
WorkerConsoleAgent.h 42 static PassOwnPtr<WorkerConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager)
44 return adoptPtr(new WorkerConsoleAgent(instrumentingAgents, timelineAgent, state, injectedScriptManager));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
stepsequence.py 45 def handle_checkout_needs_update(cls, tool, state, options, error):
64 def _run(self, tool, options, state):
66 step(tool, options).run(state)
76 def run_and_handle_errors(self, tool, options, state=None):
77 if not state:
78 state = {}
80 self._run(tool, options, state)
86 command.handle_script_error(tool, state, e)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCMediaStreamTrack.h 42 - (RTCTrackState)state;
43 - (BOOL)setState:(RTCTrackState)state;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_llvm.c 78 FREE((void*) dvs->state.tokens);
85 const struct pipe_shader_state *state)
93 vs->base.state.tokens = tgsi_dup_tokens(state->tokens);
94 if (!vs->base.state.tokens) {
99 tgsi_scan_shader(state->tokens, &vs->base.info);
106 vs->base.state.stream_output = state->stream_output;
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeRead.cpp 250 SkGPipeState* state) {
258 SkGPipeState* state) {
265 SkGPipeState* state) {
272 SkGPipeState* state) {
282 SkGPipeState* state) {
289 SkGPipeState* state) {
296 SkGPipeState* state) {
302 SkGPipeState* state) {
308 SkGPipeState* state) {
313 SkGPipeState* state) {
    [all...]
  /external/e2fsprogs/e2fsck/
argv_parse.c 50 int state = STATE_WHITESPACE; local
59 if (state == STATE_WHITESPACE) {
63 state = STATE_TOKEN;
77 if (state == STATE_QUOTED) {
79 state = STATE_TOKEN;
91 state = STATE_WHITESPACE;
95 state = STATE_QUOTED;
113 if (state != STATE_WHITESPACE)
  /external/kernel-headers/original/linux/
textsearch.h 21 * struct ts_state - search state
69 * @state: search state
74 * a new search. May store/read persistant values in state->cb.
79 struct ts_state *state);
84 * @state: search state
90 struct ts_state *state);
96 * @state: search state
    [all...]
  /external/lzma/C/
Sha256.c 14 p->state[0] = 0x6a09e667;
15 p->state[1] = 0xbb67ae85;
16 p->state[2] = 0x3c6ef372;
17 p->state[3] = 0xa54ff53a;
18 p->state[4] = 0x510e527f;
19 p->state[5] = 0x9b05688c;
20 p->state[6] = 0x1f83d9ab;
21 p->state[7] = 0x5be0cd19;
93 static void Sha256_Transform(UInt32 *state, const UInt32 *data)
99 a = state[0];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_llvm.c 78 FREE((void*) dvs->state.tokens);
85 const struct pipe_shader_state *state)
93 vs->base.state.tokens = tgsi_dup_tokens(state->tokens);
94 if (!vs->base.state.tokens) {
99 tgsi_scan_shader(state->tokens, &vs->base.info);
106 vs->base.state.stream_output = state->stream_output;
  /external/skia/src/pipe/
SkGPipeRead.cpp 250 SkGPipeState* state) {
258 SkGPipeState* state) {
265 SkGPipeState* state) {
272 SkGPipeState* state) {
282 SkGPipeState* state) {
289 SkGPipeState* state) {
296 SkGPipeState* state) {
302 SkGPipeState* state) {
308 SkGPipeState* state) {
313 SkGPipeState* state) {
    [all...]
  /external/srtp/crypto/include/
prng.h 24 v128_t state; /* state data */ member in struct:__anon26579
43 aes_icm_ctx_t state; /* state data */ member in struct:__anon26580
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.cpp 141 state = pointer to a structure of type Post_ProcessState
144 structure pointed to by state will have all its fields initialized
159 This function initializes state memory to zero.
174 int Post_Process_reset (Post_ProcessState *state)
176 if (state == (Post_ProcessState *) NULL){
181 state->y2_hi = 0;
182 state->y2_lo = 0;
183 state->y1_hi = 0;
184 state->y1_lo = 0;
185 state->x0 = 0
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetPhone.aidl 38 void cdmaSetSecondCallState(boolean state);
  /frameworks/base/core/java/android/os/
SystemService.java 33 private static HashMap<String, State> sStates = Maps.newHashMap();
36 * State of a known {@code init} service.
38 public enum State {
44 State(String state) {
45 sStates.put(state, this);
78 * Return current state of given service.
80 public static State getState(String service) {
82 final State state = sStates.get(rawState) local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 61 // we pass more information along to the listener such as focused state.
68 // event loop, to handle cases where the view's state changes after
166 ui::AccessibleViewState state; local
167 view->GetAccessibleState(&state);
170 !(state.role == ui::AccessibilityTypes::ROLE_ALERT ||
171 state.role == ui::AccessibilityTypes::ROLE_WINDOW)) {
176 switch (state.role) {
342 ui::AccessibleViewState state; local
343 view->GetAccessibleState(&state);
344 std::string name = UTF16ToUTF8(state.name)
359 ui::AccessibleViewState state; local
374 ui::AccessibleViewState state; local
391 ui::AccessibleViewState state; local
413 ui::AccessibleViewState state; local
432 ui::AccessibleViewState state; local
444 ui::AccessibleViewState state; local
454 ui::AccessibleViewState state; local
477 ui::AccessibleViewState state; local
492 ui::AccessibleViewState state; local
520 ui::AccessibleViewState state; local
538 ui::AccessibleViewState state; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_unittest.cc 97 State state() { return state_; } function in class:content::MockTapSuppressionController
182 tap_suppression_controller_->state());
189 tap_suppression_controller_->state());
196 tap_suppression_controller_->state());
204 tap_suppression_controller_->state());
218 tap_suppression_controller_->state());
225 tap_suppression_controller_->state());
232 tap_suppression_controller_->state());
240 tap_suppression_controller_->state());
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp 89 /* set initial state probabilities */
168 obs->state = (int*)icvAlloc( 2 * total * sizeof(int) );
184 icvFree( &(obs_info->state) );
252 hmm->u.state = all_states;
273 icvFree( &(hmm->u.state->mu) );
274 icvFree( &(hmm->u.state) );
291 first_state = hmm->u.state;
296 int state = (i * hmm->num_states)/obs_info->obs_x;
297 obs_info->state[i] = state;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextView_SaveStateTest.java 32 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source); local
34 assertNotNull(state.toString());
37 state = TextView.SavedState.CREATOR.createFromParcel(source);
39 assertNotNull(state.toString());
44 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source); local
45 assertNotNull(state);
  /external/chromium_org/components/autofill/core/browser/
state_names.cc 82 const StateData& state = kStateData[i]; local
83 if (LowerCaseEqualsASCII(name, state.name))
84 return ASCIIToUTF16(state.abbreviation);
91 const StateData& state = kStateData[i]; local
92 if (LowerCaseEqualsASCII(abbreviation, state.abbreviation))
93 return ASCIIToUTF16(state.name);
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.cc 47 if (blocks_[i].state == FREE_PENDING_TOKEN) {
53 // DCHECK_EQ(blocks_[0].state, FREE);
74 if (block.state == FREE && block.size >= size) {
82 if (blocks_[i].state != FREE_PENDING_TOKEN)
95 DCHECK_NE(blocks_[index].state, FREE);
98 if (block.state == IN_USE)
101 block.state = FREE;
110 if (block.state == IN_USE)
112 block.state = FREE_PENDING_TOKEN;
122 if (block.state == FREE
    [all...]

Completed in 609 milliseconds

<<21222324252627282930>>