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

<<11

/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_mdct_18_wm.asm11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_dct_16_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
386 // The timer of WAKE_LOCK_TIMEOUT is reset with each
396 Log.d(LOG_TAG, "NOTE: mReqWaiting is NOT 0 but"
420 // is the expected time to get response, all requests
422 // mRequestMessagesPending is 0 )while TIMEOUT occurs.
424 Log.e(LOG_TAG, "ERROR: mReqPending is NOT 0 but"
440 * The final message (length header omitted) is read into
442 * is returned. A return value of -1 indicates end-of-stream.
444 * @param is non-null; Stream to read from
450 private static int readRilMessage(InputStream is, byt argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java11 * distributed under the License is distributed on an "AS IS" BASIS,
289 InputStream is = null;
291 is = res.openRawResource(fileResId);
298 assertTrue(FileUtils.copyToFile(is, outFile));
449 // Make sure the native library dir is not a symlink
479 // Make sure the native library in /data/data/<app>/lib is a
1309 * Make sure the installed package is available.
1455 * install location is retained.
1856 * Test that an install error code is returned when media is unmounte
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_ver_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
83 ;// Basic idea in horizontal filtering is to adjust coefficients
84 ;// like below. Calculation is done with 16-bit maths.
271 ;// Interpolation is done by using 32-bit loads and stores
272 ;// and by using 16 bit arithmetic. 4x4 block is processed
291 ;// and using subtraction, EOR is used to correct sign.
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
723 // Negative test when keystore is populated.
1262 fail("Should fail when a password is specified");
1521 ByteArrayInputStream is = new ByteArrayInputStream(buf);
1524 mKeyStore.load(is, null);
1525 fail("Should throw IllegalArgumentException when InputStream is supplied");
1533 fail("Should throw IllegalArgumentException when password is supplied");
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
/frameworks/base/core/java/android/text/
H A DTextUtils.java11 * distributed under the License is distributed on an "AS IS" BASIS,
246 * from the source string. This is different than simply calling
317 * String.split() returns [''] when the string to be split is empty. This returns []. This does
322 * @return an array of strings. The array will be empty if text is empty
324 * @throws NullPointerException if expression or text is null
336 * split is empty. This returns []. This does not remove any empty strings from the result.
339 * @return an array of strings. The array will be empty if text is empty
341 * @throws NullPointerException if expression or text is null
356 * <p>The most efficient way to use this class is:
376 * <p>If the final character in the string to split is th
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java11 * distributed under the License is distributed on an "AS IS" BASIS,
173 void setIsAirplaneMode(boolean is, int airplaneIcon); argument
249 // AIRPLANE_MODE_CHANGED is sent at boot; we've probably already missed it
326 // wimax is special
360 // Wimax is special
445 // In cdma, if a voice call is made, RSSI should switch to 1x.
557 // Though mPhone is a Manager, this call is not an IPC
576 // wimax is a special 4g network not handled by telephony
1013 // being routed over that link is tha
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java11 * distributed under the License is distributed on an "AS IS" BASIS,
78 * Convenience for checking whether the system is ready. For internal use only.
1162 IIntentSender is = IIntentSender.Stub.asInterface(
1164 noteWakeupAlarm(is);
3330 /* this base class version is never called */

Completed in 256 milliseconds

<<11