Home
last modified time | relevance | path

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

12

/packages/apps/Email/src/org/apache/commons/io/
DCopyUtils.java136 public static void copy(byte[] input, OutputStream output) in copy()
153 public static void copy(byte[] input, Writer output) in copy()
171 byte[] input, in copy()
193 InputStream input, in copy()
218 Reader input, in copy()
244 InputStream input, in copy()
262 InputStream input, in copy()
283 Reader input, in copy()
306 String input, in copy()
327 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()
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 …]
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/apps/Phone/src/com/android/phone/
DSpecialCharSequenceMgr.java45 static boolean handleChars(Context context, String input) { in handleChars()
62 static boolean handleChars(Context context, String input, Activity pukInputActivity) { in handleChars()
66 static boolean handleChars(Context context, String input, boolean useSystemWindow) { in handleChars()
84 String input, in handleChars()
110 static boolean handleSecretCode(Context context, String input) { in handleSecretCode()
123 static boolean handleAdnEntry(Context context, String input) { in handleAdnEntry()
152 static boolean handlePinEntry(Context context, String input, Activity pukInputActivity) { in handlePinEntry()
174 String input, boolean useSystemWindow) { in handleIMEIDisplay()
DEmergencyDialer.java127 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged()
132 public void afterTextChanged(Editable input) { in afterTextChanged()
/packages/apps/Email/src/org/apache/commons/io/input/
DDemuxInputStream.java40 public InputStream bindStream( InputStream input ) in bindStream()
55 InputStream input = getStream(); in close() local
71 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()
DSwappedDataInputStream.java45 public SwappedDataInputStream( InputStream input ) in SwappedDataInputStream()
/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()
DOpenWnnEngineJAJP.java315 String input = text.toString(ComposingText.LAYER1); in setSearchKey() local
417 String input; in convert() local
DKanaConverter.java612 …private boolean createCandidateString(String input, HashMap<String,String> map, StringBuffer outBu… in createCandidateString() argument
/packages/apps/Contacts/src/com/android/contacts/
DSpecialCharSequenceMgr.java53 static boolean handleChars(Context context, String input, EditText textField) { in handleChars()
57 static boolean handleChars(Context context, String input) { in handleChars()
61 static boolean handleChars(Context context, String input, boolean useSystemWindow, in handleChars()
86 static boolean handleSecretCode(Context context, String input) { in handleSecretCode()
106 static boolean handleAdnEntry(Context context, String input, EditText textField) { in handleAdnEntry()
167 static boolean handlePinEntry(Context context, String input) { in handlePinEntry()
180 static boolean handleIMEIDisplay(Context context, String input, boolean useSystemWindow) { in handleIMEIDisplay()
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactImporterTest.java74 InputStream input = context.getAssets().open("legacy_contacts.db"); in createLegacyMockContext() local
211 InputStream input = context.getAssets().open(fileName); in readAssetAsString() local
/packages/apps/Mms/src/com/android/mms/ui/
DUriImage.java136 InputStream input = null; in decodeBoundsInfo() local
215 InputStream input = null; in getResizedImageData() local
/packages/apps/Camera/src/com/android/camera/gallery/
DBaseImage.java113 InputStream input = mContentResolver.openInputStream(mUri); in fullSizeImageData() local
153 ParcelFileDescriptor input = null; in setupDimension() local
DVideoObject.java70 InputStream input = mContentResolver.openInputStream( in fullSizeImageData() local
DUriImage.java129 ParcelFileDescriptor input = getPFD(); in snifBitmapOptions() local
/packages/apps/Gallery/src/com/android/camera/gallery/
DBaseImage.java113 InputStream input = mContentResolver.openInputStream(mUri); in fullSizeImageData() local
153 ParcelFileDescriptor input = null; in setupDimension() local
DVideoObject.java70 InputStream input = mContentResolver.openInputStream( in fullSizeImageData() local
/packages/apps/GlobalSearch/benchmarks/src/com/android/globalsearch/benchmarks/
DUserVisibleLatency.java79 public InputThread(String input) { in InputThread()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DOpenWnnEngineEN.java208 private boolean setSearchKey(String input) { in setSearchKey()
257 String input = text.toString(2); in predict() local
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java88 String input = null; in onClick() local
188 private void sendResponse(int resId, String input, boolean help) { in sendResponse()
DStkDialogActivity.java101 String input = null; in onClick() local
/packages/apps/Mms/src/com/android/mms/model/
DImageModel.java171 InputStream input = null; in createThumbnailBitmap() local

12