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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
OverrideMethod.java 72 * @param caller The calling object. Null for static methods, "this" for instance methods.
74 public static void invokeV(String signature, boolean isNative, Object caller) {
77 i.onInvokeV(signature, isNative, caller);
79 sDefaultListener.onInvokeV(signature, isNative, caller);
87 public static int invokeI(String signature, boolean isNative, Object caller) {
90 return i.onInvokeI(signature, isNative, caller);
92 return sDefaultListener.onInvokeI(signature, isNative, caller);
101 public static long invokeL(String signature, boolean isNative, Object caller) {
104 return i.onInvokeL(signature, isNative, caller);
106 return sDefaultListener.onInvokeL(signature, isNative, caller);
    [all...]
MethodListener.java 31 * Known limitation: caller arguments are not available.
37 * @param caller The calling object. Null for static methods, "this" for instance methods.
39 void onInvokeV(String signature, boolean isNative, Object caller);
46 int onInvokeI(String signature, boolean isNative, Object caller);
53 long onInvokeL(String signature, boolean isNative, Object caller);
60 float onInvokeF(String signature, boolean isNative, Object caller);
67 double onInvokeD(String signature, boolean isNative, Object caller);
74 Object onInvokeA(String signature, boolean isNative, Object caller);
  /external/opencv3/modules/flann/test/
test_lshtable_badarg.cpp 52 struct Caller
69 Caller caller; local
71 caller.features = cvtest::randomMat(rng, featuresSize, CV_8UC1, 0, 255, false);
72 caller.table_number = 12;
73 caller.multi_probe_level = 2;
76 caller.key_size = 0;
77 errors += run_test_case(Error::StsBadArg, "key_size is zero", caller);
79 caller.key_size = static_cast<int>(sizeof(size_t) * CHAR_BIT);
80 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller);
    [all...]
  /external/vboot_reference/host/lib/include/
file_keys.h 16 * Returns a pointer to the buffer. Caller owns the returned pointer and
23 * Returns a pointer to the read key. Caller owns the returned pointer and
30 * Caller owns the returned digest and must free it.
  /external/clang/test/Analysis/
shallow-mode.m 19 + (void)caller;
23 + (void)caller {
PR7218.c 5 return buf[1]; // expected-warning {{Undefined or garbage value returned to caller}}
checker-plugins.c 8 void caller() { function
  /external/clang/test/CXX/class/class.friend/
p1-ambiguous.cpp 21 int caller();
34 int foo::caller() { function in class:foo
  /external/llvm/test/CodeGen/ARM/Windows/
long-calls.ll 6 define arm_aapcs_vfpcc void @caller() nounwind {
12 ; CHECK-LABEL: caller
  /external/llvm/test/CodeGen/Mips/
internalfunc.ll 3 @caller.sf1 = internal unnamed_addr global void (...)* null, align 4
15 define void @caller(i32 %a0, i32 %a1) nounwind {
17 ; CHECK: lw $[[R1:[0-9]+]], %got(caller.sf1)
18 ; CHECK: lw $25, %lo(caller.sf1)($[[R1]])
23 %tmp1 = load void (...)*, void (...)** @caller.sf1, align 4
30 ; CHECK: lw $[[R3:[0-9]+]], %got(caller.sf1)
31 ; CHECK: sw ${{[0-9]+}}, %lo(caller.sf1)($[[R3]])
35 store void (...)* %cond, void (...)** @caller.sf1, align 4
  /external/llvm/test/Transforms/Inline/
invoke_test-1.ll 14 ; caller returns true if might_throw throws an exception...
15 define i32 @caller() personality i32 (...)* @__gxx_personality_v0 {
  /external/llvm/test/Transforms/PruneEH/
operand-bundles.ll 10 define i32 @caller() personality i32 (...)* @__gxx_personality_v0 {
11 ; CHECK-LABEL: @caller(
  /external/vboot_reference/firmware/lib/include/
vboot_audio.h 21 * Caller should loop without extra delay until this returns false.
26 * Caller should call this prior to booting.
  /external/vboot_reference/utility/include/
verify_data.h 11 * Caller owns the returned key and must free it.
16 * Caller owns the returned signature and must free it.
  /art/runtime/native/
dalvik_system_VMStack.cc 70 // Returns the defining class loader of the caller's caller.
75 if (UNLIKELY(visitor.caller == nullptr)) {
76 // The caller is an attached native thread.
79 return soa.AddLocalReference<jobject>(visitor.caller->GetDeclaringClass()->GetClassLoader());
110 // Returns the class of the caller's caller's caller.
115 if (UNLIKELY(visitor.caller == nullptr)) {
116 // The caller is an attached native thread
    [all...]
  /art/runtime/
nth_caller_visitor.h 34 caller(nullptr) {}
46 DCHECK(caller == nullptr);
48 caller = m;
59 ArtMethod* caller; member in struct:art::NthCallerVisitor
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 5 # The variable FILESEPCHAR is defined by the caller to be
  /external/llvm/test/Other/
opt-twice.ll 11 define void @caller() {
  /external/llvm/test/Transforms/ArgumentPromotion/
basictest.ll 12 define internal i32 @caller(i32* %B) {
13 ; CHECK-LABEL: define internal i32 @caller(i32 %B.val1)
25 %X = call i32 @caller(i32* %B)
26 ; CHECK: call i32 @caller(i32 2)
  /external/llvm/test/Transforms/DeadArgElim/
2007-02-07-FuncRename.ll 8 define i32 @caller() {
  /external/llvm/test/Transforms/FunctionAttrs/
out-of-bounds-iterator-bug.ll 4 ; "incorrect" behavior was inferring readonly for the %x argument in @caller.
21 %x = call i32 @caller(i32* %b)
25 define i32 @caller(i32* %x) {
26 ; CHECK-LABEL: define i32 @caller(i32* nocapture %x)
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
package.html 4 required the caller class (XLogger) to have a different prefix than
  /libcore/libart/src/main/java/dalvik/system/
VMStack.java 27 * Returns the defining class loader of the caller's caller.
35 * Returns the class of the caller's caller.
44 * Returns the class of the caller's caller's caller.
  /external/v8/test/webkit/
apply-varargs.js 61 function caller(testArgCount) function
87 shouldBe("caller(0)", 'undefined');
88 shouldBe("caller(1)", 'undefined');
89 shouldBe("caller(2)", 'undefined');
90 shouldBe("caller(3)", 'undefined');
91 shouldBe("caller(4)", 'undefined');
92 shouldBe("caller(5)", 'undefined');
93 shouldBe("caller(6)", 'undefined');
94 shouldBe("caller(7)", 'undefined');
95 shouldBe("caller(8)", 'undefined')
    [all...]
  /prebuilts/go/darwin-x86/src/os/
proc.go 27 // Getuid returns the numeric user id of the caller.
30 // Geteuid returns the numeric effective user id of the caller.
33 // Getgid returns the numeric group id of the caller.
36 // Getegid returns the numeric effective group id of the caller.
39 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.

Completed in 734 milliseconds

12 3 4 5 6 7 8 91011>>