/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 1445 Alternation alt; local 1692 Alternation * alt = new Alternation(); local [all...] |
ssearch.cpp | 226 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local 227 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE"); 228 if (alt != NULL && *alt == "SHIFTED") { 564 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local 565 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE") 1804 UnicodeString alt; local [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 1445 Alternation alt; local 1692 Alternation * alt = new Alternation(); local [all...] |
/libcore/support/src/test/java/tests/resources/x509/ |
create.sh | 46 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_other_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-other.der 48 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_email_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-email.der 50 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_dns_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-dns.der 52 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_dirname_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-dirname.der 54 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_uri_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-uri.der 56 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_rid_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-rid.der 58 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_none_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-none.der
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 548 int alt<decisionNumber>=<maxAlt>; 554 switch (alt<decisionNumber>) { 563 int alt<decisionNumber>=<maxAlt>; 568 switch (alt<decisionNumber>) { 598 int alt<decisionNumber>=<maxAlt>; 602 switch (alt<decisionNumber>) { 626 int alt<decisionNumber>=<maxAlt>; 630 switch (alt<decisionNumber>) { 652 altSwitchCase(altNum,alt) ::= << 655 <alt> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 527 var alt<decisionNumber> = <maxAlt> 533 alt<decisionNumber> match { 543 var alt<decisionNumber> = <maxAlt> 548 alt<decisionNumber> match { 579 var alt<decisionNumber>:Int = <maxAlt> 583 alt<decisionNumber> match { 608 var alt<decisionNumber>:Int = <maxAlt> 612 alt<decisionNumber> match { 633 altSwitchCase(altNum, alt) ::= << 636 <alt> [all...] |
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | [all...] |
/external/chromium_org/content/public/test/ |
browser_test_utils.cc | 124 bool alt, 148 if (alt) 269 bool alt, 273 WebKit::WebInputEvent::RawKeyDown, key, control, shift, alt, command, 279 WebKit::WebInputEvent::Char, key, control, shift, alt, command, 285 WebKit::WebInputEvent::KeyUp, key, control, shift, alt, command,
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3debugeventlistener.h | 103 * which alt is predicted. This is fired AFTER init actions have been 109 * know which alt you are entering. This is 1..n for n alts. 111 void (*enterAlt) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt); 195 * If no viable alt occurs it is within an enter/exit decision, which 215 * The sequence for this rule (with no viable alt in the subrule) for
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventProxy.h | 75 - (void) enterAlt:(NSInteger)alt;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventProxy.h | 75 - (void) enterAlt:(NSInteger)alt;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventProxy.h | 75 - (void) enterAlt:(NSInteger)alt;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventProxy.h | 75 - (void) enterAlt:(NSInteger)alt;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 235 // decision point, must predict and jump to alt 264 System.out.println("predicted alt "+predictedAlt+", parseAlt "+ 268 NFAState alt; local 271 alt = s.nfa.grammar.nfa.getState( s.endOfBlockStateNumber ); 274 alt = s.nfa.grammar.getNFAStateForAltOfDecision(s, parseAlt); 276 s = (NFAState)alt.transition[0].target; 431 // woohoo! We know which alt to predict
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST.stg | 305 retval.st = <it.alt>; 309 retval.st = <it.alt>;
|
/external/chromium_org/chrome/common/extensions/ |
command.cc | 156 bool alt = (modifiers & ui::EF_ALT_DOWN) != 0; local 159 // We support Ctrl+foo, Alt+foo, Ctrl+Shift+foo, Alt+Shift+foo, but not 160 // Ctrl+Alt+foo and not Shift+foo either. For a more detailed reason why we 161 // don't support Ctrl+Alt+foo see this article: 165 if (key == ui::VKEY_UNKNOWN || (ctrl && alt) || (command && alt) || 166 (shift && !ctrl && !alt && !command)) { 250 // Ctrl and Alt are mutually exclusive.
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-586.pl | 93 if ($alt=0) { 195 &mov ($out,&wparam(3)) if (!$alt); 196 &movd ("mm7",&wparam(3)) if ($alt); 215 if ($alt) {
|
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 93 if ($alt=0) { 195 &mov ($out,&wparam(3)) if (!$alt); 196 &movd ("mm7",&wparam(3)) if ($alt); 215 if ($alt) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 681 for alt in content: 682 assert len(alt), repr(alt) # Can have empty alternatives 774 # generate matches that use just one alt from self.content 775 for alt in self.content: 776 for c, r in generate_matches(alt, nodes): 786 for alt in self.content: 787 for c1, r1 in generate_matches(alt, nodes[c0:]): 818 for alt in self.content: 819 for c0, r0 in generate_matches(alt, nodes) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 681 for alt in content: 682 assert len(alt), repr(alt) # Can have empty alternatives 774 # generate matches that use just one alt from self.content 775 for alt in self.content: 776 for c, r in generate_matches(alt, nodes): 786 for alt in self.content: 787 for c1, r1 in generate_matches(alt, nodes[c0:]): 818 for alt in self.content: 819 for c0, r0 in generate_matches(alt, nodes) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 493 var alt<decisionNumber>:int=<maxAlt>; 499 switch (alt<decisionNumber>) { 508 var alt<decisionNumber>:int=<maxAlt>; 513 switch (alt<decisionNumber>) { 543 var alt<decisionNumber>:int=<maxAlt>; 547 switch (alt<decisionNumber>) { 569 var alt<decisionNumber>:int=<maxAlt>; 573 switch (alt<decisionNumber>) { 603 alt(elements,altNum,description,autoAST,outerAlt,treeLevel,rew) ::= << 823 alt<decisionNumber>=<eotPredictsAlt> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 523 my $alt<decisionNumber> = <maxAlt>; 529 switch ($alt<decisionNumber>) { 538 my $alt<decisionNumber> = <maxAlt>; 543 switch ($alt<decisionNumber>) { 573 my $alt<decisionNumber> = <maxAlt>; 577 switch ($alt<decisionNumber>) { 602 my $alt<decisionNumber> = <maxAlt>; 606 switch ($alt<decisionNumber>) { 635 alt(elements,altNum,description,autoAST,outerAlt,treeLevel,rew) ::= << 856 $alt<decisionNumber> = <eotPredictsAlt> [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
event-hub.rb | 99 def enter_alternative( alt ) 101 listener.enter_alternative( alt )
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
Dbg.stg | 223 alt<decisionNumber> = cdfa<decisionNumber>.predict(ctx, RECOGNIZER, ISTREAM, &cdfa<decisionNumber>);
|