HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 251 - 275 of 11340) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
WrapperListAdapter.java 21 * by calling {@link #getWrappedAdapter()}.
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractorRequest.aidl 20 * IPC interface identifying a request from an application calling through an IVoiceInteractor.
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 8 android.net.wifi.p2p.WifiP2pManager}, which you can acquire by calling {@link
12 <li>Initialize your application for P2P connections by calling {@link
15 <li>Discover nearby devices by calling {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers
18 <li>Start a P2P connection by calling {@link android.net.wifi.p2p.WifiP2pManager#connect
  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 61 * This channel is created by calling the <code>openDatagramChannel</code>
124 * if another thread interrupts the calling thread while the
125 * operation is in progress. The calling thread will have the
175 * if another thread interrupts the calling thread while the
176 * operation is in progress. The calling thread will have the
213 * if another thread interrupts the calling thread while the
214 * operation is in progress. The calling thread will have the
224 * The precondition for calling this method is that the channel is connected
244 * if another thread interrupts the calling thread while the
245 * operation is in progress. The calling thread will have th
    [all...]
GatheringByteChannel.java 41 * if another thread interrupts the calling thread while the
42 * operation is in progress. The interrupt state of the calling
79 * if another thread interrupts the calling thread while the
80 * operation is in progress. The interrupt state of the calling
ScatteringByteChannel.java 41 * if another thread interrupts the calling thread while the
42 * operation is in progress. The interrupt state of the calling
73 * if another thread interrupts the calling thread while the
74 * operation is in progress. The interrupt state of the calling
SocketChannel.java 36 * After connecting it by calling {@link #connect(SocketAddress)}, it will remain
81 * This channel is created by calling {@code openSocketChannel()} of the
105 * if another thread interrupts the calling thread while this
106 * operation is executing. The calling thread will have the
167 * by calling {@code finishConnect()}.
188 * if another thread interrupts the calling thread while this
189 * operation is in progress. The calling thread will have the
226 * if another thread interrupts the calling thread while this
227 * operation is in progress. The calling thread has the
255 * if another thread interrupts the calling thread while thi
    [all...]
  /libcore/luni/src/main/java/java/sql/
ClientInfoStatus.java 21 * An enumeration to describe the reason why a property cannot be set by calling
  /ndk/sources/android/crazy_linker/tests/
zoo.cpp 27 printf("%s: Calling Bar()\n", __FUNCTION__);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.exception.pass.cpp 24 throw 1; // this throw should end up calling terminate()
wait_for.exception.pass.cpp 24 throw 1; // this throw should end up calling terminate()
  /ndk/tests/device/bitfield/jni/
func.c 9 printf("Calling printf to trash r0..r3\n");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java 24 // Argument used to pass calling activities to the target activity or service.
  /packages/apps/Nfc/src/com/android/nfc/
NfcPermissions.java 23 throw new SecurityException("userId passed in is not the calling user.");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 34 /** Determines if the calling process has access to its own voicemails. */
39 /** Determine if the calling process has full read access to all voicemails. */
44 /** Determine if the calling process has the permission required to update and remove all
103 /** Determines if the calling process has the given permission. */
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_functors.i 17 * which will then allow calling them from Ruby either like:
  /sdk/emulator/mksdcard/
build.gradle 48 // calling .exeFile on the set returns an array with the result from each item in the set...
  /cts/tests/tests/jni/libjnitest/
helper.h 44 * style. The returned string should be freed by calling free().
55 * be freed by calling free().
  /cts/tests/tests/permission/src/android/permission/cts/
ConnectivityManagerPermissionTest.java 42 * Verify that calling {@link ConnectivityManager#getNetworkInfo(int))}
58 * Verify that calling {@link ConnectivityManager#requestRouteToHost(int, int)}
  /external/bluetooth/bluedroid/osi/include/
thread.h 34 // and the calling thread will block until |thread| terminates. |thread|
45 // after calling |thread_stop|. This function is guaranteed to not block.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
InputStreamUtil.java 16 * Utility methods for calling InputStream methods. These take care of exception handling.
28 return "Got exception when calling " + method + "() on an InputStream returned from " +
  /external/chromium_org/base/android/
jni_int_wrapper.h 8 // Wrapper used to receive int when calling Java from native.
39 // an implicit conversion to convert a long to an int when calling Java.
  /external/chromium_org/chrome/browser/signin/
easy_unlock_auth_attempt.h 15 // the screen and logging in). The auth protocol is started by calling |Start|,
39 // If |this| has TYPE_SIGNIN type, calling this method will cause signin
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 28 // before calling directly.
34 // before calling directly.
  /external/chromium_org/content/renderer/media/
media_stream_source.h 45 // Stops the source (by calling DoStopSource()). This sets the
47 // if set. All pointers to this object are invalid after calling this.

Completed in 2070 milliseconds

<<11121314151617181920>>