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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.h 20 // Helper class that registers X Window error handler. Caller can use
  /frameworks/base/core/java/android/util/
Slog.java 77 * Like {@link Log#wtf(String, String)}, but will never cause the caller to crash, and
93 * Like {@link Log#wtfStack(String, String)}, but will never cause the caller to crash, and
102 * Like {@link Log#wtf(String, Throwable)}, but will never cause the caller to crash,
111 * Like {@link Log#wtf(String, String, Throwable)}, but will never cause the caller to crash,
  /frameworks/base/media/java/android/media/
IAudioService.aidl 43 String callingPackage, String caller);
67 void setRingerModeExternal(int ringerMode, String caller);
69 void setRingerModeInternal(int ringerMode, String caller);
132 String caller);
  /frameworks/minikin/tests/
FontTestUtils.h 28 * Caller must unref the returned pointer.
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSessionListener.aidl 38 * @param caller the SIP profile of the caller
39 * @param sessionDescription the caller's session description
41 void onRinging(in ISipSession session, in SipProfile caller,
  /frameworks/support/fragment/tests/java/android/support/v4/app/
StrictFragment.java 60 public void checkState(String caller, int... expected) {
73 throw new IllegalStateException(caller + " called while fragment was "
77 public void checkStateAtLeast(String caller, int minState) {
79 throw new IllegalStateException(caller + " called while fragment was "
  /frameworks/wilhelm/src/desktop/
SLSndFile.h 19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
  /libcore/ojluni/src/main/java/javax/sql/
RowSetReader.java 52 * <P>The <code>readData</code> method adds rows to the caller.
54 * populate the caller with rows from a nonrelational data source.
65 * @param caller the <code>RowSet</code> object (1) that has implemented the
71 void readData(RowSetInternal caller) throws SQLException;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceUnavailableException.java 21 * prevents the caller from receiving an invalid result.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
FilterView.java 22 public void computeIcon(int index, BitmapCaller caller);
ParameterStyles.java 34 void getIcon(int index, BitmapCaller caller);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NoOpConsumer.java 26 // Tell the caller that we haven't taken ownership of this result.
  /packages/services/Car/car-lib/src/android/car/content/pm/
ICarAppBlockingPolicySetter.aidl 23 token per each Service. Caller still needs permission to set policy.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 3 # reaped our child process. The wait() passing the OSError on to the caller
  /prebuilts/gdb/linux-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 3 # reaped our child process. The wait() passing the OSError on to the caller
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_arm.s 17 // will clobber the test pattern created by the caller
asm_arm64.s 14 // will clobber the test pattern created by the caller
asm_ppc64x.s 12 // will clobber the test pattern created by the caller
  /prebuilts/go/darwin-x86/src/sync/
cond.go 41 // Because c.L is not locked when Wait first resumes, the caller
43 // Wait returns. Instead, the caller should Wait in a loop:
68 // It is allowed but not required for the caller to hold c.L
76 // It is allowed but not required for the caller to hold c.L
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4562.go 38 _, file, line, ok := runtime.Caller(i)
issue5856.go 32 _, file, line, _ := runtime.Caller(3)
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_arm.s 17 // will clobber the test pattern created by the caller
asm_arm64.s 14 // will clobber the test pattern created by the caller
asm_ppc64x.s 12 // will clobber the test pattern created by the caller
  /prebuilts/go/linux-x86/src/sync/
cond.go 41 // Because c.L is not locked when Wait first resumes, the caller
43 // Wait returns. Instead, the caller should Wait in a loop:
68 // It is allowed but not required for the caller to hold c.L
76 // It is allowed but not required for the caller to hold c.L

Completed in 998 milliseconds

<<11121314151617181920>>