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

  /external/curl/tests/
objnames-test08.sh 66 list_obj=$logdir/${tstnum}_list_obj
162 rm -f $list_obj
166 echo "$obj_name" >> $list_obj
169 sort -u $list_obj > $list_obj_uniq
190 paste $list_obj $list_c | sort > $list_obj_c
213 rm -f $list_obj
objnames-test10.sh 66 list_obj=$logdir/${tstnum}_list_obj
162 rm -f $list_obj
166 echo "$obj_name" >> $list_obj
169 sort -u $list_obj > $list_obj_uniq
190 paste $list_obj $list_c | sort > $list_obj_c
213 rm -f $list_obj
  /external/u-boot/fs/yaffs2/
yaffs_verify.c 423 struct yaffs_obj *list_obj; local
449 list_obj = list_entry(lh, struct yaffs_obj, siblings);
450 yaffs_verify_obj(list_obj);
451 if (obj == list_obj)
466 struct yaffs_obj *list_obj; local
486 list_obj = list_entry(lh, struct yaffs_obj, siblings);
487 if (list_obj->parent != directory) {
490 list_obj->parent);
493 yaffs_verify_obj_in_dir(list_obj);
  /development/vndk/tools/sourcedr/blueprint/tests/
test_ast.py 268 list_obj = List()
271 Concat(str_obj, list_obj).eval({})
274 Concat(list_obj, str_obj).eval({})
  /external/python/cpython3/Lib/
pickle.py     [all...]

Completed in 131 milliseconds