Searched refs:make_tuple (Results 1 - 8 of 8) sorted by relevance

/device/google/contexthub/util/nanotool/
H A Dnanotool.cpp65 std::make_tuple("disable", NanotoolCommand::Disable),
66 std::make_tuple("disable_all", NanotoolCommand::DisableAll),
67 std::make_tuple("calibrate", NanotoolCommand::Calibrate),
68 std::make_tuple("cal", NanotoolCommand::Calibrate),
69 std::make_tuple("test", NanotoolCommand::Test),
70 std::make_tuple("read", NanotoolCommand::Read),
71 std::make_tuple("poll", NanotoolCommand::Poll),
72 std::make_tuple("load_cal", NanotoolCommand::LoadCalibration),
73 std::make_tuple("flash", NanotoolCommand::Flash),
74 std::make_tuple("bridge_ve
[all...]
H A Dandroidcontexthub.cpp51 std::make_tuple("accel", SensorType::Accel),
52 std::make_tuple("gyro", SensorType::Gyro),
53 std::make_tuple("mag", SensorType::Magnetometer),
54 std::make_tuple("proximity", SensorType::Proximity),
55 std::make_tuple("barometer", SensorType::Barometer),
56 std::make_tuple("light", SensorType::AmbientLightSensor),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstructseq.c228 make_tuple(PyStructSequence *obj) function
250 if ((tup = make_tuple(obj)) == NULL) {
319 tup = make_tuple(obj);
329 tup = make_tuple(obj);
340 tup = make_tuple(obj);
353 tup = make_tuple((PyStructSequence*) obj);
365 tup = make_tuple((PyStructSequence*) obj);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstructseq.c227 make_tuple(PyStructSequence *obj) function
249 if ((tup = make_tuple(obj)) == NULL) {
318 tup = make_tuple(obj);
328 tup = make_tuple(obj);
339 tup = make_tuple(obj);
352 tup = make_tuple((PyStructSequence*) obj);
364 tup = make_tuple((PyStructSequence*) obj);
/device/google/wahoo/thermal/
H A Dsensors.cpp44 sensor_name, std::make_tuple(
H A Dthermal-helper.cpp169 std::make_tuple(gSkinThrottlingThreshold, gSkinShutdownThreshold,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A Dmultibytecodec.c54 make_tuple(PyObject *object, Py_ssize_t len) function
591 return make_tuple(r, datalen);
625 return make_tuple(PyUnicode_FromUnicode(NULL, 0), 0);
666 return make_tuple(buf.outobj, datalen);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A Dmultibytecodec.c54 make_tuple(PyObject *object, Py_ssize_t len) function
588 return make_tuple(r, datalen);
622 return make_tuple(PyUnicode_FromUnicode(NULL, 0), 0);
663 return make_tuple(buf.outobj, datalen);

Completed in 69 milliseconds