Searched refs:cpath (Results 1 - 13 of 13) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DCodeSigner_ImplTest.java38 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());
H A DTimestamp_ImplTest.java43 private CertPath cpath = new MyCertPath(encoding); field in class:Timestamp_ImplTest
46 assertTrue(new Timestamp(now, cpath).hashCode() == (now.hashCode() ^ cpath
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DCodeSignerTest.java39 private CertPath cpath = TestCertUtils.genCertPath(3, 0); field in class:CodeSignerTest
42 private Timestamp ts = new Timestamp(now, cpath);
60 new CodeSigner(cpath, null);
68 CodeSigner one = new CodeSigner(cpath, ts);
69 CodeSigner two = new CodeSigner(cpath, ts);
70 CodeSigner three = new CodeSigner(cpath, null);
92 assertSame(new CodeSigner(cpath, null).getSignerCertPath(), cpath);
99 assertNull(new CodeSigner(cpath, null).getTimestamp());
100 assertSame(new CodeSigner(cpath, t
[all...]
H A DTimestampTest.java43 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();
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DCodeSignerTest.java43 CertPath cpath = TestCertUtils.getCertPath();
44 Timestamp ts = new Timestamp(new Date(1146633204309L), cpath);
45 return new Object[] { new CodeSigner(cpath, ts),
46 new CodeSigner(cpath, null) };
H A DTimestampTest.java42 CertPath cpath = TestCertUtils.getCertPath();
43 return new Object[] { new Timestamp(new Date(1146633251341L), cpath) };
/external/toybox/toys/other/
H A Dacpi.c32 char *cpath;
58 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, NULL)), O_RDONLY))) {
84 free(TT.cpath);
97 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, NULL)), O_RDONLY))) {
107 free(TT.cpath);
122 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, &dfd)), O_RDONLY))) {
123 TT.cpath = strcat(TT.cpath, "/type");
124 if (readfile(TT.cpath, toybuf, 256) && !errno) {
134 free(TT.cpath);
[all...]
/external/skia/src/c/
H A Dsk_surface.cpp145 static const SkPath& AsPath(const sk_path_t& cpath) { argument
146 return reinterpret_cast<const SkPath&>(cpath);
149 static SkPath* as_path(sk_path_t* cpath) { argument
150 return reinterpret_cast<SkPath*>(cpath);
244 void sk_path_delete(sk_path_t* cpath) { argument
245 SkDELETE(as_path(cpath));
248 void sk_path_move_to(sk_path_t* cpath, float x, float y) { argument
249 as_path(cpath)->moveTo(x, y);
252 void sk_path_line_to(sk_path_t* cpath, float x, float y) { argument
253 as_path(cpath)
256 sk_path_quad_to(sk_path_t* cpath, float x0, float y0, float x1, float y1) argument
260 sk_path_conic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float w) argument
264 sk_path_cubic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float x2, float y2) argument
268 sk_path_close(sk_path_t* cpath) argument
272 sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) argument
280 sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) argument
288 sk_path_get_bounds(const sk_path_t* cpath, sk_rect_t* crect) argument
349 sk_canvas_clip_path(sk_canvas_t* ccanvas, const sk_path_t* cpath) argument
365 sk_canvas_draw_path(sk_canvas_t* ccanvas, const sk_path_t* cpath, const sk_paint_t* cpaint) argument
615 sk_path_t* cpath = sk_path_new(); local
[all...]
/external/skia/src/utils/ios/
H A DSkOSFile_iOS.mm18 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/opencv/cvaux/src/
H A Dcvcorrespond.cpp76 uchar cpath; local
208 cpath = 1;
213 cpath = 3;
223 cpath = 2;
228 cpath = 3;
234 matchEdges[i + j * row_size] = cpath;
/external/toybox/generated/
H A Dglobals.h129 char *cpath; member in struct:acpi_data
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1343 milliseconds