Searched defs:create (Results 226 - 250 of 796) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dslex.rb66 def create(token, preproc = nil, postproc = nil) method in class:IRB.SLex
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dmkexports.rb15 def self.create(*args, &block) singleton method in class:Exports
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl
H A Dtree.tcl
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlabel.tcl
H A Dlabelentry.tcl
H A Dlabelframe.tcl
H A Dpasswddlg.tcl
H A Dprogressbar.tcl
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/multiplexer/
H A Dmultiplexer.tcl
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dtcldom.h83 Tcl_ObjCmdProc *create; member in struct:TclDOM_Implementation
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/tcl/cmdsrv/
H A Dcmdsrv.tcl
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSyncer.cpp35 IOSyncer * IOSyncer::create(bool twoRetains) function in class:IOSyncer
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dservslkf.cpp63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const function in class:SimpleLocaleKeyFactory
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSCallbackConstructor.h38 static JSCallbackConstructor* create(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, JSClassRef classRef, JSObjectCallAsConstructorCallback callback) function in class:JSC::JSCallbackConstructor
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerCallFrame.h44 static PassRefPtr<DebuggerCallFrame> create(CallFrame* callFrame) function in class:JSC::DebuggerCallFrame
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DIncrementalSweeper.cpp54 PassOwnPtr<IncrementalSweeper> IncrementalSweeper::create(Heap* heap) function in class:JSC::IncrementalSweeper
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJavaScriptCallFrame.h43 static PassRefPtr<JavaScriptCallFrame> create(PassRefPtr<JSC::DebuggerCallFrame> debuggerCallFrame) function in class:Inspector::JavaScriptCallFrame
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceProvider.h81 static PassRefPtr<StringSourceProvider> create(const String& source, const String& url, const TextPosition& startPosition = TextPosition::minimumPosition()) function in class:JSC::StringSourceProvider
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfile.cpp34 PassRefPtr<Profile> Profile::create(const String& title, unsigned uid) function in class:JSC::Profile
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCustomGetterSetter.h43 static CustomGetterSetter* create(VM& vm, CustomGetter customGetter, CustomSetter customSetter) function in class:JSC::CustomGetterSetter
H A DDateInstance.h39 static DateInstance* create(VM& vm, Structure* structure, double date) function in class:JSC::DateInstance
46 static DateInstance* create(VM& vm, Structure* structure) function in class:JSC::DateInstance
H A DDateInstanceCache.h40 static PassRefPtr<DateInstanceData> create() { return adoptRef(new DateInstanceData); } function in class:JSC::DateInstanceData
H A DErrorInstance.h41 static ErrorInstance* create(VM& vm, Structure* structure, const String& message, Vector<StackFrame> stackTrace = Vector<StackFrame>()) function in class:JSC::ErrorInstance
48 static ErrorInstance* create(ExecState* exec, Structure* structure, JSValue message, Vector<StackFrame> stackTrace = Vector<StackFrame>()) function in class:JSC::ErrorInstance
H A DGenericTypedArrayViewInlines.h43 PassRefPtr<GenericTypedArrayView<Adaptor>> GenericTypedArrayView<Adaptor>::create(unsigned length) function in class:JSC::GenericTypedArrayView
52 PassRefPtr<GenericTypedArrayView<Adaptor>> GenericTypedArrayView<Adaptor>::create( function in class:JSC::GenericTypedArrayView
61 PassRefPtr<GenericTypedArrayView<Adaptor>> GenericTypedArrayView<Adaptor>::create( function in class:JSC::GenericTypedArrayView

Completed in 498 milliseconds

1234567891011>>