HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 351 - 375 of 1535) sorted by null

<<11121314151617181920>>

  /external/icu4c/tools/tzcode/
zic.c 59 #define end(cp) (strchr((cp), '\0'))
489 char * cp; local
491 cp = ecpyalloc(_("warning: "));
492 cp = ecatalloc(cp, string);
493 error(cp);
494 ifree(cp);
944 register char * cp; local
966 cp = strchr(buf, '\n')
1179 register char * cp; local
1259 register const char * cp; local
1397 register const char * cp; local
1882 register char * cp; local
2874 register const char * cp; local
2925 register char * cp; local
    [all...]
  /external/iptables/extensions/
libxt_multiport.c 87 char *buffer, *cp, *next; local
93 for (cp=buffer, i=0; cp && i<XT_MULTI_PORTS; cp=next,i++)
95 next=strchr(cp, ',');
97 ports[i] = xtables_parse_port(cp, proto);
99 if (cp) xtables_error(PARAMETER_PROBLEM, "too many ports specified");
109 char *buffer, *cp, *next, *range; local
119 for (cp=buffer, i=0; cp && i<XT_MULTI_PORTS; cp=next, i++)
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 38 ClassPool cp = ClassPool.getDefault();
39 //javassist.CtClass cc = cp.get(className);
40 javassist.CtClass cc = cp.makeClass(new java.io.FileInputStream(className));
48 ca.setAttribute(make(cp, minfo));
55 ClassPool cp = ClassPool.getDefault();
56 //javassist.CtClass cc = cp.get(args[1]);
57 javassist.CtClass cc = cp.makeClass(new java.io.FileInputStream(args[1]));
72 MapMaker mm = new MapMaker(cp, minfo, ca);
287 ClassPool cp = classPool; local
288 evalExpected(cp, target.stackTop, target.stackTypes)
398 ConstPool cp = cpool; local
    [all...]
  /system/core/libutils/
