Home
last modified time | relevance | path

Searched refs:Unify (Results 1 – 25 of 145) sorted by relevance

123456

/external/v8/src/
Dinterface.cc78 static_cast<Interface*>(p->value)->Unify(interface, zone, ok); in DoAdd()
91 void Interface::Unify(Interface* that, Zone* zone, bool* ok) { in Unify() function in v8::internal::Interface
92 if (this->forward_) return this->Chase()->Unify(that, zone, ok); in Unify()
93 if (that->forward_) return this->Unify(that->Chase(), zone, ok); in Unify()
Dinterface.h70 void Unify(Interface* that, Zone* zone, bool* ok);
Dscopes.cc1102 proxy->interface()->Unify(var->interface(), zone(), &ok); in ResolveVariable()
Dparser.cc1387 interface->Unify(scope->interface(), zone(), ok); in ParseModuleUrl()
1856 proxy->interface()->Unify(var->interface(), zone(), &ok); in Declare()
/external/elfutils/src/libasm/
DChangeLog66 * asm_error.c (asm_errmsg): Unify error message.
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/
DCHANGELOG.txt8 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/
DCHANGELOG.txt14 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.0/
DCHANGELOG.txt21 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.0.1/
DCHANGELOG.txt29 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.0.2/
DCHANGELOG.txt35 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.1/
DCHANGELOG.txt45 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.2/
DCHANGELOG.txt59 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.4/
DCHANGELOG.txt78 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.3/
DCHANGELOG.txt70 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/tags/2.5/
DCHANGELOG.txt88 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/mockftpserver/MockFtpServer/
DCHANGELOG.txt88 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getRe…
/external/iputils/
DRELNOTES92 arping: Unify source files.
/external/llvm/docs/
DPasses.rst913 ``-mergereturn``: Unify function exit nodes
/external/selinux/policycoreutils/po/
Dcs.po2676 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2681 msgid "Unify HTTPD handling of all content files."
Dsi_LK.po2672 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2677 msgid "Unify HTTPD handling of all content files."
Dlo.po2672 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2677 msgid "Unify HTTPD handling of all content files."
Dtl.po2672 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2677 msgid "Unify HTTPD handling of all content files."
Dms_MY.po2672 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2677 msgid "Unify HTTPD handling of all content files."
Daln.po2672 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2677 msgid "Unify HTTPD handling of all content files."
Daz.po2672 "Unify HTTPD to communicate with the terminal. Needed for entering the "
2677 msgid "Unify HTTPD handling of all content files."

123456