Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 180) sorted by relevance

12345678

/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_imp_serv.cpp71 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 …]
Doscl_dns_param.cpp75 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/
Dwebkit-tools-completion.sh87 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/
Ddict.c1086 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/
DBasicScheme.java65 private boolean complete; field in BasicScheme
72 this.complete = false; in BasicScheme()
96 this.complete = true; in processChallenge()
106 return this.complete; in isComplete()
DDigestScheme.java96 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/
Dobject.c64 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/
Dcopyright21 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/
DTextPrompt.js138 this._completeTimeout = setTimeout(this.complete.bind(this, true), 250);
141 complete: function(auto) method in WebInspector.TextPrompt
279 this.complete();
Dinspector.js679 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/
Doscl_scheduler_readyq.cpp292 for (bool complete = false; !complete;) in WaitForRequestComplete() local
302 complete = IsIn(pvbase); in WaitForRequestComplete()
/external/bluetooth/glib/docs/reference/
DAUTHORS7 for a complete list.
/external/tremor/Tremor/
DCHANGELOG8 Added complete API documentation to source tarball. No code
/external/dhcpcd/dhcpcd-hooks/
D95-configured3 # know that setting up the interface is complete.
/external/e2fsprogs/debian/
Dlibblkid.copyright18 On Debian systems, the complete text of the GNU Lesser (Library)
De2fsprogs.copyright21 On Debian GNU systems, the complete text of the GNU General
De2fslibs.copyright23 On Debian GNU systems, the complete text of the GNU General
De2fsck-static.copyright23 On Debian GNU systems, the complete text of the GNU General
/external/proguard/
DREADME8 - docs : the complete documentation, licenses, etc. in html format
/external/webkit/WebKit/mac/Plugins/
DWebPluginContainerCheck.mm74 // mandatory to complete or cancel before releasing this object
81 // mandatory to complete or cancel before releasing this object
/external/webkit/WebCore/html/
DHTMLImageElement.h114 bool complete() const;
/external/opencore/build_config/default/
Dsetup.sh145 complete -F _pv_make_completion make
/external/icu4c/tools/genren/
DREADME7 - urename.h file should be generated after implementation is complete for a release.
/external/qemu/hw/
Dbt-hci.c744 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/
Dsqlite3ext.h72 int (*complete)(const char*sql); member
205 #define sqlite3_complete sqlite3_api->complete

12345678