Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
Daccel_offset_cal.h42 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/
Dmag_diverse_cal.h43 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/
Dgyro_offset_over_temp_cal.h42 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.c238 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.c238 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/
Dzlib_codec.py59 def encode(self, input, final=False): argument
60 if final:
75 def decode(self, input, final=False): argument
76 if final:
Dutf_8_sig.py30 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)
Dbz2_codec.py60 def encode(self, input, final=False): argument
61 if final:
76 def decode(self, input, final=False): argument
Dutf_16.py23 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)
Dundefined.py25 def encode(self, input, final=False): argument
29 def decode(self, input, final=False): argument
Dunicode_internal.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dstring_escape.py16 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/
Dzlib_codec.py59 def encode(self, input, final=False): argument
60 if final:
75 def decode(self, input, final=False): argument
76 if final:
Dutf_8_sig.py30 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)
Dbz2_codec.py60 def encode(self, input, final=False): argument
61 if final:
76 def decode(self, input, final=False): argument
Dutf_16.py23 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)
Dundefined.py25 def encode(self, input, final=False): argument
29 def decode(self, input, final=False): argument
Draw_unicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_internal.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dstring_escape.py16 def encode(self, input, final=False): argument
20 def decode(self, input, final=False): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DMyAlloc.h49 #define alloc_check(final) MyCheck ((final), __FILE__, __LINE__) argument
213 #define alloc_check(final) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DMyAlloc.h42 #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/
Dtest_generators.py1202 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/
DWorkerThread.h98 status_t readyToRun() final;
101 bool threadLoop() final;

12345678910>>...12