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

1 2 3 45 6 7 8 91011>>

  /external/skia/src/gpu/effects/
GrRRectEffect.h 21 * all varieties of SkRRect so the caller must check for a NULL return.
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
Util.java 67 // trace[i] = Util; trace[i+1] = caller; trace[i+2] = caller's caller
69 throw new IllegalStateException("Failed to find org.slf4j.helpers.Util or its caller in the stack; " + "this should not happen");
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 20 Note: percentage shows a share of a particular caller in the total
  /libcore/luni/src/main/java/java/security/acl/
Owner.java 33 * @param caller
41 boolean addOwner(Principal caller, Principal owner)
47 * @param caller
58 boolean deleteOwner(Principal caller, Principal owner)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 5 // constructors passed by value should be passed indirectly, with the caller
21 void caller(Empty &e) { function
  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee-total-count.cc 1 // Test __sanitizer_get_total_unique_coverage for caller-callee coverage
5 // RUN: rm -f caller-callee*.sancov
coverage-caller-callee.cc 1 // Test caller-callee coverage with large number of threads
11 // RUN: rm -f caller-callee*.sancov
15 // CHECK-10-1: CovDump: 10 caller-callee pairs written
16 // CHECK-9-2: CovDump: 18 caller-callee pairs written
17 // CHECK-7-3: CovDump: 21 caller-callee pairs written
18 // CHECK-17-1: CovDump: 14 caller-callee pairs written
19 // CHECK-15-2: CovDump: 28 caller-callee pairs written
20 // CHECK-18-3: CovDump: 42 caller-callee pairs written
  /external/emma/core/java12/com/vladium/util/
ResourceLoader.java 36 final Class caller = ClassLoaderResolver.getCallerClass (1); local
37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
47 final Class caller = ClassLoaderResolver.getCallerClass (1); local
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
61 final Class caller = ClassLoaderResolver.getCallerClass (1); local
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
76 final Class caller = ClassLoaderResolver.getCallerClass (1); local
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
  /external/icu/icu4c/source/layout/
loengine.h 122 * This function copies the glyph array into a caller supplied array.
123 * The caller must ensure that the array is large enough to hold all
138 * This function copies the character index array into a caller supplied array.
139 * The caller must ensure that the array is large enough to hold a
154 * This function copies the character index array into a caller supplied array.
155 * The caller must ensure that the array is large enough to hold a
172 * This function copies the position array into a caller supplied array.
173 * The caller must ensure that the array is large enough to hold an
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.h 61 ** Description: Block the caller and wait for a condition.
73 ** Description: Block the caller and wait for a condition.
  /external/llvm/test/CodeGen/ARM/
2012-10-18-PR14099-ByvalFrameAddress.ll 24 ; CHECK-LABEL: caller:
25 define void @caller() {
  /external/llvm/test/CodeGen/MSP430/
byval.ll 18 define void @caller() nounwind {
20 ; CHECK-LABEL: caller:
  /external/llvm/test/CodeGen/NVPTX/
i8-param.ll 13 ; CHECK: .visible .func caller
14 define void @caller(i8* %a) {
  /external/llvm/test/CodeGen/PowerPC/
ppc64-altivec-abi.ll 16 define void @caller(i64 %x, <4 x i32> %y) {
21 ; CHECK-LABEL: caller:
  /external/llvm/test/Transforms/Inline/
inline-invoke-with-asm-call.ll 7 ; CHECK-LABEL: @caller
11 define void @caller() {
invoke_test-2.ll 22 ; caller returns true if might_throw throws an exception... callee cannot throw.
23 define i32 @caller() {
invoke_test-3.ll 22 ; caller returns true if might_throw throws an exception... which gets
24 define i32 @caller() {
switch.ll 54 define i32 @caller(i32 %a) {
55 ; CHECK-LABEL: @caller(
  /external/selinux/libsemanage/man/man3/
semanage_query.3 32 The key is a property of the caller, and will not be stored or modified internally. The object returned becomes a property of the caller, and must be freed with
  /external/skia/include/utils/
SkFrontBufferedStream.h 18 * where the caller knows that rewind will only be called from within
33 * NULL on failure. The caller is required to delete when finished with
  /external/skia/include/utils/ios/
SkStream_NSData.h 14 /** Returns an NSData with a copy of the stream's data. The caller must call
21 The caller must call retain if it intends to keep the data object beyond
  /external/skia/src/codec/
SkJpegDecoderMgr.h 30 bool returnFalse(const char caller[]);
35 SkCodec::Result returnFailure(const char caller[], SkCodec::Result result);
  /external/v8/include/libplatform/
libplatform.h 16 * The caller will take ownership of the returned pointer. |thread_pool_size|
27 * The caller has to make sure that this is called from the right thread.

Completed in 592 milliseconds

1 2 3 45 6 7 8 91011>>