String8.cpp 490 const char* cp; local
493 cp = strrchr(buf, OS_PATH_SEPARATOR);
494 if (cp == NULL)
497 return String8(cp+1);
502 const char* cp; local
505 cp = strrchr(str, OS_PATH_SEPARATOR);
506 if (cp == NULL)
509 return String8(str, cp - str);
514 const char* cp; local
518 cp = strchr(buf, OS_PATH_SEPARATOR)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 200 UChar32 cp = 0; local
203 cp = (cp * 16) + (*p - 0x30);
205 cp = (cp * 16) + (*p - 0x61) + 10;
207 cp = (cp * 16) + (*p - 0x41) + 10;
212 if (U_IS_BMP(cp)){
213 *bufBase++ = cp;
215 *bufBase++ = U16_LEAD(cp);
    [all...]
  /external/elfutils/libcpu/
i386_data.h 299 char *cp = tmpbuf; local
309 n = snprintf (cp, sizeof (tmpbuf), "%s0x%" PRIx32,
311 cp += n;
314 *cp++ = '(';
318 *cp++ = '%';
319 cp = stpcpy (cp,
328 *cp++ = 'd';
338 *cp++ = ',';
339 *cp++ = '%'
948 char *cp; local
1038 char *cp = stpcpy (bufp + *bufcntp, hiregs[modrm & 7]); local
1056 char *cp; local
1142 char *cp = &d->bufp[*bufcntp]; local
1267 char* cp = stpcpy (d->bufp + *bufcntp, rex_8bit[byte]); local
    [all...]
  /external/icu4c/test/intltest/
idnaconf.cpp 200 UChar32 cp = 0; local
203 cp = (cp * 16) + (*p - 0x30);
205 cp = (cp * 16) + (*p - 0x61) + 10;
207 cp = (cp * 16) + (*p - 0x41) + 10;
212 if (U_IS_BMP(cp)){
213 *bufBase++ = cp;
215 *bufBase++ = U16_LEAD(cp);
    [all...]
  /external/libppp/src/
pap.c 88 u_char *cp; local
103 cp = MBUF_CTOP(bp) + sizeof(struct fsmheader);
104 *cp++ = namelen;
105 memcpy(cp, bundle->cfg.auth.name, namelen);
106 cp += namelen;
107 *cp++ = keylen;
108 memcpy(cp, bundle->cfg.auth.key, keylen);
118 u_char *cp; local
128 cp = MBUF_CTOP(bp) + sizeof(struct fsmheader);
134 *cp++ = mlen > 255 ? 255 : mlen
    [all...]
  /external/elfutils/src/
objdump.c 315 char *cp = new_prefix; local
317 cp = stpcpy (cp, prefix);
318 cp = stpcpy (cp, fname);
319 stpcpy (cp, "[");
321 cp = new_suffix;
323 cp = stpcpy (cp, suffix);
324 stpcpy (cp, "]");
638 unsigned char *cp = data->d_buf; local
787 char *cp = fullname; local
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 89 ConstPool cp = fi.getConstPool(); local
92 fi.addAttribute(ainfo.copy(cp, null));
380 ConstPool cp = fieldInfo.getConstPool();
381 switch (cp.getTag(index)) {
383 return new Long(cp.getLongInfo(index));
385 return new Float(cp.getFloatInfo(index));
387 return new Double(cp.getDoubleInfo(index));
389 int value = cp.getIntegerInfo(index);
396 return cp.getStringInfo(index);
398 throw new RuntimeException("bad tag: " + cp.getTag(index
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 167 ConstPool cp = compact0(); local
172 minfo.compact(cp);
179 finfo.compact(cp);
182 attributes = AttributeInfo.copyAll(attributes, cp);
183 constPool = cp;
187 ConstPool cp = new ConstPool(thisclassname); local
188 thisClass = cp.getThisClassInfo();
191 superClass = cp.addClassInfo(getSuperclass());
197 = cp.addClassInfo(constPool.getClassInfo(interfaces[i]));
200 return cp;
210 ConstPool cp = compact0(); local
778 ConstPool cp = constPool; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 399 * @param cp is the connection parameters
401 private void onConnect(ConnectionParams cp) {
421 Message msg = obtainMessage(EVENT_SETUP_DATA_CONNECTION_DONE, cp);
437 Message msg = obtainMessage(EVENT_SETUP_DATA_CONNECTION_DONE, cp);
438 msg.obj = cp;
454 Integer.toString(cp.mRilRat + 2),
455 Integer.toString(cp.mProfileId),
515 * @param cp is the ConnectionParams
519 private void notifyConnectCompleted(ConnectionParams cp, DcFailCause cause, boolean sendAll) {
522 if (cp != null && cp.mOnCompletedMsg != null)
643 ConnectionParams cp = (ConnectionParams) ar.userObj; local
878 ConnectionParams cp = (ConnectionParams) msg.obj; local
1022 ConnectionParams cp = (ConnectionParams) msg.obj; local
1158 ConnectionParams cp = (ConnectionParams) msg.obj; local
1225 ConnectionParams cp; local
1423 ConnectionParams cp = (ConnectionParams) msg.obj; local
1575 ConnectionParams cp = (ConnectionParams) ar.userObj; local
    [all...]
  /external/bison/src/
scan-code.c 700 static char *fetch_type_name (char *cp, char const **type_name,
703 static void handle_action_dollar (symbol_list *rule, char *cp,
705 static void handle_action_at (symbol_list *rule, char *cp, location at_loc);
2907 char *cp = text + 1; local
3001 char *cp = text + 1; local
    [all...]
  /build/tools/acp/
Android.mk 3 # Custom version of cp.
  /dalvik/opcode-gen/
opcode-gen 62 cp "$tmpfile" "$file"
  /dalvik/tests/
run-test 185 cp -Rp "$test_dir" "$tmp_dir"
189 cp "${progdir}/etc/default-build" build
193 cp "${progdir}/etc/default-run" run
223 cp "$build_output" "$output"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
install_host.sh 21 cp $DIR/$HOST_NAME.json $TARGET_DIR
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 80 LogExecute cp Makefile ${NACLAM_DIR}
85 LogExecute cp ${NACLAM_DIR}/pnacl/Release/NaClAMBullet.{pexe,nmf} ${OUT_DIR}
  /external/chromium_org/third_party/jinja2/
get_jinja2.sh 103 cp "$FILE" "$OUT_DIR"
109 cp "$FILE" "$OUT_DIR"
  /external/chromium_org/third_party/markupsafe/
get_markupsafe.sh 101 cp "$FILE" "$OUT_DIR"
107 cp "$FILE" "$OUT_DIR"
  /external/chromium_org/third_party/mesa/src/src/glx/
packrender.h 172 { GLubyte *cp = (pc+offset); \
173 int shift = (64-16) - ((int)(cp) >> (64-6)); \
174 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
177 { GLubyte *cp = (pc+offset); \
178 int shift = (64-32) - ((int)(cp) >> (64-6)); \
179 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
packsingle.h 98 { GLubyte *cp = (pc+offset); \
99 int shift = (64-16) - ((int)(cp) >> (64-6)); \
100 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
103 { GLubyte *cp = (pc+offset); \
104 int shift = (64-32) - ((int)(cp) >> (64-6)); \
105 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
  /external/chromium_org/third_party/sqlite/src/
publish_osx.sh 14 cp $srcdir/Makefile.linux-gcc ./Makefile
  /external/clang/test/Sema/
transparent-union.c 11 void g(int *ip, float *fp, char *cp) {
14 f(cp); // expected-error{{incompatible type}}
  /external/clang/test/SemaCXX/
complex-overload.cpp 34 char *cp = promote_or_convert(fc); local
42 int *cp = promote_or_convert2(fc); local

Completed in 1265 milliseconds

<<11121314151617181920>>