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

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 29 * have different locals sets for each caller.
45 * Indexed by label of caller block: the locals specific to each caller's
68 * caller label.
132 ex.addContext("(locals array set: primary for caller "
154 sb.append("(locals array set: primary for caller "
285 "Merging locals set for caller block " + Hex.u2(i));
325 ex.addContext("Merging one locals against caller block "
367 * caller label, or null if label has no locals associated with it.
369 * @param label {@code >= 0;} subroutine caller labe
    [all...]
  /external/google-breakpad/src/processor/
map_serializers.h 61 // NOTE: caller has to allocate enough memory before invoke Write() method.
68 // Caller has the ownership of memory allocated as "new char[]".
88 // NOTE: caller has to allocate enough memory before invoke Write() method.
96 // Caller has the ownership of memory allocated as "new char[]".
117 // NOTE: caller has to allocate enough memory before invoke Write() method.
123 // Caller has the ownership of memory allocated as "new char[]".
146 // NOTE: caller has to allocate enough memory before invoke Write() method.
153 // Caller has the ownership of memory allocated as "new char[]".
  /external/icu/icu4c/source/common/unicode/
appendable.h 85 * Tells the object that the caller is going to append roughly
98 * May return a pointer to the caller-owned scratch buffer which must have
119 * If a caller cannot provide a reasonable guess at the desired capacity,
122 * If a non-scratch buffer is returned, the caller may only pass
132 * @param scratch default caller-owned buffer
192 * Tells the UnicodeString that the caller is going to append roughly
203 * May return a pointer to the caller-owned scratch buffer which must have
214 * @param scratch default caller-owned buffer
  /external/llvm/test/Transforms/DeadArgElim/
deadretval2.ll 39 ; different orders (ie, first the caller, than the callee and first the callee
40 ; and then the caller) since DAE processes functions one by one and handles
  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.h 29 // font is returned in |output_buffer| (caller to delete[]). Return value is
42 // |output_buffer| Generated subset font. Caller to delete[].
  /external/skia/include/gpu/
GrPathRendererChain.h 46 /** Documents how the caller plans to use a GrPathRenderer to draw a path. It affects the PR
56 /** Returns a GrPathRenderer compatible with the request if one is available. If the caller
  /external/v8/test/mjsunit/regress/
regress-105.js 29 assertEquals(Number, custom_valueOf.caller);
34 assertEquals(String, custom_toString.caller);
regress-1387.js 29 // access strict mode caller and callee.
36 var get1 = Object.getOwnPropertyDescriptor(foo(), "caller").get;
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 57 // Caller owns the file desriptor and caller is responsible for closing it.
  /frameworks/base/core/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
  /frameworks/base/core/java/android/webkit/
JsResult.java 36 // This is the caller of the prompt and is the object that is waiting.
73 /* Notify the caller that the JsResult has completed */
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 30 * Returns an object that implements the given interface. If the caller is
42 * If the caller is a wrapper of the class or implements the given
  /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/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
  /external/skia/include/ports/
SkFontMgr.h 45 * The caller must call unref() on the returned object.
55 * and return a ref to it. The caller must call unref() on the returned
85 * or NULL if the data is not recognized. The caller must call unref() on
92 * (pass 0 for none) or NULL if the stream is not recognized. The caller
100 * not recognized. The caller must call unref() on the returned object
109 * Return a ref to the default fontmgr. The caller must call unref() on
  /frameworks/av/include/camera/
CameraMetadata.h 70 * Release a raw metadata buffer to the caller. After this call,
71 * CameraMetadata no longer references the buffer, and the caller takes
84 * Acquire a raw metadata buffer from the caller. After this call,
85 * the caller no longer owns the raw buffer, and must not free or manipulate it.
193 * Caller becomes the owner of the new metadata
203 * 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;
  /libcore/luni/src/main/java/java/security/acl/
Acl.java 56 * @param caller
64 void setName(Principal caller, String name) throws NotOwnerException;
79 * @param caller
89 boolean addEntry(Principal caller, AclEntry entry) throws NotOwnerException;
94 * @param caller
104 boolean removeEntry(Principal caller, AclEntry entry)
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 102 /// Forward the 'resume' instruction to the caller's landing pad block.
161 /// Forward the 'resume' instruction to the caller's landing pad block.
240 Function *Caller = FirstNewBlock->getParent();
249 for (Function::iterator I = FirstNewBlock, E = Caller->end(); I != E; ++I)
265 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){
284 /// aliasing scopes from a function inlined into a caller multiple times could
293 // caller. I'm omitting that check here because it might confuse
445 // property of the callee, but also all control dependencies in the caller.
629 // already in the caller. To do this, we might need a DT of the caller
    [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...]
  /hardware/libhardware/include/hardware/
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...]

Completed in 4208 milliseconds

1 2 3 4 5 6 7 891011>>