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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /external/pdfium/third_party/libopenjpeg20/
jp2.c 958 opj_image_comp_t *old_comps, *new_comps; local
974 new_comps = (opj_image_comp_t*)
976 if (!new_comps) {
987 new_comps[i] = old_comps[cmp];
990 new_comps[i] = old_comps[cmp];
994 new_comps[i].data = (OPJ_INT32*)
996 if (!new_comps[i].data) {
997 opj_free(new_comps);
998 new_comps = NULL;
    [all...]

Completed in 950 milliseconds