HomeSort by relevance Sort by last modified time
    Searched refs:outgoing (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 255 * the length. offset and len specify the portion of outgoing to use.
257 * @param outgoing A non-null byte array containing the bytes to encode
258 * @param offset The starting position at outgoing of the bytes to use
259 * @param len The number of bytes from outgoing to use
270 byte[] outgoing,
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 151 * Retrieves the default outgoing phone account supporting the specified uriScheme. Note that if
155 * @param uriScheme The URI scheme for the outgoing call.
171 List<PhoneAccountHandle> outgoing = getCallCapablePhoneAccounts(uriScheme); local
172 switch (outgoing.size()) {
178 PhoneAccountHandle onlyHandle = outgoing.get(0);
180 return outgoing.get(0);
190 * @return The user-selected outgoing {@link PhoneAccount}, or null if it hasn't been set (or
195 // Return the registered outgoing default iff it still exists (we keep a sticky
211 // Asking to clear the default outgoing is a valid request
223 Log.w(this, "Trying to set nonexistent default outgoing %s"
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 87 * -e OUTGOING smtp+ssl+://test_account:test_password@smtp.gmail.com
99 * and the appropriate incoming/outgoing information will be filled in automatically.
106 private static final String EXTRA_CREATE_ACCOUNT_OUTGOING = "OUTGOING";
148 // User is entering outgoing settings
150 // We're checking outgoing settings
269 * outgoing: The URI-style string defining the outgoing account
275 final String outgoing = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_OUTGOING); local
286 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing));
292 "USER, INCOMING, OUTGOING, or EMAIL and PASSWORD")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 319 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next())
462 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
520 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
547 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
730 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next())
1142 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next())
    [all...]
nv50_ir_print.cpp 607 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next())
nv50_ir_peephole.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 319 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next())
462 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
520 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
547 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
730 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next())
1142 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next())
    [all...]
nv50_ir_print.cpp 607 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next())
nv50_ir_peephole.cpp     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 555 def transitive_merge_helper(self, node, extract, merge, seen, stack, outgoing):
564 for next in outgoing(node):
565 sub_deps, sub_loop = self.transitive_merge_helper(next, extract, merge, seen, stack, outgoing)
    [all...]
  /external/chromium_org/remoting/webapp/
xmpp_login_handler.js 13 * to send outgoing messages and calls |onHandshakeDoneCallback| after
client_session.js 12 * - Delivers incoming/outgoing signaling messages,
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 105 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); local
106 assert(outgoing && "expression emission cleared block!");
120 if (incoming != outgoing && outgoing->use_empty()) {
121 outgoing->eraseFromParent();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 209 boolean outgoing = state == BluetoothHeadsetClientCall.CALL_STATE_DIALING ||
219 outgoing);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 402 //append "?hl=<lang> to an outgoing request (such as to blog)
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 326 //append "?hl=<lang> to an outgoing request (such as to blog)
  /external/iproute2/doc/
ip-tunnels.tex 446 on all outgoing interfaces, or, alternatively,
ip-cref.tex 753 of outgoing packets (Cf.\ Appendix~\ref{ADDR-SEL}, p.\pageref{ADDR-SEL}.).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 1599 int outgoing; member in struct:__anon16619
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 

Completed in 6628 milliseconds

1 23 4