Searched refs:is (Results 151 - 175 of 410) sorted by relevance

1234567891011>>

/frameworks/support/v14/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v17/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v8/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/rs/api/
H A Drs_math.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
21 to vectors, the returned value is a vector of the function applied to each entry of the input.
35 The precision of the mathematical operations on 32 bit floats is affected by the pragmas
376 If min_value is greater than max_value, the results are undefined.
438 The value returned is either magnitude_value or -magnitude_value.
466 Returns the hypebolic cosine of v, where v is measured in radians.
480 Returns the cosine of <code>(v * pi)</code>, where <code>(v * pi)</code> is measured in radians.
637 This function is similar to @mad(). fma() retains full precision of the multiplied result
639 This extra precision is not guaranteed in rs_fp_relaxed mode.
702 Returns the remainder of (numerator / denominator), where the quotient is rounde
[all...]
H A Drs_matrix.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
25 @rs_matrix4x4 is found at (3, 3).
28 a vector is done by postmultiplying the vector, e.g. <code>(matrix * vector)</code>,
35 This derives from <code>s2 * (s1 * v)</code>, which is <code>(s2 * s1) * v</code>.
119 summary: Checks if a sphere is within the frustum planes
121 Returns true if the sphere is within the 6 frustum planes.
179 The matrix is first inverted then transposed. Returns true if the matrix was
197 If loading from a matrix and the source is smaller than the destination, the rest
198 of the destination is filled with elements of the identity matrix. E.g.
268 <b>Warning:</b> Prior to version 21, storing the result back into right matrix is no
[all...]
/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/services/
H A DAndroid.mk35 # The convention is to name each service module 'services.$(module_name)'
60 # 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,
189 final InputStream is;
191 is = mAtomicFile.openRead();
199 parser.setInput(new BufferedInputStream(is), StandardCharsets.UTF_8.name());
208 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,
53 * Manages persistent state recorded by the TV input manager service as an XML file. This class is
161 final InputStream is;
163 is = mAtomicFile.openRead();
171 parser.setInput(new BufferedInputStream(is), StandardCharsets.UTF_8.name());
177 IoUtils.closeQuietly(is);
187 * 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 '/'
188 // 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
59 // next is the last not '/'
61 // handler is the first '/'
157 // An iterator now is staying at the end of cache. (a temporal end)
/frameworks/native/libs/ui/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
68 # 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/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/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DKCode.kt8 * distributed under the License is distributed on an "AS IS" BASIS,
136 val newlineFirstNode = s != null || (nodes.isNotEmpty() && nodes.first() is Appendix)
139 is Appendix -> {
143 is KCode -> {
/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/v17/preference-leanback/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
47 # Here is the final static library that apps can link against.
48 # The R class is automatically excluded from the generated library.
/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.

Completed in 3169 milliseconds

1234567891011>>