Searched refs:UnsupportedFormatException (Results 1 - 20 of 20) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DUnsupportedFormatException.java22 public final class UnsupportedFormatException extends Exception { class in inherits:Exception
23 public UnsupportedFormatException(String description) { method in class:UnsupportedFormatException
H A DDictionaryHeader.java62 @Nonnull final FormatOptions formatOptions) throws UnsupportedFormatException {
68 throw new UnsupportedFormatException("Cannot create a FileHeader without a locale");
72 throw new UnsupportedFormatException(
77 throw new UnsupportedFormatException("Cannot create a FileHeader without an ID");
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DMakedict.java19 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
36 public void run() throws FileNotFoundException, IOException, UnsupportedFormatException {
H A DHeader.java21 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
38 public void run() throws UnsupportedFormatException {
55 throw new UnsupportedFormatException(filename
H A DBinaryDictOffdeviceUtils.java27 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
127 throws IOException, UnsupportedFormatException;
133 UnsupportedFormatException {
145 throw new UnsupportedFormatException("Input stream not at the expected format");
155 UnsupportedFormatException {
159 throw new UnsupportedFormatException("File too short, not a dictionary");
171 throw new UnsupportedFormatException("Wrong magic number");
177 throw new UnsupportedFormatException("Only versions 2, 201, 202 are supported");
184 throw new UnsupportedFormatException("Header too large");
196 final byte[] outBuffer) throws IOException, UnsupportedFormatException {
[all...]
H A DDictionaryMaker.java26 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
199 throws FileNotFoundException, IOException, UnsupportedFormatException {
212 throws IOException, UnsupportedFormatException, FileNotFoundException {
229 * @throws UnsupportedFormatException if the binary file is not in the expected format
232 throws FileNotFoundException, IOException, UnsupportedFormatException {
265 throws FileNotFoundException, IOException, UnsupportedFormatException,
288 throws FileNotFoundException, IOException, UnsupportedFormatException {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DAbstractDictDecoder.java36 throws IOException, UnsupportedFormatException {
47 throws IOException, UnsupportedFormatException {
64 } catch (UnsupportedFormatException e) {
78 UnsupportedFormatException {
H A DDictDecoder.java42 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException;
63 throws FileNotFoundException, IOException, UnsupportedFormatException;
72 * @throws UnsupportedFormatException if the format of the file is not recognized.
76 throws IOException, UnsupportedFormatException;
86 * @throws UnsupportedFormatException if the format of the file is not recognized.
92 throws IOException, UnsupportedFormatException;
118 UnsupportedFormatException;
H A DDictEncoder.java32 throws IOException, UnsupportedFormatException;
H A DVer4DictDecoder.java42 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException {
58 throws FileNotFoundException, IOException, UnsupportedFormatException {
H A DBinaryDictDecoderUtils.java20 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
376 throws UnsupportedFormatException {
396 throw new UnsupportedFormatException("Odd number of attributes");
H A DBinaryDictIOUtils.java146 * @throws UnsupportedFormatException if the format of the file is not recognized.
151 UnsupportedFormatException {
166 * @throws UnsupportedFormatException if the format of the file is not recognized.
170 final String word) throws IOException, UnsupportedFormatException {
H A DBinaryDictEncoderUtils.java745 throws IOException, UnsupportedFormatException {
753 throw new UnsupportedFormatException("Requested file format version " + version
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DBinaryDictionaryUtils.java23 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
50 throws IOException, UnsupportedFormatException {
55 final long offset, final long length) throws IOException, UnsupportedFormatException {
H A DDictionaryInfoUtils.java37 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
412 } catch (UnsupportedFormatException e) {
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtilsTests.java35 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
77 public void testGetRawDictWorks() throws IOException, UnsupportedFormatException {
155 throws IOException, UnsupportedFormatException {
207 public void testHeaderReaderProcessor() throws IOException, UnsupportedFormatException {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java27 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
225 } catch (UnsupportedFormatException e) {
H A DBinaryDictionary.java33 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
243 public DictionaryHeader getHeader() throws UnsupportedFormatException {
H A DExpandableBinaryDictionary.java29 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
704 } catch (final UnsupportedFormatException e) {
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 311 milliseconds