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

1234567891011>>

/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/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, aapt, and others)
79 # team really wants is to build the stuff defined by this makefile.
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
35 # sign this with platform cert, so this test is allowed to inject key events into
36 # UI it doesn't own. This is necessary to allow screenshots to be taken
/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.
/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/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,

Completed in 4544 milliseconds

1234567891011>>