Home
last modified time | relevance | path

Searched full:lost (Results 1 – 25 of 22253) sorted by relevance

12345678910>>...891

/aosp_15_r20/external/e2fsprogs/tests/f_expand/
HDexpect.1.gz ... was in <12>) 5Connect to /lost+found? yes 6 7Unconnected directory inode 1520 ...
/aosp_15_r20/external/e2fsprogs/tests/f_rebuild_csum_rootdir/
H A Dexpect.117 Connect to /lost+found? yes
19 /lost+found not found. Create? yes
26 Connect to /lost+found? yes
31 Connect to /lost+found? yes
36 Connect to /lost+found? yes
41 Connect to /lost+found? yes
46 Connect to /lost+found? yes
51 Connect to /lost+found? yes
56 Connect to /lost+found? yes
61 Connect to /lost+found? yes
[all …]
/aosp_15_r20/external/libopus/dnn/torch/plc/
H A Dplc_dataset.py20 self.lost = np.memmap(loss_file, dtype='int8', mode='r')
21 self.lost = self.lost.astype('float32')
29 #self.lost = self.lost[:(len(self.lost)//features.shape[1]-1)*features.shape[1]]
30 #self.lost = self.lost.reshape((-1, self.sequence_length))
41 lost_offset = np.random.randint(0, high=self.lost.shape[0]-self.sequence_length)
42 lost = self.lost[lost_offset:lost_offset+self.sequence_length]
44 lost = lost * (np.random.rand(lost.shape[-1]) > .02).astype('float32')
46 lost = 1 - ((1-lost) * (np.random.rand(lost.shape[-1]) > .1).astype('float32'))
47 lost = np.reshape(lost, (features.shape[0], 1))
48 lost_mask = np.tile(lost, (1,features.shape[-1]))
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h85 * \param lost If non-NULL, set to the approximate number of frames lost before
86 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
91 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
92 * isn't keeping up with writer; see \p lost
94 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
261 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
262 * isn't keeping up with writer; see \p lost
296 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
311 * For a reader, this includes lost and flushed frames.
332 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/media/audio_utils/include/audio_utils/
Dfifo.h85 * \param lost If non-NULL, set to the approximate number of frames lost before
86 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
91 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
92 * isn't keeping up with writer; see \p lost
94 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
261 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
262 * isn't keeping up with writer; see \p lost
296 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
311 * For a reader, this includes lost and flushed frames.
332 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h90 * \param lost If non-NULL, set to the approximate number of frames lost before
91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
97 * isn't keeping up with writer; see \p lost
99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
272 * isn't keeping up with writer; see \p lost
306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
321 * For a reader, this includes lost and flushed frames.
342 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/media/audio_utils/include/audio_utils/
Dfifo.h85 * \param lost If non-NULL, set to the approximate number of frames lost before
86 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
91 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
92 * isn't keeping up with writer; see \p lost
94 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
261 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
262 * isn't keeping up with writer; see \p lost
296 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
311 * For a reader, this includes lost and flushed frames.
332 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/media/audio_utils/include/audio_utils/
Dfifo.h91 * \param lost If non-NULL, set to the approximate number of frames lost before
92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
98 * isn't keeping up with writer; see \p lost
100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
273 * isn't keeping up with writer; see \p lost
307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
322 * For a reader, this includes lost and flushed frames.
343 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/media/audio_utils/include/audio_utils/
Dfifo.h85 * \param lost If non-NULL, set to the approximate number of frames lost before
86 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.
91 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
92 * isn't keeping up with writer; see \p lost
94 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
261 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
262 * isn't keeping up with writer; see \p lost
296 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader
311 * For a reader, this includes lost and flushed frames.
332 * For a reader, this includes lost and flushed frames.
[all …]
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java155 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
171 * @throws DeviceNotAvailableException if the connection with the device is lost and cannot
182 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
194 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
208 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
222 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
263 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
281 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
303 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
321 * @throws DeviceNotAvailableException if connection with device is lost and cannot be
[all …]

12345678910>>...891