Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DLDAPCertStoreParametersTest.java54 CertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters01() local
65 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters02() local
76 CertStoreParameters cp = new LDAPCertStoreParameters("myhost"); in testLDAPCertStoreParametersString01() local
88 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(serverName); in testLDAPCertStoreParametersString02() local
112 CertStoreParameters cp = new LDAPCertStoreParameters("myhost", 1098); in testLDAPCertStoreParametersStringint01() local
125 LDAPCertStoreParameters cp = in testLDAPCertStoreParametersStringint02() local
176 LDAPCertStoreParameters cp = in testGetPort() local
186 LDAPCertStoreParameters cp = in testGetServerName() local
DCollectionCertStoreParametersTest.java57 CertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters01() local
68 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters02() local
120 CollectionCertStoreParameters cp = in testCollectionCertStoreParametersCollection03() local
200 CollectionCertStoreParameters cp = in testToString01() local
213 CollectionCertStoreParameters cp = in testToString02() local
224 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testGetCollection01() local
234 CollectionCertStoreParameters cp = in testGetCollection02() local
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { in setType()
52 public abstract int getTypeData(ConstPool cp); in getTypeData()
69 protected abstract void setType(String s, ClassPool cp) throws BadBytecode; in setType()
70 public abstract void evalExpectedType(ClassPool cp) throws BadBytecode; in evalExpectedType()
92 public int getTypeData(ConstPool cp) { return 0; } in getTypeData()
105 public void evalExpectedType(ClassPool cp) throws BadBytecode {} in evalExpectedType()
115 protected void setType(String s, ClassPool cp) throws BadBytecode { in setType()
171 public int getTypeData(ConstPool cp) { in getTypeData()
184 protected int getTypeData2(ConstPool cp, String type) { in getTypeData2()
202 protected void setType(String typeName, ClassPool cp) throws BadBytecode { in setType()
[all …]
/external/libedit/src/
Demacs.c93 Char *cp, *p, *kp; in em_delete_next_word() local
122 Char *kp, *cp; in em_yank() local
158 Char *kp, *cp; in em_kill_line() local
180 Char *kp, *cp; in em_kill_region() local
213 Char *kp, *cp; in em_copy_region() local
287 Char *cp, *ep; in em_upper_case() local
311 Char *cp, *ep; in em_capitol_case() local
343 Char *cp, *ep; in em_lower_case() local
381 Char *cp; in em_exchange_mark() local
442 Char *cp, *oldc, *dp; in em_copy_prev_word() local
/external/e2fsprogs/lib/blkid/
Dread.c61 static char *skip_over_blank(char *cp) in skip_over_blank()
68 static char *skip_over_word(char *cp) in skip_over_word()
138 static int parse_start(char **cp) in parse_start()
165 static int parse_end(char **cp) in parse_end()
184 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp) in parse_dev()
240 static int parse_token(char **name, char **value, char **cp) in parse_token()
304 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp) in parse_tag()
343 static int blkid_parse_line(blkid_cache cache, blkid_dev *dev_p, char *cp) in blkid_parse_line()
/external/chromium_org/ppapi/host/
Dhost_message_context.cc14 const ppapi::proxy::ResourceMessageReplyParams& cp, in ReplyMessageContext()
26 const ppapi::proxy::ResourceMessageCallParams& cp) in HostMessageContext()
34 const ppapi::proxy::ResourceMessageCallParams& cp) in HostMessageContext()
41 const ppapi::proxy::ResourceMessageCallParams& cp, in HostMessageContext()
/external/libunwind/src/
Dos-linux.h45 char *cp = buf, tmp; in ltoa() local
70 char path[sizeof ("/proc/0123456789/maps")], *cp; in maps_init() local
101 skip_whitespace (char *cp) in skip_whitespace()
112 scan_hex (char *cp, unsigned long *valp) in scan_hex()
142 scan_dec (char *cp, unsigned long *valp) in scan_dec()
169 scan_char (char *cp, char *valp) in scan_char()
185 scan_string (char *cp, char *valp, size_t buf_size) in scan_string()
209 char perm[16], dash = 0, colon = 0, *cp; in maps_next() local
/external/javassist/src/main/javassist/bytecode/
DEnclosingMethodAttribute.java31 EnclosingMethodAttribute(ConstPool cp, int n, DataInputStream in) in EnclosingMethodAttribute()
45 public EnclosingMethodAttribute(ConstPool cp, String className, in EnclosingMethodAttribute()
65 public EnclosingMethodAttribute(ConstPool cp, String className) { in EnclosingMethodAttribute()
102 ConstPool cp = getConstPool(); in methodName() local
112 ConstPool cp = getConstPool(); in methodDescriptor() local
DLocalVariableTypeAttribute.java36 public LocalVariableTypeAttribute(ConstPool cp) { in LocalVariableTypeAttribute()
41 LocalVariableTypeAttribute(ConstPool cp, int n, DataInputStream in) in LocalVariableTypeAttribute()
47 private LocalVariableTypeAttribute(ConstPool cp, byte[] dest) { in LocalVariableTypeAttribute()
59 LocalVariableAttribute makeThisAttr(ConstPool cp, byte[] dest) { in makeThisAttr()
DFieldInfo.java38 private FieldInfo(ConstPool cp) { in FieldInfo()
53 public FieldInfo(ConstPool cp, String fieldName, String desc) { in FieldInfo()
60 FieldInfo(ConstPool cp, DataInputStream in) throws IOException { in FieldInfo()
80 void compact(ConstPool cp) { in compact()
87 void prune(ConstPool cp) { in prune()
/external/tcpdump/
Dprint-domain.c57 ns_nskip(register const u_char *cp) in ns_nskip()
89 blabel_print(const u_char *cp) in blabel_print()
125 labellen(const u_char *cp) in labellen()
148 ns_nprint(register const u_char *cp, register const u_char *bp) in ns_nprint()
232 ns_cprint(register const u_char *cp) in ns_cprint()
320 ns_qprint(register const u_char *cp, register const u_char *bp, int is_mdns) in ns_qprint()
357 ns_rprint(register const u_char *cp, register const u_char *bp, int is_mdns) in ns_rprint()
583 register const u_char *cp; in ns_print() local
Dprint-zeromq.c78 zmtp1_print_frame(const u_char *cp, const u_char *ep) { in zmtp1_print_frame()
141 zmtp1_print(const u_char *cp, u_int len) { in zmtp1_print()
166 zmtp1_print_intermediate_part(const u_char *cp, const u_int len) { in zmtp1_print_intermediate_part()
208 zmtp1_print_datagram(const u_char *cp, const u_int len) { in zmtp1_print_datagram()
Dprint-ascii.c60 ascii_print(register const u_char *cp, register u_int length) in ascii_print()
92 register const u_char *cp, register u_int length, register u_int oset) in hex_and_ascii_print_with_offset()
138 hex_and_ascii_print(register const char *ident, register const u_char *cp, in hex_and_ascii_print()
148 hex_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, in hex_print_with_offset()
175 hex_print(register const char *ident, register const u_char *cp, register u_int length) in hex_print()
/external/javassist/src/main/javassist/bytecode/annotation/
DIntegerMemberValue.java38 public IntegerMemberValue(int index, ConstPool cp) { in IntegerMemberValue()
54 public IntegerMemberValue(ConstPool cp, int value) { in IntegerMemberValue()
62 public IntegerMemberValue(ConstPool cp) { in IntegerMemberValue()
67 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DShortMemberValue.java38 public ShortMemberValue(int index, ConstPool cp) { in ShortMemberValue()
48 public ShortMemberValue(short s, ConstPool cp) { in ShortMemberValue()
56 public ShortMemberValue(ConstPool cp) { in ShortMemberValue()
61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DBooleanMemberValue.java37 public BooleanMemberValue(int index, ConstPool cp) { in BooleanMemberValue()
47 public BooleanMemberValue(boolean b, ConstPool cp) { in BooleanMemberValue()
55 public BooleanMemberValue(ConstPool cp) { in BooleanMemberValue()
60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DLongMemberValue.java38 public LongMemberValue(int index, ConstPool cp) { in LongMemberValue()
48 public LongMemberValue(long j, ConstPool cp) { in LongMemberValue()
56 public LongMemberValue(ConstPool cp) { in LongMemberValue()
61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DCharMemberValue.java38 public CharMemberValue(int index, ConstPool cp) { in CharMemberValue()
48 public CharMemberValue(char c, ConstPool cp) { in CharMemberValue()
56 public CharMemberValue(ConstPool cp) { in CharMemberValue()
61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DStringMemberValue.java38 public StringMemberValue(int index, ConstPool cp) { in StringMemberValue()
48 public StringMemberValue(String str, ConstPool cp) { in StringMemberValue()
56 public StringMemberValue(ConstPool cp) { in StringMemberValue()
61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DByteMemberValue.java37 public ByteMemberValue(int index, ConstPool cp) { in ByteMemberValue()
47 public ByteMemberValue(byte b, ConstPool cp) { in ByteMemberValue()
55 public ByteMemberValue(ConstPool cp) { in ByteMemberValue()
60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DDoubleMemberValue.java39 public DoubleMemberValue(int index, ConstPool cp) { in DoubleMemberValue()
49 public DoubleMemberValue(double d, ConstPool cp) { in DoubleMemberValue()
57 public DoubleMemberValue(ConstPool cp) { in DoubleMemberValue()
62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DFloatMemberValue.java39 public FloatMemberValue(int index, ConstPool cp) { in FloatMemberValue()
49 public FloatMemberValue(float f, ConstPool cp) { in FloatMemberValue()
57 public FloatMemberValue(ConstPool cp) { in FloatMemberValue()
62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue()
DClassMemberValue.java39 public ClassMemberValue(int index, ConstPool cp) { in ClassMemberValue()
49 public ClassMemberValue(String className, ConstPool cp) { in ClassMemberValue()
58 public ClassMemberValue(ConstPool cp) { in ClassMemberValue()
63 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue()
/external/javassist/src/main/javassist/expr/
DMethodCall.java34 private int getNameAndType(ConstPool cp) { in getNameAndType()
85 ConstPool cp = getConstPool(); in getClassName() local
105 ConstPool cp = getConstPool(); in getMethodName() local
128 ConstPool cp = getConstPool(); in getSignature() local
204 ClassPool cp = thisClass.getClassPool(); in replace() local
/external/javassist/src/main/javassist/convert/
DTransformer.java42 public void initialize(ConstPool cp, CodeAttribute attr) {} in initialize()
44 …public void initialize(ConstPool cp, CtClass clazz, MethodInfo minfo) throws CannotCompileExceptio… in initialize()
51 ConstPool cp) throws CannotCompileException, BadBytecode; in transform()

12345678910>>...25