/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
State.java | 17 package com.android.gallery3d.filtershow.state; 22 public class State { 27 public State(State state) { 28 this(state.getText(), state.getType()); 31 public State(String text) { 35 public State(String text, int type) { 40 public boolean equals(State state) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
CurrentProgramPropertyAccessor.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 19 import com.android.ide.eclipse.gltrace.state.GLIntegerProperty; 20 import com.android.ide.eclipse.gltrace.state.GLStateType; 21 import com.android.ide.eclipse.gltrace.state.IGLProperty; 43 public IGLProperty getProperty(IGLProperty state) { 45 IGLProperty currentProgramProperty = mCurrentProgramAccessor.getProperty(state); 59 mStateType).getProperty(state);
|
CurrentVboPropertyAccessor.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 20 import com.android.ide.eclipse.gltrace.state.GLIntegerProperty; 21 import com.android.ide.eclipse.gltrace.state.GLStateType; 22 import com.android.ide.eclipse.gltrace.state.IGLProperty; 51 public IGLProperty getProperty(IGLProperty state) { 53 IGLProperty currentBinding = mVboBindingAccessor.getProperty(state); 64 mVboProperty).getProperty(state);
|
TexturePropertyAccessor.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 19 import com.android.ide.eclipse.gltrace.state.GLIntegerProperty; 20 import com.android.ide.eclipse.gltrace.state.GLStateType; 21 import com.android.ide.eclipse.gltrace.state.IGLProperty; 52 public IGLProperty getProperty(IGLProperty state) { 54 IGLProperty targetTexture = mTextureUnitPropertyAccessor.getProperty(state); 78 return textureAccessor.getProperty(state);
|
TextureUnitPropertyAccessor.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 19 import com.android.ide.eclipse.gltrace.state.GLIntegerProperty; 20 import com.android.ide.eclipse.gltrace.state.GLStateType; 21 import com.android.ide.eclipse.gltrace.state.IGLProperty; 43 public IGLProperty getProperty(IGLProperty state) { 45 IGLProperty activeTextureProperty = mActiveTextureAccessor.getProperty(state); 57 return targetAccessor.getProperty(state);
|
/external/libsepol/src/ |
expand.c | 52 static void expand_state_init(expand_state_t * state) 54 memset(state, 0, sizeof(expand_state_t)); 80 expand_state_t *state; local 84 state = (expand_state_t *) data; 91 if (!is_id_enabled(id, state->base, SYM_TYPES)) { 96 if (state->verbose) 97 INFO(state->handle, "copying type or attribute %s", id); 101 ERR(state->handle, "Out of memory!"); 107 ERR(state->handle, "Out of memory!"); 115 new_type->s.value = ++state->out->p_types.nprim 149 expand_state_t *state; local 230 expand_state_t *state; local 398 expand_state_t *state; local 484 expand_state_t *state; local 513 expand_state_t *state = (expand_state_t *) data; local 543 expand_state_t *state = (expand_state_t *) data; local 573 expand_state_t *state = (expand_state_t *) data; local 611 expand_state_t *state; local 689 expand_state_t *state = (expand_state_t *) data; local 714 expand_state_t *state; local 783 expand_state_t *state; local 934 expand_state_t *state; local 1048 expand_state_t *state; local 1106 expand_state_t *state = (expand_state_t *) data; local 1158 expand_state_t *state = (expand_state_t *) data; local 2242 expand_state_t *state = ptr; local 2701 expand_state_t state; local 2828 expand_state_t state; local [all...] |
/bionic/libc/bionic/ |
stubs.cpp | 44 // Thread-specific state for the non-reentrant functions. 123 stubs_state_t* state = static_cast<stubs_state_t*>(ptr); local 124 free(state); 149 static passwd* android_iinfo_to_passwd(stubs_state_t* state, 151 snprintf(state->dir_buffer_, sizeof(state->dir_buffer_), "/"); 152 snprintf(state->sh_buffer_, sizeof(state->sh_buffer_), "/system/bin/sh"); 154 passwd* pw = &state->passwd_; 158 pw->pw_dir = state->dir_buffer_ 346 stubs_state_t* state = __stubs_state(); local 359 stubs_state_t* state = __stubs_state(); local 387 stubs_state_t* state = __stubs_state(); local 401 stubs_state_t* state = __stubs_state(); local [all...] |
/external/bison/lib/ |
strverscmp.c | 66 int state; local 73 /* state x d 0 - */ 82 /* state x/x x/d x/0 x/- d/x d/d d/0 d/- 101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); 105 state = next_state[state]; 108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); 111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; 113 switch (state) [all...] |
/external/blktrace/ |
strverscmp.c | 94 int state;
local 101 /* state x d 0 - */
110 /* state x/x x/d x/0 x/- d/x d/d d/0 d/-
129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));
133 state = next_state[state];
136 state |= (c1 == '0') + (isdigit (c1) != 0);
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
141 switch (state)
[all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_sm.c | 24 * Description: Generic BTIF state machine API 43 btif_sm_state_t state; member in struct:__anon3404 67 ** Description Initializes the state machine with the state handlers 72 ** Returns Returns a pointer to the initialized state machine handle. 87 p_cb->state = initial_state; 90 /* Send BTIF_SM_ENTER_EVT to the initial state */ 100 ** Description Tears down the state machine 121 ** Description Fetches the current state of the state machin [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
stepsequence.py | 46 def handle_checkout_needs_update(cls, tool, state, options, error): 65 def _run(self, tool, options, state): 67 step(tool, options).run(state) 77 def run_and_handle_errors(self, tool, options, state=None): 78 if not state: 79 state = {} 81 self._run(tool, options, state) 86 command.handle_checkout_needs_update(tool, state, options, e) 93 command.handle_script_error(tool, state, e)
|
/external/srtp/crypto/include/ |
auth.h | 59 (void *state, const uint8_t *key, int key_len); 64 (void *state, uint8_t *buffer, int octets_to_auth, 68 (void *state, uint8_t *buffer, int octets_to_auth); 70 typedef err_status_t (*auth_start_func)(void *state); 78 (((a)->type)->init((a)->state, (key), ((a)->key_len))) 81 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res))) 84 (((a)->type)->update((a)->state, (buf), (len))) 86 #define auth_start(a)(((a)->type)->start((a)->state)) 136 void *state; member in struct:auth_t
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementHasAttributeNS.java | 77 boolean state; 82 state = element 84 assertTrue("elementhasattributens01", state); 89 boolean state; 96 state = element.hasAttributeNS("http://www.w3.org/DOM", "domestic"); 97 assertTrue("hasDomesticAttr", state); 102 boolean state; 112 state = element.hasAttributeNS(nullNS, "domestic"); 113 assertTrue("elementhasattributens03", state);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
strverscmp.c | 68 int state; local 75 /* state x d 0 - */ 84 /* state x/x x/d x/0 x/- d/x d/d d/0 d/- 103 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); 107 state = next_state[state]; 110 state |= (c1 == '0') + (ISDIGIT (c1) != 0); 113 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; 115 switch (state) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 274 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newANTLRNoViableAltException:38 state:s stream:[recognizer getInput]]; 320 if ((self = [super initWithCharStream:anInput State:[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:30+1]]) != nil) { 359 state.token = nil; 360 state.channel = ANTLRTokenChannelDefault; 361 state.tokenStartCharIndex = [input getIndex]; 362 state.tokenStartCharPositionInLine = [input getCharPositionInLine]; 363 state.tokenStartLine = [input getLine]; 364 state.text = nil; 367 state.backtracking = 1; /* means we won't throw slow exception */ 368 state.failed = NO [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCLexer.m | 49 self = [super initWithCharStream:anInput State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:18+1] retain]]; 86 state.type = _type; 87 state.channel = _channel; 119 state.type = _type; 120 state.channel = _channel; 152 state.type = _type; 153 state.channel = _channel; 185 state.type = _type; 186 state.channel = _channel; 218 state.type = _type [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.m | 49 self = [super initWithCharStream:anInput State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:18+1] retain]]; 87 state.type = _type; 88 state.channel = _channel; 120 state.type = _type; 121 state.channel = _channel; 153 state.type = _type; 154 state.channel = _channel; 186 state.type = _type; 187 state.channel = _channel; 255 state.type = _type [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.m | 199 if ((self = [super initWithCharStream:anInput State:[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:18+1]]) != nil) { 235 [state setType:_type]; 237 state.channel = _channel; 265 [state setType:_type]; 267 state.channel = _channel; 295 [state setType:_type]; 297 state.channel = _channel; 325 [state setType:_type]; 327 state.channel = _channel; 355 [state setType:_type] [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 39 DFA is a class that implements a finite state machine that chooses between 42 Deterministic Finite Automata (DFA) are finite state machines that are capable 51 Conceptually, these state machines are defined by a number of states, each state 52 represented by an integer indexed upward from zero. State number +0+ is the 53 <i>start state</i> of the machine; every prediction will begin in state +0+. At 55 value against the transition parameters associated with the current state, and 56 either moves to a new state number to repeat the process or decides that the 58 further and the current state is defined as an <i>accept state</i>, a [all...] |
/external/doclava/src/com/google/doclava/parser/ |
JavaParser.java | 434 public JavaParser(TokenStream input, int port, RecognizerSharedState state) { 435 super(input, state); 436 this.state.ruleMemo = new HashMap[381+1]; 450 this.state.ruleMemo = new HashMap[381+1]; 474 if ( state.backtracking>0 && alreadyParsedRule(input, 1) ) { return ; } 525 state._fsp--; 526 if (state.failed) return ; 538 state._fsp--; 539 if (state.failed) return ; 575 state._fsp-- [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 38 ProgramStateRef state = (*it)->getState(); local 40 SVal LeftV = state->getSVal(LHS, LCtx); 41 SVal RightV = state->getSVal(RHS, LCtx); 55 evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal), 86 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType()); 88 Bldr.generateNode(B, *it, state); 92 state = state->BindExpr(B, LCtx, Result); 93 Bldr.generateNode(B, *it, state); 118 evalLoad(Tmp, B, LHS, *it, state, location) 229 ProgramStateRef state = subExprNode->getState(); local 248 ProgramStateRef state = Pred->getState(); local 275 ProgramStateRef state = Pred->getState(); local 453 ProgramStateRef state = N->getState(); local 510 ProgramStateRef state = Pred->getState(); local 578 ProgramStateRef state = Pred->getState(); local 632 ProgramStateRef state = Pred->getState(); local 731 ProgramStateRef state = Pred->getState(); local 761 ProgramStateRef state = Pred->getState(); local 776 ProgramStateRef state = Pred->getState(); local 797 ProgramStateRef state = Pred->getState(); local 809 ProgramStateRef state = Pred->getState(); local 868 ProgramStateRef state = Pred->getState(); local [all...] |
/external/icu4c/tools/genrb/ |
parse.cpp | 93 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status); 95 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status); 111 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status) 121 state->lookaheadPosition = 0; 122 state->buffer = buf; 128 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status) 2051 ParseState state; local [all...] |
/external/ceres-solver/internal/ceres/ |
program.h | 68 // NOTE: Setting the state of a parameter block can trigger the 71 // false and the state of the parameter blocks cannot be trusted. 72 bool StateVectorToParameterBlocks(const double *state); 73 void ParameterBlocksToStateVector(double *state) const; 75 // Copy internal state to the user's parameters. 79 // runs parameter block set state internally, which may call local 83 // Update a state vector for the program given a delta. 84 bool Plus(const double* state, 99 // position of the parameter in the state and delta vector respectively.
|
/external/chromium/base/ |
string_tokenizer.h | 188 AdvanceState state; local 195 if (AdvanceOne(&state, *token_begin_)) 203 while (token_end_ != end_ && AdvanceOne(&state, *token_end_)) 224 bool AdvanceOne(AdvanceState* state, char_type c) { 225 if (state->in_quote) { 226 if (state->in_escape) { 227 state->in_escape = false; 229 state->in_escape = true; 230 } else if (c == state->quote_char) { 231 state->in_quote = false [all...] |
/external/chromium/chrome/browser/ |
transport_security_persister.h | 10 // At startup we need to load the transport security state from the 16 // To load the state, we schedule a Task on the file thread which loads, 30 // copies the current state of the TransportSecurityState, serialises 47 void Initialize(net::TransportSecurityState* state, 50 // Called by the TransportSecurityState when it changes its state. 59 void CompleteLoad(const std::string& state); 62 void CompleteSave(const std::string& state); 70 // The path to the file in which we store the serialised state.
|