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

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/am/
ResizeDockedStackTimeout.java 25 * When resizing the docked stack, a caller can temporarily supply task bounds that are different
26 * from the stack bounds. In order to return to a sane state if the caller crashes or has a bug,
  /frameworks/base/services/net/java/android/net/netlink/
StructNlMsgErr.java 43 // The ByteOrder must have already been set by the caller. In most
56 // The ByteOrder must have already been set by the caller. In most
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
LambdaMetafactory.java 36 public static CallSite metafactory(MethodHandles.Lookup caller,
44 public static CallSite altMetafactory(MethodHandles.Lookup caller,
  /ndk/sources/android/support/src/locale/
setlocale.c 42 // The function returns a char* but the caller is not supposed to
43 // modify it. Just to a type cast. If the caller tries to write to
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
BasicParameterStyle.java 93 public void getIcon(int index, BitmapCaller caller) {
94 mEditor.computeIcon(index, caller);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
TrampolineActivity.java 28 * activity can the check the caller by {@link Activity#getCallingPackage} or
38 // So that the target activity can get caller information via
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
QuickSettings.java 49 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) {
54 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 158 Generators always return to the most recent caller:
164 >>> def caller():
167 ... print "caller", i
168 >>> caller()
170 caller 1
171 caller 2
172 caller 3
173 caller 4
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 158 Generators always return to the most recent caller:
164 >>> def caller():
167 ... print "caller", i
168 >>> caller()
170 caller 1
171 caller 2
172 caller 3
173 caller 4
  /prebuilts/go/darwin-x86/test/
func5.go 11 func caller(f func(int, int) int, a, b int, c chan int) { func
17 go caller(f, a, b, c)
  /prebuilts/go/linux-x86/test/
func5.go 11 func caller(f func(int, int) int, a, b int, c chan int) { func
17 go caller(f, a, b, c)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 158 Generators always return to the most recent caller:
164 >>> def caller():
167 ... print "caller", i
168 >>> caller()
170 caller 1
171 caller 2
172 caller 3
173 caller 4
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 158 Generators always return to the most recent caller:
164 >>> def caller():
167 ... print "caller", i
168 >>> caller()
170 caller 1
171 caller 2
172 caller 3
173 caller 4
  /system/bt/osi/include/
hash_map_utils.h 26 // |params| cannot be NULL, is not modified and is owned by the caller.
31 // A new hash map or NULL is returned and is owned by the caller.
  /external/v8/test/mjsunit/es6/
object-literals-method.js 115 assertFalse(obj.method.hasOwnProperty("caller"));
116 assertThrows(function() { return obj.method.caller; }, TypeError);
117 assertThrows(function() { obj.method.caller = {}; }, TypeError);
129 assertFalse(obj.method.hasOwnProperty("caller"));
130 assertThrows(function() { return obj.method.caller; }, TypeError);
131 assertThrows(function() { obj.method.caller = {}; }, TypeError);
  /frameworks/av/include/camera/
CameraMetadata.h 73 * Release a raw metadata buffer to the caller. After this call,
74 * CameraMetadata no longer references the buffer, and the caller takes
87 * Acquire a raw metadata buffer from the caller. After this call,
88 * the caller no longer owns the raw buffer, and must not free or manipulate it.
198 * Caller becomes the owner of the new metadata
208 * Caller retains ownership of metadata
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 54 * @param caller
58 public static synchronized RilMessageDecoder getInstance(Handler caller, IccFileHandler fh,
70 mInstance[slotId] = new RilMessageDecoder(caller, fh);
82 * when complete MSG_ID_RIL_MSG_DECODED will be returned to caller.
111 private RilMessageDecoder(Handler caller, IccFileHandler fh) {
118 mCaller = caller;
  /hardware/libhardware/include/hardware/
thermal.h 141 * and caller should allocate a temperature_t array with that number
143 * Caller is responsible for allocating temperature_t array |list| of
165 * @param list If NULL, this method only returns number of cores and caller
167 * Caller is responsible for allocating cpu_usage_t array |list| of
183 * and caller should allocate a cooling_device_t array with that number
185 * Caller is responsible for allocating cooling_device_t array |list| of
keymaster1.h 128 * \param[out] algorithms Array of algorithms supported. The caller takes ownership of the
144 * \param[out] modes Array of modes supported. The caller takes ownership of the array and must
156 * Gets the padding modes supported for the specified algorithm. Caller assumes ownership of
163 * \param[out] modes Array of padding modes supported. The caller takes ownership of the array
175 * Gets the digests supported for the specified algorithm. Caller assumes ownership of the
182 * \param[out] digests Array of digests supported. The caller takes ownership of the array and
194 * Gets the key import formats supported for keys of the specified algorithm. Caller assumes
201 * \param[out] formats Array of formats supported. The caller takes ownership of the array and
212 * Gets the key export formats supported for keys of the specified algorithm. Caller assumes
219 * \param[out] formats Array of formats supported. The caller takes ownership of the array an
    [all...]
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 74 SLAndroidBufferQueueItf caller,
90 (*caller)->GetState(caller, &state);
96 (*caller)->Clear(caller);
103 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
111 SLresult res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
122 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 75 // Cache name or number of caller. Used when setting the content descriptions of buttons
135 * {Voicemail Prefix}. {Number of Calls}. {Caller information} {Phone Account}.
138 * If more than one call for the caller, {Number of Calls} is:
141 * The {Caller Information} references the most recent call associated with the caller.
150 * {Name/Number} is the name or number of the caller (as shown in call log).
169 // Get the name or number of the caller.
172 // Get the call type or location of the caller; null if not applicable
253 * Return the name or number of the caller specified by the details.
255 * @return the name (if known) of the caller, otherwise the formatted number
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 460 // When a message with QUEUE_FLUSH arrives we add the caller identity to the List and when a
462 // handler queue that removes the caller identify from the list and decrements the mFlushAll
463 // counter. This is so that when a message is processed and the caller identity is in the
533 // The AudioPlaybackHandler will be destroyed by the caller.
756 public SpeechItem(Object caller, int callerUid, int callerPid) {
757 mCallerIdentity = caller;
832 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) {
833 super(caller, callerUid, callerPid);
1496 IBinder caller = (IBinder) cookie; local
    [all...]
  /external/icu/icu4c/source/common/unicode/
uenum.h 102 * and must not be deleted by the caller. The pointer is valid
135 * and must not be deleted by the caller. The pointer is valid
162 * StringEnumeration is adopted; after this call, the caller must not
178 * @param strings array of const UChar* strings (each null terminated). All storage is owned by the caller.
181 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory.
195 * @param strings array of char* strings (each null terminated). All storage is owned by the caller.
198 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory
  /external/icu/icu4c/source/i18n/
precision.h 122 * Caller must not assume that the value of this parameter will remain
160 * Caller must not assume that the value of this parameter will remain
201 * If the method returns FALSE, caller should create a DigitList
203 * caller should accept the value stored in 'digits'. If this
204 * method returns TRUE along with a non zero error, caller must accept
207 * Before calling this method, caller must verify that this object
277 * Caller must not assume that the value of this parameter will remain
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 55 // caller need to do data->Slice(offset, length) beforehand.
95 // caller need to do data->Slice(offset, length) beforehand.
125 // manipulated in any way by the caller and the changes will be reflected in
183 // caller need to do data->Slice(offset, length) beforehand.
194 // caller need to do data->Slice(offset, length) beforehand.
256 // caller need to do data->Slice(offset, length) beforehand.
268 // caller need to do data->Slice(offset, length) beforehand.

Completed in 635 milliseconds

<<11121314151617181920>>