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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/java/android/media/session/
MediaController.java 152 Log.wtf(TAG, "Error calling getPlaybackState.", e);
166 Log.wtf(TAG, "Error calling getMetadata.", e);
184 Log.wtf(TAG, "Error calling getQueue.", e);
196 Log.wtf(TAG, "Error calling getQueueTitle", e);
208 Log.wtf(TAG, "Error calling getExtras", e);
231 Log.wtf(TAG, "Error calling getRatingType.", e);
245 Log.wtf(TAG, "Error calling getFlags.", e);
262 Log.wtf(TAG, "Error calling getAudioInfo.", e);
277 Log.wtf(TAG, "Error calling getPendingIntent.", e);
306 Log.wtf(TAG, "Error calling setVolumeTo.", e)
    [all...]
  /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
  /frameworks/rs/
rsScriptGroup2.cpp 28 // Create a device-specific implementation by calling the device driver
  /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/CarrierConfig/assets/
carrier_config_311012.xml 14 <string name="httpParams">x-up-calling-line-id: 1##LINE1NOCOUNTRYCODE##|X-VzW-MDN: 1##LINE1NOCOUNTRYCODE##</string>
  /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 36 /** Determines if the calling process has access to its own voicemails. */
41 /** Determine if the calling process has full read access to all voicemails. */
49 /** Determine if the calling process has the permission required to update and remove all
112 /** 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...
  /sdk/find_java/
build.gradle 44 // 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().
  /external/clang/test/CodeGenCXX/
noexcept.cpp 4 // Ensure that we call __cxa_begin_catch before calling
32 // (Calling this destructor is not technically required.)
  /external/compiler-rt/test/asan/TestCases/Linux/
malloc-in-qsort.cc 23 printf("Calling QsortCallback\n");
30 printf("Calling qsort\n");
overflow-in-qsort.cc 22 printf("Calling QsortCallback\n");
29 printf("Calling qsort\n");
  /external/eigen/Eigen/
OrderingMethods 49 * Eigen computes internally the pattern of \f$A^T*A\f$ before calling the method.
51 * by calling the method with a SelfAdjointView type.
  /external/eigen/doc/
TopicMultithreading.dox 17 Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by calling \code setNbThreads(0); \endcode
30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then you have to initialize Eigen by calling the following routine \b before creating the threads:

Completed in 1645 milliseconds

1 2 3 4 5 6 7 891011>>