Searched defs:state (Results 51 - 75 of 3052) sorted by relevance

1234567891011>>

/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
H A Ddefault01.pass.cpp31 int state() const {return state_;} function in class:Deleter
45 assert(p.get_deleter().state() == 5);
H A Dnullptr.pass.cpp30 int state() const {return state_;} function in class:Deleter
44 assert(p.get_deleter().state() == 5);
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Ddefault01.pass.cpp30 int state() const {return state_;} function in class:Deleter
44 assert(p.get_deleter().state() == 5);
H A Dnullptr.pass.cpp30 int state() const {return state_;} function in class:Deleter
44 assert(p.get_deleter().state() == 5);
/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/ltrace/testsuite/ltrace.minor/
H A Dcount-record.c24 struct stat state; local
43 stat ("system_calls.tmp", &state);
/external/lzma/C/
H A DSha256.h15 UInt32 state[8]; member in struct:__anon26726
/external/nanopb-c/
H A Dpb_decode.h22 * 2) You can use state to store your own data (e.g. buffer pointer),
40 void *state; /* Free field for use by callback implementation */ member in struct:_pb_istream_t
/external/ppp/pppd/
H A Dsha1.h20 u_int32_t state[5]; member in struct:__anon28889
/external/smack/src/org/jivesoftware/smackx/
H A DChatStateListener.java27 * Events for when the state of a user in a chat changes.
34 * Fired when the state of a chat with another user changes.
36 * @param chat the chat in which the state has changed.
37 * @param state the new state of the participant.
39 void stateChanged(Chat chat, ChatState state); argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256_i.h16 u32 state[8], curlen; member in struct:sha256_state
/external/wpa_supplicant_8/src/crypto/
H A Dsha256_i.h16 u32 state[8], curlen; member in struct:sha256_state
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256_i.h16 u32 state[8], curlen; member in struct:sha256_state
/external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
H A Dbackground.js45 saveState(); // Remove volume from local storage state.
141 // Saves state in case of restarts, event page suspend, crashes, etc.
143 var state = {};
146 state[volumeId] = {
151 chrome.storage.local.set({state: state});
156 chrome.storage.local.get(['state'], function(result) {
164 result.state[fileSystemId].entryId,
169 result.state[fileSystemId].openedFiles);
217 chrome.storage.local.get(['state'], functio
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseRecognizer.h55 ANTLRRecognizerSharedState *state; // the state of this recognizer. Might be shared with other recognizers, e.g. in grammar import scenarios. variable
63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseRecognizer.h55 ANTLRRecognizerSharedState *state; // the state of this recognizer. Might be shared with other recognizers, e.g. in grammar import scenarios. variable
63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseRecognizer.h55 ANTLRRecognizerSharedState *state; // the state of this recognizer. Might be shared with other recognizers, e.g. in grammar import scenarios. variable
63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseRecognizer.h56 __strong ANTLRRecognizerSharedState *state; // the state of this recognizer. Might be shared with other recognizers, e.g. in grammar import scenarios. variable
175 @property (retain) ANTLRRecognizerSharedState *state; variable
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring_pulse.c28 /* Measures the length (in microseconds) of a pulse on the pin; state is HIGH
32 unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout) argument
39 uint8_t stateMask = (state ? bit : 0);
/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/ash/touch/
H A Dtouchscreen_util.cc26 DisplayInfo* state = &(*displays)[i]; local
27 if (state->id() == gfx::Display::InternalDisplayId() &&
28 !state->GetNativeModeSize().IsEmpty() &&
29 state->touch_support() == gfx::Display::TOUCH_SUPPORT_UNKNOWN) {
30 internal_state = state;
50 DisplayInfo* state = &(*displays)[j]; local
51 const gfx::Size native_size = state->GetNativeModeSize();
52 if (state->touch_support() == gfx::Display::TOUCH_SUPPORT_AVAILABLE ||
63 state->set_touch_device_id(devices[i].id);
64 state
89 DisplayInfo* state = &(*displays)[i]; local
[all...]
/external/chromium_org/base/
H A Dlazy_instance.cc17 bool NeedsLazyInstance(subtle::AtomicWord* state) { argument
20 // The memory access has no memory ordering as state 0 and
23 if (subtle::NoBarrier_CompareAndSwap(state, 0,
33 while (subtle::Acquire_Load(state) == kLazyInstanceStateCreating) {
40 void CompleteLazyInstance(subtle::AtomicWord* state, argument
47 subtle::Release_Store(state, new_instance);
/external/chromium_org/cc/scheduler/
H A Dscheduler_settings.cc42 scoped_refptr<base::debug::TracedValue> state = local
44 state->SetBoolean("begin_frame_scheduling_enabled",
46 state->SetBoolean("main_frame_before_draw_enabled",
48 state->SetBoolean("main_frame_before_activation_enabled",
50 state->SetBoolean("impl_side_painting", impl_side_painting);
51 state->SetBoolean("timeout_and_draw_when_animation_checkerboards",
53 state->SetInteger("maximum_number_of_failed_draws_before_draw_is_forced_",
55 state->SetBoolean("using_synchronous_renderer_compositor",
57 state->SetBoolean("throttle_frame_production", throttle_frame_production);
58 return state;
[all...]
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_api.cc45 void IdleQueryStateFunction::IdleStateCallback(IdleState state) { argument
46 SetResult(IdleManager::CreateIdleValue(state));
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_android_unittest.cc30 void NotifyApplicationStateChange(base::android::ApplicationState state) { argument
33 base::android::ApplicationStatusListener::NotifyApplicationStateChange(state);

Completed in 348 milliseconds

1234567891011>>