Searched refs:is (Results 51 - 75 of 260) sorted by relevance

1234567891011

/frameworks/ex/carousel/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v13/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
49 * "Round trip test" (import -> export -> import, or export -> import -> export) is not supported.
147 AndroidTestCase.fail("addInputEntry() is called.");
149 AndroidTestCase.fail("InputStream is already set");
159 AndroidTestCase.fail("setInputStream is called");
238 private void verifyWithInputStream(InputStream is) throws IOException { argument
252 parser.parse(is);
269 InputStream is = null;
271 is = new ByteArrayInputStream(vcard.getBytes(mCharset));
272 verifyWithInputStream(is);
[all...]
/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)) {
207 if (PragmaToken.is(clang::tok::identifier))
294 if (PragmaToken.is(clang::tok::numeric_constant)) {
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java12 * distributed under the License is distributed on an "AS IS" BASIS,
77 * @return true if the MimeType type is image
130 * @param is The input stream that holds the raw data to be decoded into a
134 * no bitmap is returned (null) then padding is
137 * image should be completely decoded, or just is size returned.
139 * decoded, or, if opts is non-null, if opts requested only the
142 public static Bitmap decodeStream(InputStream is, Rect outPadding, BitmapFactory.Options opts) { argument
147 int n = is.read(buffer);
150 n = is
[all...]
/frameworks/base/libs/androidfw/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # libandroidfw is partially built for the host (used by build time keymap validation tool)
111 # team really wants is to build the stuff defined by this makefile.
/frameworks/compile/libbcc/runtime/make/
H A Dsubdir.mk1 # This file is intended to be included from each subdirectory makefile.
48 $$(info MAKE: $(Dir): $$(var) is defined), \
49 $$(info MAKE: $(Dir): $$(var) is undefined)))
/frameworks/native/libs/utils/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # libutils is a little unique: It's built twice, once for the host
134 # team really wants is to build the stuff defined by this makefile.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk51 # team really wants is to build the stuff defined by this makefile.
/frameworks/base/cmds/am/
H A DAndroid.mk18 # Generate rules for a single file. The argument is the file path relative to
/frameworks/base/cmds/content/
H A DAndroid.mk20 # Generate rules for a single file. The argument is the file path relative to
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 1088 milliseconds

1234567891011