/external/v8/src/regexp/ |
D | regexp-ast.h | 52 Interval() : from_(kNone), to_(kNone) {} in Interval() 53 Interval(int from, int to) : from_(from), to_(to) {} in Interval() 60 return Interval(Min(from_, that.from_), Max(to_, that.to_)); in Union() 62 bool Contains(int value) { return (from_ <= value) && (value <= to_); } in Contains() 65 int to() const { return to_; } in to() 71 int to_; variable 79 CharacterRange() : from_(0), to_(0) {} in CharacterRange() 103 bool Contains(uc32 i) { return from_ <= i && i <= to_; } in Contains() 106 uc32 to() const { return to_; } in to() 107 void set_to(uc32 value) { to_ = value; } in set_to() [all …]
|
D | jsregexp.h | 220 Entry() : from_(0), to_(0), out_set_(NULL) { } in Entry() 222 : from_(from), to_(to), out_set_(out_set) { in Entry() 226 uc32 to() { return to_; } in to() 227 void set_to(uc32 value) { to_ = value; } in set_to() 234 uc32 to_; variable
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | iqtask.cc | 25 to_(to), in IqTask() 26 stanza_(MakeIq(verb, to_, task_id())) { in IqTask() 38 if (!MatchResponseIq(stanza, to_, task_id())) in HandleStanza()
|
D | xmppengineimpl_iq.cc | 23 to_(to), in XmppIqEntry() 32 const std::string to_; member in buzz::XmppIqEntry 249 if (iq_entry->id_ == id && iq_entry->to_ == from) { in HandleIqResponse()
|
D | iqtask.h | 42 Jid to_; variable
|
/external/toolchain-utils/automation/common/ |
D | events.py | 71 return '%s => %s' % (self.from_, self.to_)
|
/external/toolchain-utils/automation/server/monitor/ |
D | dashboard.py | 70 'state_to': evlog.event.to_,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 1201 if (to_ == LAST_TYPE) os << " spec_object"; in PrintDataTo() 1204 if (to_ == JS_REGEXP_TYPE) os << " reg_exp"; in PrintDataTo() 1207 if (to_ == JS_ARRAY_TYPE) os << " array"; in PrintDataTo() 1210 if (to_ == JS_FUNCTION_TYPE) os << " function"; in PrintDataTo() 2816 *block = (from_ <= type) && (type <= to_) in KnownSuccessorBlock()
|
D | hydrogen-instructions.h | 3995 InstanceType to() { return to_; } in to() 4009 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { } in DECLARE_CONCRETE_INSTRUCTION() 4011 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) { in HHasInstanceTypeAndBranch() 4016 InstanceType to_; // Inclusive range, not all combinations work. variable
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 3168 ��Z��E����%9ߍ��ލv]UV�o�6EuJ#9.=!7)'%���to_��}X\�B;ER7>4>OA@ad��rIO^eo`d^}tmrvvW006728>�…
|
/external/googletest/googlemock/docs/v1_5/ |
D | CookBook.md | 1059 pointer, but what if you want to make sure the value _pointed to_ by
|
/external/googletest/googlemock/docs/v1_6/ |
D | CookBook.md | 1064 pointer, but what if you want to make sure the value _pointed to_ by
|
/external/googletest/googlemock/docs/v1_7/ |
D | CookBook.md | 1057 pointer, but what if you want to make sure the value _pointed to_ by
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 1056 pointer, but what if you want to make sure the value _pointed to_ by
|