/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
pointer_deleter03.pass.cpp | 41 int state() const {return state_;} function in class:Deleter 55 assert(s.get_deleter().state() == 5); 57 assert(s.get_deleter().state() == 6);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
ShiftKeyState.java | 62 protected String toString(int state) { 63 switch (state) { 66 default: return super.toString(state);
|
/system/core/sh/ |
main.c | 96 * exception occurs. When an exception occurs the variable "state" 105 volatile int state; local 111 state = 0; 123 state = 3; 139 if (state == 0 || iflag == 0 || ! rootshell) 153 if (state == 1) 155 else if (state == 2) 157 else if (state == 3) 176 state = 1; 179 state = 2 [all...] |
/external/iproute2/ip/ |
ipneigh.c | 35 int state; member in struct:__anon19351 51 fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"); 55 int nud_state_a2n(unsigned *state, char *arg) 58 *state = NUD_PERMANENT; 60 *state = NUD_REACHABLE; 62 *state = NUD_NOARP; 64 *state = NUD_NONE; 66 *state = NUD_STALE; 68 *state = NUD_INCOMPLETE; 70 *state = NUD_DELAY 124 unsigned state; local 346 unsigned state; local [all...] |
/external/v8/src/ |
v8threads.cc | 71 // get the saved state for this thread and restore it. 158 // not archived at all. If that is the case we put the state storage we 173 // Make sure that the preemption thread cannot modify the thread state while 189 ThreadState* state = per_thread->thread_state(); local 190 char* from = state->data(); 201 if (state->terminate_on_restore()) { 203 state->set_terminate_on_restore(false); 205 state->set_id(ThreadId::Invalid()); 206 state->Unlink(); 207 state->LinkInto(ThreadState::FREE_LIST) 318 ThreadState* state = GetFreeThreadState(); local 333 ThreadState* state = lazily_archived_thread_state_; local [all...] |
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppclient.h | 88 sigslot::signal1<XmppEngine::State> SignalStateChange; 89 XmppEngine::State GetState(); 128 // Internal state management 133 int Process(int state) { 134 switch (state) { 137 default: return Task::Process(state); 141 std::string GetStateName(int state) const { 142 switch (state) { 145 default: return Task::GetStateName(state);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
BasicShapeFunctions.cpp | 117 static Length convertToLength(const StyleResolverState& state, CSSPrimitiveValue* value) 119 return value->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData()); 122 PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState& state, const CSSBasicShape* basicShapeValue) 131 rect->setX(convertToLength(state, rectValue->x())); 132 rect->setY(convertToLength(state, rectValue->y())); 133 rect->setWidth(convertToLength(state, rectValue->width())); 134 rect->setHeight(convertToLength(state, rectValue->height())); 136 Length radiusX = convertToLength(state, rectValue->radiusX()); 139 rect->setCornerRadiusY(convertToLength(state, rectValue->radiusY())); 153 circle->setCenterX(convertToLength(state, circleValue->centerX())) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppclient.h | 88 sigslot::signal1<XmppEngine::State> SignalStateChange; 115 virtual XmppEngine::State GetState() const; 130 // Internal state management 135 int Process(int state) { 136 switch (state) { 139 default: return Task::Process(state); 143 std::string GetStateName(int state) const { 144 switch (state) { 147 default: return Task::GetStateName(state);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_state_upload.c | 39 /* This is used to initialize brw->state.atoms[]. We could use this 48 &brw_vs_prog, /* must do before GS prog, state base address. */ 49 &brw_gs_prog, /* must do before state base address */ 50 &brw_clip_prog, /* must do before state base address */ 51 &brw_sf_prog, /* must do before state base address */ 52 &brw_wm_prog, /* must do before state base address */ 64 /* Surface state setup. Must come before the VS/WM unit. The binding 76 /* These set up state for brw_psp_urb_cbs */ 113 &brw_vs_prog, /* must do before state base address */ 114 &brw_gs_prog, /* must do before state base address * 439 struct brw_state_flags *state = &brw->state.dirty; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state_upload.c | 39 /* This is used to initialize brw->state.atoms[]. We could use this 48 &brw_vs_prog, /* must do before GS prog, state base address. */ 49 &brw_gs_prog, /* must do before state base address */ 50 &brw_clip_prog, /* must do before state base address */ 51 &brw_sf_prog, /* must do before state base address */ 52 &brw_wm_prog, /* must do before state base address */ 64 /* Surface state setup. Must come before the VS/WM unit. The binding 76 /* These set up state for brw_psp_urb_cbs */ 113 &brw_vs_prog, /* must do before state base address */ 114 &brw_gs_prog, /* must do before state base address * 439 struct brw_state_flags *state = &brw->state.dirty; local [all...] |
/external/qemu/android/ |
async-console.c | 20 * State diagram, ommitting the ERROR state 46 /* A helper function to prepare the line reader and switch to a new state */ 50 acc->state = newState; 60 acc->state = STATE_INITIAL; 73 switch (acc->state) 80 acc->state = STATE_CONNECTING; 131 acc->state = STATE_COMPLETE; 144 acc->state = STATE_ERROR;
|
/external/speex/libspeex/ |
sb_celp.h | 43 /**Structure representing the full state of the sub-band encoder*/ 46 void *st_low; /**< State of the low-band (narrowband) encoder */ 98 /**Structure representing the full state of the sub-band decoder*/ 101 void *st_low; /**< State of the low-band (narrowband) encoder */ 132 /**Initializes encoder state*/ 135 /**De-allocates encoder state resources*/ 136 void sb_encoder_destroy(void *state); 139 int sb_encode(void *state, void *in, SpeexBits *bits); 142 /**Initializes decoder state*/ 145 /**De-allocates decoder state resources* [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Latin1Converter.java | 79 int state = STATE_START; local 84 switch (state) 102 state = STATE_UTF8CHAR; 124 state = STATE_START; 138 state = STATE_START; 145 if (state == STATE_UTF8CHAR)
|
/frameworks/base/core/java/android/util/ |
StateSet.java | 22 * State sets are arrays of positive ints where each element 23 * represents the state of a {@link android.view.View} (e.g. focused, 27 * A state spec is an array of signed ints where each element 29 * {@link android.view.View} state. 31 * Utils dealing with state sets. 33 * In theory we could encapsulate the state set and state spec arrays 47 * @param stateSetOrSpec a state set or state spec. 82 final int state = stateSet[j] local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardStatus.java | 66 public void setCardState(int state) { 67 switch(state) { 78 throw new RuntimeException("Unrecognized RIL_CardState: " + state); 82 public void setUniversalPinState(int state) { 83 switch(state) { 103 throw new RuntimeException("Unrecognized RIL_PinState: " + state);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
transform.hpp | 31 # define BOOST_PP_SEQ_TRANSFORM_O(s, state, elem) BOOST_PP_SEQ_TRANSFORM_O_IM(s, BOOST_PP_TUPLE_REM_3 state, elem) 34 # define BOOST_PP_SEQ_TRANSFORM_O(s, state, elem) BOOST_PP_SEQ_TRANSFORM_O_I(s, BOOST_PP_TUPLE_ELEM(3, 0, state), BOOST_PP_TUPLE_ELEM(3, 1, state), BOOST_PP_TUPLE_ELEM(3, 2, state), elem)
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.c | 636 void WebRtcAgc_InitVad(AgcVad_t *state) 640 state->HPstate = 0; // state of high pass filter 641 state->logRatio = 0; // log( P(active) / P(inactive) ) 643 state->meanLongTerm = WEBRTC_SPL_LSHIFT_W16(15, 10); 646 state->varianceLongTerm = WEBRTC_SPL_LSHIFT_W32(500, 8); 648 state->stdLongTerm = 0; // standard deviation of input level in dB 650 state->meanShortTerm = WEBRTC_SPL_LSHIFT_W16(15, 10); 653 state->varianceShortTerm = WEBRTC_SPL_LSHIFT_W32(500, 8); 655 state->stdShortTerm = 0; // short-term standard deviation of input level in d [all...] |
/external/dhcpcd/ |
dhcpcd.c | 239 free(iface->state->old); 240 iface->state->old = iface->state->new; 241 iface->state->new = NULL; 242 iface->state->reason = reason; 244 free(iface->state->old); 245 iface->state->old = NULL; 246 iface->state->lease.addr.s_addr = 0; 271 if (strcmp(iface->state->reason, "RELEASE") != 0) 294 if (iface->state->options->options & DHCPCD_XID_HWADDR & 309 struct if_state *state = iface->state; local 506 struct if_state *state = iface->state; local [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 6 * Any state that has a semantic predicate edge is special; those states 59 if (rec->state->backtracking > 0) 61 rec->state->failed = ANTLR3_TRUE; 66 rec->state->exception->type = ANTLR3_NO_VIABLE_ALT_EXCEPTION; 67 rec->state->exception->message = cdfa->description; 68 rec->state->exception->decisionNum = cdfa->decisionNumber; 69 rec->state->exception->state = s; 87 s = 0; /* Always start with state 0 */ 91 /* Pick out any special state entry for this stat [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRNoViableAltException.h | 36 + (ANTLRNoViableAltException *) newException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream; 37 - (ANTLRNoViableAltException *) initWithDecision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCTP.java | 44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) { 45 super(input, state); 81 state._fsp--; 147 state._fsp--; 161 state._fsp--; 177 state._fsp--; 182 state._fsp--; 216 state._fsp--; 221 state._fsp--; 276 state._fsp-- [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.java | 44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) { 45 super(input, state); 81 state._fsp--; 147 state._fsp--; 161 state._fsp--; 177 state._fsp--; 182 state._fsp--; 216 state._fsp--; 221 state._fsp--; 276 state._fsp-- [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFA.java | 57 public void addState(NFAState state) { 58 grammar.composite.addState(state);
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring_pulse.c | 28 /* 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) 39 uint8_t stateMask = (state ? bit : 0);
|
/external/bison/lib/ |
mbuiter.h | 117 mbstate_t state; /* if in_shift: current shift state */ member in struct:mbuiter_multi 147 assert (mbsinit (&iter->state)); 152 &iter->state); 158 /* Whether to set iter->in_shift = false and reset iter->state 166 /* Whether to set iter->in_shift = false and reset iter->state 180 /* When in the initial state, we can go back treating ASCII 182 if (mbsinit (&iter->state)) 199 memcpy (&new_iter->state, &old_iter->state, sizeof (mbstate_t)) [all...] |