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

12345

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/My/
H A DExamples.pm3 my @states = (undef, # we want to start from one :)
16 $states[shift];
21 join "\n", map {$states[$_]} @_;
26 [map {$states[$_]} @{shift()}];
31 my %states = %{shift()};
33 +{map {$_ => $states[$states{$_}]} keys %states};
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/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.9.5/CPANInternal-140/SOAP-Lite_new/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.9.5/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.9.5/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.9.5/pyobjc-42/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.9.5/ICU-511.35/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.9.5/ICU-511.35/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.9.5/libarchive-29/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.9.5/ICU-511.35/icuSources/common/
H A Dunorm_it.c38 * chars and states either use the static buffers
41 * They are parallel arrays with states[] holding the getState() values
45 uint32_t *states; member in struct:UNormIterator
50 * api.limit: one past the last valid character in chars[], but states[limit] is valid
94 uint32_t *states; local
98 states=(uint32_t *)uprv_malloc((capacity+1)*4+capacity*2);
99 if(states==NULL) {
103 chars=(UChar *)(states+(capacity+1));
114 uprv_memcpy(states+delta+start, uni->states
133 moveContentsTowardStart(UCharIterator *api, UChar chars[], uint32_t states[], int32_t delta) argument
160 moveContentsTowardEnd(UCharIterator *api, UChar chars[], uint32_t states[], int32_t delta) argument
[all...]
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.9.5/ksh-20/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.9.5/ruby-104/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.9.5/CPANInternal-140/Parse-Yapp/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();
/macosx-10.9.5/CPANInternal-140/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();
/macosx-10.9.5/OpenLDAP-491.1/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:__anon3165
182 * Structure used for keeping lists of states.
185 _ure_state_t *states; member in struct:__anon3167
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.9.5/cups-372.4/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.9.5/tcl-102/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...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DThemeMac.mm160 static void updateStates(NSCell* cell, ControlStates states)
166 bool pressed = states & PressedState;
172 bool enabled = states & EnabledState;
179 bool focused = states & FocusState;
186 bool indeterminate = (states & IndeterminateState);
187 bool checked = states & CheckedState;
196 static ThemeDrawState convertControlStatesToThemeDrawState(ThemeButtonKind kind, ControlStates states)
198 if (states & ReadOnlyState)
200 if (!(states & EnabledState))
204 if (states
[all...]

Completed in 318 milliseconds

12345