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

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * Telephony tester receives the following intents where {name} is the phone name
58 // is running on the same thread as Dcc.
135 final FileInputStream is;
137 is = new FileInputStream(packageFile);
143 TestConferenceEventPackageParser parser = new TestConferenceEventPackageParser(is);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java11 * distributed under the License is distributed on an "AS IS" BASIS,
33 * The superclass for all user-defined scripts. This is only
91 InputStream is = resources.openRawResource(resourceID);
104 int bytesRead = is.read(pgm, pgmLength, bytesLeft);
111 is.close();
/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/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,
223 // formulas, where the coefficient on x is the aspect ratio (width/height):
250 // We need to ensure that there is enough extra space in the wallpaper
280 InputStream is = null;
286 is = context.getContentResolver().openInputStream(uri);
287 bis = new BufferedInputStream(is);
290 is = res.openRawResource(resId);
291 bis = new BufferedInputStream(is);
305 Utils.closeSilently(is);
553 InputStream is
[all...]
/frameworks/base/rs/java/android/renderscript/
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/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/api/
H A Drs_core.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
20 RenderScript is a high-performance runtime that provides compute operations at the native level.
21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
/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/rs/java/tests/RsBLAS_Benchmark/libsgemm/
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/previewsdk/
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/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/av/media/libnbaio/
H A DAndroid.mk18 # 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/native/services/surfaceflinger/tests/
H A DAndroid.mk30 # team really wants is to build the stuff defined by this makefile.
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc11 * distributed under the License is distributed on an "AS IS" BASIS,
17 // This is a helper file to apply macros to different cblas routines.
/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/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dshadows_f.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, aapt, and others)
84 # team really wants is to build the stuff defined by this makefile.

Completed in 1163 milliseconds

1234567891011>>