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

<<11121314

/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
388 // The timer of WAKE_LOCK_TIMEOUT is reset with each
418 * The final message (length header omitted) is read into
420 * is returned. A return value of -1 indicates end-of-stream.
422 * @param is non-null; Stream to read from
428 private static int readRilMessage(InputStream is, byte[] buffer) argument
439 countRead = is.read(buffer, offset, remaining);
459 countRead = is.read(buffer, offset, remaining);
542 InputStream is = mSocket.getInputStream();
547 length = readRilMessage(is, buffe
[all...]
/frameworks/base/data/sounds/
H A DAllAudio.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/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,
67 /* package */ static final char[] ELLIPSIS_NORMAL = { '\u2026' }; // this is "..."
70 /* package */ static final char[] ELLIPSIS_TWO_DOTS = { '\u2025' }; // this is ".."
241 // Integer overflow; len is unreasonably large
263 * from the source string. This is different than simply calling
334 * String.split() returns [''] when the string to be split is empty. This returns []. This does
339 * @return an array of strings. The array will be empty if text is empty
341 * @throws NullPointerException if expression or text is null
353 * split is empty. This returns []. This does not remove any empty strings from the result.
356 * @return an array of strings. The array will be empty if text is empt
[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,
299 InputStream is = null;
301 is = res.openRawResource(fileResId);
308 assertTrue(FileUtils.copyToFile(is, outFile));
457 // Make sure the native library dir is not a symlink
487 // Make sure the native library in /data/data/<app>/lib is a
1322 * Make sure the installed package is available.
1468 * install location is retained.
1869 * Test that an install error code is returned when media is unmounte
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java11 * distributed under the License is distributed on an "AS IS" BASIS,
103 // When no SIMs are around at setup, and one is added later, it seems to default to the first
189 // AIRPLANE_MODE_CHANGED is sent at boot; we've probably already missed it
299 // Something is wrong, better assume we can't make calls...
433 // If there have been no relevant changes to any of the subscriptions, we can leave as is.
654 // for other devices, we show whatever network is connected
655 // This is determined above by references to mHasMobileDataFeature.
1059 * @param isMobileLabel whether to always return the network or just when data is connected
1069 // being routed over that link is that we have better connectivity via wifi.
1070 // If data is disconnecte
1792 setIsAirplaneMode(boolean is, int airplaneIcon, int contentDescription) argument
[all...]
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
1239 // Should not throw when a non-existent entry is requested for delete.
1256 // Should not throw when a non-existent entry is requested for delete.
1405 // Negative test when keystore is populated.
2248 fail("Should fail when a password is specified");
2565 ByteArrayInputStream is = new ByteArrayInputStream(buf);
2568 mKeyStore.load(is, null);
2569 fail("Should throw IllegalArgumentException when InputStream is supplied");
2577 fail("Should throw IllegalArgumentException when password is supplied");
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java11 * distributed under the License is distributed on an "AS IS" BASIS,
85 * Convenience for checking whether the system is ready. For internal use only.
1373 IIntentSender is = IIntentSender.Stub.asInterface(
1377 noteWakeupAlarm(is, sourceUid, sourcePkg);
4153 /* this base class version is never called */
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
324 // when the request is due to the memory state being lowered.
359 // Maximum number of persisted Uri grants a package is allowed
400 // Convenient for easy iteration over the queues. Foreground is first
520 * Information about a process that is currently marked as bad.
541 * later restarted (hopefully due to some user action). The value is the
550 * <p>NOTE: This object is protected by its own lock, NOT the global
557 * is the pid of the caller who requested it (we hold a death
569 * are started by the time booting is complete.
586 * The first entry in the list is th
[all...]

Completed in 548 milliseconds

<<11121314