/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips16-pic-2a.s | 5 # Test local stubs that are only used by MIPS16 PIC calls in this file. 11 # Test hidden stubs that are called by MIPS16 PIC calls in this file. 14 # Test hidden stubs that are called by MIPS16 PIC calls in another file. 41 # Test global stubs that are called by MIPS16 PIC calls in this file. 44 # Test global stubs that are called by MIPS16 PIC calls in another file.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/ |
plt-local-lib.dd | 39 2002: fb 00 ff 7f calls \$0x0,\*3088 <_GLOBAL_OFFSET_TABLE_\+0x10> 41 2009: fb 00 ff 80 calls \$0x0,\*3090 <_GLOBAL_OFFSET_TABLE_\+0x18> 43 2010: fb 00 ff 6d calls \$0x0,\*3084 <_GLOBAL_OFFSET_TABLE_\+0xc> 45 2017: fb 00 ef 2e calls \$0x0,204c <foo_hidden> 47 201e: fb 00 ff 67 calls \$0x0,\*308c <_GLOBAL_OFFSET_TABLE_\+0x14> 53 2028: fb 00 ff 59 calls \$0x0,\*3088 <_GLOBAL_OFFSET_TABLE_\+0x10> 55 202f: fb 00 ff 5a calls \$0x0,\*3090 <_GLOBAL_OFFSET_TABLE_\+0x18> 57 2036: fb 00 ff 47 calls \$0x0,\*3084 <_GLOBAL_OFFSET_TABLE_\+0xc> 59 203d: fb 00 ef 08 calls \$0x0,204c <foo_hidden> 61 2044: fb 00 ff 41 calls \$0x0,\*308c <_GLOBAL_OFFSET_TABLE_\+0x14 [all...] |
export-class-call.dd | 8 12340002: fb 00 ef 0f calls \$0x0,12340018 <protected_foo> 10 12340009: fb 00 ef 0b calls \$0x0,1234001b <hidden_foo> 12 12340010: fb 00 ef 07 calls \$0x0,1234001e <internal_foo>
|
/external/autotest/client/tests/tracing_microbenchmark/ |
control | 10 sys_getuid and makes 100,000 calls to getuid with tracing on and off to measure 23 calls: Set the number of calls to make to getuid.
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p7.cpp | 17 auto v1 = 1.2_w; // calls operator""_w(1.2L) 18 auto v2 = u"one"_w; // calls operator""_w(u"one", 3) 19 auto v3 = 12_w; // calls operator""_w("12")
|
/external/mockito/src/main/java/org/mockito/internal/verification/ |
VerificationModeFactory.java | 28 public static Calls calls(int wantedNumberOfInvocations) { method in class:VerificationModeFactory 29 return new Calls( wantedNumberOfInvocations );
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CallLogDatabaseHelper.java | 25 import android.provider.CallLog.Calls; 62 String CALLS = "calls"; 79 String CALLS_LEGACY = "calls"; 106 // The CALLS and VOICEMAIL_STATUS table used to be in the contacts2.db. So we need to 119 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" + 120 Calls._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," + 121 Calls.NUMBER + " TEXT," + 122 Calls.NUMBER_PRESENTATION + " INTEGER NOT NULL DEFAULT " + 123 Calls.PRESENTATION_ALLOWED + "," [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug449.go | 15 // underlying []byte will make gc emit calls to runtime.equal, 31 var decls, calls bytes.Buffer 36 calls.WriteString(strings.Replace("call(test$)\n\t", "$", s, -1)) 40 program = strings.Replace(program, "$CALLS", calls.String(), 1) 57 $CALLS
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug449.go | 15 // underlying []byte will make gc emit calls to runtime.equal, 31 var decls, calls bytes.Buffer 36 calls.WriteString(strings.Replace("call(test$)\n\t", "$", s, -1)) 40 program = strings.Replace(program, "$CALLS", calls.String(), 1) 57 $CALLS
|
/dalvik/dx/tests/123-dex-transform-invalid-virtual-to-direct/ |
info.txt | 1 This test checks that we convert invoke-virtual calls to private 2 methods with invoke-direct calls.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
profilee.py | 36 # 23 calls total
38 # 3 primitive calls, 130, 20 and 20 ticks total
49 # 20 calls
56 # 2 calls
74 # 4 calls
89 # 8 calls
99 # 8 calls
111 # 28 calls
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
SalLib.h | 2 Provides library services to make SAL Calls.
35 @param Arg2 The 2nd parameter for SAL procedure calls
36 @param Arg3 The 3rd parameter for SAL procedure calls
37 @param Arg4 The 4th parameter for SAL procedure calls
38 @param Arg5 The 5th parameter for SAL procedure calls
39 @param Arg6 The 6th parameter for SAL procedure calls
40 @param Arg7 The 7th parameter for SAL procedure calls
41 @param Arg8 The 8th parameter for SAL procedure calls
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/ |
control | 9 Runs tests to verify that seccomp calls make correct changes with 13 CRITERIA = "Permissions are changed to expected values after seccomp calls"
|
/external/autotest/frontend/afe/ |
direct_afe.py | 13 functionality, but makes direct calls to rpc_interface rather than 14 making RPC calls to an RPC server.
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
soft_rss_limit_mb_test.cc | 43 fprintf(stderr, "Some of the malloc calls returned null: %d\n", 46 fprintf(stderr, "Some of the malloc calls returned non-null: %d\n", 55 // CHECK_MAY_RETURN_1: Some of the malloc calls returned non-null: 128 57 // CHECK_MAY_RETURN_1: Some of the malloc calls returned null: 58 // CHECK_MAY_RETURN_1: Some of the malloc calls returned non-null: 60 // CHECK_MAY_RETURN_1: Some of the malloc calls returned null: 61 // CHECK_MAY_RETURN_1: Some of the malloc calls returned non-null: 64 // CHECK_MAY_RETURN_0: Some of the malloc calls returned non-null: 128
|
/external/eigen/doc/examples/ |
class_FixedBlock.cpp | 23 cout << topLeft2x2Corner(4*m) << endl; // calls the const version 24 topLeft2x2Corner(m) *= 2; // calls the non-const version
|
class_FixedVectorBlock.cpp | 23 cout << firstTwo(4*v) << endl; // calls the const version 24 firstTwo(v) *= 2; // calls the non-const version
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sockios.h | 2 * Socket-level I/O control calls. 15 /* Socket-level I/O control calls. */
|
/external/libchrome/base/timer/ |
mock_timer_unittest.cc | 17 int calls = 0; local 22 base::Unretained(&calls))); 27 EXPECT_EQ(1, calls); 31 int calls = 0; local 36 base::Unretained(&calls))); 42 EXPECT_EQ(3, calls); 46 int calls = 0; local 51 base::Unretained(&calls)));
|
/external/libmojo/mojo/public/cpp/bindings/ |
sync_call_restrictions.h | 27 // In some processes, sync calls are disallowed. For example, in the browser 28 // process we don't want any sync calls to child processes for performance, 33 // SyncCallRestrictions::AssertSyncCallAllowed() to check whether sync calls are 38 // allows making sync calls on the current thread during its lifetime. 42 // Checks whether the current thread is allowed to make sync calls, and causes 59 // calls to mus, however, are. 71 // If a process is configured to disallow sync calls in general, constructing 72 // a ScopedAllowSyncCall object temporarily allows making sync calls on the
|
/external/llvm/test/CodeGen/NVPTX/ |
convergent-mir-call.ll | 3 ; Check that convergent calls are emitted using convergent MIR instructions, 4 ; while non-convergent calls are not.
|
/external/llvm/test/Transforms/ObjCARC/ |
intrinsic-use-isolated.ll | 4 ; interesting calls are in the module. 8 ; Kill calls to @clang.arc.use(...)
|
/external/python/cpython2/Demo/embed/ |
loop.c | 1 /* Simple program that repeatedly calls Py_Initialize(), does something, and 2 then calls Py_Finalize(). This should help finding leaks related to
|
/external/python/cpython2/Lib/test/ |
profilee.py | 36 # 23 calls total 38 # 3 primitive calls, 130, 20 and 20 ticks total 49 # 20 calls 56 # 2 calls 74 # 4 calls 89 # 8 calls 99 # 8 calls 111 # 28 calls
|
/external/skia/tools/lua/ |
chars-vs-glyphs.lua | 32 io.write("glyph calls = ", glyph_calls, 33 ", unichar calls = ", unichar_calls, "\n");
|