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

12

  /external/valgrind/main/coregrind/
m_translate.c 748 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1140 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1193 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1198 { VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1219 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1307 VgCallbackClosure closure; local
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 434 struct Closure {
456 Closure *NewCallback(void (*f)()) {
457 Closure *res = new Closure;
466 Closure *NewCallback(void (*f)(P1), P1 p1) {
468 Closure *res = new Closure;
477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
479 Closure *res = new Closure;
543 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get()); local
    [all...]
  /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/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 624 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) {
627 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
631 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
632 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
678 PairSet::sanitize_closure_t closure = local
    [all...]
hb-ot-layout-gsubgpos-private.hh 58 inline const char *get_name (void) { return "CLOSURE"; }
63 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; }
1099 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const function in struct:OT::Rule
1158 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const function in struct:OT::RuleSet
1214 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat1
1300 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat2
1395 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat3
1636 inline void closure (hb_closure_context_t *c, ChainContextClosureLookupContext &lookup_context) const function in struct:OT::ChainRule
1721 inline void closure (hb_closure_context_t *c, ChainContextClosureLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1774 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat1
1857 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat2
1981 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat3
    [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:__anon11083
    [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 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 348 milliseconds

12