Searched refs:is (Results 101 - 125 of 260) sorted by relevance

1234567891011

/frameworks/native/libs/gui/tests/
H A DAndroid.mk41 # team really wants is to build the stuff defined by this makefile.
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk39 # team really wants is to build the stuff defined by this makefile.
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk36 # team really wants is to build the stuff defined by this makefile.
/frameworks/opt/calendar/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/mailcommon/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/mms/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/volley/tests/
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/input/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
54 # team really wants is to build the stuff defined by this makefile.
/frameworks/base/services/java/com/android/server/display/
H A DPersistentDataStore.java11 * distributed under the License is distributed on an "AS IS" BASIS,
187 final InputStream is;
189 is = mAtomicFile.openRead();
197 parser.setInput(new BufferedInputStream(is), null);
206 IoUtils.closeQuietly(is);
/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/compile/libbcc/runtime/make/
H A Dlib_info.mk14 # AvailableIn.<function> - The list of subdir keys where 'function' is
41 # Compute lists of where each function is available.
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk1 # These are the functions which clang needs when it is targetting a previous
2 # version of the OS. The issue is that the backend may use functions which were
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc5 // This file is distributed under the University of Illinois Open Source
66 // next is the last not '/'
68 // handler is the first '/'
225 // An iterator now is staying at the end of cache. (a temporal end)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
27 ; * to by *ppBitStream. *pBitOffset is valid within
41 ; * is not equal to OMX_VC_INTER4V, the destination
42 ; * motion vector buffer is still filled with the
44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
47 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
214 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.s17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
27 ; * to by *ppBitStream. *pBitOffset is valid within
41 ; * is not equal to OMX_VC_INTER4V, the destination
42 ; * motion vector buffer is still filled with the
44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
47 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
214 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java11 * distributed under the License is distributed on an "AS IS" BASIS,
47 * A Drawable is a general abstraction for "something that can be drawn." Most
55 * mechanisms for its client to interact with what is being drawn:
59 * Drawable where it is drawn and how large it should be. All Drawables
65 * information about how to frame content that is placed inside of them.
66 * For example, a Drawable that is intended to be the frame for a button
71 * in which state it is to be drawn, such as "focused", "selected", etc.
75 * continuous controller that can modify the Drawable is displayed, such as
82 * simple way to do this is through the system facilities such as
104 * whose overall size is modifie
743 createFromStream(InputStream is, String srcName) argument
751 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName) argument
760 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) argument
[all...]
H A DBitmapDrawable.java11 * distributed under the License is distributed on an "AS IS" BASIS,
145 public BitmapDrawable(java.io.InputStream is) { argument
146 this(new BitmapState(BitmapFactory.decodeStream(is)), null);
148 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + is);
156 public BitmapDrawable(Resources res, java.io.InputStream is) { argument
157 this(new BitmapState(BitmapFactory.decodeStream(is)), null);
160 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + is);
261 * the edges of the bitmap only so it applies only when the drawable is rotated.
306 * is smaller than this drawable.
321 * is smalle
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java11 * distributed under the License is distributed on an "AS IS" BASIS,
41 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
44 * socket. When a connection is accepted by the {@link BluetoothServerSocket},
49 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
50 * supported by the Android APIs. RFCOMM is a connection-oriented, streaming
51 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
57 * This call will block until a connection is established or the connection
63 * <p>Once the socket is connected, whether initiated as a client or accepted
69 * <p>{@link BluetoothSocket} is threa
467 waitSocketSignal(InputStream is) argument
487 readAll(InputStream is, byte[] b) argument
501 readInt(InputStream is) argument
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/bandwidthtests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java11 * distributed under the License is distributed on an "AS IS" BASIS,
77 * @param deviceId the device id that is downloading
101 InputStream is = ucon.getInputStream();
102 BufferedInputStream bis = new BufferedInputStream(is);
121 * @param deviceId {@link String} device id that is uploading
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 519 milliseconds

1234567891011