Searched refs:is (Results 126 - 150 of 336) sorted by relevance

1234567891011>>

/frameworks/volley/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/webview/chromium/tests/UbWebViewJankTests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdCountLeadingZeros.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/data/fonts/
H A Dfonts.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/services/
H A DAndroid.mk33 # The convention is to name each service module 'services.$(module_name)'
62 # A full make is happening, so make everything.
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java11 * distributed under the License is distributed on an "AS IS" BASIS,
188 final InputStream is;
190 is = mAtomicFile.openRead();
198 parser.setInput(new BufferedInputStream(is), null);
207 IoUtils.closeQuietly(is);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java11 * distributed under the License is distributed on an "AS IS" BASIS,
52 * Manages persistent state recorded by the TV input manager service as an XML file. This class is
160 final InputStream is;
162 is = mAtomicFile.openRead();
170 parser.setInput(new BufferedInputStream(is), null);
176 IoUtils.closeQuietly(is);
186 * Runnable posted when the state needs to be saved. This is used to prevent unnecessary file
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java13 * of these packages is delegated to the system class
16 * The list of excluded package paths is specified in
17 * a properties file "excluded.properties" that is located in
198 InputStream is= getClass().getResourceAsStream(EXCLUDED_FILE);
199 if (is == null)
203 p.load(is);
209 is.close();
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicProvider.java11 * distributed under the License is distributed on an "AS IS" BASIS,
102 // Media is stored relative to JSON file
132 InputStream is = null;
136 is = new BufferedInputStream(urlConnection.getInputStream());
149 if (null != is) {
151 is.close();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc5 // This file is distributed under the University of Illinois Open Source
65 // next is the last not '/'
67 // handler is the first '/'
198 // An iterator now is staying at the end of cache. (a temporal end)
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc5 // This file is distributed under the University of Illinois Open Source
58 // next is the last not '/'
60 // handler is the first '/'
164 // An iterator now is staying at the end of cache. (a temporal end)
/frameworks/multidex/library/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
41 # use "resources" instead of "res" because res is already used for packaging the SDK project
/frameworks/native/libs/ui/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
50 # team really wants is to build the stuff defined by this makefile.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s11 ;// distributed under the License is distributed on an "AS IS" BASIS,
31 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
41 ; * to by *ppBitStream. *pBitOffset is valid within
55 ; * is not equal to OMX_VC_INTER4V, the destination
56 ; * motion vector buffer is still filled with the
58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
228 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s11 ;// distributed under the License is distributed on an "AS IS" BASIS,
31 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
41 ; * to by *ppBitStream. *pBitOffset is valid within
55 ; * is not equal to OMX_VC_INTER4V, the destination
56 ; * motion vector buffer is still filled with the
58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
228 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
103 if (PragmaToken.is(clang::tok::eod) || PragmaToken.is(clang::tok::eof)) {
106 // Next token is ')' (end of pragma)
108 if (NextTok.is(clang::tok::r_paren)) {
186 "rs_fp_imprecise is deprecated. Assuming "
226 if (PragmaToken.is(clang::tok::identifier))
311 if (PragmaToken.is(clang::tok::numeric_constant)) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
40 * socket. When a connection is accepted by the {@link BluetoothServerSocket},
45 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
46 * supported by the Android APIs. RFCOMM is a connection-oriented, streaming
47 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
53 * This call will block until a connection is established or the connection
59 * <p>Once the socket is connected, whether initiated as a client or accepted
65 * <p>{@link BluetoothSocket} is threa
487 waitSocketSignal(InputStream is) argument
507 readAll(InputStream is, byte[] b) argument
521 readInt(InputStream is) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
56 * Each ExifTag has a tag ID (TID) and is stored in a specific image file
58 * looked up with a constant that is a combination of TID and IFD. This
370 * <li>TOP_LEFT is the normal orientation.</li>
371 * <li>TOP_RIGHT is a left-right mirror.</li>
372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
373 * <li>BOTTOM_RIGHT is a top-bottom mirror.</li>
374 * <li>LEFT_TOP is mirrored about the top-left<->bottom-right axis.</li>
375 * <li>RIGHT_TOP is a 90 degree clockwise rotation.</li>
376 * <li>LEFT_BOTTOM is mirrore
2043 doExifStreamIO(InputStream is, OutputStream os) argument
[all...]
/frameworks/opt/net/wifi/service/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
48 # this is commented because none of the nexus devices
52 # this is commented because none of the nexus devices
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
138 // Empty directory is empty
309 // all children documents when directory is renamed.
342 final DataInputStream is = new DataInputStream(
345 return is.readInt();
347 is.close();
352 final DataInputStream is = new DataInputStream(new FileInputStream(file));
354 return is.readInt();
356 is.close();
/frameworks/support/v7/cardview/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
65 # Here is the final static library that apps can link against.
66 # The R class is automatically excluded from the generated library.
/frameworks/support/v7/mediarouter/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
56 # Here is the final static library that apps can link against.
57 # The R class is automatically excluded from the generated library.
/frameworks/av/camera/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/cmds/screenrecord/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 576 milliseconds

1234567891011>>