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

1 2 3 4 5 6 7 891011>>

  /external/skia/include/core/
SkImageGenerator.h 53 * Regardless of success or failure, the caller must still balance their ownership of encoded.
73 * of this data. If the GrContext is non-null, then the caller is only interested in
77 * If non-NULL is returned, the caller is responsible for calling
102 * expected by the caller. This can simply be identical
105 * This contract also allows the caller to specify
113 * If info is kIndex8_SkColorType, then the caller must provide storage for up to 256
139 * associated YUV data into those planes of memory supplied by the caller. It should validate
151 * The caller may pass NULL for the context. In that case the generator may assume that its
155 * If the caller passes a non-null context, then the generator should only succeed if:
156 * - it has no intrinsic context, and will use the caller'
    [all...]
  /external/skia/src/core/
SkBigPicture.cpp 23 , fRecord(record) // Take ownership of caller's ref.
25 , fBBH(bbh) // Take ownership of caller's ref.
26 , fAccelData(accelData) // Take ownership of caller's ref.
SkImageCacherator.h 43 * Returns a ref() on the texture produced by this generator. The caller must call unref()
49 * The caller is responsible for calling texture->unref() when they are done.
58 * If a GrContext is specified, then the caller is only interested in gpu-specific encoded
  /external/skia/src/pdf/
SkPDFGraphicState.h 40 * the object is incremented and it is the caller's responsibility to
50 * reference count of the object is incremented and it is the caller's
63 * count of the object is incremented and it is the caller's responsibility
  /external/v8/src/x64/
frames-x64.h 16 1 << 3 | // rbx - used as a caller-saved register in JavaScript code
53 // FP-relative displacement of the caller's SP. It points just
68 // Caller SP-relative.
  /external/v8/test/mjsunit/compiler/
regress-funcaller.js 30 // Test function.caller.
34 if (x == 0) return fun.caller;
35 if (x == 1) return gee.caller;
  /external/vboot_reference/firmware/include/
gbb_access.h 34 * @param keyp Returns a pointer to the key. The caller must call
45 * @param keyp Returns a pointer to the key. The caller must call
65 * The caller must call VbExFree() on *image_datap when finished with it.
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 47 // break out of the read loop. The DataSource can be returned to the caller, so
48 // that the caller can reuse it for subsequent fetches (within the initially
51 // For reused HTTP sources, the caller must download a file sequentially without
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalReceiver.java 67 IBinder caller = intent.getIBinderExtra("caller"); local
71 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerActivity.java 57 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) {
74 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) {
80 fragment.setTargetFragment(caller, 0);
  /frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java 93 throw new SecurityException("The caller has faked the package name.");
96 throw new SecurityException("The caller has faked the package name.");
104 throw new SecurityException("The caller is not a device or profile owner or bound "
  /frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
FragmentSupportPreferencesLeanback.java 47 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) {
50 f.setTargetFragment(caller, 0);
60 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) {
  /system/bt/osi/include/
buffer.h 27 // allocated. |size| must be non-zero. The caller must release this buffer with
34 // caller must release the returned buffer with |buffer_free|. Note that releasing
49 // writing to the returned pointer. The caller may safely write up to
  /system/core/bootstat/
event_log_list_builder.h 39 // to the caller. Caller takes ownership of the payload. No further calls
40 // to append* may be made once the payload is acquired by the caller.
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 104 /// Forward the 'resume' instruction to the caller's landing pad block.
163 /// Forward the 'resume' instruction to the caller's landing pad block.
245 Function *Caller = FirstNewBlock->getParent();
254 for (Function::iterator I = FirstNewBlock->getIterator(), E = Caller->end();
271 for (Function::iterator BB = FirstNewBlock->getIterator(), E = Caller->end();
301 Function *Caller = FirstNewBlock->getParent();
329 // This connects all the instructions which 'unwind to caller' to the invoke
331 for (Function::iterator BB = FirstNewBlock->getIterator(), E = Caller->end();
370 E = Caller->end();
388 /// aliasing scopes from a function inlined into a caller multiple times coul
    [all...]
  /external/v8/test/webkit/fast/js/
basic-strict-mode-expected.txt 82 PASS (function (){'use strict'; arguments.callee; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
83 PASS (function (){'use strict'; arguments.caller; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
84 PASS (function f(){'use strict'; f.arguments; })() threw exception TypeError: 'caller' and 'arguments' are restricted function properties and cannot be accessed in this context..
85 PASS (function f(){'use strict'; f.caller; })() threw exception TypeError: 'caller' and 'arguments' are restricted function properties and cannot be accessed in this context..
86 PASS (function f(){'use strict'; f.arguments=5; })() threw exception TypeError: 'caller' and 'arguments' are restricted function properties and cannot be accessed in this context..
87 PASS (function f(){'use strict'; f.caller=5; })() threw exception TypeError: 'caller' and 'arguments' are restricted function properties and cannot be accessed in this context..
88 PASS (function (arg){'use strict'; arguments.callee; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the argumen (…)
    [all...]
  /art/runtime/interpreter/mterp/mips64/
footer.S 48 * Can we handle it here - or need to bail out to caller?
57 beqzc v0, MterpExceptionReturn # no local catch, back to caller.
129 li v0, 1 # signal return to caller.
144 li v0, 1 # signal return to caller.
  /art/test/448-multiple-returns/src/
Main.java 26 Method m = c.getMethod("caller");
  /art/test/452-multiple-returns2/src/
Main.java 26 Method m = c.getMethod("caller");
  /art/test/460-multiple-returns3/src/
Main.java 26 Method m = c.getMethod("caller");
  /bionic/tests/
dlext_private.h 30 * is used in the case when linker cannot identify the caller of dlopen/dlsym. This happens
49 /* The shared namespace clones the list of libraries of the caller namespace upon creation
50 * which means that they are shared between namespaces - the caller namespace and the new one
56 * permitted_path from the caller's namespace.
  /cts/tests/fragment/src/android/fragment/cts/
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 "
  /external/autotest/contrib/
haveservo 7 # Error checking is kept to a minimum, because the only caller we
  /external/clang/tools/libclang/
CXString.h 41 /// \p String should not be changed by the caller afterwards.
47 /// \p String can be changed or freed by the caller.
53 /// \p String should not be changed by the caller afterwards.
59 /// \p String can be changed or freed by the caller.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
RunnableObjectEx.java 23 * @return some {@link Object} result for caller.

Completed in 751 milliseconds

1 2 3 4 5 6 7 891011>>