HomeSort by relevance Sort by last modified time
    Searched full:extra_verbose (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp 109 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
116 LOGV_IF(EXTRA_VERBOSE, "name read %s", name);
local_log_def.h 7 #define EXTRA_VERBOSE (0) /* verbose log messages */
MPLSensor.cpp 18 //see also the EXTRA_VERBOSE define in the MPLSensor.h header file
189 LOGV_IF(EXTRA_VERBOSE,
228 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
233 LOGV_IF(EXTRA_VERBOSE,
255 LOGV_IF(EXTRA_VERBOSE, "HAL:Accel FSR used %d", mAccelScale);
582 LOGV_IF(EXTRA_VERBOSE, "HAL:load dmp: %s", mpu.dmp_firmware);
614 LOGV_IF(EXTRA_VERBOSE,
643 LOGV_IF(EXTRA_VERBOSE,
775 LOGV_IF(EXTRA_VERBOSE,
871 LOGV_IF(EXTRA_VERBOSE, "HAL:DMP quaternion data was turned off")
    [all...]
MPLSupport.cpp 62 LOGV_IF(EXTRA_VERBOSE, "HAL:Data= %ld", *data);
130 LOGV_IF(EXTRA_VERBOSE, "HAL:fd=%d write attribute to %ld", fd, data);
  /external/chromium_org/tools/grit/grit/tool/
build_unittest.py 33 self.extra_verbose = False
count.py 25 res_tree = grd_reader.Parse(opts.input, debug=opts.extra_verbose)
interface.py 57 if self.o.extra_verbose:
preprocess_unittest.py 28 extra_verbose = False variable in class:PreProcessingUnittest.testPreProcessing.DummyOpts
buildinfo_unittest.py 45 self.extra_verbose = False
69 self.extra_verbose = False
postprocess_unittest.py 36 extra_verbose = False variable in class:.testPostProcessing.DummyOpts
buildinfo.py 40 res_tree = grd_reader.Parse(opts.input, debug=opts.extra_verbose)
menu_from_parts.py 37 grd = grd_reader.Parse(self.o.input, debug=self.o.extra_verbose)
rc2grd_unittest.py 71 extra_verbose = False variable in class:.testRegressionScriptWithTranslateable.DummyNode
117 extra_verbose = False variable in class:.testRoleModel.DummyOpts
transl2tc.py 75 grd = grd_reader.Parse(self.o.input, debug=self.o.extra_verbose)
115 source_grd.RunGatherers(debug=self.o.extra_verbose)
120 transl_grd.RunGatherers(debug=self.o.extra_verbose)
xmb_unittest.py 74 extra_verbose = False variable in class:XmbUnittest.testLimitGrd.DummyOpts
xmb.py 199 res_tree = grd_reader.Parse(opts.input, debug=opts.extra_verbose)
240 debug=self.o.extra_verbose)
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 18 //see also the EXTRA_VERBOSE define, below
61 #define EXTRA_VERBOSE (0)
64 #define VFUNC_LOG ALOGV_IF(EXTRA_VERBOSE, "%s", __PRETTY_FUNCTION__)
159 ALOGV_IF(EXTRA_VERBOSE, "MPLSensor constructor: numSensors = %d", numSensors);
317 //ALOGV_IF(EXTRA_VERBOSE, "irq: %d %d (%d)", i, irqdata.interruptcount, j++);
377 ALOGV_IF(EXTRA_VERBOSE, "cs:%d rs:%d ", changing_sensors, restart);
396 ALOGV_IF(EXTRA_VERBOSE, "Allowing TimerIRQ");
403 ALOGV_IF(EXTRA_VERBOSE, "Not allowing TimerIRQ");
587 //ALOGV_IF(EXTRA_VERBOSE, "new data (%d)", sampleCount);
616 //ALOGV_IF(EXTRA_VERBOSE, "accel data: %f %f %f", s->acceleration.v[0], s->acceleration.v[1], s->acceleration.v[2])
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 117 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
124 LOGV_IF(EXTRA_VERBOSE, "name read %s", name);
MPLSupport.cpp 48 LOGV_IF(EXTRA_VERBOSE, "HAL:Data= %ld", *data);
116 LOGV_IF(EXTRA_VERBOSE, "HAL:fd=%d write attribute to %ld", fd, data);
139 LOGV_IF(EXTRA_VERBOSE, "HAL:fd=%d write attribute to %ld", fd, data);
SensorBase.h 41 #define EXTRA_VERBOSE (0) /* verbose log messages */
MPLSensor.cpp 20 //see also the EXTRA_VERBOSE define in the MPLSensor.h header file
261 LOGV_IF(EXTRA_VERBOSE,
296 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
301 LOGV_IF(EXTRA_VERBOSE,
322 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro FSR used %ld", mGyroScale);
342 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale);
350 LOGV_IF(EXTRA_VERBOSE, "HAL:factory gyro x offset path: %s", mpu.in_gyro_x_offset);
351 LOGV_IF(EXTRA_VERBOSE, "HAL:factory gyro y offset path: %s", mpu.in_gyro_y_offset);
352 LOGV_IF(EXTRA_VERBOSE, "HAL:factory gyro z offset path: %s", mpu.in_gyro_z_offset);
360 LOGV_IF(EXTRA_VERBOSE,
    [all...]
PressureSensor.IIO.secondary.cpp 47 LOGV_IF(EXTRA_VERBOSE, "Time %lld", (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec);
CompassSensor.IIO.primary.cpp 114 LOGV_IF(EXTRA_VERBOSE,
197 LOGV_IF(EXTRA_VERBOSE,
  /external/chromium_org/tools/grit/grit/
grit_runner.py 160 self.extra_verbose = False
179 self.extra_verbose = True
180 util.extra_verbose = True
  /external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image_unittest.py 108 options.extra_verbose = False

Completed in 507 milliseconds

1 2