Searched refs:state (Results 201 - 225 of 5643) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_hid_detection.js18 * each state maps to a localized string in the global variable
66 * Sets a device-block css class to reflect device state of searching,
69 * @param {state} one of 'searching', 'connected', 'pairing', 'paired',
72 setDeviceBlockState_: function(blockId, state) {
73 if (state == 'update')
78 if (states[i] != state)
81 deviceBlock.classList.add(state);
85 * Sets state for mouse-block.
86 * @param {state} one of 'searching', 'connected', 'paired'.
88 setPointingDeviceState: function(state) {
[all...]
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.cc28 void ManagePasswordsIcon::SetState(password_manager::ui::State state) { argument
29 if (state_ == state)
31 state_ = state;
38 if (state() == password_manager::ui::INACTIVE_STATE) {
50 if (state() == password_manager::ui::BLACKLIST_STATE)
53 else if (password_manager::ui::IsPendingState(state()))
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setcancelstate.c42 pthread_setcancelstate (int state, int *oldstate) argument
47 * cancelability state to 'state' and returns the previous
48 * cancelability state at the location referenced by
52 * state,
63 * cancelability state to 'state' and returns the previous
64 * cancelability state at the location referenced by
72 * If 'oldstate' is NULL then the previous state is not returned
77 * EINVAL 'state' i
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOpCubic4x4_Test.cpp25 State4& state = *(State4*) data; local
37 if (state.a == fail[0] && state.b == fail[1] && state.c == fail[2] && state.d == fail[3]
49 pathA.moveTo(state.a, state.b);
50 str += sprintf(str, " path.moveTo(%d,%d);\n", state.a, state.b);
51 pathA.cubicTo(state
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.cc80 Logger state; local
81 state.p_ = state.buf_;
82 state.end_ = state.buf_ + sizeof(state.buf_);
83 state.AddStr(filename, strlen(filename))
84 && state.AddStr(":", 1)
85 && state.AddNum(line, 10)
86 && state
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.cc79 Logger state; local
80 state.p_ = state.buf_;
81 state.end_ = state.buf_ + sizeof(state.buf_);
82 state.AddStr(filename, strlen(filename))
83 && state.AddStr(":", 1)
84 && state.AddNum(line, 10)
85 && state
[all...]
/external/chromium_org/v8/src/
H A Dsampler.cc54 #include "src/vm-state-inl.h"
235 inline void FillRegisters(RegisterState* state) { argument
237 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
238 state->sp = reinterpret_cast<Address>(simulator_->get_register(
240 state->fp = reinterpret_cast<Address>(simulator_->get_register(
250 state->pc = reinterpret_cast<Address>(simulator_->pc());
251 state->sp = reinterpret_cast<Address>(simulator_->sp());
252 state->fp = reinterpret_cast<Address>(simulator_->fp());
254 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
255 state
685 SampleStack(const RegisterState& state) argument
728 RegisterState state; local
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1853.js39 function sendCommand(state, cmd) {
40 // Get the debug command processor in paused state.
41 var dcp = state.debugCommandProcessor(false);
47 function setBreakPointByName(state) {
48 sendCommand(state, {
60 function setBreakPointByRegExp(state) {
61 sendCommand(state, {
/external/skia/experimental/Intersection/
H A DShapeOpCubic4x4_Test.cpp25 State4& state = *(State4*) data; local
37 if (state.a == fail[0] && state.b == fail[1] && state.c == fail[2] && state.d == fail[3]
49 pathA.moveTo(state.a, state.b);
50 str += sprintf(str, " path.moveTo(%d,%d);\n", state.a, state.b);
51 pathA.cubicTo(state
[all...]
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DMachines.py27 for state in self.states:
28 state.destroy()
31 """Add a new state to the machine and return it."""
40 state = self.new_state()
41 self.make_initial_state(name, state)
42 return state
44 def make_initial_state(self, name, state):
45 self.initial_states[name] = state
54 for (name, state) in self.initial_states.iteritems():
55 file.write(" '%s': %d\n" % (name, state
[all...]
/external/chromium_org/ash/
H A Ddebug.cc22 cc::LayerTreeDebugState state = compositor->GetLayerTreeDebugState(); local
24 value.reset(new bool(!state.show_debug_borders));
25 state.show_debug_borders = *value.get();
26 compositor->SetLayerTreeDebugState(state);
37 cc::LayerTreeDebugState state = compositor->GetLayerTreeDebugState(); local
39 value.reset(new bool(!state.show_fps_counter));
40 state.show_fps_counter = *value.get();
41 compositor->SetLayerTreeDebugState(state);
52 cc::LayerTreeDebugState state = compositor->GetLayerTreeDebugState(); local
54 value.reset(new bool(!state
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dnode_state.js13 * Holds the state of a node. It is an Array or Arrays of strings and numbers.
15 * [state, opt_arg, opt_arg, ...]. These sub arrays map directly to a
30 * @param {cvox.NodeState} state The node state.
31 * @return {string} The readable state string.
33 cvox.NodeStateUtil.expand = function(state) {
35 return state.map(function(s) {
48 throw new Error('error: ' + e + ' state: ' + state);
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config_test.cc32 QuicCryptoClientConfig::CachedState state; local
33 EXPECT_TRUE(state.IsEmpty());
37 QuicCryptoClientConfig::CachedState state; local
38 EXPECT_FALSE(state.IsComplete(QuicWallTime::FromUNIXSeconds(0)));
42 QuicCryptoClientConfig::CachedState state; local
43 EXPECT_EQ(0u, state.generation_counter());
44 state.SetProofInvalid();
45 EXPECT_EQ(1u, state.generation_counter());
49 QuicCryptoClientConfig::CachedState state; local
50 EXPECT_TRUE(state
57 QuicCryptoClientConfig::CachedState state; local
69 QuicCryptoClientConfig::CachedState state; local
92 QuicCryptoClientConfig::CachedState state; local
106 QuicCryptoClientConfig::CachedState state; local
121 QuicCryptoClientConfig::CachedState state; local
175 QuicCryptoClientConfig::CachedState* state = local
200 QuicCryptoClientConfig::CachedState* state = local
227 QuicCryptoClientConfig::CachedState* state = local
240 QuicCryptoClientConfig::CachedState* state = config.LookupOrCreate(server_id); local
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dverifier.cc171 void Ld(State* state, const struct sock_filter& insn, const char** err) { argument
178 memcpy(&state->accumulator,
179 reinterpret_cast<const char*>(&state->data) + insn.k,
185 state->acc_is_valid = true;
189 void Jmp(State* state, const struct sock_filter& insn, const char** err) { argument
191 if (state->ip + insn.k + 1 >= state->program.size() ||
192 state->ip + insn.k + 1 <= state->ip) {
197 state
247 Alu(State* state, const struct sock_filter& insn, const char** err) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDeprecatedScheduleStyleRecalcDuringLayout.cpp15 , m_wasInPerformLayout(lifecycle.state() == DocumentLifecycle::InPerformLayout)
21 // This block of code is intended to restore the state machine to the
22 // proper state. The style recalc will still have been schedule, however.
23 if (m_wasInPerformLayout && m_lifecycle.state() != DocumentLifecycle::InPerformLayout) {
24 ASSERT(m_lifecycle.state() == DocumentLifecycle::VisualUpdatePending);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c217 lp_build_loop_begin(struct lp_build_loop_state *state, argument
224 state->block = lp_build_insert_new_block(gallivm, "loop_begin");
226 state->counter_var = lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
227 state->gallivm = gallivm;
229 LLVMBuildStore(builder, start, state->counter_var);
231 LLVMBuildBr(builder, state->block);
233 LLVMPositionBuilderAtEnd(builder, state->block);
235 state->counter = LLVMBuildLoad(builder, state->counter_var, "");
240 lp_build_loop_end_cond(struct lp_build_loop_state *state, argument
270 lp_build_loop_end(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step) argument
289 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) argument
322 lp_build_for_loop_end(struct lp_build_for_loop_state *state) argument
[all...]
/external/cmockery/cmockery_0_1_2/src/example/
H A Dallocate_module_test.c26 void leak_memory_test(void **state) { argument
31 void buffer_overflow_test(void **state) { argument
36 void buffer_underflow_test(void **state) { argument
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
H A Dnull_ctor.pass.cpp29 int state() const {return state_;} function in class:Deleter
37 assert(d.state() == 0);
43 assert(d.state() == 0);
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/
H A Dnull.pass.cpp29 int state() const {return state_;} function in class:Deleter
37 assert(d.state() == 0);
43 assert(d.state() == 0);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c217 lp_build_loop_begin(struct lp_build_loop_state *state, argument
224 state->block = lp_build_insert_new_block(gallivm, "loop_begin");
226 state->counter_var = lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
227 state->gallivm = gallivm;
229 LLVMBuildStore(builder, start, state->counter_var);
231 LLVMBuildBr(builder, state->block);
233 LLVMPositionBuilderAtEnd(builder, state->block);
235 state->counter = LLVMBuildLoad(builder, state->counter_var, "");
240 lp_build_loop_end_cond(struct lp_build_loop_state *state, argument
270 lp_build_loop_end(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step) argument
289 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) argument
322 lp_build_for_loop_end(struct lp_build_for_loop_state *state) argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.java41 public SimpleCLexer(CharStream input, RecognizerSharedState state) { argument
42 super(input,state);
59 state.type = _type;
60 state.channel = _channel;
79 state.type = _type;
80 state.channel = _channel;
99 state.type = _type;
100 state.channel = _channel;
119 state.type = _type;
120 state
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java41 public SimpleCLexer(CharStream input, RecognizerSharedState state) { argument
42 super(input,state);
59 state.type = _type;
60 state.channel = _channel;
79 state.type = _type;
80 state.channel = _channel;
99 state.type = _type;
100 state.channel = _channel;
119 state.type = _type;
120 state
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuItemIcon.java12 * A menu icon that supports the checkable state.
25 protected void setChecked(boolean state) { argument
26 if (state == mCheckedState) return;
27 mCheckedState = state;
32 public void setPressed(boolean state) { argument
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dmock_braille_controller.cc15 scoped_ptr<DisplayState> state(new DisplayState());
16 state->available = available_;
18 state->text_cell_count.reset(new int(18));
19 return state.Pass();
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
H A Dhistory.js6 * 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 base
[all...]

Completed in 6900 milliseconds

1234567891011>>