HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 201 - 225 of 365) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 29 // are copied to |result_out| and |choices_out| and then |closure| is invoked.
32 const base::Closure& closure,
39 closure.Run();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 96 def test_closure(func, closure, exc):
97 self.assertRaises(exc, new.function, func.func_code, {}, "", None, closure)
99 test_closure(g, None, TypeError) # invalid closure
100 test_closure(g, (1,), TypeError) # non-cell in closure
101 test_closure(g, (1, 1), ValueError) # closure is wrong size
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 96 def test_closure(func, closure, exc):
97 self.assertRaises(exc, new.function, func.func_code, {}, "", None, closure)
99 test_closure(g, None, TypeError) # invalid closure
100 test_closure(g, (1,), TypeError) # non-cell in closure
101 test_closure(g, (1, 1), ValueError) # closure is wrong size
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /external/chromium_org/v8/src/
lithium.h 515 LEnvironment(Handle<JSFunction> closure,
524 : closure_(closure),
541 Handle<JSFunction> closure() const { return closure_; } function in class:v8::internal::LEnvironment
769 void AddInlinedClosure(Handle<JSFunction> closure) {
770 inlined_closures_.Add(closure, zone());
contexts.h 198 // [ closure ] This is the current function. It is the same for all
350 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); } function in class:v8::internal::Context
351 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); }
codegen.cc 158 info->closure()->shared()->code()->Disassemble(
  /external/v8/src/
compiler.cc 84 CompilationInfo::CompilationInfo(Handle<JSFunction> closure)
85 : isolate_(closure->GetIsolate()),
91 closure_(closure),
92 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
296 Handle<Context> global_context(info->closure()->context()->global_context());
310 FinishOptimization(info->closure(), start);
642 Handle<JSFunction> function = info->closure();
codegen.cc 140 info->closure()->shared()->code()->Disassemble(
  /external/chromium_org/third_party/harfbuzz-ng/src/
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...]
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...]
  /external/harfbuzz_ng/src/
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...]
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...]
  /external/bison/src/
closure.c 28 #include "closure.h"
59 fprintf (stderr, "Closure: %s\n", title);
197 closure (item_number *core, size_t n)
194 closure (item_number *core, size_t n) function
print_graph.c 24 #include "closure.h"
73 closure (sitems, snritems);
  /external/chromium_org/chromeos/dbus/
mock_dbus_thread_manager.h 51 const base::Closure& closure));
mock_dbus_thread_manager_without_gmock.cc 74 const base::Closure& closure) {
mock_dbus_thread_manager_without_gmock.h 57 const base::Closure& closure) OVERRIDE;
  /external/chromium_org/content/public/renderer/
content_renderer_client.h 119 // can run |closure| immediately if they don't wish to defer media resource
122 const base::Closure& closure);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-scoping.js 85 // Dynamic lookup from closure.
106 // Lookup from closure.
  /external/chromium_org/v8/test/mjsunit/
math-imul.js 52 // Test optimized method call inside closure.
58 // Test optimized function call inside closure.
  /external/libpcap/
gencode.h 245 uset closure; member in struct:block
  /external/openfst/src/include/fst/
fstlib.h 62 #include <fst/closure.h>
  /external/v8/test/mjsunit/harmony/
block-scoping.js 85 // Dynamic lookup from closure.
106 // Lookup from closure.
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.cc 78 void DecryptingDemuxerStream::Reset(const base::Closure& closure) {
85 reset_cb_ = BindToCurrentLoop(closure);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-serialized-slots.js 29 // accessible from the inner closure.

Completed in 1080 milliseconds

1 2 3 4 5 6 7 891011>>