/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/libchrome/base/mac/ |
scoped_cftyperef.h | 20 // constructor or in reset()) by taking over the caller's existing ownership 21 // claim. The caller must own the object it gives to ScopedCFTypeRef<>, and
|
/external/libchrome/base/trace_event/ |
memory_allocator_dump_guid.h | 22 // Utility ctor to hash a GUID if the caller prefers a string. The caller
|
/external/libchrome/sandbox/linux/services/ |
proc_util.h | 28 // HasOpenDirectory() and remains owned by the caller. It is very important 29 // for the caller to close it.
|
/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/libweave/include/weave/ |
stream.h | 24 // completing operation. Caller guarantees that buffet is alive until callback 39 // completing operation. Caller guarantees that buffet is alive until either
|
/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() personality i8* bitcast (i32 (...)* @__objc_personality_v0 to i8*) {
|
invoke_test-2.ll | 22 ; caller returns true if might_throw throws an exception... callee cannot throw. 23 define i32 @caller() personality i32 (...)* @__gxx_personality_v0 {
|
invoke_test-3.ll | 22 ; caller returns true if might_throw throws an exception... which gets 24 define i32 @caller() personality i32 (...)* @__gxx_personality_v0 {
|
nonnull.ll | 31 define void @caller(i8* nonnull %arg) { 32 ; CHECK-LABEL: @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/ports/ |
SkFontMgr.h | 45 * The caller must call unref() on the returned object. 57 * and return a ref to it. The caller must call unref() on the returned 93 * or NULL if the data is not recognized. The caller must call unref() on 100 * (pass 0 for none) or NULL if the stream is not recognized. The caller 153 * Takes ownership of the font data, so the caller should not reference it again. 155 * The caller must call unref() on the returned object if it is not null. 162 * not recognized. The caller must call unref() on the returned object 171 * Return a ref to the default fontmgr. The caller must call unref() on
|
/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/src/codec/ |
SkJpegDecoderMgr.h | 28 bool returnFalse(const char caller[]); 33 SkCodec::Result returnFailure(const char caller[], SkCodec::Result result);
|
/external/skia/src/effects/ |
SkPackBits.h | 26 @param dst Buffer (allocated by caller) to write the packed data 38 @param dst Buffer (allocated by caller) to expand the src[] into.
|
/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.
|
/external/vboot_reference/host/lib/include/ |
host_common.h | 29 * Caller owns the returned pointer, and must free it with Free(). 43 * Caller owns the returned pointer, and must free it with Free().
|
signature_digest.h | 22 * choice of the hash algorithm (see padding.c). Caller owns the returned 32 * Returns the signature. Caller owns the buffer and must Free() it.
|
/frameworks/base/core/java/com/android/internal/os/ |
TransferPipe.java | 51 interface Caller { 73 static void go(Caller caller, IInterface iface, FileDescriptor out, 75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT); 78 static void go(Caller caller, IInterface iface, FileDescriptor out, 83 caller.go(iface, out, prefix, args); 91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
|