HomeSort by relevance Sort by last modified time
    Searched full:all_res (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/data/
makedata.mak 265 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
283 ALL_RES = $(ALL_RES) res_index.res
305 ALL_RES = $(ALL_RES) curr\res_index.res
326 ALL_RES = $(ALL_RES) lang\res_index.res
347 ALL_RES = $(ALL_RES) region\res_index.re
    [all...]
  /external/libdrm/tests/amdgpu/
basic_tests.c 425 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); local
455 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt);
456 all_res[res_cnt] = ib_result_handle;
458 r = amdgpu_bo_list_create(device_handle, res_cnt+1, all_res,

Completed in 724 milliseconds