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

1 2 3 4 5 67 8 91011>>

  /external/skia/src/codec/
SkCodecPriv.h 86 * This method is unsafe, the caller is responsible for performing a check
96 * This method is unsafe, the caller is responsible for performing a check
112 * This method is unsafe, the caller is responsible for performing a check
  /external/skia/src/gpu/gl/
GrGLNameAllocator.h 24 * half-open range [firstName, end). Note that the caller will most likely
36 * Destructs the name allocator. The caller is responsible for calling the
66 * to allocateName(). Note that the caller should most likely redefine the
  /external/skia/src/pdf/
SkPDFGraphicState.h 41 * the object is incremented and it is the caller's responsibility to
51 * reference count of the object is incremented and it is the caller's
64 * count of the object is incremented and it is the caller's responsibility
  /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/v8/test/mjsunit/
cross-realm-filtering.js 52 // Check .caller filtering across security contexts.
60 function f_0() { Realm.shared.result_0 = arguments.callee.caller; }; \
61 function f_1() { Realm.shared.result_1 = arguments.callee.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);
  /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
  /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");
  /bootable/recovery/
install.h 28 // returned and *wipe_cache is true on exit, caller should wipe the
  /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.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameModelLoader.java 29 // Do nothing. GifDecoder reads from an arbitrary InputStream, the caller will close that stream.
  /external/google-breakpad/src/processor/
stackwalker_amd64.h 76 // the frame that called frames.back(). The caller takes ownership
82 // omitted. The expectation is that caller's %rbp is pushed to the stack
85 // Caller owns the returned frame object. Returns NULL on failure.
89 // Scan the stack for plausible return addresses. The caller takes ownership
stackwalker_x86.h 81 // to construct the frame that called frames.back(). The caller
89 // the frame that called frames.back(). The caller takes ownership
94 // Assuming a traditional frame layout --- where the caller's %ebp
97 // frames.back(). The caller takes ownership of the returned frame.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DontCareFieldPosition.java 13 * caller is not interested in the start and end position of any field.
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java 16 * additional synchronization or coordination on the part of the caller.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_print_caps_numeric.3 11 capng_print_caps_numeric will create a numeric representation of the internal capabilities. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
capng_print_caps_text.3 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
  /external/llvm/test/CodeGen/AArch64/
arm64-fastcc-tailcall.ll 3 define void @caller(i32* nocapture %p, i32 %a, i32 %b) nounwind optsize ssp {
  /external/llvm/test/CodeGen/ARM/Windows/
no-ehabi.ll 5 define i32 @caller(i32 %i, i32 %j, i32 %k, i32 %l, i32 %m, i32 %n, i32 %o,
  /external/llvm/test/CodeGen/X86/
fast-cc-pass-in-regs.ll 6 define i64 @caller() {

Completed in 978 milliseconds

1 2 3 4 5 67 8 91011>>