Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 97) sorted by relevance

1234

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DCopyUtils.java137 public static void copy(byte[] input, OutputStream output) in copy()
154 public static void copy(byte[] input, Writer output) in copy()
172 byte[] input, in copy()
194 InputStream input, in copy()
219 Reader input, in copy()
245 InputStream input, in copy()
263 InputStream input, in copy()
284 Reader input, in copy()
307 String input, in copy()
328 public static void copy(String input, Writer output) in copy()
DIOUtils.java139 public static void closeQuietly(Reader input) { in closeQuietly()
175 public static void closeQuietly(InputStream input) { in closeQuietly()
216 public static byte[] toByteArray(InputStream input) throws IOException { in toByteArray()
234 public static byte[] toByteArray(Reader input) throws IOException { in toByteArray()
257 public static byte[] toByteArray(Reader input, String encoding) in toByteArray()
277 public static byte[] toByteArray(String input) throws IOException { in toByteArray()
338 public static char[] toCharArray(Reader input) throws IOException { in toCharArray()
358 public static String toString(InputStream input) throws IOException { in toString()
380 public static String toString(InputStream input, String encoding) in toString()
398 public static String toString(Reader input) throws IOException { in toString()
[all …]
DEndianUtils.java298 public static short readSwappedShort(InputStream input) in readSwappedShort()
312 public static int readSwappedUnsignedShort(InputStream input) in readSwappedUnsignedShort()
345 public static int readSwappedInteger(InputStream input) in readSwappedInteger()
366 public static long readSwappedUnsignedInteger(InputStream input) in readSwappedUnsignedInteger()
410 public static long readSwappedLong(InputStream input) in readSwappedLong()
440 public static float readSwappedFloat(InputStream input) in readSwappedFloat()
466 public static double readSwappedDouble(InputStream input) in readSwappedDouble()
478 private static int read(InputStream input) in read()
/packages/services/Telephony/src/org/apache/commons/io/
DIOUtils.java138 public static void closeQuietly(Reader input) { in closeQuietly()
174 public static void closeQuietly(InputStream input) { in closeQuietly()
215 public static byte[] toByteArray(InputStream input) throws IOException { in toByteArray()
233 public static byte[] toByteArray(Reader input) throws IOException { in toByteArray()
256 public static byte[] toByteArray(Reader input, String encoding) in toByteArray()
276 public static byte[] toByteArray(String input) throws IOException { in toByteArray()
337 public static char[] toCharArray(Reader input) throws IOException { in toCharArray()
357 public static String toString(InputStream input) throws IOException { in toString()
379 public static String toString(InputStream input, String encoding) in toString()
397 public static String toString(Reader input) throws IOException { in toString()
[all …]
/packages/services/Telephony/src/com/android/phone/
DSpecialCharSequenceMgr.java74 static boolean handleChars(Context context, String input) { in handleChars()
101 String input, in handleChars()
127 String input, in handleCharsForLockedDevice()
154 static private boolean handleSecretCode(Context context, String input) { in handleSecretCode()
167 static private boolean handleAdnEntry(Context context, String input) { in handleAdnEntry()
196 static private boolean handlePinEntry(Context context, String input, in handlePinEntry()
221 String input) { in handleIMEIDisplay()
247 private static boolean handleRegulatoryInfoDisplay(Context context, String input) { in handleRegulatoryInfoDisplay()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DDemuxInputStream.java40 public InputStream bindStream( InputStream input ) in bindStream()
56 InputStream input = getStream(); in close() local
73 InputStream input = getStream(); in read() local
DTeeInputStream.java59 public TeeInputStream(InputStream input, OutputStream branch) { in TeeInputStream()
75 InputStream input, OutputStream branch, boolean closeBranch) { in TeeInputStream()
/packages/apps/Contacts/src/com/android/contacts/util/
DMoreMath.java27 public static int clamp(int input, int lowerBound, int upperBound) { in clamp()
37 public static float clamp(float input, float lowerBound, float upperBound) { in clamp()
47 public static double clamp(double input, double lowerBound, double upperBound) { in clamp()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DStreamUtils.java31 public static boolean byteToIntArray(int[] output, byte[] input, ByteOrder endianness) { in byteToIntArray()
50 public static int[] byteToIntArray(byte[] input, ByteOrder endianness) { in byteToIntArray()
59 public static int[] byteToIntArray(byte[] input) { in byteToIntArray()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DOpenWnnClauseConverterJAJP.java125 public Iterator convert(String input) { in convert()
151 public WnnSentence consecutiveClauseConvert(String input) { in consecutiveClauseConvert()
236 private boolean consecutiveClauseConvert(LinkedList resultList, String input) { in consecutiveClauseConvert()
256 …private boolean singleClauseConvert(LinkedList clauseList, String input, WnnPOS terminal, boolean … in singleClauseConvert()
321 …private boolean addClause(LinkedList<WnnClause> clauseList, String input, WnnWord stem, WnnWord fz… in addClause()
397 private ArrayList<WnnWord> getAncillaryPattern(String input) { in getAncillaryPattern()
460 private ArrayList<WnnWord> getIndependentWords(String input, boolean all) { in getIndependentWords()
526 private void addAutoGeneratedCandidates(String input, ArrayList wordList, boolean all) { in addAutoGeneratedCandidates()
539 private WnnClause defaultClause(String input) { in defaultClause()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java109 InputStream input = new BufferedInputStream(new FileInputStream(src)); in getStream() local
126 public T process(@Nonnull final InputStream input) in process()
132 public File process(@Nonnull final InputStream input) throws IOException, in process()
154 public DictionaryHeader process(final InputStream input) throws IOException, in process()
209 public static void copy(final InputStream input, final OutputStream output) throws IOException { in copy()
229 final InputStream input = spec.getStream(src); in decodeDictionaryForProcess() local
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DReversibleInterpolator.java36 public float getForwardInterpolation(float input) { in getForwardInterpolation()
40 public float getReverseInterpolation(float input) { in getReverseInterpolation()
DQuantumInterpolator.java103 public float getInterpolation(float input) { in getInterpolation()
107 public float getReverseInterpolation(float input) { in getReverseInterpolation()
111 public float getInterpolation(float input, float startTime, float endTime) { in getInterpolation()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java122 String input = "{\"unique_contact_id\": {\n" + in testErrorForMissingContactId() local
135 String input = "{\"unique_contact_id\": {\n" + in testErrorForNullContactId() local
149 String input = "{\"unique_contact_id\": {\n" + in testErrorForNullAccountType() local
163 String input = "{\"unique_contact_id\": {\n" + in testErrorForNullAccountName() local
177 String input = "{\"unique_contact_id\": {\n" + in testErrorForNullFieldDataId() local
199 String input = "{\n" + in testErrorForNullAggregationType() local
233 InputStream input = context.getAssets().open(fileName); in readAssetAsString() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DWnnSentence.java38 public WnnSentence(String input, ArrayList<WnnClause> clauses) { in WnnSentence()
82 public WnnSentence(String input, WnnClause clause) { in WnnSentence()
/packages/apps/Dialer/src/com/android/dialer/
DSpecialCharSequenceMgr.java119 public HandleMmiAccountSelectedCallback(Context context, String input) { in HandleMmiAccountSelectedCallback()
135 public static boolean handleChars(Context context, String input, EditText textField) { in handleChars()
176 static boolean handleSecretCode(Context context, String input) { in handleSecretCode()
196 static boolean handleAdnEntry(Context context, String input, EditText textField) { in handleAdnEntry()
298 static boolean handlePinEntry(final Context context, final String input) { in handlePinEntry()
325 static boolean handleDeviceIdDisplay(Context context, String input) { in handleDeviceIdDisplay()
358 private static boolean handleRegulatoryInfoDisplay(Context context, String input) { in handleRegulatoryInfoDisplay()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiAPITest.java113 final EditText input = new EditText(getPrefContext()); in onPreferenceClick() local
139 final EditText input = new EditText(getPrefContext()); in onPreferenceClick() local
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java254 inputMap.put(input.getId(), input); in buildInputListAndNotify() local
283 private void setItemViewText(View v, TvInputInfo input) { in setItemViewText()
298 private boolean isInputEnabled(TvInputInfo input) { in isInputEnabled()
328 TvInputInfo input = mInputList.get(position); in onBindViewHolder() local
467 void onPassthroughInputSelected(@NonNull TvInputInfo input); in onPassthroughInputSelected()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DPredicate.java44 boolean apply(T input); in apply()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java89 PhoneAccountHandle input = new PhoneAccountHandle(new ComponentName("pkg0", "cls0"), "id0"); in testPhoneAccountHandle() local
111 PhoneAccount input = makeQuickAccountBuilder("id0", 0) in testPhoneAccount() local
141 PhoneAccount input = makeQuickAccountBuilder("id0", 0) in testPhoneAccountExtrasEdge() local
158 PhoneAccountRegistrar.State input = makeQuickState(); in testState() local
558 T input, in roundTripXml()
/packages/apps/TV/common/src/com/android/tv/common/
DTvCommonUtils.java50 public static Intent createSetupIntent(TvInputInfo input) { in createSetupIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DLicensesActivity.java51 InputStream input = null; in onCreate() local
/packages/apps/Camera2/src/com/android/camera/async/
DObservables.java51 public static <F, T> Observable<T> transform(final Observable<F> input, in transform()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DHanziToPinyin.java125 public String transliterate(final String input) { in transliterate()
137 public ArrayList<Token> getTokens(final String input) { in getTokens()
/packages/apps/Camera2/src/com/android/camera/util/
DGusterpolator.java63 public float getInterpolation(float input) { in getInterpolation()

1234