Searched refs:closure (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.cc106 void GLES2ClientImpl::ContextLostThunk(void* closure) { argument
107 static_cast<GLES2ClientImpl*>(closure)->ContextLost();
/external/chromium_org/mojo/public/python/src/
H A Dpython_system_helper.cc64 void AsyncCallbackForwarder(void* closure, MojoResult result) { argument
66 static_cast<mojo::Callback<void(MojoResult)>*>(closure);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DGenerator.c33 PyObject *closure; member in struct:__anon11752
46 PyObject *closure);
438 Py_VISIT(gen->closure);
450 Py_CLEAR(gen->closure);
631 PyObject *closure) {
639 gen->closure = closure;
640 Py_XINCREF(closure);
630 __Pyx_Generator_New(__pyx_generator_body_t body, PyObject *closure) argument
/external/chromium_org/v8/src/compiler/
H A Dlinkage.cc47 } else if (!info->closure().is_null()) {
50 SharedFunctionInfo* shared = info->closure()->shared();
/external/chromium_org/v8/src/
H A Dcompiler.h90 CompilationInfo(Handle<JSFunction> closure, Zone* zone);
109 Handle<JSFunction> closure() const { return closure_; } function in class:v8::internal::CompilationInfo
267 return !closure().is_null() &&
268 (closure()->context()->global_object() != NULL);
272 return has_global_object() ? closure()->context()->global_object() : NULL;
530 explicit CompilationInfoWithZone(Handle<JSFunction> closure) argument
531 : CompilationInfo(closure, &zone_),
532 zone_(closure->GetIsolate()) {}
H A Doptimizing-compiler-thread.cc128 Handle<JSFunction> function = info->closure();
225 Handle<JSFunction> function(*info->closure());
329 if (current != NULL && *current->info()->closure() == function) {
353 info->closure()->PrintName();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_process_runner.h60 const base::Closure& closure) = 0;
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc166 const base::Closure& closure,
170 closure,
175 const base::Closure& closure,
179 closure,
184 const base::Closure& closure,
188 closure,
193 const base::Closure& closure,
197 closure,
201 void DidFinish(const base::Closure& closure, argument
205 closure
165 RecordStatusCallback( const base::Closure& closure, base::File::Error* status) argument
174 RecordReadDirectoryCallback( const base::Closure& closure, base::File::Error* status) argument
183 RecordMetadataCallback( const base::Closure& closure, base::File::Error* status) argument
192 RecordSnapshotFileCallback( const base::Closure& closure, base::File::Error* status) argument
208 DidReadDirectory(const base::Closure& closure, base::File::Error* status, base::File::Error actual, const std::vector<storage::DirectoryEntry>& entries, bool ) argument
218 DidGetMetadata(const base::Closure& closure, base::File::Error* status, base::File::Error actual, const base::File::Info& info) argument
227 DidCreateSnapshotFile( const base::Closure& closure, base::File::Error* status, base::File::Error actual, const base::File::Info& info, const base::FilePath& platform_path, const scoped_refptr<ShareableFileReference>& shareable_file_ref) argument
[all...]
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_provider.cc32 : closure(c),
107 void GamepadProvider::RegisterForUserGesture(const base::Closure& closure) { argument
110 closure, base::MessageLoop::current()->message_loop_proxy()));
316 user_gesture_observers_[i].closure);
/external/chromium_org/media/filters/
H A Ddecrypting_audio_decoder.h52 virtual void Reset(const base::Closure& closure) OVERRIDE;
H A Ddecrypting_demuxer_stream.h43 // operation to finish before satisfying |closure|. Sets the state to
45 void Reset(const base::Closure& closure);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h66 static void ContextLostThunk(void* closure);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.h63 static void ContextLostThunk(void* closure);
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.h180 const base::Closure& closure) WARN_UNUSED_RESULT;
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DChromeCodingConvention.java5 package org.chromium.closure.compiler;
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis.js235 function test(closure) {
236 assertEquals(45, closure(10));
237 assertEquals(45, closure(10));
238 assertEquals(10, closure(50000));
/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_provider_install_data.cc204 void SearchProviderInstallData::CallWhenLoaded(const base::Closure& closure) { argument
208 closure.Run();
213 closure_queue_.push_back(closure);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_resize_helper.cc29 const base::Closure& closure,
130 const base::Closure& closure,
132 : closure_(closure),
129 WrappedTask( const base::Closure& closure, base::TimeDelta delay) argument
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc149 base::Closure closure = local
161 closure);
163 base::MessageLoopProxy::current()->PostTask(FROM_HERE, closure);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh70 const sanitize_closure_t closure = {tag, base}; local
71 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
489 const Record<Feature>::sanitize_closure_t *closure) {
506 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
512 if (featureParams == 0 && closure &&
513 closure->tag == HB_TAG ('s','i','z','e') &&
514 closure->list_base && closure->list_base < this)
517 (((char *) this) - ((char *) closure
488 sanitize(hb_sanitize_context_t *c, const Record<Feature>::sanitize_closure_t *closure) argument
[all...]
H A Dhb-ot-layout-gsub-table.hh40 inline void closure (hb_closure_context_t *c) const function in struct:OT::SingleSubstFormat1
118 inline void closure (hb_closure_context_t *c) const function in struct:OT::SingleSubstFormat2
254 inline void closure (hb_closure_context_t *c) const function in struct:OT::Sequence
329 inline void closure (hb_closure_context_t *c) const function in struct:OT::MultipleSubstFormat1
335 (this+sequence[iter.get_coverage ()]).closure (c);
454 inline void closure (hb_closure_context_t *c) const function in struct:OT::AlternateSubstFormat1
602 inline void closure (hb_closure_context_t *c) const function in struct:OT::Ligature
706 inline void closure (hb_closure_context_t *c) const function in struct:OT::LigatureSet
711 (this+ligature[i]).closure (c);
782 inline void closure (hb_closure_context_ function in struct:OT::LigatureSubstFormat1
930 inline void closure (hb_closure_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1169 inline hb_closure_context_t::return_t closure (hb_closure_context_t *c) const function in struct:OT::SubstLookup
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh70 const sanitize_closure_t closure = {tag, base}; local
71 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
489 const Record<Feature>::sanitize_closure_t *closure) {
506 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
512 if (featureParams == 0 && closure &&
513 closure->tag == HB_TAG ('s','i','z','e') &&
514 closure->list_base && closure->list_base < this)
517 (((char *) this) - ((char *) closure
488 sanitize(hb_sanitize_context_t *c, const Record<Feature>::sanitize_closure_t *closure) argument
[all...]
H A Dhb-ot-layout-gsub-table.hh40 inline void closure (hb_closure_context_t *c) const function in struct:OT::SingleSubstFormat1
118 inline void closure (hb_closure_context_t *c) const function in struct:OT::SingleSubstFormat2
254 inline void closure (hb_closure_context_t *c) const function in struct:OT::Sequence
329 inline void closure (hb_closure_context_t *c) const function in struct:OT::MultipleSubstFormat1
335 (this+sequence[iter.get_coverage ()]).closure (c);
454 inline void closure (hb_closure_context_t *c) const function in struct:OT::AlternateSubstFormat1
602 inline void closure (hb_closure_context_t *c) const function in struct:OT::Ligature
706 inline void closure (hb_closure_context_t *c) const function in struct:OT::LigatureSet
711 (this+ligature[i]).closure (c);
782 inline void closure (hb_closure_context_ function in struct:OT::LigatureSubstFormat1
930 inline void closure (hb_closure_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1169 inline hb_closure_context_t::return_t closure (hb_closure_context_t *c) const function in struct:OT::SubstLookup
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h519 //! Add a closure.
520 void Add(Closure *closure) { argument
521 queue_.Put(closure);
543 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get()); local
544 if(closure == NULL) {
547 closure->Execute();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAToDFAConverter.java122 * 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,
169 closure((NFAState)alt.transition[0].target,
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 "
457 public void closure(DFAState d) { method in class:NFAToDFAConverter
591 public void closure(NFAState p, method in class:NFAToDFAConverter
[all...]

Completed in 583 milliseconds

1234567891011>>