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

12345

/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/My/
H A DExamples.pm3 my @states = (undef, # we want to start from one :)
16 $states[shift];
21 join "\n", map {$states[$_]} @_;
27 [map {$states[$_]} @{shift()}];
32 my %states = %{shift()};
34 +{map {$_ => $states[$states{$_}]} keys %states};
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DMediaSourceStates.cpp36 RefPtr<MediaSourceStates> MediaSourceStates::create(const MediaStreamSourceStates& states) argument
38 return adoptRef(new MediaSourceStates(states));
41 MediaSourceStates::MediaSourceStates(const MediaStreamSourceStates& states) argument
42 : m_sourceStates(states)
/macosx-10.10/libxml2-26/libxml2/
H A Ddbgen.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A Ddbgenattr.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A DtestAutomata.c37 xmlAutomataStatePtr states[1000]; local
42 states[i] = NULL;
58 states[0] = xmlAutomataGetInitState(am);
59 if (states[0] == NULL) {
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[t
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/XSLTMark/
H A Ddbgen.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Ddbgen.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A Ddbgenattr.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A DtestAutomata.c37 xmlAutomataStatePtr states[1000]; local
42 states[i] = NULL;
58 states[0] = xmlAutomataGetInitState(am);
59 if (states[0] == NULL) {
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[t
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ducmstate.c154 /* adjust "final valid" states according to the state flags */
186 ucm_addState(UCMStates *states, const char *s) { argument
189 if(states->countStates==MBCS_MAX_STATE_COUNT) {
190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
194 error=parseState(s, states->stateTable[states->countStates],
195 &states->stateFlags[states->countStates]);
201 ++states->countStates;
207 UCMStates *states; local
332 sumUpStates(UCMStates *states) argument
424 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck) argument
614 compactToUnicode2(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
840 findUnassigned(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, int32_t state, int32_t offset, uint32_t b) argument
897 compactToUnicodeHelper(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks) argument
923 ucm_optimizeStates(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
972 ucm_countChars(UCMStates *states, const uint8_t *bytes, int32_t length) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dregexcst.pl30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
63 if ($states{$state_name} != 0) {
66 $states{$state_name} = $num_states;
162 # We read all states first, before writing anything, so that the state numbers
163 # for the destination states are all available to be written.
185 # Check that all of the destination states have been defined
188 $states{"exit"} = 0; # Predefined state name, terminates state machine.
190 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") {
194 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) {
278 print " {doNOP, 0, 0, 0, TRUE}\n"; # State 0 is a dummy. Real states star
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_check_magic.c91 write_all_states(unsigned int states) argument
96 while ((lowbit = states & (1 + ~states)) != 0) {
97 states &= ~lowbit; /* Clear the low bit. */
99 if (states != 0)
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcat.c124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) argument
150 states[0] = T_ENDBUF;
156 while (!(n = states[*cp++]));
160 while (!(n = states[*cp++]));
192 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
198 states[0] = n ? T_ERROR : T_EOF;
277 states[0] = (m = sfvalue(ip)) ? T_ERROR : T_EOF;
283 states[0] = m ? T_ERROR : T_EOF;
296 if (!(n = states[c]))
317 } while (states[
406 char states[UCHAR_MAX+1]; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/validation/
H A Drelaxng.rb52 states = [ @current ]
60 states[-1] << event
62 states << Optional.new( self )
63 states[-2] << states[-1]
65 states << Choice.new( self )
66 states[-2] << states[-1]
68 states << OneOrMore.new( self )
69 states[
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbicst.pl29 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
62 if ($states{$state_name} != 0) {
65 $states{$state_name} = $num_states;
161 # We read all states first, before writing anything, so that the state numbers
162 # for the destination states are all available to be written.
184 # Check that all of the destination states have been defined
187 $states{"exit"} = 0; # Predefined state name, terminates state machine.
189 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") {
193 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) {
302 print " $states{
[all...]
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DLalr.pm45 SOLVED is a set of states containing Solved conflicts
112 my($grammar,$states)=($$self{GRAMMAR}, $$self{STATES});
114 for my $stateno (0..$#$states) {
121 or $$a[1] <=> $$b[1] } @{$$states[$stateno]{'CORE'}}) {
134 for (keys(%{$$states[$stateno]{ACTIONS}})) {
135 my($term,$action)=($_,$$states[$stateno]{ACTIONS}{$_});
219 exists($$states[$stateno]{GOTOS})
222 for (keys(%{$$states[$stateno]{GOTOS}})) {
223 $text.= "\t$_\tgo to state $$states[$stateno]{GOTOS}{$_}\n";
240 $text.="Number of states
[all...]
H A DOutput.pm34 my($head,$states,$rules,$tail,$driver);
63 <<$states>>,
81 $states=$self->DfaTable();
H A DDriver.pm228 my($rules,$states,$lex,$error)
256 $actions=$$states[$stateno];
374 #DBG> "go to state $$states[$$stack[-1][0]]{GOTOS}{$lhs}.\n";
385 [ $$states[$$stack[-1][0]]{GOTOS}{$lhs}, $semval ]);
434 and ( not exists($$states[$$stack[-1][0]]{ACTIONS})
435 or not exists($$states[$$stack[-1][0]]{ACTIONS}{error})
436 or $$states[$$stack[-1][0]]{ACTIONS}{error} <= 0)) {
457 #DBG> $$states[$$stack[-1][0]]{ACTIONS}{error}.
460 push(@$stack, [ $$states[$$stack[-1][0]]{ACTIONS}{error}, undef ]);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c147 * This is a structure used to track a list or a stack of states.
156 * Structure to track the list of unique states for a symbol
165 _ure_stlist_t states; member in struct:__anon3043
182 * Structure used for keeping lists of states.
185 _ure_state_t *states; member in struct:__anon3045
191 * Structure to track pairs of DFA states when equivalent states are
225 * The reduced table of unique groups of NFA states.
227 _ure_statetable_t states; member in struct:_ure_buffer_t
230 * Tracks states whe
254 _ure_dstate_t *states; member in struct:_ure_dfa_t
1313 _ure_add_state(ucs2_t nstates, ucs2_t *states, _ure_buffer_t *b) argument
[all...]
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dengine.ih12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch, register states aft);
23 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl9 ## single finite automaton (states, symbols, start state, set of
10 ## accepting states, transition function), and operations to define,
41 method states {} {}
46 method start?set {states} {}
51 method final?set {states} {}
56 method symbols@set {states} {}
61 method nextset {states sym} {}
124 ## - Order : Defined for all states, values provide creation order.
125 ## - Start : Defined for states which are "start" (Input processing begins in).
126 ## - Final : Defined for states whic
[all...]
H A Ddacceptor.tcl40 ## construction, i.e. start state, final states, and transition
71 set before [$tmp states]
74 set stop [struct::set difference [$tmp states] $before]
86 foreach s [$tmp states] {
/macosx-10.10/WebCore-7600.1.25/platform/
H A DControlStates.h58 ControlStates(States states) argument
59 : m_states(states)
79 States states() const { return m_states; } function in class:WebCore::ControlStates
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DImageUtilities.js344 // Delay restoring the active states until later to improve the initial page load time.
394 function generateEmbossedImages(src, width, height, states, canvasIdentifierCallback, ignoreCache)
399 console.assert(states);
400 console.assert(states.Normal);
401 console.assert(states.Active);
448 restoreImage(states.Normal);
449 if (states.Focus)
450 restoreImage(states.Focus);
454 restoreImage(states.Active);
455 if (states
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DThemeMac.mm203 ControlStates::States states = controlStates->states();
209 bool pressed = states & ControlStates::PressedState;
220 bool enabled = states & ControlStates::EnabledState;
226 bool indeterminate = (states & ControlStates::IndeterminateState);
227 bool checked = states & ControlStates::CheckedState;
244 ControlStates::States states = controlStates->states();
246 if (states & ControlStates::ReadOnlyState)
248 if (!(states
[all...]

Completed in 260 milliseconds

12345