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

1 2 3 4 5 6 7 8 91011>>

  /art/test/526-checker-caller-callee-regs/
info.txt 1 Test allocation of caller and callee saved registers.
  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.hpp 146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) function in namespace:column_filter
190 column_filter::caller< 1, T, D, BrdColConstant>,
191 column_filter::caller< 2, T, D, BrdColConstant>,
192 column_filter::caller< 3, T, D, BrdColConstant>,
193 column_filter::caller< 4, T, D, BrdColConstant>,
194 column_filter::caller< 5, T, D, BrdColConstant>,
195 column_filter::caller< 6, T, D, BrdColConstant>,
196 column_filter::caller< 7, T, D, BrdColConstant>,
197 column_filter::caller< 8, T, D, BrdColConstant>,
198 column_filter::caller< 9, T, D, BrdColConstant>
    [all...]
row_filter.hpp 146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) function in namespace:row_filter
189 row_filter::caller< 1, T, D, BrdRowConstant>,
190 row_filter::caller< 2, T, D, BrdRowConstant>,
191 row_filter::caller< 3, T, D, BrdRowConstant>,
192 row_filter::caller< 4, T, D, BrdRowConstant>,
193 row_filter::caller< 5, T, D, BrdRowConstant>,
194 row_filter::caller< 6, T, D, BrdRowConstant>,
195 row_filter::caller< 7, T, D, BrdRowConstant>,
196 row_filter::caller< 8, T, D, BrdRowConstant>,
197 row_filter::caller< 9, T, D, BrdRowConstant>
    [all...]
  /art/test/475-regression-inliner-ids/
info.txt 2 instruction IDs in the caller graph
  /external/v8/test/mjsunit/wasm/
