HomeSort by relevance Sort by last modified time
    Searched refs:upon (Results 1 - 25 of 38) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 6 # Do not fail/return upon lexing error; keep chewing on the characters
29 to keep going or you do not upon token recognition error. If you do not
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 230 << "' upon returning to the caller. This will be a dangling reference";
  /external/stlport/src/
sparc_atomic.s 21 bne 0b ! Retry upon failure
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 21 bne 0b ! Retry upon failure
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /external/v8/test/mjsunit/regress/
regress-1790.js 40 // Define getter that will delete itself upon first invocation.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrcreatetextnode.js 83 parsed and therefore should still be the same upon
hc_attrcreatetextnode2.js 83 parsed and therefore should still be the same upon
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent09.js 81 A capturing EventListener will not be triggered by events dispatched directly to the EventTarget upon which it is registered.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrcreatetextnode.js 83 parsed and therefore should still be the same upon
hc_attrcreatetextnode2.js 83 parsed and therefore should still be the same upon
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent09.js 81 A capturing EventListener will not be triggered by events dispatched directly to the EventTarget upon which it is registered.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode09.js 85 be created from this new document node. Verify that no exception is thrown upon renaming and verify
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 33 * has failed to match. Reset to false upon valid token match.
DFA.as 59 * an exception upon error.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
75 A list that defines the next state number based upon
  /external/v8/test/mjsunit/
elements-transition.js 41 // triggers an IC miss, upon which the conversion stub is generated, but the
elements-transition-hoisting.js 117 // upon can hoisted, too.
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 107 // initialized upon entering a function / block scope.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 406 See, how she leans her cheek upon her hand!\n\
407 O, that I were a glove upon that hand,\n\
417 And sails upon the bosom of the air.";
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 406 See, how she leans her cheek upon her hand!\n\
407 O, that I were a glove upon that hand,\n\
417 And sails upon the bosom of the air.";
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 201 ; upon unaligned access which crosses page boundary. "Better safe
271 # interface, namely upon entry SHA_CTX is pre-loaded to given
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 253 INSUFFICIENT_PREDICATES(upon,altToLocations,hasPredicateBlockedByAction) ::= <<
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.

Completed in 563 milliseconds

1 2