/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/ |
D | accel_offset_cal.h | 42 class AccelOffsetCal final 59 CalibrationTypeFlags SetMeasurement(const SensorData& sample) final; 64 const CalibrationDataThreeAxis& input_cal_data) final; 67 SensorType get_sensor_type() const final { in get_sensor_type()
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/ |
D | mag_diverse_cal.h | 43 class MagDiverseCal final : public OnlineCalibration<CalibrationDataThreeAxis> { 63 CalibrationTypeFlags SetMeasurement(const SensorData& sample) final; 68 const CalibrationDataThreeAxis& input_cal_data) final; 71 SensorType get_sensor_type() const final { in get_sensor_type()
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/ |
D | gyro_offset_over_temp_cal.h | 42 class GyroOffsetOtcCal final 65 CalibrationTypeFlags SetMeasurement(const SensorData& sample) final; 70 const CalibrationDataThreeAxis& input_cal_data) final; 73 SensorType get_sensor_type() const final { in get_sensor_type()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _codecsmodule.c | 238 int final = 0; in utf_7_decode() local 243 &pbuf, &errors, &final)) in utf_7_decode() 248 final ? NULL : &consumed); in utf_7_decode() 261 int final = 0; in utf_8_decode() local 266 &pbuf, &errors, &final)) in utf_8_decode() 271 final ? NULL : &consumed); in utf_8_decode() 285 int final = 0; in utf_16_decode() local 290 &pbuf, &errors, &final)) in utf_16_decode() 294 &byteorder, final ? NULL : &consumed); in utf_16_decode() 308 int final = 0; in utf_16_le_decode() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _codecsmodule.c | 238 int final = 0; in utf_7_decode() local 243 &pbuf, &errors, &final)) in utf_7_decode() 248 final ? NULL : &consumed); in utf_7_decode() 261 int final = 0; in utf_8_decode() local 266 &pbuf, &errors, &final)) in utf_8_decode() 271 final ? NULL : &consumed); in utf_8_decode() 285 int final = 0; in utf_16_decode() local 290 &pbuf, &errors, &final)) in utf_16_decode() 294 &byteorder, final ? NULL : &consumed); in utf_16_decode() 308 int final = 0; in utf_16_le_decode() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
D | zlib_codec.py | 59 def encode(self, input, final=False): argument 60 if final: 75 def decode(self, input, final=False): argument 76 if final:
|
D | utf_8_sig.py | 30 def encode(self, input, final=False): argument 52 def _buffer_decode(self, input, errors, final): argument 64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final) 66 return codecs.utf_8_decode(input, errors, final)
|
D | bz2_codec.py | 60 def encode(self, input, final=False): argument 61 if final: 76 def decode(self, input, final=False): argument
|
D | utf_16.py | 23 def encode(self, input, final=False): argument 58 def _buffer_decode(self, input, errors, final): argument 61 codecs.utf_16_ex_decode(input, errors, 0, final) 69 return self.decoder(input, self.errors, final)
|
D | undefined.py | 25 def encode(self, input, final=False): argument 29 def decode(self, input, final=False): argument
|
D | unicode_internal.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
D | string_escape.py | 16 def encode(self, input, final=False): argument 20 def decode(self, input, final=False): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
D | zlib_codec.py | 59 def encode(self, input, final=False): argument 60 if final: 75 def decode(self, input, final=False): argument 76 if final:
|
D | utf_8_sig.py | 30 def encode(self, input, final=False): argument 52 def _buffer_decode(self, input, errors, final): argument 64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final) 66 return codecs.utf_8_decode(input, errors, final)
|
D | bz2_codec.py | 60 def encode(self, input, final=False): argument 61 if final: 76 def decode(self, input, final=False): argument
|
D | utf_16.py | 23 def encode(self, input, final=False): argument 58 def _buffer_decode(self, input, errors, final): argument 61 codecs.utf_16_ex_decode(input, errors, 0, final) 69 return self.decoder(input, self.errors, final)
|
D | undefined.py | 25 def encode(self, input, final=False): argument 29 def decode(self, input, final=False): argument
|
D | raw_unicode_escape.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
D | unicode_internal.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
D | unicode_escape.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
D | string_escape.py | 16 def encode(self, input, final=False): argument 20 def decode(self, input, final=False): argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | MyAlloc.h | 49 #define alloc_check(final) MyCheck ((final), __FILE__, __LINE__) argument 213 #define alloc_check(final) argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | MyAlloc.h | 42 #define alloc_check(final) MyCheck ((final), __FILE__, __LINE__) argument 210 #define alloc_check(final) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_generators.py | 1202 final = self.coords2index(3-i, 3-j) 1203 self.final = final 1206 succs[final].append(corner) 1209 succs[final].remove(corner) 1228 if i != self.final: 1258 if i != self.final: 1266 assert self.final in succs[self.lastij] 1267 yield self.final
|
/device/generic/goldfish/camera/ |
D | WorkerThread.h | 98 status_t readyToRun() final; 101 bool threadLoop() final;
|