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

  /external/valgrind/helgrind/
hg_addrdescr.h 56 /*OUT*/UInt* tnr,
hg_addrdescr.c 52 /* hctxt/tnr/haddr/hszB describe the addr if it is a heap block. */
54 UInt tnr; local
66 &tnr,
80 ai->Addr.Block.alloc_tinfo.tnr = tnr;
86 /* In case ai contains a tid, set tnr to the corresponding helgrind
94 ai->Addr.Stack.tinfo.tnr = thr->errmsg_index;
hg_errors.c 897 if (xe->XE.Race.data_addrinfo.Addr.Block.alloc_tinfo.tnr) {
901 == xe->XE.Race.data_addrinfo.Addr.Block.alloc_tinfo.tnr) {
    [all...]
hg_main.c     [all...]
  /external/valgrind/include/
pub_tool_addrinfo.h 91 /* Note about ThreadInfo tid and tnr in various parts of _Addrinfo:
101 by a number. If the tool sets tnr between the call to
103 will by preference print tnr instead of tid.
105 while a tnr will be printed as thread #%d
111 UInt tnr; // 0 means no tool specific thread nr, or not known. member in struct:_ThreadInfo
  /external/valgrind/coregrind/
m_addrinfo.c 315 tinfo->tnr = 0;
385 if (tinfo.tnr != 0)
393 if (tinfo.tnr != 0)
394 return tinfo.tnr;
563 if (ai->Addr.Block.alloc_tinfo.tnr || ai->Addr.Block.alloc_tinfo.tid)
  /device/google/marlin/
device-common.mk 327 persist.camera.tnr.preview=1 \
328 persist.camera.tnr.video=1
  /device/lge/bullhead/
device.mk 516 # Disable Camera TNR
518 persist.camera.tnr.preview=0 \
519 persist.camera.tnr.video=0
  /device/google/wahoo/
device.mk 265 # camera TNR controls
267 persist.camera.tnr.video=1 \
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 426 property_get("persist.camera.tnr.preview", prop, "0");
430 property_get("persist.camera.tnr.video", prop, "0");
9994 cam_denoise_param_t tnr; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp 389 property_get("persist.camera.tnr.preview", prop, "1");
393 property_get("persist.camera.tnr.video", prop, "1");
8709 cam_denoise_param_t tnr; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 389 property_get("persist.camera.tnr.preview", prop, "1");
393 property_get("persist.camera.tnr.video", prop, "1");
8706 cam_denoise_param_t tnr; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp 577 property_get("persist.camera.tnr.preview", prop, "0");
585 property_get("persist.camera.tnr.video", prop, "1");
13116 cam_denoise_param_t tnr; local
    [all...]

Completed in 414 milliseconds