HomeSort by relevance Sort by last modified time
    Searched defs:pc (Results 1 - 25 of 575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/
Proxy2Test.java 29 Class pc = Proxy.getProxyClass(DefaultPkgIntf.class.getClassLoader(), local
31 assertTrue(pc.getName().startsWith("$Proxy"));
  /external/valgrind/memcheck/tests/x86-linux/
scalar_supp.c 10 // uninitialised, but we know pc[0] points to 0x0
11 char** pc = malloc(sizeof(char*)); local
18 syscall(pi[0]+__NR_write, pi[0], pc[0], pi[0]+1);
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
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathCheckerTest.java 64 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
65 pc.isForwardCheckingSupported();
70 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
71 pc.init(true);
75 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
76 pc.getSupportedExtensions();
81 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
82 pc.check(new MyCertificate("", null), new HashSet());
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 32 uptr pc = GetPreviousInstructionPc(trace[i]); local
33 SymbolizedStack *frames = Symbolizer::GetOrInit()->SymbolizePC(pc);
48 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context,
59 trace_buffer[0] = pc;
65 SlowUnwindStackWithContext(pc, context, max_depth);
67 SlowUnwindStack(pc, max_depth);
72 FastUnwindStack(pc, bp, stack_top, stack_bottom, max_depth);
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathCheckerTest.java 65 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
66 pc.isForwardCheckingSupported();
70 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
71 pc.init(true);
74 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
75 pc.getSupportedExtensions();
78 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); local
79 pc.check(new MyCertificate("", null), new HashSet<String>());
  /toolchain/binutils/binutils-2.25/gprof/
i386.c 54 bfd_vma pc, destpc; local
60 for (pc = p_lowpc; pc < p_highpc; ++pc)
62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma;
66 printf ("[findcall]\t0x%lx:call", (unsigned long) pc));
68 * regular pc relative addressing
73 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5;
sparc.c 47 bfd_vma pc, dest_pc; local
54 for (pc = (p_lowpc + 3) & ~(bfd_vma) 3; pc < p_highpc; pc += 4)
57 + pc - core_text_sect->vma));
61 printf ("[find_call] 0x%lx: callf", (unsigned long) pc));
63 * Regular pc relative addressing check that this is the
66 dest_pc = pc + (((bfd_signed_vma) (insn & 0x3fffffff)
aarch64.c 50 bfd_vma pc, dest_pc, offset; local
58 for (pc = p_lowpc; pc < p_highpc; pc += 4)
62 + pc - core_text_sect->vma));
67 printf ("[find_call] 0x%lx: bl", (unsigned long) pc));
69 /* Regular pc relative addressing check that this is the
73 dest_pc = pc + offset;
mips.c 44 bfd_vma pc, dest_pc; local
62 for (pc = p_lowpc; pc < p_highpc; pc += 4)
65 + pc - core_text_sect->vma));
71 printf (_("[find_call] 0x%lx: jal"), (unsigned long) pc));
73 dest_pc = (pc & ~(bfd_vma) 0xfffffff) | offset;
99 printf (_("[find_call] 0x%lx: jalr\n"), (unsigned long) pc));
  /art/runtime/
monitor_android.cc 80 uint32_t pc; local
81 ArtMethod* m = self->GetCurrentMethod(&pc);
84 TranslateLocation(m, pc, &filename, &line_number);
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 76 char* pc = 0; local
80 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), "");
83 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 92 char* pc = 0; local
96 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), "");
99 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), "");
  /external/ltrace/sysdeps/linux-gnu/cris/
trace.c 54 long pc = (long)get_instruction_pointer(proc); local
56 (int)ptrace(PTRACE_PEEKTEXT, proc->pid, pc - sizeof(long),
  /external/mesa3d/src/glx/
pixelstore.c 55 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen); local
56 (void) memcpy((void *) (pc + 0), (void *) (&pname), 4);
57 (void) memcpy((void *) (pc + 4), param, 4);
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
ProjectConverterTest.java 41 ProjectConverter pc = new ProjectConverter(Constant.LOG4J_TO_SLF4J, new NopProgressListener()); local
43 pc.convertProject(projectFolder);
  /external/valgrind/memcheck/tests/amd64-linux/
int3-amd64.c 16 void *pc = (void*)mc->gregs[REG_RIP]; local
18 rip_at_sig = pc;
43 /* intaddr is the address of the int 3 insn. rip_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), "");
  /system/core/debuggerd/mips/
machine.cpp 56 uintptr_t pc = R(r.cp0_epc); local
58 dump_memory(log, backtrace, pc, "code around pc:");
59 if (pc != ra) {
  /system/core/debuggerd/mips64/
machine.cpp 56 uintptr_t pc = R(r.cp0_epc); local
58 dump_memory(log, backtrace, pc, "code around pc:");
59 if (pc != ra) {
  /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);
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 39 function constrainTurnCandidates(pc) {
40 var origAddIceCandidate = pc.addIceCandidate;
41 pc.addIceCandidate = function (candidate, successCallback,
57 function constrainOfferToRemoveFec(pc) {
58 var origCreateOffer = pc.createOffer;
59 pc.createOffer = function (successCallback, failureCallback, options) {
73 function constrainBitrateAnswer(pc) {
74 var origCreateAnswer = pc.createAnswer;
75 pc.createAnswer = function (successCallback, failureCallback, options) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataProfile.java 81 public static Parcel toParcel(Parcel pc, DataProfile[] dps) {
83 if(pc == null) {
87 pc.writeInt(dps.length);
89 pc.writeInt(dps[i].profileId);
90 pc.writeString(dps[i].apn);
91 pc.writeString(dps[i].protocol);
92 pc.writeInt(dps[i].authType);
93 pc.writeString(dps[i].user);
94 pc.writeString(dps[i].password);
95 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);

Completed in 1581 milliseconds

1 2 3 4 5 6 7 8 91011>>