Searched refs:is (Results 276 - 300 of 410) sorted by relevance

<<11121314151617

/frameworks/data-binding/gradlePlugin/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/native/libs/gui/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
30 # is present
/frameworks/opt/net/wifi/service/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
69 # this is commented because none of the nexus devices
/frameworks/base/rs/java/android/renderscript/
H A DProgram.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 * Program is a base class for all the objects that modify
181 * corresponding location is sampled
250 InputStream is = resources.openRawResource(resourceID);
263 int bytesRead = is.read(str, strLength, bytesLeft);
270 is.close();
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java11 * distributed under the License is distributed on an "AS IS" BASIS,
74 Slog.i(TAG, "Not installing, new version is <= current version");
134 InputStream is = c.getContentResolver().openInputStream(content);
136 return Streams.readFullyNoClose(is);
138 is.close();
169 // this is an optional value- if the required field is NONE then we ignore it
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessExpressions.java11 * distributed under the License is distributed on an "AS IS" BASIS,
175 final InputStream is = IOUtils.toInputStream(content);
178 = (ResourceBundle.LayoutFileBundle) mUnmarshaller.unmarshal(is);
182 IOUtils.closeQuietly(is);
192 // this is the way we get rid of files that are copied from previous modules
193 // it is important to do this before saving the intermediate file
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java11 * distributed under the License is distributed on an "AS IS" BASIS,
109 InputStream is = zip.getInputStream(entry);
111 trusted.add((X509Certificate) cf.generateCertificate(is));
113 is.close();
124 * before installing it. Note that the package is also verified
125 * separately by the installer once the device is rebooted into
132 * the thread while this function is in progress will result in a
141 * package is signed by the private key corresponding to any
192 // The following code is largely copied from
203 throw new IOException("signedData is nul
[all...]
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java11 * distributed under the License is distributed on an "AS IS" BASIS,
78 * this is a black and white image
82 * this is a color image (default)
129 * @param colorMode The color mode which is one of
139 * @param orientation The page orientation which is one of
149 * @return The preferred orientation which is one of
159 * @return The color mode which is one of {@link #COLOR_MODE_COLOR}
171 * @param callback Optional callback to observe when printing is finished.
309 * @param callback Optional callback to observe when printing is finished.
310 * @throws FileNotFoundException if <code>Uri</code> is no
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java11 * distributed under the License is distributed on an "AS IS" BASIS,
59 * A Drawable is a general abstraction for "something that can be drawn." Most
67 * mechanisms for its client to interact with what is being drawn:
71 * Drawable where it is drawn and how large it should be. All Drawables
77 * information about how to frame content that is placed inside of them.
78 * For example, a Drawable that is intended to be the frame for a button
83 * in which state it is to be drawn, such as "focused", "selected", etc.
87 * continuous controller that can modify the Drawable is displayed, such as
94 * simple way to do this is through the system facilities such as
116 * whose overall size is modifie
1029 createFromStream(InputStream is, String srcName) argument
1042 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName) argument
1056 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java11 * distributed under the License is distributed on an "AS IS" BASIS,
65 * Cache of registered services. This cache is lazily built by interrogating
68 * {@link #invalidateCache(int)} when a user is started, since
122 InputStream is = null;
124 is = file.openRead();
125 readPersistentServicesLocked(is);
129 IoUtils.closeQuietly(is);
172 // Don't regenerate the services map when the package is removed or its
179 // if it's a removal, is it part of an update-in-place step?
183 // package is goin
580 readPersistentServicesLocked(InputStream is) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java11 * distributed under the License is distributed on an "AS IS" BASIS,
40 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
43 * socket. When a connection is accepted by the {@link BluetoothServerSocket},
48 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
49 * supported by the Android APIs. RFCOMM is a connection-oriented, streaming
50 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
56 * This call will block until a connection is established or the connection
62 * <p>Once the socket is connected, whether initiated as a client or accepted
68 * <p>{@link BluetoothSocket} is threa
641 waitSocketSignal(InputStream is) argument
679 readAll(InputStream is, byte[] b) argument
694 readInt(InputStream is) argument
[all...]
/frameworks/support/design/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
88 # Here is the final static library that apps can link against.
89 # The R class is automatically excluded from the generated library.
/frameworks/support/v17/leanback/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
73 # Here is the final static library that apps can link against.
74 # The R class is automatically excluded from the generated library.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s11 ;// distributed under the License is distributed on an "AS IS" BASIS,
58 ; * performed. It is equal to ac_pred_flag in the bit
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
157 CMP predDir,#2 ;// Check if the Prediction direction is vertical
198 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not
215 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * Utility that rotates files over time, similar to {@code logrotate}. There is
38 * a single "active" file, which is periodically rotated into historical files,
161 final FileInputStream is = new FileInputStream(file);
163 Streams.copy(is, zos);
165 IoUtils.closeQuietly(is);
178 * writing modified data. Maintains a backup during write, which is restored
215 * data. Each file is processed atomically.
229 * writing modified data. Maintains a backup during write, which is restored
457 * Test if current file is activ
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java11 * distributed under the License is distributed on an "AS IS" BASIS,
123 InputStream is = null;
125 is = res.openRawResource(rawResId);
131 assertTrue(FileUtils.copyToFile(is, outFile));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java11 * distributed under the License is distributed on an "AS IS" BASIS,
108 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
128 Log.v(TAG, "mDepthTestEnabled is " + mDepthTestEnabled);
220 * Create our texture. This has to be done each time the surface is
241 InputStream is = mContext.getResources()
245 bitmap = BitmapFactory.decodeStream(is);
248 is.close();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java11 * distributed under the License is distributed on an "AS IS" BASIS,
50 * Normally, this test will fail when there is a missing thumbnail. However, when
67 InputStream is = ImageUtils.class.getResourceAsStream(relativePath);
68 if (is == null) {
78 BufferedImage goldenImage = ImageIO.read(is);
247 // then 340, and finally 680. (The next one, 1360, is larger than 1000).
252 // divide-in-half resizing operation at the end so there is less distortion.
255 int nearestWidth = destWidth; // Width closest to source width that = 2^x, x is integer
328 // The above has been commented out, since the destination path returned is in out dir
/frameworks/base/data/fonts/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
16 # because SMALLER_FONT_FOOTPRINT is only available in Android.mks.
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java11 * distributed under the License is distributed on an "AS IS" BASIS,
208 final InputStream is;
210 is = mAtomicFile.openRead();
218 parser.setInput(new BufferedInputStream(is), StandardCharsets.UTF_8.name());
227 IoUtils.closeQuietly(is);
497 // Maintain invariant that there is always a current keyboard layout unless

Completed in 1035 milliseconds

<<11121314151617