Searched refs:cp (Results 1 - 25 of 1406) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh67 cp -f $JAR dist/
H A Dmkdoxy.sh17 cp -f antlr3/tree.py build/doc/antlr3
18 cp -f antlr3/treewizard.py build/doc/antlr3
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py65 cp = []
76 cp.append(jar)
84 cp.append(jar)
92 cp.append(jar)
94 cp.append(os.path.join(baseDir, 'runtime', 'Python', 'build'))
96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"'
/external/apache-harmony/jdwp/
H A DAndroid.mk95 adb shell $(jdwp_test_runtime_target) -cp $(jdwp_test_classpath_target) \
102 $(jdwp_test_runtime_host) -cp $(jdwp_test_classpath_host) \
112 java -cp $(HOST_OUT_JAVA_LIBRARIES)/apache-harmony-jdwp-tests-host.jar:$(HOST_OUT_JAVA_LIBRARIES)/junit.jar \
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidatorExceptionTest.java283 CertPath cp = mcp.get("X.509");
289 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
311 CertPath cp = mcp.get("X.509");
314 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1);
331 "getCertPath() must return ".concat(cp.toString()), tE
332 .getCertPath(), cp);
H A DCertificateFactory1Test.java619 CertPath cp = certFs[i].generateCertPath(list);
620 List list1 = cp.getCertificates();
H A DCertificateFactory2Test.java162 CertPath cp;
164 cp = certFactory.generateCertPath(list);
168 assertNull("Must be null", cp);
H A DCollectionCertStoreParametersTest.java57 CertStoreParameters cp = new CollectionCertStoreParameters();
59 cp instanceof CollectionCertStoreParameters);
68 CollectionCertStoreParameters cp = new CollectionCertStoreParameters();
69 Collection c = cp.getCollection();
120 CollectionCertStoreParameters cp =
123 assertTrue("isRefUsed_1", certificates == cp.getCollection());
125 assertTrue("isEmpty", cp.getCollection().isEmpty());
130 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection()));
200 CollectionCertStoreParameters cp =
202 String s = cp
[all...]
H A DLDAPCertStoreParametersTest.java54 CertStoreParameters cp = new LDAPCertStoreParameters();
56 cp instanceof LDAPCertStoreParameters);
65 LDAPCertStoreParameters cp = new LDAPCertStoreParameters();
66 assertEquals("host", "localhost", cp.getServerName());
67 assertEquals("port", 389, cp.getPort());
76 CertStoreParameters cp = new LDAPCertStoreParameters("myhost");
78 cp instanceof LDAPCertStoreParameters);
88 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(serverName);
89 assertTrue("host", serverName.equals(cp.getServerName()));
90 assertEquals("port", 389, cp
[all...]
H A DPKIXCertPathBuilderResultTest.java227 CertPath cp = new MyCertPath(testEncoding);
230 cp,
237 assertSame(cp, r.getCertPath());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
H A DCertPathValidatorExceptionTest.java65 CertPath cp = ref.getCertPath();
68 if (cp == null) {
72 assertEquals("Incorrect CertPath", res.getClass(), cp.getClass());
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java590 String cp = System.getProperty("java.class.path");
592 h.put("java.class.path", cp);
594 Vector classpathJars = checkPathForJars(cp, jarNames);
642 * cp should be separated by the usual File.pathSeparator. We
647 * @param cp classpath to search
656 protected Vector checkPathForJars(String cp, String[] jars) argument
659 if ((null == cp) || (null == jars) || (0 == cp.length())
664 StringTokenizer st = new StringTokenizer(cp, File.pathSeparator);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties96 Cp861 IBM861,861,csIBM861,cp-is 0x007F
108 Cp868 IBM868,cp-ar,csIBM868 0x007F
110 Cp869 IBM869,869,cp-gr,csIBM869 0x007F
/external/bison/build-aux/
H A Dgnupload360 $dbg cp $files $base.directive.asc $dest_host
H A Dinstall-sh65 cpprog=${CPPROG-cp}
H A Dmissing223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
253 cp "$SRCFILE" lex.yy.c
H A Dtexinfo.tex1065 \newindex{cp}%
4879 \dosubind{cp}{#2}{#1}}}
/external/bison/
H A Dconfigure529 # In both cases, we have to default to `cp -pR'.
531 as_ln_s='cp -pR'
535 as_ln_s='cp -pR'
538 as_ln_s='cp -pR'
5257 cp "$am_depcomp" conftest.dir
5934 cp "$am_depcomp" conftest.dir
6215 cp "conftest.in" "conftest.nl"
6281 cp "conftest.in" "conftest.nl"
38027 # In both cases, we have to default to `cp -pR'.
38029 as_ln_s='cp
[all...]
/external/bison/lib/
H A Dargmatch.c254 const char *cp;
265 if ((cp = getenv ("VERSION_CONTROL")))
266 backup_type = XARGMATCH ("$VERSION_CONTROL", cp,
253 const char *cp; local
H A Dlocalcharset.c120 const char *cp; local
122 cp = charset_aliases;
123 if (cp == NULL)
153 cp = "";
169 cp = "";
179 cp = "";
238 cp = "";
242 cp = res_ptr;
256 cp = "ISO8859-1" "\0" "ISO-8859-1" "\0"
291 cp
473 ULONG cp[3]; local
[all...]
H A Dprintf-parse.c85 const CHAR_T *cp = format; /* pointer into format */ local
134 while (*cp != '\0')
136 CHAR_T c = *cp++;
143 dp->dir_start = cp - 1;
154 if (*cp >= '0' && *cp <= '9')
158 for (np = cp; *np >= '0' && *np <= '9'; np++)
164 for (np = cp; *np >= '0' && *np <= '9'; np++)
173 cp = np + 1;
180 if (*cp
[all...]
H A Dvasnprintf.c1800 const FCHAR_T *cp; local
1870 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
1872 if (cp != dp->dir_start)
1874 size_t n = dp->dir_start - cp;
1883 DCHAR_CPY (result + length, (const DCHAR_T *) cp, n);
1889 result[length++] = (unsigned char) *cp++;
/external/bison/src/
H A Dfiles.c96 char *cp;
97 cp = stpcpy (res, str1);
98 cp = stpcpy (cp, str2);
95 char *cp; local
H A Dmain.c68 char const *cp = getenv ("LC_CTYPE"); local
69 if (cp && !strcmp (cp, "C"))
H A Doutput.c116 quoted_output (FILE *out, char const *cp) argument
120 for (; *cp; cp++)
121 switch (*cp)
127 default: fputc (*cp, out); break;
173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo); local
176 int width = strlen (cp) + 2;
186 obstack_escape (&format_obstack, cp);
187 free (cp);

Completed in 486 milliseconds

1234567891011>>