Searched refs:completed (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dsync.c38 int *completed = transfer->user_data; local
39 *completed = 1;
78 int completed = 0; local
96 ctrl_transfer_cb, &completed, timeout);
104 while (!completed) {
105 r = libusb_handle_events_completed(HANDLE_CTX(dev_handle), &completed);
110 while (!completed)
111 if (libusb_handle_events_completed(HANDLE_CTX(dev_handle), &completed) < 0)
150 int *completed = transfer->user_data; local
151 *completed
161 int completed = 0; local
[all...]
H A Dio.c86 * completed and you can parse the results.
109 * inside libusb_bulk_transfer() until the transaction has completed. If it
135 * call with the results of the transaction when it has completed.
294 * When a transfer has completed (i.e. the callback function has been invoked),
298 * It is undefined behaviour to free a transfer which has not completed.
315 * the ability to cancel transfers which have not yet completed. This is
324 * has completed will result in undefined behaviour.
393 * Even though control endpoints do not halt, a completed control transfer
448 * completed normally, status will have value
461 * can be calculated as if each prior packet completed i
2006 libusb_handle_events_timeout_completed(libusb_context *ctx, struct timeval *tv, int *completed) argument
2117 libusb_handle_events_completed(libusb_context *ctx, int *completed) argument
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dget-completed-jobs.test2 # "$Id: get-completed-jobs.test 12104 2014-08-20 15:23:40Z msweet $"
4 # Get list of completed jobs.
17 # ./ipptool printer-uri get-completed-jobs.test
23 NAME "Get completed jobs"
33 ATTR keyword which-jobs completed
35 job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets-completed
45 DISPLAY job-media-sheets-completed
50 # End of "$Id: get-completed-jobs.test 12104 2014-08-20 15:23:40Z msweet $".
H A Dget-jobs.test4 # Get list of not-completed jobs.
34 job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets,job-media-sheets-completed,job-impressions,job-impressions-completed
45 DISPLAY job-impressions-completed
47 DISPLAY job-media-sheets-completed
H A D5.5-lp.sh86 echo " lpstat -W completed -o"
87 $VALGRIND ../systemv/lpstat -W completed -o | tee $BASE/lpstat-completed.txt
88 if test "`uniq -d $BASE/lpstat-completed.txt`" != ""; then
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A Dasynchttp.h44 void(*completed)(struct asynchttp_s *http, CFTimeInterval maxAge); member in struct:asynchttp_s
H A DSecTrustServer.h66 SecPathBuilderCompleted completed, const void *userData);
75 /* Core of the trust evaluation engine, this will invoke the completed
76 callback and return false if the evaluation completed, or return true if
H A DSecTrustServer.c636 SecPathBuilderCompleted completed; member in struct:SecPathBuilder
672 SecPathBuilderCompleted completed, const void *context) {
742 builder->completed = completed;
749 SecPathBuilderCompleted completed, const void *context) {
752 policies, verifyTime, accessGroups, completed, context);
1173 bool completed = SecPVCPathChecks(pvc); local
1182 return completed;
1263 secdebug("trust", "completed: %@ details: %@ result: %d",
1266 if (builder->completed) {
669 SecPathBuilderInit(SecPathBuilderRef builder, CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, CFArrayRef accessGroups, SecPathBuilderCompleted completed, const void *context) argument
746 SecPathBuilderCreate(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, CFArrayRef accessGroups, SecPathBuilderCompleted completed, const void *context) argument
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Durl.h40 CURLcode Curl_do_more(struct connectdata *, int *completed);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_1/
H A Dshell.js22 var completed = false; variable
H A Djsref.js1 var completed = false; variable
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/
H A Dshell.js22 var completed = false; variable
H A Djsref.js22 var completed = false; variable
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_4/
H A Dshell.js1 var completed = false; variable
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotgantt.tcl36 "completed" -
74 # completed Fraction completed (in %)
80 proc ::Plotchart::DrawGanttPeriod { w text time_begin time_end completed } {
102 set xcmp [expr {$xmin + $completed*($xmax-$xmin)/100.0}]
111 [$w create rectangle $x1 $y1 $x3 $y2 -fill $settings($w,color,completed) \
112 -tag {completed vertscroll horizscroll below}] \
115 [$w create text [expr {$x2+10}] $y -text "$completed%" \
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dsleep.c130 static void completed(void * handle) function
143 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired);
159 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired);
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c1173 int *completed = transfer->user_data; local
1174 *completed = 1;
1189 int completed = 0; local
1204 bulk_transfer_cb, &completed, timeout);
1215 while (!completed)
1223 while (!completed)
1300 int completed; local
1325 bulk_transfer_cb, &completed, 0); /* No timeout ! */
1338 completed = 0;
1339 while (!completed
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/
H A Dshell.js1 var completed = false; variable
/macosx-10.10/cups-408/cups/scheduler/
H A Djob.h49 ipp_attribute_t *sheets; /* job-media-sheets-completed */
53 completed_time, /* When job was completed (0 if not) */
81 int completed; /* cups-waiting-for-job-completed seen */ member in struct:cupsd_job_s
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/
H A DMakefile24 SHOPT_BGX == 1 /* one SIGCHLD trap per completed job */
/macosx-10.10/cups-408/cups/tools/
H A Dmakeipptoolpkg62 cp test/get-completed-jobs.test test/get-jobs.test $pkgdir
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A Dmain.py35 self.completed = 0
40 self.completed += 1
59 self.completed += 1
61 self.progressBar.update(float(self.completed)/self.numTests,
71 self.completed, self.numTests)
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtsmthred.cpp1343 int32_t completed =0; local
1349 completed++;
1362 logln("Completed %i tests", completed);
1364 if(completed == noSpawned)
1473 int32_t completed =0; local
1478 completed++;
1492 if(completed == kStringThreadThreads)
/macosx-10.10/apache-793/httpd/modules/arch/win32/
H A Dmod_isapi.c342 * when the load has completed. Release the global isapi hash
485 apr_thread_mutex_t *completed; member in struct:isapi_cid
953 if (cid->completed) {
954 (void)apr_thread_mutex_unlock(cid->completed);
1213 * the cid->completed event with a new flag to indicate
1214 * an async-notice versus the async request completed.
1556 * We create a cid->completed mutex and lock on it so that the
1567 rv = apr_thread_mutex_create(&cid->completed,
1570 if (cid->completed && (rv == APR_SUCCESS)) {
1571 rv = apr_thread_mutex_lock(cid->completed);
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/
H A Dshell.js29 var completed = false; variable

Completed in 1098 milliseconds

1234