Searched defs:p_base (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/intl/
H A Drelocatable.c192 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
196 while (p > p_base)
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java189 * @param p_base the base URI (cannot be null if p_uriSpec is null or
192 * empty if p_base is null)
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException argument
199 initialize(p_base, p_uriSpec);
358 * @param p_base the base URI (may be null if p_uriSpec is an absolute
361 * relative URI (can only be null/empty if p_base
364 * @throws MalformedURIException if p_base is null and p_uriSpec
368 private void initialize(URI p_base, String p_uriSpec) argument
372 if (p_base == null
382 initialize(p_base);
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java186 * @param p_base the base URI (cannot be null if p_uriSpec is null or
189 * empty if p_base is null)
194 public URI(URI p_base, String p_uriSpec) throws MalformedURIException argument
196 initialize(p_base, p_uriSpec);
355 * @param p_base the base URI (may be null if p_uriSpec is an absolute
358 * relative URI (can only be null/empty if p_base
361 * @throws MalformedURIException if p_base is null and p_uriSpec
365 private void initialize(URI p_base, String p_uriSpec) argument
369 if (p_base == null
379 initialize(p_base);
[all...]
/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp198 _CvPyramidBase *p_base; local
269 p_base = (_CvPyramidBase *) (buffer + step * roi.height);
270 pyram[0] = (_CvPyramid *) p_base;
275 for( j = 0; j < roi.width; j++, p_base++ )
277 p_base->c = pyramida[i * roi.width + j];
278 p_base->p = &stub;
282 p_cur = (_CvPyramid *) p_base;
363 p_base = (_CvPyramidBase *) pyram[0];
364 for( i = 0; i < roi.height; i++, p_base += size.width )
368 _CvPyramid *p1 = p_base[
612 _CvPyramidBaseC3 *p_base; local
[all...]

Completed in 120 milliseconds