HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 126 - 150 of 2499) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/javassist/src/main/javassist/convert/
TransformFieldAccess.java 45 public void initialize(ConstPool cp, CodeAttribute attr) {
46 if (constPool != cp)
57 CodeIterator iterator, ConstPool cp)
64 = TransformReadField.isField(clazz.getClassPool(), cp,
68 int nt = cp.addNameAndTypeInfo(newFieldname,
70 newIndex = cp.addFieldrefInfo(
71 cp.addClassInfo(newClassname), nt);
72 constPool = cp;
TransformCall.java 53 public void initialize(ConstPool cp, CodeAttribute attr) {
54 if (constPool != cp)
66 ConstPool cp) throws BadBytecode
72 String cname = cp.eqMember(methodname, methodDescriptor, index);
74 int ntinfo = cp.getMemberNameAndType(index);
76 cp.getNameAndTypeDescriptor(ntinfo), cp);
108 int typedesc, ConstPool cp) throws BadBytecode
111 int nt = cp.addNameAndTypeInfo(cp.addUtf8Info(newMethodname)
    [all...]
  /external/okhttp/okhttp-ws-tests/
fuzzingserver-update-expected.sh 11 cp target/fuzzingserver-actual.txt fuzzingserver-expected.txt
  /external/pdfium/fpdfsdk/formfiller/
cffl_pushbutton.cpp 18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) {
20 pWnd->Create(cp);
  /system/core/logcat/
logcat_system.cpp 28 static std::string unquote(const char*& cp, const char*& delim) {
29 if ((*cp == '\'') || (*cp == '"')) {
32 char quote = *cp++;
33 delim = strchr(cp, quote);
34 if (!delim) delim = cp + strlen(cp);
35 std::string str(cp, delim);
39 delim = strpbrk(cp, " \t\f\r\n");
40 if (!delim) delim = cp + strlen(cp)
    [all...]
  /tools/tradefederation/core/
run_tf_cmd.sh 29 -cp "${TF_PATH}" com.android.tradefed.command.CommandRunner "$@"
verify.sh 29 -cp "${TF_PATH}" com.android.tradefed.command.Verify "$@"
  /external/e2fsprogs/misc/
ismounted.c 44 static char *skip_over_blank(char *cp)
46 while (*cp && isspace(*cp))
47 cp++;
48 return cp;
51 static char *skip_over_word(char *cp)
53 while (*cp && !isspace(*cp))
54 cp++;
55 return cp;
89 char buf[1024], *device = 0, *mnt_dir = 0, *cp; local
    [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...]
  /external/e2fsprogs/util/
subst.c 95 char *cp, *start; local
110 for (cp = start; *cp; cp++) {
111 if (!(*cp >= 'a' && *cp <= 'z') &&
112 !(*cp >= 'A' && *cp <= 'Z') &&
113 !(*cp >= '0' && *cp <= '9') &
225 char *cp, *ptr; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getservbyname.c 46 register char **cp; local
60 for (cp = p->s_aliases; *cp; cp++)
61 if (strcmp(name, *cp) == 0)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2_16.java 185 int cp = startingCP; local
196 if (cp >= limit) {
199 if (cp < 0x0d800 || (cp > 0x0dbff && cp <= 0x0ffff)) {
204 block = index[cp >> UTRIE2_SHIFT_2] << UTRIE2_INDEX_SHIFT;
205 } else if (cp < 0xffff) {
206 // Lead Surrogate Code Point, 0xd800 <= cp < 0xdc00
208 block = index[index2Block + ((cp - 0xd800) >> UTRIE2_SHIFT_2)] << UTRIE2_INDEX_SHIFT;
209 } else if (cp < highStart)
    [all...]
Trie2_32.java 182 int cp = startingCP; local
193 if (cp >= limit) {
196 if (cp < 0x0d800 || (cp > 0x0dbff && cp <= 0x0ffff)) {
201 block = index[cp >> UTRIE2_SHIFT_2] << UTRIE2_INDEX_SHIFT;
202 } else if (cp < 0xffff) {
203 // Lead Surrogate Code Point, 0xd800 <= cp < 0xdc00
205 block = index[index2Block + ((cp - 0xd800) >> UTRIE2_SHIFT_2)] << UTRIE2_INDEX_SHIFT;
206 } else if (cp < highStart)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2_16.java 183 int cp = startingCP; local
194 if (cp >= limit) {
197 if (cp < 0x0d800 || (cp > 0x0dbff && cp <= 0x0ffff)) {
202 block = index[cp >> UTRIE2_SHIFT_2] << UTRIE2_INDEX_SHIFT;
203 } else if (cp < 0xffff) {
204 // Lead Surrogate Code Point, 0xd800 <= cp < 0xdc00
206 block = index[index2Block + ((cp - 0xd800) >> UTRIE2_SHIFT_2)] << UTRIE2_INDEX_SHIFT;
207 } else if (cp < highStart)
    [all...]
Trie2_32.java 180 int cp = startingCP; local
191 if (cp >= limit) {
194 if (cp < 0x0d800 || (cp > 0x0dbff && cp <= 0x0ffff)) {
199 block = index[cp >> UTRIE2_SHIFT_2] << UTRIE2_INDEX_SHIFT;
200 } else if (cp < 0xffff) {
201 // Lead Surrogate Code Point, 0xd800 <= cp < 0xdc00
203 block = index[index2Block + ((cp - 0xd800) >> UTRIE2_SHIFT_2)] << UTRIE2_INDEX_SHIFT;
204 } else if (cp < highStart)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SourceFileAttribute.java 31 SourceFileAttribute(ConstPool cp, int n, DataInputStream in)
34 super(cp, n, in);
40 * @param cp a constant pool table.
43 public SourceFileAttribute(ConstPool cp, String filename) {
44 super(cp, tag);
45 int index = cp.addUtf8Info(filename);
AttributeInfo.java 38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) {
39 constPool = cp;
44 protected AttributeInfo(ConstPool cp, String attrname) {
45 this(cp, attrname, (byte[])null);
51 * @param cp constant pool table
56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) {
57 this(cp, cp.addUtf8Info(attrname), attrinfo);
60 protected AttributeInfo(ConstPool cp, int n, DataInputStream in)
63 constPool = cp;
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
build_pip_package.sh 40 cp ${PIP_PACKAGE}/README ${TMPDIR}
41 cp ${PIP_PACKAGE}/setup.py ${TMPDIR}
42 cp -R ${PIP_PACKAGE}/${PACKAGE_NAME} ${TMPDIR}
44 cp ${BINARY} ${TMPDIR}/${PACKAGE_NAME}/data
53 cp dist/* ${DEST}
  /external/mmc-utils/
mmc.c 217 struct Command *cp; local
220 for( cp = commands; cp->verb; cp++ )
221 print_help(np, cp, BASIC_HELP);
255 struct Command *cp; local
259 for( match = 0, cp = commands; cp->verb; cp++ ){
263 if( cp->ncmds < i
349 struct Command *cp; local
    [all...]
  /external/e2fsprogs/lib/ss/
parse.c 48 register char **argv, **new_argv, *cp; local
63 cp = line_ptr; /* cp is for output */
80 cp = line_ptr++;
88 argv[argc++] = cp;
94 cp = line_ptr;
108 *cp++ = '\0';
112 *cp++ = '\0';
121 *cp++ = *line_ptr++;
134 *cp++ = '"'
    [all...]
  /external/libmtp/src/
gphoto2-sync.sh 23 cp ptp2/ptp.c ptp.c
24 cp ptp2/ptp.h ptp.h
25 cp ptp2/ptp-pack.c ptp-pack.c
26 cp ptp2/chdk_ptp.h chdk_ptp.h
27 cp ptp2/chdk_live_view.h chdk_live_view.h
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 38 Predicate cp(g);
39 c1.remove_if(std::ref(cp));
41 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
50 Predicate cp(g);
51 c1.remove_if(std::ref(cp));
53 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
63 Predicate cp(g);
64 c1.remove_if(std::ref(cp));
66 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
74 Predicate cp(g)
    [all...]
  /external/robolectric/v3/
update_robolectric.sh 14 cp $MVN_ROOT/org/robolectric/robolectric/3.1-SNAPSHOT/robolectric-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
15 cp $MVN_ROOT/org/robolectric/robolectric-annotations/3.1-SNAPSHOT/robolectric-annotations-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
16 cp $MVN_ROOT/org/robolectric/robolectric-processor/3.1-SNAPSHOT/robolectric-processor-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
17 cp $MVN_ROOT/org/robolectric/robolectric-resources/3.1-SNAPSHOT/robolectric-resources-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
18 cp $MVN_ROOT/org/robolectric/robolectric-utils/3.1-SNAPSHOT/robolectric-utils-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
20 cp $MVN_ROOT/org/robolectric/shadows-httpclient/3.1-SNAPSHOT/shadows-httpclient-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
21 cp $MVN_ROOT/org/robolectric/shadows-support-v4/3.1-SNAPSHOT/shadows-support-v4-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
22 cp $MVN_ROOT/org/robolectric/shadows-multidex/3.1-SNAPSHOT/shadows-multidex-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
24 cp $MVN_ROOT/org/robolectric/shadows-play-services/3.1-SNAPSHOT/shadows-play-services-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
26 cp $MVN_ROOT/org/robolectric/shadows-core/3.1-SNAPSHOT/shadows-core-3.1-SNAPSHOT-16.jar $ROBOLECTRIC_ (…)
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 185 * cp MUST be u_char *.
187 #define GETCHAR(c, cp) { \
188 (c) = *(cp)++; \
190 #define PUTCHAR(c, cp) { \
191 *(cp)++ = (u_char) (c); \
195 #define GETSHORT(s, cp) { \
196 (s) = *(cp); (cp)++; (s) <<= 8; \
197 (s) |= *(cp); (cp)++;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 38 Predicate cp(g);
39 c1.remove_if(std::ref(cp));
41 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
50 Predicate cp(g);
51 c1.remove_if(std::ref(cp));
53 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
63 Predicate cp(g);
64 c1.remove_if(std::ref(cp));
66 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
74 Predicate cp(g)
    [all...]

Completed in 1291 milliseconds

1 2 3 4 56 7 8 91011>>