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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue4562.go 38 _, file, line, ok := runtime.Caller(i)
issue5856.go 32 _, file, line, _ := runtime.Caller(3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 3 # reaped our child process. The wait() passing the OSError on to the caller
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 3 # reaped our child process. The wait() passing the OSError on to the caller
  /system/bt/osi/include/
reactor.h 46 // Starts the reactor. This function blocks the caller until |reactor_stop| is called
64 // file descriptor's registration with the reactor. When the caller is no longer interested
72 // caller has already registered a file descriptor with a reactor, has a valid |object|,
81 // |obj| is invalid after calling this function so the caller must drop all references to it.
  /system/core/libnativeloader/
dlext_namespaces.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.
  /toolchain/binutils/binutils-2.25/libiberty/
ChangeLog.jit 8 a memoized allocation, the caller must not touch it.
  /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/autotest/client/common_lib/cros/fake_device_server/
resource_method.py 31 Caller must define a json blob to patch the resource with.
51 Caller must define a json blob to patch the resource with.
  /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/libcap/doc/
cap_init.3 28 caller should free any releasable memory, when the capability state in
57 the caller should free any releasable memory by calling
  /external/llvm/test/CodeGen/WinEH/
wineh-intrinsics.ll 18 %cs1 = catchswitch within none [label %do_catch] unwind to caller
33 %cs1 = catchswitch within none [label %do_catch] unwind to caller
  /external/llvm/test/CodeGen/X86/
win-catchpad-nested.ll 15 %cs1 = catchswitch within none [label %outer.catch] unwind to caller
25 %cs2 = catchswitch within %cp1 [label %inner.catch] unwind to caller
  /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/llvm/test/Verifier/
invalid-eh.ll 32 ;T4: %cs = catchswitch within none [label %next] unwind to caller
36 ;T4: cleanupret from %x unwind to caller
  /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/c/
sk_picture.h 38 Signal that the caller is done recording. This invalidates the
40 is passed to the caller, who must call sk_picture_unref() when
  /external/skia/src/gpu/
GrPathRendererChain.h 30 /** Documents how the caller plans to use a GrPathRenderer to draw a path. It affects the PR
41 /** Returns a GrPathRenderer compatible with the request if one is available. If the caller
  /external/tpm2/
Entropy.c 30 // there would be no call to the system to get entropy. If the caller does not ask for any entropy, then this is
52 // of the caller to deal with partial results.
  /external/v8/src/compiler/
node-cache.h 38 // returned by this method contains a non-nullptr node, the caller can use
40 // node. Otherwise it is the responsibility of the caller to fill the entry
  /external/v8/test/mjsunit/regress/
regress-105.js 29 assertEquals(null, custom_valueOf.caller);
34 assertEquals(null, custom_toString.caller);
regress-1387.js 29 // access strict mode caller and callee.
36 var get1 = Object.getOwnPropertyDescriptor(foo(), "caller").get;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.h 49 // The caller is expected to delete the memory when done.
66 // GetFecPackets allocates memory and creates FEC packets, but the caller is
  /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 */

Completed in 767 milliseconds

<<11121314151617181920>>