/art/runtime/jdwp/ |
jdwp_adb.cc | 43 * daemon. each incoming file descriptor is a pass-through to 283 * Process incoming data. If no data is available, this will block until 288 * To take some of the mystery out of life, we want to reject incoming
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 234 // Read the incoming packet from the tunnel. 242 // Write the incoming packet to the output stream. 246 // There might be more incoming packets.
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 194 // Read the incoming packet from the tunnel. 199 // Write the incoming packet to the output stream. 204 // There might be more incoming packets.
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
EmailPolicy.java | 101 * * FIND_PROVIDER_IN_URI The server configuration for the incoming (IMAP or POP) server 106 * Valid incoming uri schemes are: 148 * The username attribute MUST be specified for the incoming element, so the POP3 or IMAP
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
Target.java | 159 * Expect single quotes around the incoming literal. 199 * around the incoming literal. Just flip the quotes and replace 272 * with some escaped characters. For example, if the incoming string has
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip_util.c | 344 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local 348 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26)); 356 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiTvClient.java | 381 * Interface used to get incoming MHL vendor command. 388 * Sets {@link HdmiMhlVendorCommandListener} to get incoming MHL vendor command. 390 * @param listener to receive incoming MHL vendor command
|
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 50 * Implements the internal IInputMethod interface to convert incoming calls 290 Log.w(TAG, "Incoming session not of correct type: " + session, e); 305 Log.w(TAG, "Incoming session not of correct type: " + session, e);
|
/frameworks/base/docs/html/training/app-indexing/ |
deep-linking.jd | 13 <li><a href="#handling-intents">Read Data from Incoming Intents</a></li> 88 <h2 id="handling-intents">Read Data from Incoming Intents</h2> 92 action associated with the incoming {@link android.content.Intent}. You can
|
/frameworks/base/docs/html/training/multiple-threads/ |
communicate-ui.jd | 83 // Gets the image task from the incoming Message object. 219 code for each incoming {@link android.os.Message}. If the status code is 233 // Gets the task from the incoming Message object.
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/ |
omx_rpc_skel.c | 79 * @param size : Size of the incoming RCM message (parameter used in the RCM alloc call) 130 * @param size : Size of the incoming RCM message (parameter used in the RCM alloc call) 189 * @param size : Size of the incoming RCM message (parameter used in the RCM alloc call)
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_skel.c | 79 * @param size : Size of the incoming RCM message (parameter used in the RCM alloc call) 130 * @param size : Size of the incoming RCM message (parameter used in the RCM alloc call) 189 * @param size : Size of the incoming RCM message (parameter used in the RCM alloc call)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothShare.java | 67 * incoming file need user to confirm. 73 * incoming file request timeout and need update UI. 90 * The name of the column containing the filename that the incoming file
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
svc.h | 79 /* receive incoming requests */ 247 * Somebody has to wait for incoming requests and then call the correct 251 * incoming calls or other events outside of the rpc architecture, the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/ |
svc.h | 79 /* receive incoming requests */ 247 * Somebody has to wait for incoming requests and then call the correct 251 * incoming calls or other events outside of the rpc architecture, the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/link_analysis/ |
hits_alg.py | 19 Authorities estimates the node value based on the incoming links. 136 Authorities estimates the node value based on the incoming links. 206 Authorities estimates the node value based on the incoming links.
|
/system/bt/btif/src/ |
btif_sock_sco.c | 48 // Sample flow for an incoming connection: 49 // btsock_sco_listen() - listen for incoming connections 50 // connection_request_cb() - incoming connection request from remote host
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 185 // Incoming connections Pending 407 Log.i(TAG,"Incoming Hf accepted"); 415 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device)+ 430 Log.i(TAG,"Incoming Hf accepted"); 445 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device) + 651 Log.w(TAG, "Some other incoming HF connected in Pending state"); 653 Log.i(TAG,"Incoming Hf accepted"); 665 Log.i(TAG,"Incoming Hf rejected. priority=" + 684 // there is an incoming connection from the target device at the same time 691 Log.e(TAG, "Another connecting event on the incoming device") [all...] |
/art/compiler/dex/ |
ssa_transformation.cc | 161 * Also set the incoming parameters as defs in the entry block. 519 BasicBlockId* incoming = arena_->AllocArray<BasicBlockId>(num_uses, kArenaAllocDFInfo); local 520 mir->meta.phi_incoming = incoming; 526 incoming[idx] = pred_id;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothChatService.java | 37 * incoming connections, a thread for connecting with a device, and a 79 public static final int STATE_LISTEN = 1; // now listening for incoming connections 269 * This thread runs while listening for incoming connections. It behaves 427 * It handles all incoming and outgoing transmissions.
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockConnectionService.java | 33 * of Telecom CTS tests that simply require that a outgoing call is placed, or incoming call is
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
ServiceRunnerActivity.java | 44 // Handler of incoming messages from service.
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatService.java | 38 * incoming connections, a thread for connecting with a device, and a 66 public static final int STATE_LISTEN = 1; // now listening for incoming connections 286 * This thread runs while listening for incoming connections. It behaves 445 * It handles all incoming and outgoing transmissions.
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
ViewfinderProcessor.java | 106 * Simple class to keep track of incoming frame count,
|
/developers/samples/android/common/src/java/com/example/android/common/midi/ |
MidiFramer.java | 27 * Parses the incoming bytes and then posts individual messages to the receiver
|