HomeSort by relevance Sort by last modified time
    Searched defs:cp (Results 76 - 100 of 1095) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/javassist/sample/evolve/
DemoLoader.java 31 ClassPool cp = ClassPool.getDefault(); local
33 cl.addTranslator(cp, translator);
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 31 EnclosingMethodAttribute(ConstPool cp, int n, DataInputStream in)
34 super(cp, n, in);
40 * @param cp a constant pool table.
45 public EnclosingMethodAttribute(ConstPool cp, String className,
47 super(cp, tag);
48 int ci = cp.addClassInfo(className);
49 int ni = cp.addNameAndTypeInfo(methodName, methodDesc);
62 * @param cp a constant pool table.
65 public EnclosingMethodAttribute(ConstPool cp, String className) {
66 super(cp, tag)
102 ConstPool cp = getConstPool(); local
112 ConstPool cp = getConstPool(); local
    [all...]
  /external/libpcap/Win32/Src/
getservent.c 82 register char *cp, **q; local
91 cp = strpbrk(p, "#\n");
92 if (cp == NULL)
94 *cp = '\0';
102 cp = strpbrk(p, ",/");
103 if (cp == NULL)
105 *cp++ = '\0';
107 serv.s_proto = cp;
109 cp = strpbrk(cp, " \t")
    [all...]
  /external/ltp/testcases/kernel/mem/shmt/
shmt04.c 68 char *cp = NULL; local
97 cp = shmat(shmid, NULL, 0);
99 if (cp == (char *)-1) {
115 *cp = 'A';
116 *(cp + 1) = 'B';
117 *(cp + 2) = 'C';
133 if (shmdt(cp) < 0) {
148 char *cp; local
161 cp = shmat(shmid, NULL, 0);
163 if (cp == (char *)-1)
    [all...]
shmt06.c 67 char *cp = NULL; local
96 cp = shmat(shmid, NULL, 0);
98 if (cp == (char *)-1) {
114 *cp = 'A';
115 *(cp + 1) = 'B';
116 *(cp + 2) = 'C';
132 if (shmdt(cp) < 0) {
147 char *cp; local
159 cp = shmat(shmid, NULL, 0);
161 if (cp == (char *)-1)
    [all...]
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 30 char **ap, **cp, *arg; local
91 for (cp = (char **)host->h_aliases; *cp; cp++)
92 printf(" %s", *cp);
  /external/openssh/openbsd-compat/
pwcache.c 57 struct ncache *cp; local
59 cp = c_uid + (uid & MASK);
60 if (cp->uid != uid || cp->name == NULL) {
72 cp->uid = uid;
73 if (cp->name != NULL)
74 free(cp->name);
75 cp->name = strdup(pw ? pw->pw_name : nbuf);
77 return (cp->name);
92 struct ncache *cp; local
    [all...]
setenv.c 61 char **p, *cp; local
65 for (p = environ + *offset; (cp = *p) != NULL; ++p) {
66 for (np = name, i = len; i && *cp; i--)
67 if (*cp++ != *np++)
69 if (i == 0 && *cp++ == '=') {
71 return (cp);
86 char **P, *cp;
90 for (cp = str; *cp && *cp != '='; ++cp
    [all...]
  /external/openssh/
xmalloc.c 74 char *cp; local
77 cp = xmalloc(len);
78 strlcpy(cp, str, len);
79 return cp;
  /external/strace/
execve.c 54 } cp; local
56 if (umoven(tcp, addr, wordsize, cp.data)) {
63 if (!(wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64)) {
73 printstr(tcp, wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64);
88 char *cp = NULL; local
91 if (umoven(tcp, addr, current_wordsize, &cp)) {
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-pathscan.c 57 HChar *cp, *entry; local
64 entry = cp = colsep;
67 end = (*cp == '\0');
69 if (*cp == ':' || *cp == '\0') {
70 HChar save = *cp;
72 *cp = '\0';
74 *cp = save;
77 *cp = save;
78 entry = cp+1
    [all...]
  /external/valgrind/coregrind/m_ume/
script.c 79 HChar* cp; local
100 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
103 eol = (*cp == '\n');
105 *cp++ = '\0';
107 if (!eol && cp < end) {
109 while (cp < end && VG_(isspace)(*cp) && *cp != '\n'
    [all...]
  /external/valgrind/none/tests/x86/
bug126147-x86.c 139 char *cp; variable
  /external/vogar/src/vogar/
HostFileCache.java 35 private void cp(File source, File destination) { method in class:HostFileCache
36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute();
55 cp(cachedFile, destination); method
64 cp(source, temporary); method
  /external/vogar/src/vogar/android/
DexTask.java 48 Classpath cp = Classpath.of(jar); local
50 cp.addAll(classpath);
52 androidSdk.dex(multidex, localDex, cp);
  /frameworks/base/tools/aapt/
Main.cpp 309 const char* cp = argv[0] +1; local
311 while (*cp != '\0') {
312 switch (*cp) {
522 if (strcmp(cp, "-debug-mode") == 0) {
524 } else if (strcmp(cp, "-min-sdk-version") == 0) {
533 } else if (strcmp(cp, "-target-sdk-version") == 0) {
542 } else if (strcmp(cp, "-max-sdk-version") == 0) {
551 } else if (strcmp(cp, "-max-res-version") == 0) {
560 } else if (strcmp(cp, "-version-code") == 0) {
569 } else if (strcmp(cp, "-version-name") == 0)
    [all...]
  /system/core/libcutils/
android_get_control_file.cpp 55 char *cp = key; local
56 while (*cp) {
57 if (!isalnum(*cp)) *cp = '_';
58 ++cp;
  /system/core/liblog/
log_time.cpp 54 char* cp; local
55 for (char* f = cp = fmt;; ++cp) {
56 if (!*cp) {
57 if (f != cp) {
62 if (*cp != '%') {
65 char* e = cp;
69 *cp = '\0';
98 *cp = '\0';
117 f = cp = e
    [all...]
  /system/nfc/src/adaptation/
CrcChecksum.cpp 72 const register unsigned char* cp = buffer; local
76 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++];
  /art/test/142-classloader2/src/
Main.java 43 String cp = System.getProperty("java.class.path"); local
44 if (cp.split(System.getProperty("path.separator")).length != 1) {
45 throw new IllegalStateException("Didn't find exactly one classpath element in " + cp);
47 if (!cp.endsWith("classloader2.jar")) {
48 throw new IllegalStateException("Don't understand classpath " + cp);
50 cp = cp.replace("classloader2.jar", "classloader2-ex.jar");
53 cp, ClassLoader.getSystemClassLoader().getParent());
  /device/google/dragon/health/
healthd-dragon.cpp 33 char *cp = NULL; local
43 cp = (char *)memrchr(buf, '\n', count);
45 if (cp)
46 *cp = '\0';
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 114 register char *cp, **q; local
128 if ( NULL == (cp = strpbrk(p, "#\n")))
130 *cp = '\0';
131 if ( NULL == (cp = strpbrk(p, " \t")))
133 *cp++ = '\0';
154 while (*cp == ' ' || *cp == '\t')
155 cp++;
156 host.h_name = cp;
158 if ((cp = strpbrk(cp, " \t\r")) != NULL)
179 register char **cp; local
    [all...]
gethostbynis.c 60 register char *cp, **q; local
89 if ((cp = index(result, '\n')))
90 *cp = '\0';
92 cp = strpbrk(result, " \t");
93 *cp++ = '\0';
99 while (*cp == ' ' || *cp == '\t')
100 cp++;
101 h.h_name = cp;
103 cp = strpbrk(cp, " \t");
    [all...]
getnetbyht.c 93 register char *cp, **q; local
103 cp = strpbrk(p, "#\n");
104 if (cp == NULL)
106 *cp = '\0';
108 cp = strpbrk(p, " \t");
109 if (cp == NULL)
111 *cp++ = '\0';
112 while (*cp == ' ' || *cp == '\t')
113 cp++;
141 register char **cp; local
    [all...]
getnetbynis.c 59 register char *cp, **q; local
87 if ((cp = index(result, '\n')))
88 *cp = '\0';
90 cp = strpbrk(result, " \t");
91 *cp++ = '\0';
94 while (*cp == ' ' || *cp == '\t')
95 cp++;
97 h.n_net = inet_network(cp);
101 cp = strpbrk(cp, " \t");
131 char *str, *cp; local
    [all...]

Completed in 297 milliseconds

1 2 34 5 6 7 8 91011>>