/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
EOLConvertingInputStream.java | 7 * "License"); you may not use this file except in compliance * 12 * Unless required by applicable law or agreed to in writing, * 42 private PushbackInputStream in = null; field in class:EOLConvertingInputStream 57 * instance converting bytes in the given <code>InputStream</code>. 60 * @param in the <code>InputStream</code> to read from. 64 in = new PushbackInputStream(_in, 2); 69 * instance converting bytes in the given <code>InputStream</code>. 89 in.close(); 93 int b = in.read(); 106 in.unread(c) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SimpleFile.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 104 TemplatedInputStream in = new TemplatedInputStream(sourceURL.openStream(), local 106 destFile.create(in, true, monitor); 107 in.close();
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ProfilesLoader.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 39 BufferedReader in = null; local 48 in = new BufferedReader(new InputStreamReader(socket.getInputStream())); 54 String response = in.readLine(); 69 if (in != null) { 70 in.close();
|
VersionLoader.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 42 BufferedReader in = null; local 51 in = new BufferedReader(new InputStreamReader(socket.getInputStream())); 57 return Integer.parseInt(in.readLine()); 65 if (in != null) { 66 in.close();
|
/tools/tradefederation/core/src/com/android/tradefed/util/net/ |
HttpMultipartPost.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 81 FileInputStream in = new FileInputStream(file); local 84 addTextFile(name, fileName, in); 86 in.close(); 94 * @param fileName file name to report for the data in the stream. 95 * @param in stream whose contents are being uploaded. 98 public void addTextFile(String name, String fileName, InputStream in) 108 mBuilder.append(StreamUtil.getStringFromStream(in));
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
InMatcher.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 28 * A {@link Matcher} class for checking if value contained in a {@link Collection} or array. 58 description.appendText("in(").appendValue(mValues).appendText(")"); 62 public static <T> Matcher<T> in(T... operand) { method in class:InMatcher 67 public static <T> Matcher<T> in(Collection<T> operand) { method in class:InMatcher
|
/developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/ |
MainActivity.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 33 * the current text out and new text in when 53 * Set the in and out animations. Using the fade_in/out animations 56 Animation in = AnimationUtils.loadAnimation(this, local 60 mSwitcher.setInAnimation(in); 66 * the new value is displayed in the TextSwitcher. The change of text is 67 * automatically animated using the in/out animations set above.
|
/developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/ |
MainActivity.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 33 * the current text out and new text in when 53 * Set the in and out animations. Using the fade_in/out animations 56 Animation in = AnimationUtils.loadAnimation(this, local 60 mSwitcher.setInAnimation(in); 66 * the new value is displayed in the TextSwitcher. The change of text is 67 * automatically animated using the in/out animations set above.
|
/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/ |
MainActivity.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 33 * the current text out and new text in when 53 * Set the in and out animations. Using the fade_in/out animations 56 Animation in = AnimationUtils.loadAnimation(this, local 60 mSwitcher.setInAnimation(in); 66 * the new value is displayed in the TextSwitcher. The change of text is 67 * automatically animated using the in/out animations set above.
|
/device/google/accessory/arduino/AndroidAccessory/ |
AndroidAccessory.h | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 34 uint8_t in; member in class:AndroidAccessory
|
/device/google/contexthub/firmware/external/arm/ |
arm_sin_cos_f32.c | 16 * Redistribution and use in source and binary forms, with or without 21 * - Redistributions in binary form must reproduce the above copyright 22 * notice, this list of conditions and the following disclaimer in 32 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 37 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 169 * The input to the floating-point version is in radians while the 205 * @param[in] x input value in radians. 212 float32_t sinVal, fract, in; /* Temporary variables for input, output * local 301 float32_t cosVal, fract, in; \/* Temporary variables for input, output *\/ local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
yuvconvert.c | 7 struct yuv411 *in = data;
local 14 YUV422_Y0(*out_even) = YUV411_Y00(*in);
15 YUV422_U0(*out_even) = YUV411_U00(*in);
16 YUV422_V0(*out_even) = YUV411_V00(*in);
17 YUV422_Y1(*out_even) = YUV411_Y01(*in);
19 YUV422_Y0(*out_even) = YUV411_Y02(*in);
20 YUV422_U0(*out_even) = YUV411_U02(*in);
21 YUV422_V0(*out_even) = YUV411_V02(*in);
22 YUV422_Y1(*out_even) = YUV411_Y03(*in);
24 YUV422_Y0(*out_odd) = YUV411_Y10(*in);
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
PBlackBox.h | 8 * Set (PCCTS) -- PCCTS is in the public domain. An individual or
17 * acknowledge this fact somewhere in the documentation, research report,
19 * output, please mention that you developed it using PCCTS. In
20 * addition, we ask that this header remain intact in our source code.
60 DLGFileInput *in;
member in class:ParserBlackBox 70 : in(0)
86 in = new DLGFileInput(f);
87 scan = new Lexer(in);
96 : in(0)
112 in = new DLGFileInput(f); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
PBlackBox.h | 8 * Set (PCCTS) -- PCCTS is in the public domain. An individual or
17 * acknowledge this fact somewhere in the documentation, research report,
19 * output, please mention that you developed it using PCCTS. In
20 * addition, we ask that this header remain intact in our source code.
51 DLGFileInput *in;
member in class:ParserBlackBox 64 in = new DLGFileInput(f);
65 scan = new Lexer(in);
82 in = new DLGFileInput(f);
83 scan = new Lexer(in);
94 delete in; delete scan; delete pipe; delete _parser; delete tok; [all...] |
/external/apache-http/src/org/apache/http/impl/io/ |
IdentityInputStream.java | 12 * "License"); you may not use this file except in compliance 17 * Unless required by applicable law or agreed to in writing, 55 private final SessionInputBuffer in; field in class:IdentityInputStream 59 public IdentityInputStream(final SessionInputBuffer in) { 61 if (in == null) { 64 this.in = in; 68 if (!this.closed && this.in.isDataAvailable(10)) { 83 return this.in.read(); 91 return this.in.read(b, off, len) [all...] |
/external/boringssl/src/crypto/x509/ |
by_file.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 125 BIO *in = NULL; local 184 BIO *in = NULL; local 244 BIO *in; local [all...] |
x509cset.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 84 ASN1_TIME *in; local 101 ASN1_TIME *in; local 140 ASN1_TIME *in; local 157 ASN1_INTEGER *in; local [all...] |
/external/conscrypt/libcore-stub/src/main/java/libcore/io/ |
Streams.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 28 * Returns a byte[] containing the remainder of 'in', closing it when done. 30 public static byte[] readFully(InputStream in) throws IOException { 32 return readFullyNoClose(in); 34 in.close(); 39 * Returns a byte[] containing the remainder of 'in'. 41 private static byte[] readFullyNoClose(InputStream in) throws IOException { 45 while ((count = in.read(buffer)) != -1) { 52 * Copies all of the bytes from {@code in} to {@code out}. Neither stream is closed [all...] |
/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/ |
EllipticCurvesHelloExtension.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 37 DataInputStream in = new DataInputStream(ellipticCurvesListIn); local 41 int curve_id = in.readUnsignedShort();
|
ServerNameHelloExtension.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 36 DataInputStream in = new DataInputStream(serverNameListIn); local 39 int type = in.readUnsignedByte(); 43 byte[] hostnameBytes = IoUtils.readTlsVariableLengthByteVector(in, 0xffff);
|
/external/curl/lib/ |
hostip4.c | 10 * This software is licensed as described in the file COPYING, which 26 #include <netinet/in.h> 35 #include <in.h> 51 /* The last 3 #include files should be in this order */ 84 * detect which one this platform supports in the configure script and set up 130 struct in_addr in; local 133 if(Curl_inet_pton(AF_INET, hostname, &in) > 0) 135 return Curl_ip2addr(AF_INET, &in, hostname, port); 166 * The clearing of the buffer is a workaround for a gethostbyname_r bug in 217 * gethostbyname_r() in glibc [all...] |
/external/curl/tests/unit/ |
unit1396.c | 10 * This software is licensed as described in the file COPYING, which 38 const char *in; member in struct:test 80 for(i=0; list1[i].in; i++) { 83 list1[i].in, list1[i].inlen, 96 for(i=0; list2[i].in; i++) { 98 char *out = curl_easy_escape(hnd, list2[i].in, list2[i].inlen);
|
/external/flac/libFLAC/include/private/ |
md5.h | 7 * written by Colin Plumb in 1993, no copyright is claimed. 8 * This code is in the public domain; do with it what you wish. 23 * Still in the public domain. 26 * Still in the public domain, with no warranty. 38 FLAC__uint32 in[16]; member in struct:__anon19375
|
/external/guava/guava/src/com/google/common/io/ |
CountingInputStream.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 42 * @param in the input stream to be wrapped 44 public CountingInputStream(@Nullable InputStream in) { 45 super(in); 54 int result = in.read(); 62 int result = in.read(b, off, len); 70 long result = in.skip(n); 76 in.mark(readlimit); 82 if (!in.markSupported()) [all...] |
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
IsIn.java | 39 * @deprecated use is(in(...)) instead 42 * the collection in which matching items must be found 47 return in(collection); 54 * <pre>assertThat("foo", is(in(Arrays.asList("bar", "foo"))))</pre> 57 * the collection in which matching items must be found 60 public static <T> Matcher<T> in(Collection<T> collection) { method in class:IsIn 70 * @deprecated use is(in(...)) instead 73 * the array in which matching items must be found 78 return in(elements); 85 * <pre>assertThat("foo", is(in(new String[]{"bar", "foo"})))</pre 91 public static <T> Matcher<T> in(T[] elements) { method in class:IsIn [all...] |