HomeSort by relevance Sort by last modified time
    Searched full:states (Results 401 - 425 of 3435) sorted by null

<<11121314151617181920>>

  /external/libnfc-nci/src/nfc/int/
rw_int.h 59 /* States */
71 /* Sub states */
74 /* Sub states in RW_T1T_STATE_TLV_DETECT state */
82 /* Sub states in RW_T1T_STATE_WRITE_NDEF state */
89 /* Sub states in RW_T1T_STATE_SET_TAG_RO state */
94 /* Sub states in RW_T1T_STATE_FORMAT_TAG state */
214 /* States */
232 /* Sub states */
235 /* Sub states in RW_T2T_STATE_SELECT_SECTOR state */
239 /* Sub states in RW_T1T_STATE_DETECT_XXX state *
    [all...]
  /external/openfst/src/include/fst/
rmepsilon.h 145 slist<StateId> visited_states_; // List of visited states
252 // States sorted in topological order when (acyclic) or generic
254 vector<StateId> states; local
255 states.reserve(fst->NumStates());
259 states.push_back(i);
271 states.resize(order.size());
273 states[order[i]] = i;
288 states.push_back(j);
294 while (!states.empty()) {
295 StateId state = states.back()
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 179 rctx->states[rstate->id] = rstate;
231 free(rctx->states[R600_PIPE_STATE_BLEND_COLOR]);
232 rctx->states[R600_PIPE_STATE_BLEND_COLOR] = rstate;
257 free(rctx->states[R600_PIPE_STATE_STENCIL_REF]);
258 rctx->states[R600_PIPE_STATE_STENCIL_REF] = rstate;
266 struct r600_pipe_dsa *dsa = (struct r600_pipe_dsa*)rctx->states[R600_PIPE_STATE_DSA];
294 rctx->states[rstate->id] = rstate;
343 rctx->states[rs->rstate.id] = &rs->rstate;
374 if (rctx->states[rs->rstate.id] == &rs->rstate) {
375 rctx->states[rs->rstate.id] = NULL
    [all...]
  /bionic/libc/bionic/
c32rtomb.cpp 44 // POSIX states that if char32_t is a null wide character, a null byte shall
46 // shift state. Since shift states are not supported, only the null byte is
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 27 {"Argentina", "Australia", "China", "France", "Germany", "Italy", "Japan", "United States"};
66 // search for 'T', and it should search for "United States"
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java 78 "United States", "United States Minor Outlying Islands", "Uruguay", "Uzbekistan",
AutoComplete6.java 79 "United States", "United States Minor Outlying Islands", "Uruguay", "Uzbekistan",
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 29 * indicate pressed and focused states.
35 * for the focused and pressed states.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 43 * The complete context for an NFA configuration is the set of invoking states
48 * you bound the stack so your states don't explode. The main difference
57 * most m times. Hence, the number of DFA states will not grow forever.
63 * This constant prevents new states from being created after a stack gets
80 * states in the chain will have longer and longer NFA config stacks.
92 * invocation states. We are guaranteed to terminate because the
93 * stack can only grow as big as the number of NFA states * max.
246 * Note that many NFA states can invoke rule r, but we ignore recursion
  /external/iproute2/include/linux/
neighbour.h 37 * Neighbor Cache Entry States.
47 /* Dummy states */
  /external/iproute2/man/man8/
ip-neighbour.8 149 which means all states. This option may occur more than once.
165 and that the default neighbour states to be flushed do not include
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 8 * DNSState defines the possible states for services registered with JmDNS.
123 * Returns to the next reverted state. All states except CANCELED revert to PROBING_1. Status CANCELED does not revert.
  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 29 * <p>In order to eliminate the possibility that different states have
31 * The HTML and Javascript parser states are managed elsewhere in different
  /external/kernel-headers/original/uapi/linux/
if_bonding.h 74 /* each slave's link has 4 states */
80 /* each slave has several states */
neighbour.h 45 * Neighbor Cache Entry States.
55 /* Dummy states */
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcCommon.h 122 * States in which a OSAL timer exist.
140 phOsalNfc_TimerStates_t eState; /* Timer states */
  /external/lldb/test/functionalities/thread/break_after_join/
TestBreakAfterJoin.py 16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
23 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
  /external/lldb/test/functionalities/thread/exit_during_break/
TestExitDuringBreak.py 16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
23 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
  /external/lldb/test/functionalities/thread/multi_break/
TestMultipleBreakpoints.py 16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
  /external/lldb/test/functionalities/thread/state/
TestThreadStates.py 2 Test thread states.
56 @unittest2.expectedFailure("llvm.org/pr16172") # thread states not properly maintained
63 @unittest2.expectedFailure("llvm.org/pr16712") # thread states not properly maintained
71 @unittest2.expectedFailure("llvm.org/pr15824") # thread states not properly maintained
73 """Test thread states (comprehensive)."""
78 @unittest2.expectedFailure("llvm.org/pr15824") # thread states not properly maintained
80 """Test thread states (comprehensive)."""
279 """Test thread states (comprehensive)."""
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 186 SVGA3dTextureState **states,
191 SVGA3dRenderState **states,
  /external/mesa3d/src/mesa/main/
mfeatures.h 53 * When a feature has states, they are initialized and freed by
57 * Except for states, the others compile to no-op when a feature is disabled.
  /external/nist-sip/java/gov/nist/core/
HostPort.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
MultiValueMapImpl.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
ParserCore.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States

Completed in 547 milliseconds

<<11121314151617181920>>