HomeSort by relevance Sort by last modified time
    Searched refs:incoming (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 109 final boolean mIncoming; // whether this is an incoming transfer
141 BeamTransferRecord pendingTransfer, boolean incoming) {
145 mIncoming = incoming;
151 // For incoming transfers, count can be set later
  /external/blktrace/btt/doc/
btt.tex 112 \item Time needed to insert or merge an incoming IO onto the request
131 For \emph{merged} requests -- an incoming request that is merged
192 IO\footnote{It should be noted that incoming requests either go through:
214 hardware) is to understand the block IO layer ends up merging incoming
216 section, we show the number of incoming requests (Q), the number of
229 125 incoming requests into a single request down the IO stack. The
244 providing a set of indicators showing how close incoming IO requests
324 being held by the IO scheduler when an incoming IO request was being
437 incoming IO requests, for more information see section~\ref{sec:qhist}.
548 is seeing relatively continuous incoming queues. Conversely, when it i
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
102 let phi = build_phi incoming "iftmp" builder in
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 223 * incoming is the contents of the SASL buffer as defined in RFC 2222
225 * offset and len specify the portion of incoming to use.
227 * @param incoming A non-null byte array containing the encoded bytes
229 * @param offset The starting position at incoming of the bytes to use
231 * @param len The number of bytes from incoming to use
237 byte[] incoming,
263 * @exception SaslException if incoming cannot be successfully unwrapped.
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 223 * incoming is the contents of the SASL buffer as defined in RFC 2222
225 * offset and len specify the portion of incoming to use.
227 * @param incoming A non-null byte array containing the encoded bytes
229 * @param offset The starting position at incoming of the bytes to use
231 * @param len The number of bytes from incoming to use
237 byte[] incoming,
263 * @exception SaslException if incoming cannot be successfully unwrapped.
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 229 const SingleObjectInvalidationSet& incoming = variable
232 list.insert(list.end(), incoming.begin(), incoming.end());
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 86 * -e INCOMING imap+ssl+://test_account:test_password@imap.gmail.com \
99 * and the appropriate incoming/outgoing information will be filled in automatically.
105 private static final String EXTRA_CREATE_ACCOUNT_INCOMING = "INCOMING";
144 // User is entering incoming settings
146 // We're checking incoming settings
219 // Set aside incoming AccountAuthenticatorResponse, if there was any
268 * incoming: The URI-style string defining the incoming account
274 final String incoming = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_INCOMING); local
286 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing))
    [all...]
  /art/compiler/dex/
mir_optimization.cc 128 * opcodes or incoming arcs. However, if the result of the invoke is not
532 * Phi node (and fix up the incoming arc list).
541 BasicBlockId* incoming = phi->meta.phi_incoming; local
544 incoming[i] = bb->id;
551 incoming[i] = incoming[last_slot];
    [all...]
mir_graph.cc 1254 BasicBlockId* incoming = mir->meta.phi_incoming; local
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler_unittest.cc 34 bool incoming) OVERRIDE {
  /external/chromium_org/remoting/webapp/
host_daemon_facade.js 141 * Handler for incoming Native Messages.
176 * Handler for incoming Native Messages.
it2me_host_facade.js 214 * Handler for incoming messages.
xmpp_login_handler.js 12 * receives incoming data using onDataReceived(), calls |sendMessageCallback|
xmpp_stream_parser.js 61 * Sets callbacks to be called on incoming stanzas and on error.
xmpp_connection.js 56 * incoming messages.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 131 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
132 let phi = build_phi incoming "iftmp" builder in
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 267 ' incoming message method=' + message.method);
it2me_helpee_channel.js 162 * Message Handler for incoming runtime messages from Hangouts.
  /external/chromium_org/third_party/webrtc/tools/rtcbot/
botmanager.js 20 // that listens to incoming connections. Once a connection is available it
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 52 // Listen for incoming requests.
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 416 public void showLoginFailedNotificationSynchronous(long accountId, boolean incoming) {
424 if (incoming) {
    [all...]
  /external/qemu/
vl-android.c 2147 const char *incoming = NULL; local
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 100 llvm::BasicBlock *incoming = Builder.GetInsertBlock(); local
101 assert(incoming && "expression emission must have an insertion point");
115 // However, we must be careful not to do this to our incoming
120 if (incoming != outgoing && outgoing->use_empty()) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 245 * If either the incoming binding's command or key exist in this, it will be
  /external/chromium_org/chrome/browser/resources/cryptotoken/
hidgnubbydevice.js 155 * Reads all incoming frames and notifies clients of their receipt.

Completed in 1612 milliseconds

1 2 34 5 6