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

/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.h237 // Represents code units in the range from from_ to to_, both ends are
241 CharacterRange() : from_(0), to_(0) { }
244 CharacterRange(uc16 from, uc16 to) : from_(from), to_(to) { }
258 bool Contains(uc16 i) { return from_ <= i && i <= to_; }
261 uc16 to() const { return to_; }
262 void set_to(uc16 value) { to_ = value; }
263 bool is_valid() { return from_ <= to_; }
264 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; }
265 bool IsSingleton() { return (from_ == to_); }
290 uc16 to_; member in class:v8::internal::CharacterRange
343 uc16 to_; member in class:v8::internal::DispatchTable::Entry
719 int to_; member in class:v8::internal::Interval
[all...]
H A Dhydrogen-instructions.cc1272 if (to_ == LAST_TYPE) os << " spec_object";
1275 if (to_ == JS_REGEXP_TYPE) os << " reg_exp";
1278 if (to_ == JS_ARRAY_TYPE) os << " array";
1281 if (to_ == JS_FUNCTION_TYPE) os << " function";
3288 *block = (from_ <= type) && (type <= to_)
H A Dhydrogen-instructions.h4601 InstanceType to() { return to_; }
4615 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4617 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4622 InstanceType to_; // Inclusive range, not all combinations work. member in class:v8::FINAL::FINAL
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc80 explicit Range(uint8 value) : from_(value), to_(value) {}
89 CHECK(to == to_ + 1);
90 to_ = to;
94 uint8 to() const { return to_; }
106 uint8 to_; member in class:__anon2273::Range
/external/chromium_org/cc/test/
H A Danimation_test_common.cc188 : duration_(duration), from_(from), to_(to) {}
200 return (1.0 - time) * from_ + time * to_;
H A Danimation_test_common.h70 float to_; member in class:cc::FakeFloatTransition
/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 404 milliseconds