Searched defs:Pc (Results 1 - 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DLineNumberAttribute.java108 static public class Pc { class in class:LineNumberAttribute
128 public Pc toNearPc(int line) {
146 Pc res = new Pc();
/external/libmojo/third_party/jinja2/
H A D_stringdefs.py53 Pc = u'_\u203f\u2040\u2054\ufe33\ufe34\ufe4d\ufe4e\ufe4f\uff3f' variable
81 cats = ['Cc', 'Cf', 'Cn', 'Co', 'Cs', 'Ll', 'Lm', 'Lo', 'Lt', 'Lu', 'Mc', 'Me', 'Mn', 'Nd', 'Nl', 'No', 'Pc', 'Pd', 'Pe', 'Pf', 'Pi', 'Po', 'Ps', 'Sc', 'Sk', 'Sm', 'So', 'Zl', 'Zp', 'Zs']
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1804 // at the Pc parameter. The immediate value the operand has is passed in
1811 static int SymbolizerGetOpInfo(void *DisInfo, uint64_t Pc, uint64_t Offset, argument
1835 // uint32_t seg_offset = (Pc + Offset);
1841 uint32_t sect_offset = (Pc + Offset) - sect_addr;
1923 // uint64_t seg_offset = (Pc + Offset);
1929 uint64_t sect_offset = (Pc + Offset) - sect_addr;
1951 // The Value passed in will be adjusted by the Pc if the instruction
1952 // adds the Pc. But for x86_64 external relocation entries the Value
1955 op_info->Value -= Pc + Offset + Size;
2004 // uint32_t seg_offset = (Pc
[all...]
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 228 milliseconds