HomeSort by relevance Sort by last modified time
    Searched full:cpath (Results 1 - 25 of 47) sorted by null

1 2

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 38 private CertPath cpath = TestCertUtils.genCertPath(3, 0); field in class:CodeSignerTest
41 private Timestamp ts = new Timestamp(now, cpath);
60 CodeSigner cs = new CodeSigner(cpath, null);
72 CodeSigner cs = new CodeSigner(cpath, ts);
84 CodeSigner one = new CodeSigner(cpath, ts);
85 CodeSigner two = new CodeSigner(cpath, ts);
86 CodeSigner three = new CodeSigner(cpath, null);
108 assertSame(new CodeSigner(cpath, null).getSignerCertPath(), cpath);
115 assertNull(new CodeSigner(cpath, null).getTimestamp())
    [all...]
TimestampTest.java 43 private CertPath cpath = new MyCertPath(encoding); field in class:TimestampTest
47 new Timestamp(null, cpath);
59 Timestamp timestamp = new Timestamp(now, cpath);
61 assertEquals("not expected cert path", cpath, timestamp.getSignerCertPath());
68 Timestamp one = new Timestamp(now, cpath);
69 Timestamp two = new Timestamp(now, cpath);
77 Timestamp two1 = new Timestamp(new Date(9999), cpath);
83 assertSame(new Timestamp(now, cpath).getSignerCertPath(), cpath);
87 Timestamp t = new Timestamp(now, cpath);
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 38 private CertPath cpath = TestCertUtils.genCertPath(3, 0); field in class:CodeSignerTest
41 private Timestamp ts = new Timestamp(now, cpath);
59 new CodeSigner(cpath, null);
67 CodeSigner one = new CodeSigner(cpath, ts);
68 CodeSigner two = new CodeSigner(cpath, ts);
69 CodeSigner three = new CodeSigner(cpath, null);
91 assertSame(new CodeSigner(cpath, null).getSignerCertPath(), cpath);
98 assertNull(new CodeSigner(cpath, null).getTimestamp());
99 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts)
    [all...]
TimestampTest.java 43 private CertPath cpath = new MyCertPath(encoding); field in class:TimestampTest
47 new Timestamp(null, cpath);
64 Timestamp one = new Timestamp(now, cpath);
65 Timestamp two = new Timestamp(now, cpath);
73 Timestamp two1 = new Timestamp(new Date(9999), cpath);
79 assertSame(new Timestamp(now, cpath).getSignerCertPath(), cpath);
83 Timestamp t = new Timestamp(now, cpath);
92 new Timestamp(now, cpath).toString();
  /sdk/find_java/
