Home
last modified time | relevance | path

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

123

/packages/apps/UnifiedEmail/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/services/Telephony/src/com/android/phone/
DSpecialCharSequenceMgr.java71 static boolean handleChars(Context context, String input) { in handleChars()
98 String input, in handleChars()
124 String input, in handleCharsForLockedDevice()
151 static private boolean handleSecretCode(Context context, String input) { in handleSecretCode()
164 static private boolean handleAdnEntry(Context context, String input) { in handleAdnEntry()
193 static private boolean handlePinEntry(Context context, String input, in handlePinEntry()
217 String input) { in handleIMEIDisplay()
243 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()
DSwappedDataInputStream.java45 public SwappedDataInputStream( InputStream input ) in SwappedDataInputStream()
/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/apps/Dialer/src/com/android/dialer/
DSpecialCharSequenceMgr.java84 public static boolean handleChars(Context context, String input, EditText textField) { in handleChars()
88 static boolean handleChars(Context context, String input) { in handleChars()
92 static boolean handleChars(Context context, String input, boolean useSystemWindow, in handleChars()
135 static boolean handleSecretCode(Context context, String input) { in handleSecretCode()
155 static boolean handleAdnEntry(Context context, String input, EditText textField) { in handleAdnEntry()
229 static boolean handlePinEntry(Context context, String input) { in handlePinEntry()
242 static boolean handleIMEIDisplay(Context context, String input, boolean useSystemWindow) { in handleIMEIDisplay()
259 private static boolean handleRegulatoryInfoDisplay(Context context, String input) { in handleRegulatoryInfoDisplay()
/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/Exchange/tests/src/com/android/exchange/utility/
DSimpleIcsWriterTests.java63 String input = stringOfLength(i) + last; in testWriteLine() local
80 private void checkWriteLine(String input) { in checkWriteLine()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiAPITest.java108 final EditText input = new EditText(this); in onPreferenceClick() local
128 final EditText input = new EditText(this); in onPreferenceClick() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCompress.java64 final InputStream input = inFilename.equals(STDIN_OR_STDOUT) ? System.in in run() local
92 final InputStream input = inFilename.equals(STDIN_OR_STDOUT) ? System.in in run() local
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
DPredicate.java44 boolean apply(T input); in apply()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DPredicate.java44 boolean apply(T input); in apply()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
DImgSrcReplacementTest.java29 private static void replace(final String input, final String expectedOutput) { in replace()
/packages/apps/Gallery/src/com/android/camera/gallery/
DBaseImage.java109 InputStream input = mContentResolver.openInputStream(mUri); in fullSizeImageData() local
141 ParcelFileDescriptor input = null; in setupDimension() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSoftLandingInterpolator.java48 public float getInterpolation(float input) { in getInterpolation()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadUtils.java67 InputStream input = null; in download() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataParser.java98 public static List<WordListMetadata> parseMetadata(final InputStreamReader input) in parseMetadata()
/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/Nfc/src/com/android/nfc/ndefpush/
DNdefPushProtocol.java68 DataInputStream input = new DataInputStream(buffer); in NdefPushProtocol() 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()

123