/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_socket_imp_serv.cpp | 71 int32 complete = 0; in ProcessConnect() local 105 complete = OSCL_REQUEST_ERR_GENERAL; in ProcessConnect() 132 complete = OSCL_REQUEST_ERR_NONE; in ProcessConnect() 140 complete = OSCL_REQUEST_ERR_GENERAL; in ProcessConnect() 169 complete = OSCL_REQUEST_ERR_GENERAL; in ProcessConnect() 177 complete = OSCL_REQUEST_ERR_NONE; in ProcessConnect() 190 …(0, "OsclSocketI::ProcessConnect (0x%x) request complete %d sockerr %d", this, complete, sockerr)); in ProcessConnect() 191 req->Complete(aElem, complete, sockerr); in ProcessConnect() 208 int32 complete = 0; in ProcessShutdown() local 220 complete = OSCL_REQUEST_ERR_GENERAL; in ProcessShutdown() [all …]
|
D | oscl_dns_param.cpp | 75 int32 complete; in InThread() local 81 OsclDNSI::ProcessDnsRequest((GetHostByNameParam*)this, complete, dnserr); in InThread() 95 iDNSRequest->Complete(true, complete, dnserr); in InThread() 100 iDNSRequest->Complete(true, complete, dnserr); in InThread()
|
/external/webkit/WebKitTools/Scripts/ |
D | webkit-tools-completion.sh | 87 complete -F _bugzilla-tool_complete bugzilla-tool 88 complete -W "--continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" res… 89 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --o… 90 complete -W "--clean --debug --help -h" build-webkit 91 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --h…
|
/external/e2fsprogs/e2fsck/ |
D | dict.c | 1086 dnode_t *complete = 0; in dict_load_end() local 1101 if (complete == NULL && botrowcount-- == 0) { in dict_load_end() 1105 complete = tree[0]; in dict_load_end() 1107 if (complete != 0) { in dict_load_end() 1109 complete->right = dictnil; in dict_load_end() 1111 tree[level]->right = complete; in dict_load_end() 1112 complete->parent = tree[level]; in dict_load_end() 1113 complete = tree[level]; in dict_load_end() 1119 if (complete == NULL) { in dict_load_end() 1123 complete = curr; in dict_load_end() [all …]
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | BasicScheme.java | 65 private boolean complete; field in BasicScheme 72 this.complete = false; in BasicScheme() 96 this.complete = true; in processChallenge() 106 return this.complete; in isComplete()
|
D | DigestScheme.java | 96 private boolean complete; field in DigestScheme 112 this.complete = false; in DigestScheme() 158 this.complete = true; in processChallenge() 172 return this.complete; in isComplete()
|
/external/bluetooth/bluez/gdbus/ |
D | object.c | 64 gboolean complete; in print_arguments() local 66 complete = FALSE; in print_arguments() 79 complete = TRUE; in print_arguments() 87 complete = TRUE; in print_arguments() 93 complete = TRUE; in print_arguments() 99 if (complete) in print_arguments()
|
/external/dosfstools/debian/ |
D | copyright | 21 On Debian systems, the complete text of the GNU General Public License 43 On Debian systems, the complete text of the GNU General Public License 67 On Debian systems, the complete text of the GNU General Public License 87 On Debian systems, the complete text of the GNU General Public License
|
/external/webkit/WebCore/inspector/front-end/ |
D | TextPrompt.js | 138 this._completeTimeout = setTimeout(this.complete.bind(this, true), 250); 141 complete: function(auto) method in WebInspector.TextPrompt 279 this.complete();
|
D | inspector.js | 679 WebInspector.animateStyle = function(animations, duration, callback, complete) argument 681 if (complete === undefined) 682 complete = 0; 715 } else if (complete == 0) 737 if ((complete + slice) < duration) { 739 var newValue = cubicInOut(complete, startValue, endValue - startValue, duration); 748 if (complete < duration) 749 … setTimeout(WebInspector.animateStyle, slice, animations, duration, callback, complete + slice);
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler_readyq.cpp | 292 for (bool complete = false; !complete;) in WaitForRequestComplete() local 302 complete = IsIn(pvbase); in WaitForRequestComplete()
|
/external/bluetooth/glib/docs/reference/ |
D | AUTHORS | 7 for a complete list.
|
/external/tremor/Tremor/ |
D | CHANGELOG | 8 Added complete API documentation to source tarball. No code
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 95-configured | 3 # know that setting up the interface is complete.
|
/external/e2fsprogs/debian/ |
D | libblkid.copyright | 18 On Debian systems, the complete text of the GNU Lesser (Library)
|
D | e2fsprogs.copyright | 21 On Debian GNU systems, the complete text of the GNU General
|
D | e2fslibs.copyright | 23 On Debian GNU systems, the complete text of the GNU General
|
D | e2fsck-static.copyright | 23 On Debian GNU systems, the complete text of the GNU General
|
/external/proguard/ |
D | README | 8 - docs : the complete documentation, licenses, etc. in html format
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebPluginContainerCheck.mm | 74 // mandatory to complete or cancel before releasing this object 81 // mandatory to complete or cancel before releasing this object
|
/external/webkit/WebCore/html/ |
D | HTMLImageElement.h | 114 bool complete() const;
|
/external/opencore/build_config/default/ |
D | setup.sh | 145 complete -F _pv_make_completion make
|
/external/icu4c/tools/genren/ |
D | README | 7 - urename.h file should be generated after implementation is complete for a release.
|
/external/qemu/hw/ |
D | bt-hci.c | 744 goto complete; in bt_hci_connection_accept() 754 complete: in bt_hci_connection_accept() 841 goto complete; in bt_hci_lmp_connection_complete() 847 goto complete; in bt_hci_lmp_connection_complete() 861 goto complete; in bt_hci_lmp_connection_complete() 868 complete: in bt_hci_lmp_connection_complete() 890 goto complete; in bt_hci_disconnect() 900 complete: in bt_hci_disconnect()
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3ext.h | 72 int (*complete)(const char*sql); member 205 #define sqlite3_complete sqlite3_api->complete
|