HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 201 - 225 of 10314) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/widget/
WrapperListAdapter.java 21 * by calling {@link #getWrappedAdapter()}.
  /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 58 * This channel is created by calling the <code>openDatagramChannel</code>
121 * if another thread interrupts the calling thread while the
122 * operation is in progress. The calling thread will have the
172 * if another thread interrupts the calling thread while the
173 * operation is in progress. The calling thread will have the
210 * if another thread interrupts the calling thread while the
211 * operation is in progress. The calling thread will have the
221 * The precondition for calling this method is that the channel is connected
241 * if another thread interrupts the calling thread while the
242 * 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 33 * After connecting it by calling {@code connect(SocketAddress)}, it will remain
73 * This channel is created by calling {@code openSocketChannel()} of the
97 * if another thread interrupts the calling thread while this
98 * operation is executing. The calling thread will have the
159 * by calling {@code finishConnect()}.
180 * if another thread interrupts the calling thread while this
181 * operation is in progress. The calling thread will have the
218 * if another thread interrupts the calling thread while this
219 * operation is in progress. The calling thread has the
247 * 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/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/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 34 /** Determines if the calling process has access to its own voicemails. */
39 /** Determines if the calling process has access to all voicemails. */
89 /** Determines if the calling process has the given permission. */
91 // We need to check against both the calling or self permission in order for the Contacts
  /cts/tests/tests/jni/libjnitest/
helper.h 44 * style. The returned string should be freed by calling free().
55 * be freed by calling free().
  /external/chromium/base/memory/
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
68 "calling Release()";
  /external/chromium/chrome/browser/extensions/
extension_test_api.h 46 // Sends a reply back to the calling extension. Many extensions don't need
63 // Tests that set configuration state do so by calling
  /external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 28 // before calling directly.
34 // before calling directly.
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 37 // Sets the pixbuf that we pass to cairo. Calling UsePixbuf() only derefs the
39 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h 21 // Normally you will create this class by calling BrowserFrame::Create.
28 // separate to avoid recursive calling of the frame from its
  /external/chromium_org/base/memory/
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
68 "calling Release()";
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.h 37 // browser the calling code is running inside of. For example, popups, tabs,
44 // Incognito browsers are not considered unless the calling extension has
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 28 // before calling directly.
34 // before calling directly.
  /external/chromium_org/content/browser/worker_host/
worker_document_set.cc 49 // Note this idiom is somewhat tricky - calling document_set_.erase(iter)
51 // bump the iterator beyond the item being removed before calling erase.
  /external/chromium_org/media/base/
serial_runner.h 56 // the calling code does no more work after the call to Run().
58 // In all cases, |done_cb| is guaranteed to execute on a separate calling
  /external/chromium_org/net/cert/
mock_cert_verifier.h 20 // by calling set_default_result() to change the default return value for
21 // Verify() or by calling one of the AddResult*() methods to specifically
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
geocoding_data.h 51 // Returns a sorted array of country calling codes.
54 // Returns the number of country calling codes in
  /external/chromium_org/tools/gyp/test/cxxflags/
gyptest-cxxflags.py 34 # We clear the environ after calling gyp. When the auto-regeneration happens,
53 # We clear the environ after calling gyp. When the auto-regeneration happens,
  /external/chromium_org/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec

Completed in 1083 milliseconds

1 2 3 4 5 6 7 891011>>