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

  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 412 char buffer_access[PATH_MAX]; local
420 snprintf(buffer_access, sizeof(buffer_access),
423 data_fd = open(buffer_access, O_RDWR);
426 buffer_access, strerror(errno));
505 ALOGV("%s: iio_device_path = %s", __func__, buffer_access);
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-simplified-lowering.cc 237 ElementAccess buffer_access = local
242 t.LoadElement(buffer_access, backing_store, t.Int32Constant(index),
244 t.StoreElement(buffer_access, backing_store, t.Int32Constant(index + 1),
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py     [all...]

Completed in 210 milliseconds