asm-wasm.js 9 function caller() { function in function:EmptyTest
15 return {caller: caller};
31 function caller() { function in function:IntTest
35 return {caller: caller};
48 function caller() { function in function:Float64Test
59 return {caller: caller};
66 function caller(a, b) function in function:BadModule
87 function caller() { function in function:TestReturnInBlock
106 function caller() { function in function:TestWhileSimple
122 function caller() { function in function:TestWhileWithoutBraces
137 function caller() { function in function:TestReturnInWhile
154 function caller() { function in function:TestReturnInWhileWithoutBraces
169 function caller() { function in function:TestBreakInWhile
184 function caller() { function in function:TestBreakInNestedWhile
206 function caller() { function in function:TestBreakInBlock
226 function caller() { function in function:TestBreakInNamedWhile
245 function caller() { function in function:TestContinue
266 function caller() { function in function:TestContinueInNamedWhile
292 function caller() { function in function:TestNot
305 function caller() { function in function:TestNotEquals
321 function caller() { function in function:TestUnsignedComparison
337 function caller() { function in function:TestMixedAdd
359 function caller() { function in function:TestInt32HeapAccess
398 function caller() { function in function:TestFloatHeapAccess
419 function caller() { function in function:TestConvertI32
435 function caller() { function in function:TestConvertF64FromInt
451 function caller() { function in function:TestConvertF64FromUnsigned
469 function caller() { function in function:TestModInt
483 function caller() { function in function:TestModUnsignedInt
497 function caller() { function in function:TestModDouble
763 function caller() { function in function:TestInitFunctionWithNoGlobals
776 function caller() { function in function:TestExportNameDifferentFromFunctionName
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 270 private static void assertEmailContentEqual(String caller, EmailContent expect,
276 assertEquals(caller + " mId", expect.mId, actual.mId);
277 assertEquals(caller + " mBaseUri", expect.mBaseUri, actual.mBaseUri);
285 public static void assertAccountEqual(String caller, Account expect, Account actual) {
290 assertEmailContentEqual(caller, expect, actual);
291 assertEquals(caller + " mDisplayName", expect.mDisplayName, actual.mDisplayName);
292 assertEquals(caller + " mEmailAddress", expect.mEmailAddress, actual.mEmailAddress);
293 assertEquals(caller + " mSyncKey", expect.mSyncKey, actual.mSyncKey);
295 assertEquals(caller + " mSyncLookback", expect.mSyncLookback, actual.mSyncLookback);
296 assertEquals(caller + " mSyncInterval", expect.mSyncInterval, actual.mSyncInterval)
    [all...]
  /external/v8/test/mjsunit/es6/
generators-poisoned-properties.js 11 assertFalse(generator.hasOwnProperty("caller"));
12 assertThrows(function() { return generator.caller; }, TypeError);
13 assertThrows(function() { return generator.caller = {}; }, TypeError);
23 assertFalse(generator.hasOwnProperty("caller"));
24 assertThrows(function() { return generator.caller; }, TypeError);
25 assertThrows(function() { return generator.caller = {}; }, TypeError);
  /prebuilts/go/darwin-x86/misc/swig/callback/
callback.h 11 class Caller {
15 Caller(): callback_(0) { }
16 ~Caller() { delCallback(); }
  /prebuilts/go/linux-x86/misc/swig/callback/
callback.h 11 class Caller {
15 Caller(): callback_(0) { }
16 ~Caller() { delCallback(); }
  /external/llvm/test/Feature/OperandBundles/
inliner-conservative.ll 11 define i32 @caller() {
12 ; CHECK: @caller(
  /external/llvm/test/Transforms/PruneEH/
simplenoreturntest.ll 5 define i32 @caller() {
11 %T = call i32 @caller( ) ; <i32> [#uses=1]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java 24 public static void d(Object caller, String msg) {
29 String className = caller.getClass().getName();
34 public static void d(String caller, String msg) {
39 Rlog.d("CAT", caller + ": " + msg);
41 public static void e(Object caller, String msg) {
42 String className = caller.getClass().getName();
47 public static void e(String caller, String msg) {
48 Rlog.e("CAT", caller + ": " + msg);
  /external/v8/test/webkit/
apply-varargs-expected.txt 29 PASS caller(0) is undefined
30 PASS caller(1) is undefined
31 PASS caller(2) is undefined
32 PASS caller(3) is undefined
33 PASS caller(4) is undefined
34 PASS caller(5) is undefined
35 PASS caller(6) is undefined
36 PASS caller(7) is undefined
37 PASS caller(8) is undefined
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bl-local-2.s 14 .global caller
15 .type caller, %function
16 caller: label
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_badarg.cpp 105 C_Caller caller, bad_caller; local
106 caller.imageSize = imgSize;
107 caller.objPts = &objPts;
108 caller.imgPts = &imgPts;
109 caller.npoints = &npoints;
110 caller.cameraMatrix = &cameraMatrix;
111 caller.distCoeffs = &distCoeffs;
112 caller.rvecs = &rvecs;
113 caller.tvecs = &tvecs;
137 caller.flags = 0
357 C_Caller caller, bad_caller; local
497 C_Caller caller, bad_caller; local
    [all...]
  /external/llvm/test/Transforms/Inline/
2004-04-20-InlineLinkOnce.ll 3 define linkonce void @caller() {
2004-10-17-InlineFunctionWithoutReturn.ll 7 define i32 @caller() {
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 135 * getAvailableTypes gets all of the available types. Caller owns the
212 * Caller owns returned value and must free it.
220 * Caller owns returned value and must free it.
228 * Caller owns returned value and must free it.
236 * Caller owns returned value and must free it.
244 * Caller owns returned value and must free it.
252 * Caller owns returned value and must free it.
261 * Caller owns returned value and must free it.
270 * Caller owns returned value and must free it.
278 * Caller owns returned value and must free it
    [all...]
  /external/clang/test/CodeGenCXX/
sparcv9-abi.cpp 17 // CHECK-LABEL: caller
20 void caller() function
  /external/llvm/test/Analysis/CallGraph/
2008-09-09-DirectCall.ll 5 ; CHECK: Call graph node for function: 'caller'
13 define void @caller() {
  /external/skia/src/codec/
SkJpegDecoderMgr.cpp 14 static void print_message(const j_common_ptr info, const char caller[]) {
17 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller);
27 bool JpegDecoderMgr::returnFalse(const char caller[]) {
28 print_message((j_common_ptr) &fDInfo, caller);
32 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) {
33 print_message((j_common_ptr) &fDInfo, caller);
  /art/test/common/
stack_inspect.cc 45 NthCallerVisitor caller(soa.Self(), 1, false);
46 caller.WalkStack();
47 CHECK(caller.caller != nullptr);
48 return caller.GetCurrentShadowFrame() != nullptr ? JNI_TRUE : JNI_FALSE;
74 NthCallerVisitor caller(soa.Self(), 1, false);
75 caller.WalkStack();
76 CHECK(caller.caller != nullptr);
78 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
MethodAdapter.java 30 * Known limitation: caller arguments are not available.
36 * @param caller The calling object. Null for static methods, "this" for instance methods.
39 public void onInvokeV(String signature, boolean isNative, Object caller) {
48 public int onInvokeI(String signature, boolean isNative, Object caller) {
49 onInvokeV(signature, isNative, caller);
59 public long onInvokeL(String signature, boolean isNative, Object caller) {
60 onInvokeV(signature, isNative, caller);
70 public float onInvokeF(String signature, boolean isNative, Object caller) {
71 onInvokeV(signature, isNative, caller);
81 public double onInvokeD(String signature, boolean isNative, Object caller) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 34 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
35 return ResolveVerifyAndClinit(type_idx, caller, self, true, false);
42 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
43 return ResolveVerifyAndClinit(type_idx, caller, self, false, false);
48 // Called when caller isn't guaranteed to have access to a type and the dex cache may be
51 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
52 return ResolveVerifyAndClinit(type_idx, caller, self, false, true);
58 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
59 return ResolveStringFromCode(caller, string_idx);
  /system/tpm/trunks/
trunks_factory.h 47 // Returns a Tpm instance. The caller does not take ownership.
50 // Returns an uninitialized TpmState instance. The caller takes ownership.
53 // Returns a TpmUtility instance. The caller takes ownership.
57 // The caller takes ownership.
61 // Returns a SessionManager instance. The caller takes ownership.
64 // Returns a HmacSession instance. The caller takes ownership.
67 // Returns a PolicySession instance. The caller takes ownership.
70 // Returns a TrialSession instance. The caller takes ownership.
73 // Returns a BlobParser instance. The caller takes ownership.

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 91011>>