Searched refs:is (Results 76 - 100 of 358) sorted by relevance

1234567891011>>

/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/base/core/java/android/app/
H A DWallpaperManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
82 * <p>Input: {@link Intent#getData} is the URI of the image to crop and set as wallpaper.
100 * a live wallpaper component that is to be shown.
147 * at the time the bitmap is loaded).
313 InputStream is = openDefaultWallpaper(context);
314 if (is != null) {
317 return BitmapFactory.decodeStream(is, null, options);
322 is.close();
363 * no wallpaper is set, the system built-in static wallpaper is returne
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java11 * distributed under the License is distributed on an "AS IS" BASIS,
317 InputStream is = null;
324 is = am.open("backward");
325 BufferedReader reader = new BufferedReader(new InputStreamReader(is));
360 if (is != null) {
361 is.close();
375 is = am.open("zone.tab");
376 BufferedReader reader = new BufferedReader(new InputStreamReader(is));
444 // Add to the list of time zones if the time zone is unique
468 if (is !
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java11 * distributed under the License is distributed on an "AS IS" BASIS,
71 * Check if the given logical address is valid. A logical address is valid
72 * if it is one allocated for an actual device which allows communication
76 * @return true if the given address is valid
87 * if the address is not valid.
97 * Return the default device name for a logical address. This is the name
98 * by which the logical device is known to others until a name is
102 * @return default device name; empty string if the address is no
162 asImmutableList(final int[] is) argument
[all...]
/frameworks/testing/espresso/espresso-contrib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/
H A DDrawerActionsIntegrationTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 import static org.hamcrest.Matchers.is;
98 onData(allOf(is(instanceOf(String.class)), is(rowContents))).perform(click());
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/assertion/
H A DViewAssertionsTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
24 import static org.hamcrest.Matchers.is;
60 alwaysAccepts = is(presentView);
61 alwaysFails = not(is(presentView));
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
H A DAdapterViewTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
28 import static org.hamcrest.Matchers.is;
87 onData(is(withItemSize(8)))
94 onData(is(withItemSize(8)))
H A DDrawerActionsTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 import static org.hamcrest.Matchers.is;
75 // Click an item in the drawer. We use onData because the drawer is backed by a ListView, and
79 onData(allOf(is(instanceOf(String.class)), is(rowContents))).perform(click());
/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/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,
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 515 milliseconds

1234567891011>>