/external/valgrind/memcheck/tests/x86-linux/ |
int3-x86.c | 16 void *pc = (void*)mc->gregs[REG_EIP]; local 18 eip_at_sig = pc; 43 /* intaddr is the address of the int 3 insn. eip_at_sig is the PC
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 77 char* pc = 0; local 79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), ""); 81 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
cstdlib.pass.cpp | 81 char* pc = 0; local 83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), ""); 85 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), "");
|
/external/apache-harmony/security/src/test/api/java/tests/api/java/security/ |
DomainCombinerTest.java | 54 PermissionCollection pc = new Permissions(); local 55 pc.add(new AllPermission()); 61 .getCodeSource(), pc); 64 pc);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataProfile.java | 80 public static Parcel toParcel(Parcel pc, DataProfile[] dps) { 82 if(pc == null) { 86 pc.writeInt(dps.length); 88 pc.writeInt(dps[i].profileId); 89 pc.writeString(dps[i].apn); 90 pc.writeString(dps[i].protocol); 91 pc.writeInt(dps[i].authType); 92 pc.writeString(dps[i].user); 93 pc.writeString(dps[i].password); 94 pc.writeInt(dps[i].type) [all...] |
/build/tools/fs_config/ |
fs_config_generate.c | 55 const struct fs_path_config *pc; local 107 pc = android_device_dirs; 110 pc = android_device_files; 113 for(; (pc < end) && pc->prefix; pc++) { 115 ssize_t len = fs_config_generate(buffer, sizeof(buffer), pc);
|
/external/clang/test/CodeGen/ |
pr4349.c | 12 union reg pc; member in struct:cpu 22 { &((cpu.pc).w[0]) } 27 { &((cpu.pc).b[0][1]) } 32 { &((cpu.pc).w[1]) } 37 { &((cpu.pc).b[1][1]) }
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_mman_test.cc | 39 uptr pc = 0; local 40 char *p = (char*)user_alloc(thr, pc, 10); 42 char *p2 = (char*)user_alloc(thr, pc, 20); 47 user_free(thr, pc, p); 48 user_free(thr, pc, p2); 53 uptr pc = 0; local 55 void *p = user_realloc(thr, pc, 0, 0); 61 void *p = user_realloc(thr, pc, 0, 100); 64 user_free(thr, pc, p); 67 void *p = user_alloc(thr, pc, 100) 98 uptr pc = 0; local [all...] |
/external/compiler-rt/test/asan/TestCases/ |
debug_report.cc | 21 void *pc = __asan_get_report_pc(); local 31 fprintf(stderr, "pc: %p\n", pc); 32 // CHECK: pc: 0x[[PC:[0-9a-f]+]] 47 // CHECK: AddressSanitizer: heap-use-after-free on address {{0x0*}}[[ADDR]] at pc {{0x0*}}[[PC]] bp {{0x0*}}[[BP]] sp {{0x0*}}[[SP]]
|
/external/iproute2/ip/ |
ipprefix.c | 94 struct prefix_cacheinfo *pc; local 95 pc = (struct prefix_cacheinfo *)RTA_DATA(tb[PREFIX_CACHEINFO]); 97 fprintf(fp, "valid %u ", pc->valid_time); 98 fprintf(fp, "preferred %u ", pc->preferred_time);
|
/external/libunwind/src/sh/ |
Gresume.c | 52 unsigned long pc = uc->uc_mcontext.pr; local 72 "r" (pc), 97 sc->sc_pc = uc->uc_mcontext.pc; 100 /* Set the SP and the PC in order to continue execution at the modified
|
/external/lldb/include/lldb/Target/ |
Unwind.h | 59 lldb::addr_t pc; local 64 if (!DoGetFrameInfoAtIndex (idx, cfa, pc)) 75 lldb::addr_t& pc) 78 return DoGetFrameInfoAtIndex (frame_idx, cfa, pc); 107 lldb::addr_t& pc) = 0;
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
trace.c | 70 long pc, opcode, offset_reg, scno, tmp; local 117 pc = ptrace(PTRACE_PEEKUSER, proc->pid, PT_PSWADDR, 0); 119 (char *)(pc - sizeof(long)), 0);
|
/external/v8/test/cctest/ |
test-reloc-info.cc | 36 byte* pc, RelocInfo::Mode mode, intptr_t data) { 37 RelocInfo rinfo(pc, mode, data, NULL); 50 byte* pc = buffer.get(); local 53 RelocInfoWriter writer(buffer_end, pc); 55 for (int i = 0, pos = 0; i < 100; i++, pc += i, pos += i) { 58 WriteRinfo(&writer, pc, mode, pos); 69 pc = buffer.get(); 70 for (int i = 0, pos = 0; i < 100; i++, pc += i, pos += i) { 74 CHECK_EQ(pc, it.rinfo()->pc()); [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
valgrind-low-s390x.c | 98 unsigned long pc; local 100 collect_register_by_name ("pswa", &pc); 102 dlog(1, "stop pc is %p\n", (void *) pc); 103 return pc; 112 dlog(1, "set pc to %p\n", C2v (newpc)); 114 dlog(1, "set pc not changed %p\n", C2v (newpc));
|
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
ServiceManagerPermissionTests.java | 51 IPermissionController pc = new IPermissionController.Stub() { local 67 .setPermissionController(pc);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
PolicyConstraints.java | 72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding); local 73 this.requireExplicitPolicy = pc.requireExplicitPolicy; 74 this.inhibitPolicyMapping = pc.inhibitPolicyMapping; 131 PolicyConstraints pc = (PolicyConstraints) object; 132 values[0] = pc.requireExplicitPolicy.toByteArray(); 133 values[1] = pc.inhibitPolicyMapping.toByteArray();
|
/ndk/tests/device/test-gnustl-full/unit/ |
ioiter_test.cpp | 33 const char *pc; local 43 pc = strorg; 47 c = *pc++;
|
/ndk/tests/device/test-stlport/unit/ |
ioiter_test.cpp | 33 const char *pc; local 43 pc = strorg; 47 c = *pc++;
|
/system/core/libbacktrace/ |
UnwindCurrent.cpp | 31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { 35 if (unw_get_proc_name_by_ip(unw_local_addr_space, pc, buf, sizeof(buf), 89 unw_word_t pc; local 90 ret = unw_get_reg(cursor.get(), UNW_REG_IP, &pc); 105 frame->pc = static_cast<uintptr_t>(pc); 109 FillInMap(frame->pc, &frame->map); 116 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset);
|
UnwindPtrace.cpp | 85 unw_word_t pc; local 86 ret = unw_get_reg(&cursor, UNW_REG_IP, &pc); 102 frame->pc = static_cast<uintptr_t>(pc); 111 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); 113 FillInMap(frame->pc, &frame->map); 125 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { 129 if (unw_get_proc_name_by_ip(addr_space_, pc, buf, sizeof(buf), &value,
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.h | 42 uint32_t* pc() const; 106 virtual void B(int cc, uint32_t* pc); 107 virtual void BL(int cc, uint32_t* pc); 175 inline branch_target_t() : label(0), pc(0) { } 177 : label(l), pc(p) { } 179 uint32_t* pc; member in struct:android::ARMAssembler::branch_target_t
|
/art/compiler/dwarf/ |
dwarf_test.cc | 48 int pc = 0; local 50 pc += i; 51 opcodes.AdvancePC(pc); 146 DW_CHECK("FDE cie=00000000 pc=100000000000000..300000000000000"); 211 DW_CHECK_NEXT("Advance PC by 256 to 0x1000100"); 244 // DWARF has special one byte codes which advance PC and line at the same time. 248 uint32_t pc = 0x01000000; local 251 opcodes.SetAddress(pc); 255 DW_CHECK("Advance PC by constant"); 260 pc += addr_delta [all...] |
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
sigcontext.h | 27 __u64 pc; member in struct:sigcontext
|
/development/ndk/platforms/android-21/arch-arm64/include/asm/ |
sigcontext.h | 27 __u64 pc; member in struct:sigcontext
|