Searched refs:pending (Results 76 - 100 of 142) sorted by relevance

123456

/macosx-10.9.5/dcerpc-58/dcerpc/perf/
H A Dclient.c1525 * Determine if a cancel is pending (and clear it).
1530 volatile boolean32 pending = false;
1538 printf("pending is set to TRUE\n"); fflush(stdout);
1539 pending = true; local
1548 return pending;
1556 * and verify that a cancel is pending upon completion.
1566 boolean32 pending;
1589 pending = cancel_was_pending();
1591 if (pending)
1592 printf(" Correct RPC cancel pending operatio
1504 volatile boolean32 pending = false; local
1607 boolean32 pending; local
1670 boolean32 pending; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesis.cpp88 bool SpeechSynthesis::pending() const function in class:WebCore::SpeechSynthesis
170 // Start the next job if there is one pending.
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm_p.h268 int pending; /* # blocks allocated but not written */ member in struct:dsm_db_t
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml9 (* precedence - Get the precedence of the pending binary operator token. *)
107 * rhs, let the pending operator take rhs as its lhs. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml9 (* precedence - Get the precedence of the pending binary operator token. *)
118 * rhs, let the pending operator take rhs as its lhs. *)
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D02where.t96 status => { 'in', ['pending', 'dispatched'] },
105 bind => [qw/pending dispatched nwiger unassigned robot/],
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dbsafecspi.h220 pending(0) {}
223 size_t pending; // bytes not eaten still pending (staged only) member in class:BSafe::CipherContext
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dentryfield.itk597 if {[catch {::selection get -selection CLIPBOARD} pending]} {
599 if {[catch {::selection get -selection PRIMARY} pending]} {
604 set len [expr {[string length $pending] + [string length [get]]}]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.m372 // Mark keysToGet for the current lockState as pending
538 - (void) calloutWith: (void(^)(NSSet *pending, bool syncWithPeersPending, dispatch_queue_t queue, void(^done)(NSSet *handledKeys, bool handledSyncWithPeers))) callout
571 handle pending keys and the device didn't unlock nor receive
576 Instead we leave any old pending keys until the next event. */
585 [self calloutWith:^(NSSet *pending, bool syncWithPeersPending, dispatch_queue_t queue, void(^done)(NSSet *, bool)) {
815 client fails, also add it to the pendingNotifications list. This pending list
836 [self calloutWith:^(NSSet *pending, bool syncWithPeersPending, dispatch_queue_t queue, void(^done)(NSSet *, bool)) {
845 secnotice("keytrace", "%@ handled: %@ null: %@ pending: %@", self,
850 secerror("%@ failed: %@ not handled: %@ null: %@ pending: %@", self, error,
861 secnotice("keytrace", "%@ handled: %@ null: %@ pending
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DEmail.pm177 On destruction, the object will call C<flush()> to send any pending
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DSocket.pm123 Upon destruction of the object, pending messages will be flushed
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/include/dig/
H A Ddig.h105 pending, /*%< Pending a successful answer */ member in struct:dig_lookup
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-arg.el175 "If there are pending modifications to be made, make them now."
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml9 (* precedence - Get the precedence of the pending binary operator token. *)
132 * rhs, let the pending operator take rhs as its lhs. *)
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr.h154 int pending; /* incomplete DA connections */ member in struct:QMGR_TRANSPORT
182 * Each next hop (e.g., a domain name) has its own queue of pending message
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask_policy.h292 uint64_t pending; member in struct:task_policy_state
400 /* pending policy */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomsoc_smb.c1906 size_t pending = 0; local
1939 if (rpc__smb_buffer_advance_cursor(&smb->sendbuffer, &pending))
1995 size_t pending; local
2036 pending = rpc__smb_buffer_pending(&smb->recvbuffer);
2037 if (iov[i].iov_len < pending)
2046 memcpy(iov[i].iov_base, smb->recvbuffer.start_cursor, pending);
2048 *cc += (int)pending;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dstartup.el305 (pending (list default-directory)))
308 (while pending
309 (push (pop pending) dirs)
334 (setq pending (nconc pending (list expanded)))))))))))
1704 (or noninteractive (input-pending-p) init-file-had-error
2007 (unless (input-pending-p)
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp2177 // adjust power state. Submit a request if one wasn't pending,
3031 boolean_t pending; local
3059 pending = thread_call_enter_delayed(fIdleTimer, deadline);
3060 if (pending) release();
3506 // the pending ack count.
5104 boolean_t pending; local
5139 pending = thread_call_enter_delayed(fSettleTimer, deadline);
5140 if (pending) release();
5314 boolean_t pending; local
5325 pending
5337 boolean_t pending; local
5393 boolean_t pending; local
5413 boolean_t pending; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dcalendar.tcl68 variable pending "" ; # pending after id for refresh
339 after cancel $pending
340 set pending [after idle [mymethod Refresh ]]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dcore.t273 print "not " if ($client->pending() != 7);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBRequest.cpp145 DEFINE_STATIC_LOCAL(AtomicString, pending, ("pending", AtomicString::ConstructFromLiteral));
149 return pending;
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocket.cpp488 bool pending = hasPendingActivity(); local
494 if (pending)
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DEmail.pm203 On destruction, the object will call C<flush()> to send any pending
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSocket.pm126 Upon destruction of the object, pending messages will be flushed

Completed in 204 milliseconds

123456