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

<<11121314151617181920>>

  /external/clang/test/Analysis/
stack-addr-ps.cpp 57 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack memory associated with local variable 'x1' returned to caller}}
100 return p; // expected-warning {{stack memory associated with local variable 'p' returned to caller}}
121 return obj; // expected-warning{{Address of stack memory associated with local variable 'obj' returned to caller}}
131 return reinterpret_cast<intptr_t>(static_cast<const void *>(obj)); // expected-warning{{Address of stack memory associated with local variable 'obj' returned to caller}}
  /external/clang/test/CodeGen/
2008-01-25-ByValReadNone.c 9 // be deleted in the caller. We also don't allow readonly since
  /external/curl/docs/libcurl/
curl_version.3 37 allocated buffer and must not be freed by the caller.
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
ActivityFragmentLifecycle.java 28 * lifecycle methods called more than once. It is the caller's responsibility to avoid adding listeners
  /external/guice/core/src/com/google/inject/internal/
ErrorsException.java 21 * Indicates that a result could not be returned while preparing or resolving a binding. The caller
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
AliasCreator.java 32 * responsibility of the caller to resolve this to (X to Z) and (Y to Z).
  /external/hamcrest/src/org/hamcrest/
Matcher.java 27 * because the caller of the Matcher does not know at runtime what the type is
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RemoveTransliterator.java 46 // Our caller (filteredTransliterate) has already narrowed us
  /external/icu/icu4c/source/i18n/
remtrans.cpp 59 // Our caller (filteredTransliterate) has already narrowed us
ztrans.h 98 * Sets the rule used before the transition. The caller remains
108 * Adopts the rule used before the transition. The caller must
125 * Sets the rule used after the transition. The caller remains
134 * Adopts the rule used after the transition. The caller must
  /external/icu/icu4c/source/test/intltest/
punyref.h 66 /* the caller can leave room for a terminator and add one if */
69 /* caller passes in the maximum number of code points that it */
96 /* output_length is an in/out argument: the caller passes in */
103 /* by the caller (if possible), while zero suggests that it be */
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RemoveTransliterator.java 45 // Our caller (filteredTransliterate) has already narrowed us
  /external/iproute2/tipc/
cmdl.h 41 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller,
  /external/jsilver/src/com/google/streamhtmlparser/
JavascriptParserFactory.java 26 * <p>Note that we do not typically expect a caller of this package to require
  /external/kernel-headers/original/uapi/linux/
phantom.h 33 /* this ioctl tells the driver, that the caller is not OpenHaptics and might
  /external/libchrome/base/allocator/
allocator_extension.h 34 // No threading promises are made. The caller is responsible for making sure
  /external/libchrome/base/posix/
eintr_wrapper.h 9 // caller will nonetheless see an EINTR in Debug builds.
  /external/libchrome/base/time/
clock.h 32 // Now() must be safe to call from any thread. The caller cannot
tick_clock.h 31 // NowTicks() must be safe to call from any thread. The caller may
  /external/libchrome/crypto/
openssl_bio_string.cc 48 // The string is owned by the caller, so there's nothing to do here.
  /external/libchrome/sandbox/linux/services/
thread_helpers.h 19 // caller.
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
MetadataLoader.java 22 * Interface for caller to specify a customized phone metadata loader.
  /external/libweave/third_party/chromium/base/posix/
eintr_wrapper.h 9 // caller will nonetheless see an EINTR in Debug builds.
  /external/libweave/third_party/chromium/base/time/
clock.h 32 // Now() must be safe to call from any thread. The caller cannot
  /external/llvm/test/CodeGen/X86/
funclet-layout.ll 18 %cs1 = catchswitch within none [label %catch] unwind to caller
58 %cs1 = catchswitch within none [label %catch] unwind to caller
66 %cs2 = catchswitch within %0 [label %catch.3] unwind to caller
117 %cs2 = catchswitch within none [label %catch] unwind to caller

Completed in 378 milliseconds

<<11121314151617181920>>