/external/libnfc-nxp/src/ |
phLlcNfc_StateMachine.c | 19 * \brief Llc state machine implemenatation. 63 switch(psLlcCtxt->state) 70 psLlcCtxt->state = changeStateTo; 79 psLlcCtxt->state = changeStateTo; 88 psLlcCtxt->state = changeStateTo; 97 psLlcCtxt->state = changeStateTo; 107 psLlcCtxt->state = changeStateTo; 117 psLlcCtxt->state = changeStateTo; 126 psLlcCtxt->state = changeStateTo; 133 psLlcCtxt->state = changeStateTo [all...] |
/external/oprofile/libutil++/ |
stream_util.h | 17 /// class which save a stream state and restore it at dtor time 26 * error state shouldn't be saved. 29 /// restore the stream state
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
verify.h | 46 LOG(ERROR) << "Verify: Fst start state ID unset"; 49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; 64 << na << " of state " << s << " is negative"; 68 << " of arc at position " << na << " of state " << s 74 << na << " of state " << s << " is negative"; 78 << " of arc at position " << na << " of state " << s 84 << na << " of state " << s << " is invalid"; 87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " 88 << na << " of state " << s << " is negative"; 91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position [all...] |
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
fail-on-update.php | 20 $state = getState($tmpFile); variable 30 } else if ($state == "Uninitialized") { 35 } else if ($state == "Deleted") {
|
/frameworks/base/libs/rs/ |
rsSampler.cpp | 37 mHal.state.magFilter = magFilter; 38 mHal.state.minFilter = minFilter; 39 mHal.state.wrapS = wrapS; 40 mHal.state.wrapT = wrapT; 41 mHal.state.wrapR = wrapR; 42 mHal.state.aniso = aniso; 89 if (existing->mHal.state.magFilter != magFilter) continue; 90 if (existing->mHal.state.minFilter != minFilter ) continue; 91 if (existing->mHal.state.wrapS != wrapS) continue; 92 if (existing->mHal.state.wrapT != wrapT) continue [all...] |
/system/core/init/ |
parser.h | 31 void (*parse_line)(struct parse_state *state, int nargs, char **args); 37 int next_token(struct parse_state *state); 38 void parse_error(struct parse_state *state, const char *fmt, ...);
|
/external/icu4c/common/ |
rbbirpt.txt | 10 # ICU Break Iterator Rule Parser State Table 12 # This state table is used when reading and parsing a set of RBBI rules 13 # The rule parser uses a state machine; the data in this file define the 14 # state transitions that occur for each input character. 24 # Here is the syntax of the state definitions in this file: 28 # input-char n next-state ^push-state action 29 # input-char n next-state ^push-state action 31 # | | | | |--- action to be performed by state machin [all...] |
rbbitblb.h | 28 // It builds the state transition table used by the RBBI runtime 42 // the built state table 43 void exportTable(void *where); // fill in the runtime state table. 89 // Index is state number 99 // one for each state. 108 // with this state. Unordered (it's a set). 111 UVector *fDtran; // Transitions out of this state. 113 // contents is int index of dest state
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
IteratorsChecker.cpp | 35 // This is the state associated with each iterator which includes both the 36 // kind of state and the instance used to initialize it. 120 const GRState *handleAssign(const GRState *state, const Expr *lexp, 122 const GRState *handleAssign(const GRState *state, const MemRegion *MR, 124 const GRState *invalidateIterators(const GRState *state, const MemRegion *MR, 128 const MemRegion *getRegion(const GRState *state, const Expr *E, 218 const GRState *IteratorsChecker::invalidateIterators(const GRState *state, 220 IteratorState::EntryMap Map = state->get<IteratorState>(); 222 return state; 224 // Loop over the entries in the current state 385 const GRState *state = C.getState(); local 458 const GRState *state = C.getState(); local 515 const GRState *state = C.getState(); local 574 const GRState *state = C.getState(); local [all...] |
/external/zlib/contrib/infback9/ |
infback9.c | 25 struct inflate_state FAR *state; local 38 state = (struct inflate_state FAR *)ZALLOC(strm, 1, 40 if (state == Z_NULL) return Z_MEM_ERROR; 42 strm->state = (voidpf)state; 43 state->window = window; 58 struct inflate_state state; local 63 while (sym < 144) state.lens[sym++] = 8; 64 while (sym < 256) state.lens[sym++] = 9; 65 while (sym < 280) state.lens[sym++] = 7 224 struct inflate_state FAR *state; local [all...] |
/cts/tools/dasm/src/java_cup/runtime/ |
symbol.java | 6 * keep track of state on the parse stack. The symbol currently on top 7 * of the stack contains the current state in the parse_state field. 24 public symbol(int sym_num, int state) 27 parse_state = state; 32 /** Constructor without a known state. */ 45 /** The parse state to be recorded on the parse stack with this symbol.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixGrabber.java | 28 * Record the current modelView and projection matrix state. 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW 38 * Record the current modelView matrix state. Has the side effect of 39 * setting the current matrix state to GL_MODELVIEW 47 * Record the current projection matrix state. Has the side effect of 48 * setting the current matrix state to GL_PROJECTION
|
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard.cc | 22 void SyncSetupWizard::Step(State advance_state) { 45 bool SyncSetupWizard::IsTerminalState(State advance_state) { 75 SyncSetupWizard::State SyncSetupWizard::GetEndStateForDiscreteRun( 76 State start_state) { 77 State result = FATAL_ERROR; 87 "Invalid start state for discrete run: " << start_state;
|
/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...] |
/frameworks/base/core/java/com/android/internal/util/ |
IState.java | 39 * Called when a state is entered. 44 * Called when a state is exited. 50 * state machine. 54 * executing within a state machine at any given time. This 66 * Name of State for debugging purposes. 68 * @return name of state.
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl2_unittest.cc | 112 EXPECT_CALL(*mock_dtc, state()). 116 EXPECT_CALL(*mock_dtc, state()). 119 EXPECT_CALL(*mock_dtc, state()). 124 DataTypeController::State busy_state) { 126 EXPECT_CALL(*mock_dtc, state()). 130 EXPECT_CALL(*mock_dtc, state()). 133 EXPECT_CALL(*mock_dtc, state()). 140 EXPECT_CALL(*mock_dtc, state()). 173 EXPECT_EQ(DataTypeManager::CONFIGURED, dtm.state()); 175 EXPECT_EQ(DataTypeManager::STOPPED, dtm.state()); [all...] |
/external/speex/include/speex/ |
speex.h | 54 /** Get enhancement state (decoder only) */ 220 /** Encoder state initialization function */ 223 /** Encoder state destruction function */ 227 typedef int (*encode_func)(void *state, void *in, SpeexBits *bits); 230 typedef int (*encoder_ctl_func)(void *state, int request, void *ptr); 232 /** Decoder state initialization function */ 235 /** Decoder state destruction function */ 239 typedef int (*decode_func)(void *state, SpeexBits *bits, void *out); 242 typedef int (*decoder_ctl_func)(void *state, int request, void *ptr); 293 * Returns a handle to a newly created Speex encoder state structure. For now, [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
nfa.c | 40 /* add_accept - add an accepting state to a machine 48 /* Hang the accepting number off an epsilon state. if it is associated 49 * with a state that has a non-epsilon out-transition, then the state 100 _( "\n\n********** beginning dump of nfa with start state %d\n" ), 106 * starts at state 1 and ends at lastnfa. 112 fprintf( stderr, _( "state # %4d\t" ), ns ); 152 int state = 0; local 157 state = mkstate( transchar[i] ); 161 mkxtion( finalst[state], trans1[i] + state - i ) [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_observer.h | 24 // TODO(nileshagrawal): Find a way to hide state handling inside the 26 virtual void StoreState(const std::string& state) = 0;
|
/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.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 9 - (void)setHoverState:(HoverState)state; 82 // Schedule close of hover button. Transition to kHoverStateClosing state. 92 // Cancel pending hover close. Transition to kHoverStateOpen state. 101 // Schedule open of hover button. Transition to kHoverStateOpening state. 112 // Cancel pending hover open. Transition to kHoverStateClosed state. 127 // Hover state accessor. For testing only. 132 // This method encodes the rules of our |hoverButton_| state machine. Only 133 // specific state transitions are allowable (encoded in the DCHECK). 134 // Note that there is no state for simultaneously opening and closing. A 138 - (void)setHoverState:(HoverState)state { [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
command_observer_bridge_unittest.mm | 14 // enabled state it has received so it can be queried by the tests to see 18 int lastCommand_; // id of last received state change 19 bool lastState_; // state of last received state change 55 // Observes state changes on command ids 1 and 2. Ensure we don't get 56 // a notification of a state change on a command we're not observing (3). 63 // Validate initial state assumptions. 81 // Change something we're not watching and make sure the last state hasn't
|
/external/dropbear/libtomcrypt/src/prngs/ |
sprng.c | 40 @param prng [out] The PRNG state to initialize 49 Add entropy to the PRNG state 52 @param prng PRNG state to update 94 Export the PRNG state 96 @param outlen [in/out] Max size and resulting size of the state 109 Import a PRNG state 110 @param in The PRNG state 111 @param inlen Size of the state
|
/external/elfutils/libelf/ |
elf_clone.c | 46 elf->state.elf32.scns.max * sizeof (Elf_Scn)); 53 retval->state.elf.scnincr = 10; 56 assert (offsetof (struct Elf, state.elf32.scns) 57 == offsetof (struct Elf, state.elf64.scns)); 58 retval->state.elf.scns_last = &retval->state.elf32.scns; 59 retval->state.elf32.scns.max = elf->state.elf32.scns.max;
|
/external/guava/src/com/google/common/collect/ |
AbstractIterator.java | 30 * end-of-data status without changing the iterator's state, using the {@link 62 private State state = State.NOT_READY; field in class:AbstractIterator 64 private enum State { 118 state = State.DONE; 123 checkState(state != State.FAILED); 124 switch (state) { [all...] |