Searched refs:states (Results 1 - 25 of 166) sorted by relevance

1234567

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dgrammar.py47 states -- a list of DFAs, where each DFA is a list of
48 states, each state is a list of arcs, and each
52 Final states are represented by a special arc of
56 pairs, where DFA is an item from the states list
79 self.states = []
109 new.states = self.states[:]
120 print "states"
121 pprint(self.states)
H A Dparse.py120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa
H A Dpgen.py39 states = []
46 states.append(arcs)
47 c.states.append(states)
48 c.dfas[c.symbol2number[name]] = (states, self.make_first(c, name))
170 # To turn an NFA into a DFA, we define the states of the DFA
171 # to correspond to *sets* of states of the NFA. Then do some
188 states = [DFAState(closure(start), finish)]
189 for state in states: # NB states grow
[all...]
H A Dconv.py129 states = []
150 assert s == len(states), (lineno, line)
160 states.append(state)
164 self.states = states
181 state = states[z]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dgrammar.py47 states -- a list of DFAs, where each DFA is a list of
48 states, each state is a list of arcs, and each
52 Final states are represented by a special arc of
56 pairs, where DFA is an item from the states list
79 self.states = []
109 new.states = self.states[:]
120 print "states"
121 pprint(self.states)
H A Dparse.py120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa
H A Dpgen.py39 states = []
46 states.append(arcs)
47 c.states.append(states)
48 c.dfas[c.symbol2number[name]] = (states, self.make_first(c, name))
170 # To turn an NFA into a DFA, we define the states of the DFA
171 # to correspond to *sets* of states of the NFA. Then do some
188 states = [DFAState(closure(start), finish)]
189 for state in states: # NB states grow
[all...]
H A Dconv.py129 states = []
150 assert s == len(states), (lineno, line)
160 states.append(state)
164 self.states = states
181 state = states[z]
/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
H A Dtrove4j-1.1.jargnu/ gnu/trove/ gnu/trove/CanonicalEquality.class CanonicalEquality.java package gnu.trove gnu.trove. ...
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dlex.py74 self.lexstatere = {} # Dictionary mapping lexer states to master regexs
75 self.lexstateretext = {} # Dictionary mapping lexer states to regex strings
77 self.lexstatestack = [] # Stack of lexer states
458 # state names, this function returns a tuple (states,tokenname) where states
469 states = tuple(parts[1:i])
471 states = ('INITIAL',)
473 if 'ANY' in states:
474 states = tuple(names.keys())
477 return (states,tokennam
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
H A Dlex.py74 self.lexstatere = {} # Dictionary mapping lexer states to master regexs
75 self.lexstateretext = {} # Dictionary mapping lexer states to regex strings
77 self.lexstatestack = [] # Stack of lexer states
458 # state names, this function returns a tuple (states,tokenname) where states
469 states = tuple(parts[1:i])
471 states = ('INITIAL',)
473 if 'ANY' in states:
474 states = tuple(names.keys())
477 return (states,tokennam
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dposixfile.py62 states = ['open', 'closed'] variable in class:_posixfile_
70 (self.states[file.closed], file.name, file.mode, \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dposixfile.py62 states = ['open', 'closed'] variable in class:_posixfile_
70 (self.states[file.closed], file.name, file.mode, \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DMultiCall.py107 # a list of the states which are a subset of it. This list is ordered by the
115 def expand_substates(states):
116 '''For each item of states return a list containing all combinations of
127 for state in states:
128 substates = list(set(state & x for x in states))
149 # When a new detail is discovered, handlers for all the possible states
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DMultiCall.py107 # a list of the states which are a subset of it. This list is ordered by the
115 def expand_substates(states):
116 '''For each item of states return a list containing all combinations of
127 for state in states:
128 substates = list(set(state & x for x in states))
149 # When a new detail is discovered, handlers for all the possible states
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py130 # empty states
134 # when passing multiple states, they all must be strings
142 # special attention to single states which evalute to False
172 # state spec with multiple states
181 # state spec with multiple states and an option with a multivalue
195 # now with a state spec with multiple states
339 def test_it(sspec, value, res_value, states):
341 (sspec, value)), [states + (res_value, )])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py130 # empty states
134 # when passing multiple states, they all must be strings
142 # special attention to single states which evalute to False
172 # state spec with multiple states
181 # state spec with multiple states and an option with a multivalue
195 # now with a state spec with multiple states
339 def test_it(sspec, value, res_value, states):
341 (sspec, value)), [states + (res_value, )])
/prebuilts/sdk/current/support/design/libs/
H A Dandroid-support-design.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/design/ android/support/design/internal/ ...
/prebuilts/sdk/current/support/v7/appcompat/libs/
H A Dandroid-support-v7-appcompat.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v7/ android/support/v7/app/ ...
/prebuilts/devtools/tools/lib/
H A Dorg-eclipse-core-commands-3.6.0.jar ... .commands.IStateListener { private java.util.Map states public void " href="/6.0.0_r1/s? ...
/prebuilts/tools/common/eclipse/
H A Dorg.eclipse.core.commands_3.4.0.I20080509-2000.jar ... .commands.IStateListener { private java.util.Map states public void " href="/6.0.0_r1/s? ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jar ... .commands.IStateListener { private java.util.Map states public void " href="/6.0.0_r1/s? ...
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
H A Dorg-eclipse-core-commands-3.6.0.jar ... .commands.IStateListener { private java.util.Map states public void " href="/6.0.0_r1/s? ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.core.jobs_3.5.300.v20130429-1813.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.core.jobs_3.5.300.v20130429-1813.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 487 milliseconds

1234567