find_java.h 30 int findJavaInEnvPath(CPath *outJavaPath);
31 int findJavaInRegistry(CPath *outJavaPath);
32 int findJavaInProgramFiles(CPath *outJavaPath);
33 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt);
utils.h 237 class CPath : public CString {
239 CPath() : CString() { }
240 CPath(const CString &str) : CString(str) { }
241 CPath(const CPath &str) : CString(str) { }
242 explicit CPath(const char *str) : CString(str) { }
243 CPath(const char *start, int length) : CString(start, length) { }
245 CPath& operator=(const CPath &str) {
251 CPath& addPath(const CString &s) {
    [all...]
find_java_lib.cpp 78 static int checkPath(CPath *inOutPath) {
97 static int checkBinPath(CPath *inOutPath) {
103 int findJavaInEnvPath(CPath *outJavaPath) {
110 CPath p(envPath);
133 CPath p((*paths)[i].cstr());
199 static int exploreJavaRegistry(const char *entry, REGSAM access, CPath *outJavaPath) {
202 CPath rootKey("SOFTWARE\\JavaSoft\\");
207 CPath subKey(rootKey);
212 CPath javaHome;
241 CPath javaHome;
    [all...]
find_java_exe.cpp 48 CPath javaPath("<not found>");
103 CPath javaPath;
140 CPath javawPath(javaPath);
utils.cpp 135 bool getModuleDir(CPath *outDir) {
  /external/clang/test/Driver/
cpath.c 3 // RUN: env "CPATH=%T/test1%{pathsep}%T/test2" %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
4 // CPATH: -I{{.*}}/test1
5 // CPATH: -I{{.*}}/test2
6 // CPATH: search starts here
7 // CPATH: test1
8 // CPATH: test2
  /bootable/recovery/minzip/
DirUtil.c 74 char *cpath = (char *)malloc(pathLen + 2); local
75 if (cpath == NULL) {
79 memcpy(cpath, path, pathLen);
83 char *c = cpath + pathLen - 1;
84 while (c != cpath && *c != '/') {
87 if (c == cpath) {
92 free(cpath);
99 cpath[pathLen] = '/';
100 cpath[pathLen + 1] = '\0';
105 ds = getPathDirStatus(cpath);
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
CodeSigner_ImplTest.java 38 private CertPath cpath = TestCertUtils.genCertPath(3, 0); field in class:CodeSigner_ImplTest
41 private Timestamp ts = new Timestamp(now, cpath);
47 assertTrue(new CodeSigner(cpath, ts).hashCode() == (cpath.hashCode() ^ ts
49 assertTrue(new CodeSigner(cpath, null).hashCode() == cpath.hashCode());
Timestamp_ImplTest.java 44 private CertPath cpath = new MyCertPath(encoding); field in class:Timestamp_ImplTest
47 assertTrue(new Timestamp(now, cpath).hashCode() == (now.hashCode() ^ cpath
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
CodeSignerTest.java 44 CertPath cpath = TestCertUtils.getCertPath(); local
45 Timestamp ts = new Timestamp(new Date(1146633204309L), cpath);
46 return new Object[] { new CodeSigner(cpath, ts),
47 new CodeSigner(cpath, null) };
TimestampTest.java 43 CertPath cpath = TestCertUtils.getCertPath(); local
44 return new Object[] { new Timestamp(new Date(1146633251341L), cpath) };
  /external/skia/src/utils/ios/
SkOSFile_iOS.mm 18 SkFILE* sk_fopen(const char cpath[], SkFILE_Flags flags) {
25 const char* start = strrchr(cpath, '/');
27 start = cpath;
31 const char* stop = strrchr(cpath, '.');
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertPathImplTest.java 80 X509CertPathImpl cpath = X509CertPathImpl.getInstance(bais); local
81 assertEquals("Certificate list size missmatch", certList.size(), cpath
90 X509CertPathImpl cpath = X509CertPathImpl.getInstance(encoding); local
91 assertEquals("Certificate list size missmatch", certList.size(), cpath
112 X509CertPathImpl cpath = X509CertPathImpl local
114 assertEquals("Certificate list size missmatch", certList.size(), cpath
119 cpath = X509CertPathImpl.getInstance(bais, "PKCS7");
120 assertEquals("Certificate list size missmatch", certList.size(), cpath
130 X509CertPathImpl cpath = X509CertPathImpl.getInstance(encoding); local
132 cpath.getCertificates().size())
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 114 CString cpath = path.utf8(); local
121 if (cpath.length() + NAME_MAX >= sizeof(filePath))
124 memcpy(filePath, cpath.data(), cpath.length());
125 fileName = filePath + cpath.length();
126 if (cpath.length() > 0 && filePath[cpath.length() - 1] != '/') {
132 dir = opendir(cpath.data());
  /sdk/find_lock/
find_lock.h 22 bool findLock(CPath &path, CString *outModule);
find_lock_exe.cpp 32 CPath dirPath;
  /external/opencv/cvaux/src/
cvcorrespond.cpp 76 uchar cpath; local
208 cpath = 1;
213 cpath = 3;
223 cpath = 2;
228 cpath = 3;
234 matchEdges[i + j * row_size] = cpath;
  /external/compiler-rt/lib/
lit.common.cfg 24 'CPATH', 'C_INCLUDE_PATH', 'CPLUS_INCLUDE_PATH',
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 238 CString cpath = path.utf8(); local
240 DIR* dir = opendir(cpath.data());
250 if (static_cast<int>(sizeof(filePath) - 1) < snprintf(filePath, sizeof(filePath), "%s/%s", cpath.data(), name))
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm     [all...]
  /external/clang/test/
lit.cfg 65 'CPATH', 'C_INCLUDE_PATH', 'CPLUS_INCLUDE_PATH',

Completed in 612 milliseconds

1 2