HomeSort by relevance Sort by last modified time
    Searched defs:outgoing (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 29 * accepts an incoming connection, and it will then forward the incoming/outgoing streams to a
49 Thread outgoing = new Thread(new SocketPipe(from, to)); local
51 outgoing.setName(LOGTAG);
53 outgoing.start();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 75 // Check if we are allowed to make outgoing TCP connections
184 bool outgoing = (socket_ == NULL); local
185 if (outgoing) {
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallTypeIconsView.java 33 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
83 return mResources.outgoing;
112 public final Drawable outgoing; field in class:CallTypeIconsView.Resources
120 outgoing = r.getDrawable(R.drawable.ic_call_outgoing_holo_dark);
  /cts/tools/dasm/src/java_cup/
lalr_state.java 281 symbol_set outgoing; local
317 outgoing = new symbol_set();
324 if (sym != null) outgoing.add(sym);
328 for (s = outgoing.all(); s.hasMoreElements(); )
510 /* consider each outgoing transition */
  /external/mtpd/
pptp.c 132 } incoming, outgoing; variable in typeref:struct:packet
137 memset(outgoing.buffer, 0, length);
138 outgoing.length = length;
139 outgoing.header.length = htons(length);
140 outgoing.header.type = CONTROL_MESSAGE;
141 outgoing.header.cookie = MAGIC_COOKIE;
142 outgoing.message = htons(message);
147 send(the_socket, outgoing.buffer, outgoing.length, 0);
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION
    [all...]
l2tp.c 119 } incoming, outgoing; variable in typeref:struct:packet
130 uint16_t *p = (uint16_t *)outgoing.buffer;
141 outgoing.message = message;
142 outgoing.length = MESSAGE_HEADER_SIZE;
148 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
153 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
168 uint16_t *p = (uint16_t *)outgoing.buffer;
169 p[1] = htons(outgoing.length);
170 send(the_socket, outgoing.buffer, outgoing.length, 0)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 90 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
110 int outgoing; member in struct:__anon21056
  /external/clang/lib/CodeGen/
CGStmt.cpp 100 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); local
101 assert(outgoing && "expression emission cleared block!");
115 if (incoming != outgoing && outgoing->use_empty()) {
116 outgoing->eraseFromParent();
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 86 * -e OUTGOING smtp+ssl+://test_account:test_password@smtp.gmail.com
105 private static final String EXTRA_CREATE_ACCOUNT_OUTGOING = "OUTGOING";
296 String outgoing = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_OUTGOING); local
298 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing)) {
300 "INCOMING, OUTGOING");
304 forceCreateAccount(email, user, incoming, outgoing);
591 * @param outgoing The URI-style string defining the outgoing account
593 private void forceCreateAccount(String email, String user, String incoming, String outgoing) {
600 HostAuth.setHostAuthFromString(sendAuth, outgoing);
    [all...]
  /external/dbus/dbus/
dbus-auth.c 159 DBusString outgoing; /**< Outgoing data buffer */ member in struct:DBusAuth
362 if (!_dbus_string_init (&auth->outgoing))
409 _dbus_string_free (&auth->outgoing);
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 1518 int outgoing; member in struct:__anon12769
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 285 milliseconds