Home
last modified time | relevance | path

Searched refs:make_tuple (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanotool.cpp64 std::make_tuple("disable", NanotoolCommand::Disable), in StrToCommand()
65 std::make_tuple("disable_all", NanotoolCommand::DisableAll), in StrToCommand()
66 std::make_tuple("calibrate", NanotoolCommand::Calibrate), in StrToCommand()
67 std::make_tuple("cal", NanotoolCommand::Calibrate), in StrToCommand()
68 std::make_tuple("test", NanotoolCommand::Test), in StrToCommand()
69 std::make_tuple("read", NanotoolCommand::Read), in StrToCommand()
70 std::make_tuple("poll", NanotoolCommand::Poll), in StrToCommand()
71 std::make_tuple("load_cal", NanotoolCommand::LoadCalibration), in StrToCommand()
72 std::make_tuple("flash", NanotoolCommand::Flash), in StrToCommand()
73 std::make_tuple("bridge_ver", NanotoolCommand::GetBridgeVer), in StrToCommand()
[all …]
Dandroidcontexthub.cpp51 std::make_tuple("accel", SensorType::Accel),
52 std::make_tuple("gyro", SensorType::Gyro),
53 std::make_tuple("proximity", SensorType::Proximity),
54 std::make_tuple("barometer", SensorType::Barometer),
55 std::make_tuple("light", SensorType::AmbientLightSensor),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c227 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.10/Objects/
Dstructseq.c228 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/Modules/cjkcodecs/
Dmultibytecodec.c54 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/
Dmultibytecodec.c54 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()