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

  /external/strace/tests/
tail_alloc.c 44 void *start_work = p + 3 * page_size; local
45 void *tail_guard = start_work + len;
53 memset(start_work, 0xff, len);
  /external/strace/tests-m32/
tail_alloc.c 44 void *start_work = p + 3 * page_size; local
45 void *tail_guard = start_work + len;
53 memset(start_work, 0xff, len);
  /external/strace/tests-mx32/
tail_alloc.c 44 void *start_work = p + 3 * page_size; local
45 void *tail_guard = start_work + len;
53 memset(start_work, 0xff, len);
  /external/libxcam/modules/soft/
soft_geo_mapper.h 58 XCamReturn start_work (const SmartPtr<Parameters> &param);
soft_blender.h 89 XCamReturn start_work (const SmartPtr<Parameters> &param);
soft_stitcher.h 72 XCamReturn start_work (const SmartPtr<Parameters> &param);
soft_handler.h 70 virtual XCamReturn start_work (const SmartPtr<Parameters> &param) = 0;
soft_geo_mapper.cpp 151 SoftGeoMapper::start_work (const SmartPtr<ImageHandler::Parameters> &param) function in class:XCam::SoftGeoMapper
160 "geo_mapper:%s start_work failed on idx0", XCAM_STR (get_name ()));
soft_handler.cpp 199 ret = start_work (param);
soft_blender.cpp 616 SoftBlender::start_work (const SmartPtr<ImageHandler::Parameters> &base) function in class:SoftBlender
623 "blender:%s start_work failed, params(in1/out buf) are not fully set or type not correct",
630 "blender:%s start_work failed on idx0", XCAM_STR (get_name ()));
636 "blender:%s start_work failed on idx1", XCAM_STR (get_name ()));
soft_stitcher.cpp 928 SoftStitcher::start_work (const SmartPtr<Parameters> &base) function in class:XCam::SoftStitcher
934 "soft_stitcher:%s start_work failed, params(in_buf_num) in_bufs are set",
  /art/runtime/jit/
profile_saver.cc 180 uint64_t start_work = NanoTime(); local
190 total_ns_of_work_ += NanoTime() - start_work;
    [all...]

Completed in 143 milliseconds