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

  /device/samsung/crespo/libsensors/
SensorBase.cpp 35 const char* data_name)
36 : dev_name(dev_name), data_name(data_name),
39 if (data_name) {
40 data_fd = openInput(data_name);
70 if (!data_name) {
SensorBase.h 33 const char* data_name; member in class:SensorBase
52 const char* data_name);
AkmSensor.cpp 61 data_name = "compass";
  /hardware/invensense/libsensors/
SensorBase.cpp 35 const char* data_name)
36 : dev_name(dev_name), data_name(data_name),
39 if (data_name) {
40 data_fd = openInput(data_name);
70 if (!data_name) {
SensorBase.h 33 const char* data_name; member in class:SensorBase
52 const char* data_name);
  /device/moto/stingray/sensors/
SensorBase.h 33 const char* data_name; member in class:SensorBase
51 const char* data_name);
SensorBase.cpp 35 const char* data_name)
36 : dev_name(dev_name), data_name(data_name),
39 data_fd = openInput(data_name);
  /external/qemu/
gen-skin.py 37 data_name = "_data_" + string.replace(file,".","_")
39 entries.append( (file, data_name, len(data)) )
40 print "static const unsigned char %s[%d] = {" % (data_name, data_len + data_add)
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 58 const char *data_name,
60 : SensorBase(dev_name, data_name),
74 data_name);
80 data_name);
SamsungSensorBase.h 51 const char* data_name,
  /external/v8/tools/
stats-viewer.py 63 def __init__(self, data_name, name_filter):
67 data_name: the name of the file containing the counters.
70 self.data_name = data_name
100 if not os.path.exists(self.data_name):
101 maps_name = "/proc/%s/maps" % self.data_name
103 print "\"%s\" is neither a counter file nor a PID." % self.data_name
107 self.data_name = None
110 self.data_name = m.group(0)
112 if self.data_name is None
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 275 std::wstring data_name(input_path);
276 file_util::AppendToPath(&data_name, L"data_0");
277 if (version != GetMajorVersionFromFile(data_name))
280 data_name = input_path;
281 file_util::AppendToPath(&data_name, L"data_1");
282 if (version != GetMajorVersionFromFile(data_name))
  /external/ppp/pppd/
utils.c 507 if (protp != 0 && protp->data_name != 0) {
508 printer(arg, "[%s data]", protp->data_name);
pppd.h 415 char *data_name; /* Text name of corresponding data protocol */ member in struct:protent
    [all...]

Completed in 159 milliseconds