Searched refs:from (Results 226 - 250 of 3428) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DNavigatorGeolocation.h37 static NavigatorGeolocation* from(Navigator*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DWorkerContextIndexedDatabase.h43 static WorkerContextIndexedDatabase* from(ScriptExecutionContext*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DWorkerContextNotifications.h45 static WorkerContextNotifications* from(WorkerContext*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/proximity/
H A DDeviceProximityController.h50 static DeviceProximityController* from(Page*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/quota/
H A DDOMWindowQuota.h15 * contributors may be used to endorse or promote products derived from
47 static DOMWindowQuota* from(DOMWindow*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DDOMWindowSpeechSynthesis.h44 static DOMWindowSpeechSynthesis* from(DOMWindow*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLTransactionSync.cpp16 * contributors may be used to endorse or promote products derived from
54 SQLTransactionSync* SQLTransactionSync::from(SQLTransactionBackendSync* backend) function in class:WebCore::SQLTransactionSync
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDeviceMotionController.h50 static DeviceMotionController* from(Page*);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterParameterList.h48 void blend(const CustomFilterParameterList& from, double progress, const LayoutSize&, CustomFilterParameterList& resultList) const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DRotateTransformOperation.cpp33 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
35 if (from && !from->isSameType(*this))
41 const RotateTransformOperation* fromOp = static_cast<const RotateTransformOperation*>(from);
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DBatteryClientEfl.cpp57 WebCore::BatteryController::from(EWKPrivate::corePage(m_view))->didChangeBatteryStatus(eventType, status);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dconverter.c14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
125 const unsigned long *from,
135 const unsigned long *from,
139 void *privdata, const char *from,
152 const unsigned long *from,
157 const char *from,
174 const unsigned long *from,
179 const char *from,
420 idn_converter_convfromucs4(idn_converter_t ctx, const unsigned long *from, argument
459 idn_converter_convtoucs4(idn_converter_t ctx, const char *from, unsigned long *to, size_t tolen) argument
697 roundtrip_check(idn_converter_t ctx, const unsigned long *from, const char *to) argument
777 converter_none_convfromucs4(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
785 converter_none_convtoucs4(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
897 converter_iconv_convfromucs4(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
1015 converter_iconv_convtoucs4(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
1108 converter_uescape_convfromucs4(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
1160 converter_uescape_convtoucs4(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dhtext.rb57 def range(from=None, to=None)
58 tk_send_without_enc('range', from, to)
71 def search(pat, from=None, to=None)
72 num = number(tk_send('search', pat, from, to))
85 tk_send_without_enc('selection', 'from', index)
/macosx-10.9.5/ruby-104/ruby/test/fileutils/
H A Dfileasserts.rb6 def assert_same_file(from, to, message=nil)
7 assert_equal(File.read(from), File.read(to), "file #{from} != #{to}#{message&&': '}#{message||''}")
10 def assert_same_entry(from, to, message=nil)
11 a = File.stat(from)
/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_vectora.i20 static PyObject *from(const vector_type& vec) {
21 return traits_from_stdseq<vector_type>::from(vec);
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dstd_queue.i17 static VALUE from(const std::queue<T> & vec) {
18 return traits_from_stdseq<std::queue<T> >::from(vec);
H A Dstd_stack.i17 static VALUE from(const std::stack<T> & vec) {
18 return traits_from_stdseq<std::stack<T> >::from(vec);
H A Dstd_vectora.i20 static VALUE from(const vector_type& vec) {
21 return traits_from_stdseq<vector_type>::from(vec);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dblockdels.tcl18 proc remove {from {count 1}} {
20 $::bv delete $from [incr count $from]
21 set ::vv [lreplace $::vv $from $count]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-meters.tcl15 pack [::controlwidget::meter .meter -variable metervar -from 0.0 -to 10.0 -axisformat %.1f -axiscolor green] \
16 [::controlwidget::slider .slider -variable slidervar -from 0.0 -to 10.0 -number 3 -axisformat %.1f -axiscolor green] \
17 [::controlwidget::equalizerBar .bar -variable barvar -from 0.0 -to 10.0 -number 3 -warninglevel 5] \
18 [::controlwidget::thermometer .thm -variable thmvar -from -10.0 -to 30.0 -majorticks 5] -side left
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/commpage/
H A Dcommpage.h84 /* COMMPAGE_CALL(target,from,start)
87 * commpage routine from another.
95 * from = the commpage routine we are in now
99 #define COMMPAGE_CALL(target,from,start) \
100 COMMPAGE_CALL_INTERNAL(target,from,start,__LINE__)
102 #define COMMPAGE_CALL_INTERNAL(target,from,start,unique) \
104 .set UNIQUEID(unique), L ## start - . + target - from - 4 ;\
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c196 * Lookup an entry from extended-names, returning -1 if not found
337 * cancellation of a name that is inherited from another entry.
340 adjust_cancels(TERMTYPE *to, TERMTYPE *from) argument
351 if ((k = _nc_find_ext_name(from, to->ext_Names[j], BOOLEAN)) >= 0) {
359 } else if ((k = _nc_find_ext_name(from, to->ext_Names[j],
368 } else if ((k = _nc_find_ext_name(from, to->ext_Names[j],
387 _nc_align_termtype(TERMTYPE *to, TERMTYPE *from) argument
390 int nb = NUM_EXT_NAMES(from);
397 DEBUG(2, ("align_termtype to(%d:%s), from(%d:%s)", na, to->term_names,
398 nb, from
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dprocess.c19 * may be used to endorse or promote products derived from this software
55 const char *from,
77 ret = _kdc_as_rep(&r, reply, from, addr, max_reply_size);
89 const char *from,
105 from, addr, max_reply_size);
117 const char *from,
133 ret = _kdc_do_digest(context, config, &digestreq, reply, from, addr);
147 const char *from,
163 ret = _kdc_do_kx509(context, config, &kx509req, reply, from, addr);
183 * handle the request in `buf, len', from `add
51 kdc_as_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, size_t max_reply_size, int *claim) argument
85 kdc_tgs_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, size_t max_reply_size, int *claim) argument
113 kdc_digest(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, size_t max_reply_size, int *claim) argument
143 kdc_kx509(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, size_t max_reply_size, int *claim) argument
188 krb5_kdc_process_request(krb5_context context, krb5_kdc_configuration *config, unsigned char *buf, size_t len, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply) argument
229 krb5_kdc_process_krb5_request(krb5_context context, krb5_kdc_configuration *config, unsigned char *buf, size_t len, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dztrans.h35 * @param from The time zone rule used before the transition.
39 ztrans_open(UDate time, const void* from, const void* to);
102 * @param from The time zone rule used before the transition.
105 ztrans_setFrom(ZTrans* trans, const void* from);
111 * @param from The time zone rule used before the transition.
114 ztrans_adoptFrom(ZTrans* trans, void* from);
144 * a return value from getDynamicClassID(). For example:
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayStorage.h44 // All slots in ArrayStorage (slots from 0 to vectorLength) are expected to be initialized to a JSValue or,
52 static ArrayStorage* from(Butterfly* butterfly) { return reinterpret_cast_ptr<ArrayStorage*>(butterfly); } function in struct:JSC::ArrayStorage
53 static ArrayStorage* from(IndexingHeader* indexingHeader) { return indexingHeader->arrayStorage(); } function in struct:JSC::ArrayStorage
56 IndexingHeader* indexingHeader() { return IndexingHeader::from(this); }
58 // We steal two fields from the indexing header: vectorLength and length.

Completed in 219 milliseconds

1234567891011>>