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

1234567891011>>

/frameworks/base/rs/java/android/renderscript/
H A DScriptC.java11 * distributed under the License is distributed on an "AS IS" BASIS,
26 * The superclass for all user-defined scripts. This is only
97 InputStream is = resources.openRawResource(resourceID);
110 int bytesRead = is.read(pgm, pgmLength, bytesLeft);
117 is.close();
H A DFont.java11 * distributed under the License is distributed on an "AS IS" BASIS,
34 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface,
39 * font to the RenderScript is required. A note of caution on performance, though the state changes
40 * are transparent to the user, they do happen internally, and it is more efficient to
41 * render large batches of text in sequence. It is also more efficient to render multiple
202 InputStream is = null;
204 is = res.openRawResource(id);
212 if (is instanceof AssetManager.AssetInputStream) {
213 long asset = ((AssetManager.AssetInputStream) is).getNativeAsset();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
100 * headers. So this is workaround, at least temporary. TODO: check
113 InputStream is = op.openInputStream();
114 readResponse(is);
115 is.close();
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
H A DBasicTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
30 import static org.hamcrest.Matchers.is;
92 onData(allOf(is(instanceOf(String.class)), is("Americano")))
H A DMultipleWindowTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
32 import static org.hamcrest.Matchers.is;
66 // Froyo's AutoCompleteTextBox is broken - do not bother testing with it.
72 // on top of each other. Each Window is a transparency, and what is drawn on top of this
73 // transparency is the view hierarchy.
76 // This heuristic is normally 'good enough' however if you want to interact with a Window
81 // window will be layered on top of the screen. Espresso ignore's this layer because it is
96 .inRoot(withDecorView(not(is(getActivity().getWindow().getDecorView()))))
104 // NB: The autocompletion box is implemente
[all...]
/frameworks/base/data/keyboards/
H A Dcommon.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # This is the list of framework provided keylayouts and key character maps to include.
H A Dkeyboards.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/libs/hwui/font/
H A DFontUtil.h11 * distributed under the License is distributed on an "AS IS" BASIS,
35 # error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/base/libs/input/
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/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java11 * distributed under the License is distributed on an "AS IS" BASIS,
224 // formulas, where the coefficient on x is the aspect ratio (width/height):
251 // We need to ensure that there is enough extra space in the wallpaper
281 InputStream is = null;
287 is = context.getContentResolver().openInputStream(uri);
288 bis = new BufferedInputStream(is);
291 is = res.openRawResource(resId);
292 bis = new BufferedInputStream(is);
306 Utils.closeSilently(is);
554 InputStream is
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaScene.java11 * distributed under the License is distributed on an "AS IS" BASIS,
77 InputStream is = null;
80 is = mRes.getAssets().open(names[0]);
83 is = new BufferedInputStream(new FileInputStream(f));
93 sceneSource.init(is, rootDir);
/frameworks/opt/telephony/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # enable this build only when platform library is available
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
16 # This is the shared library included by the JNI test app.
/frameworks/support/v7/palette/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Here is the final static library that apps can link against.
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
H A DPreferenceMatchers.java11 * distributed under the License is distributed on an "AS IS" BASIS,
19 import static org.hamcrest.Matchers.is;
75 return withSummaryText(is(summary));
134 return withTitleText(is(title));
157 description.appendText(" is an enabled preference");
168 return withKey(is(key));
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/matcher/
H A DPreferenceMatchersTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
20 import static org.hamcrest.Matchers.is;
50 assertThat(pref, withSummaryText(is("Hello World")));
60 assertThat(pref, withTitleText(is("Goodbye!!")));
82 assertThat(pref, withKey(is("foo")));
/frameworks/av/media/libnbaio/
H A DAndroid.mk19 # libsndfile license is incompatible; uncomment to use for local debug only
/frameworks/base/tools/aidl/
H A DAndroid.mk5 # This tool is prebuilt if we're doing an app-only build.
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dshadows.rs11 * distributed under the License is distributed on an "AS IS" BASIS,
103 int H,X,ih,is,iv;
124 is=(int)cs;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dshadows.rs11 * distributed under the License is distributed on an "AS IS" BASIS,
103 int H,X,ih,is,iv;
124 is=(int)cs;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dshadows.rs11 * distributed under the License is distributed on an "AS IS" BASIS,
103 int H,X,ih,is,iv;
124 is=(int)cs;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/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 obbtool and others)
93 # team really wants is to build the stuff defined by this makefile.
/frameworks/native/libs/input/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # libinput is partially built for the host (used by build time keymap validation tool)
75 # team really wants is to build the stuff defined by this makefile.
/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/support/v7/recyclerview/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
31 # Here is the final static library that apps can link against.
32 # The R class is automatically excluded from the generated library.

Completed in 793 milliseconds

1234567891011>>