Searched refs:make_tuple (Results 1 – 7 of 7) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 65 std::make_tuple("disable", NanotoolCommand::Disable), in StrToCommand() 66 std::make_tuple("disable_all", NanotoolCommand::DisableAll), in StrToCommand() 67 std::make_tuple("calibrate", NanotoolCommand::Calibrate), in StrToCommand() 68 std::make_tuple("cal", NanotoolCommand::Calibrate), in StrToCommand() 69 std::make_tuple("test", NanotoolCommand::Test), in StrToCommand() 70 std::make_tuple("read", NanotoolCommand::Read), in StrToCommand() 71 std::make_tuple("poll", NanotoolCommand::Poll), in StrToCommand() 72 std::make_tuple("load_cal", NanotoolCommand::LoadCalibration), in StrToCommand() 73 std::make_tuple("flash", NanotoolCommand::Flash), in StrToCommand() 74 std::make_tuple("bridge_ver", NanotoolCommand::GetBridgeVer), in StrToCommand() [all …]
|
D | androidcontexthub.cpp | 51 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/ |
D | structseq.c | 228 make_tuple(PyStructSequence *obj) in make_tuple() function 250 if ((tup = make_tuple(obj)) == NULL) { in structseq_repr() 319 tup = make_tuple(obj); in structseq_concat() 329 tup = make_tuple(obj); in structseq_repeat() 340 tup = make_tuple(obj); in structseq_contains() 353 tup = make_tuple((PyStructSequence*) obj); in structseq_hash() 365 tup = make_tuple((PyStructSequence*) obj); in structseq_richcompare()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | structseq.c | 227 make_tuple(PyStructSequence *obj) in make_tuple() function 249 if ((tup = make_tuple(obj)) == NULL) { in structseq_repr() 318 tup = make_tuple(obj); in structseq_concat() 328 tup = make_tuple(obj); in structseq_repeat() 339 tup = make_tuple(obj); in structseq_contains() 352 tup = make_tuple((PyStructSequence*) obj); in structseq_hash() 364 tup = make_tuple((PyStructSequence*) obj); in structseq_richcompare()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | multibytecodec.c | 54 make_tuple(PyObject *object, Py_ssize_t len) in make_tuple() function 588 return make_tuple(r, datalen); in MultibyteCodec_Encode() 622 return make_tuple(PyUnicode_FromUnicode(NULL, 0), 0); in MultibyteCodec_Decode() 663 return make_tuple(buf.outobj, datalen); in MultibyteCodec_Decode()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | multibytecodec.c | 54 make_tuple(PyObject *object, Py_ssize_t len) in make_tuple() function 591 return make_tuple(r, datalen); in MultibyteCodec_Encode() 625 return make_tuple(PyUnicode_FromUnicode(NULL, 0), 0); in MultibyteCodec_Decode() 666 return make_tuple(buf.outobj, datalen); in MultibyteCodec_Decode()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1377 return std::make_tuple(static_cast<Layer*>(nullptr), Error::BadDisplay); in getLayer() 1383 return std::make_tuple(static_cast<Layer*>(nullptr), Error::BadLayer); in getLayer() 1390 return std::make_tuple(static_cast<Layer*>(nullptr), Error::BadLayer); in getLayer() 1392 return std::make_tuple(layer.get(), Error::None); in getLayer()
|