HomeSort by relevance Sort by last modified time
    Searched refs:p_base (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 186 * @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
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)
369 if (p_base == null
379 initialize(p_base);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 189 * @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
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)
372 if (p_base == null
382 initialize(p_base);
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 198 _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[j].p
612 _CvPyramidBaseC3 *p_base; local
    [all...]
  /external/e2fsprogs/intl/
relocatable.c 192 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
196 while (p > p_base)

Completed in 3974 milliseconds