HomeSort by relevance Sort by last modified time
    Searched defs:closure (Results 26 - 36 of 36) sorted by null

12

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 122 * Walk each alt in decision and compute closure from the start of that
123 * rule, making sure that the closure does not include other alts within
125 * with the starting closure so we can trace the alt number for all states
148 // overall closure that will represent the DFA start state,
159 closure((NFAState)alt.transition[0].target, method
169 closure((NFAState)alt.transition[0].target, method
187 // now DFA start state has the complete closure for the decision
290 // Only compute closure if a unique alt number is not known.
296 closure(t); // add any NFA states reachable via epsilon
300 System.out.println("DFA state after closure "+d+"-"
457 public void closure(DFAState d) { method in class:NFAToDFAConverter
591 public void closure(NFAState p, method in class:NFAToDFAConverter
682 closure(ruleTarget, alt, newContext, semanticContext, d, collectPredicates); method
691 closure(continueState, alt, newContext, semanticContext, d, collectPredicates); method
708 closure((NFAState)transition0.target, method
755 closure((NFAState)transition0.target, method
764 closure((NFAState)transition1.target, method
    [all...]
  /external/v8/src/
hydrogen.h 394 Handle<JSFunction> closure);
408 Handle<JSFunction> closure() const { return closure_; } function in class:v8::internal::HEnvironment
522 Handle<JSFunction> closure,
    [all...]
hydrogen.cc 140 environment->closure()->shared()->VerifyBailoutId(ast_id));
209 predecessor->last_environment()->closure()->shared()
676 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
3734 Handle<JSFunction> closure = function_state()->compilation_info()->closure(); local
    [all...]
  /external/libxml2/
trio.c 675 trio_pointer_t closure; member in struct:__anon9887
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 117 milliseconds

12