Searched refs:to_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Ddiscoitemsquerytask.cc44 to_ = to;
48 talk_base::scoped_ptr<XmlElement> get(MakeIq(STR_GET, to_, task_id()));
56 SignalDiscoItemsError(to_, NULL);
72 SignalGotDiscoItems(to_, query);
78 SignalDiscoItemsError(to_, stanza->FirstNamed(QN_ERROR));
85 SignalDiscoItemsError(to_, NULL);
90 if (!MatchResponseIq(stanza, to_, task_id()))
H A Ddiscoitemsquerytask.h81 Jid to_; member in class:buzz::DiscoItemsQueryTask
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Diqtask.cc42 to_(to),
43 stanza_(MakeIq(verb, to_, task_id())) {
55 if (!MatchResponseIq(stanza, to_, task_id()))
H A Diqtask.h59 Jid to_; member in class:buzz::IqTask
H A Dxmppengineimpl_iq.cc40 to_(to),
49 const std::string to_; member in class:buzz::XmppIqEntry
266 if (iq_entry->id_ == id && iq_entry->to_ == from) {
/external/chromium_org/v8/src/
H A Djsregexp.h256 // Represents code units in the range from from_ to to_, both ends are
260 CharacterRange() : from_(0), to_(0) { }
263 CharacterRange(uc16 from, uc16 to) : from_(from), to_(to) { }
277 bool Contains(uc16 i) { return from_ <= i && i <= to_; }
280 uc16 to() const { return to_; }
281 void set_to(uc16 value) { to_ = value; }
282 bool is_valid() { return from_ <= to_; }
283 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; }
284 bool IsSingleton() { return (from_ == to_); }
309 uc16 to_; member in class:v8::internal::CharacterRange
362 uc16 to_; member in class:v8::internal::DispatchTable::Entry
712 int to_; member in class:v8::internal::Interval
[all...]
H A Dhydrogen-instructions.cc1107 if (to_ == LAST_TYPE) stream->Add(" spec_object");
1110 if (to_ == JS_REGEXP_TYPE) stream->Add(" reg_exp");
1113 if (to_ == JS_ARRAY_TYPE) stream->Add(" array");
1116 if (to_ == JS_FUNCTION_TYPE) stream->Add(" function");
H A Dhydrogen-instructions.h4136 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4138 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4143 InstanceType to() { return to_; }
4155 InstanceType to_; // Inclusive range, not all combinations work. member in class:v8::HHasInstanceTypeAndBranch
/external/v8/src/
H A Djsregexp.h269 CharacterRange() : from_(0), to_(0) { }
272 CharacterRange(uc16 from, uc16 to) : from_(from), to_(to) { }
285 bool Contains(uc16 i) { return from_ <= i && i <= to_; }
288 uc16 to() const { return to_; }
289 void set_to(uc16 value) { to_ = value; }
290 bool is_valid() { return from_ <= to_; }
291 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; }
292 bool IsSingleton() { return (from_ == to_); }
336 uc16 to_; member in class:v8::internal::CharacterRange
375 Entry() : from_(0), to_(
385 uc16 to_; member in class:v8::internal::DispatchTable::Entry
740 int to_; member in class:v8::internal::Interval
[all...]
H A Dcode-stubs.cc435 if (to_ == FAST_ELEMENTS) {
447 } else if (from_ == FAST_SMI_ONLY_ELEMENTS && to_ == FAST_DOUBLE_ELEMENTS) {
H A Dcode-stubs.h1101 to_(to),
1116 ToBits::encode(to_) |
1125 ElementsKind to_; member in class:v8::internal::ElementsTransitionAndStoreStub
H A Dprofile-generator.h481 HeapEntry* to() { return to_; }
492 HeapEntry* to_; member in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.cc790 if (to_ == LAST_TYPE) stream->Add(" spec_object");
793 if (to_ == JS_REGEXP_TYPE) stream->Add(" reg_exp");
796 if (to_ == JS_ARRAY_TYPE) stream->Add(" array");
799 if (to_ == JS_FUNCTION_TYPE) stream->Add(" function");
H A Dhydrogen-instructions.h2935 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
2937 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
2942 InstanceType to() { return to_; }
2954 InstanceType to_; // Inclusive range, not all combinations work. member in class:v8::HHasInstanceTypeAndBranch
H A Dprofile-generator.cc942 to_ = to;
951 to_ = to;
/external/chromium_org/cc/test/
H A Danimation_test_common.h61 float to_; member in class:cc::FakeFloatTransition
H A Danimation_test_common.cc134 : duration_(duration), from_(from), to_(to) {}
146 return (1.0 - time) * from_ + time * to_;
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl_iq.cc40 to_(to),
49 const std::string to_; member in class:buzz::XmppIqEntry
266 if (iq_entry->id_ == id && iq_entry->to_ == from) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 638 milliseconds