HomeSort by relevance Sort by last modified time
    Searched refs:toSend (Results 1 - 3 of 3) sorted by null

  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 142 int toSend = len;
143 while (toSend > 0) {
144 sent = send(mSocket, (void*)data, (size_t)toSend, 0);
146 toSend -= sent;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 352 Intent toSend = new Intent(Intent.ACTION_VIEW);
353 toSend.setData(Uri.parse("http://com.android.cts.verifier"));
354 sendIntentInsideChooser(toSend);
575 private void sendIntentInsideChooser(Intent toSend) {
576 toSend.putExtra(CrossProfileTestActivity.EXTRA_STARTED_FROM_WORK, true);
577 Intent chooser = Intent.createChooser(toSend,
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 227 milliseconds