HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 901 - 925 of 10182) sorted by null

<<31323334353637383940>>

  /frameworks/av/libvideoeditor/vss/common/inc/
M4DECODER_Null.h 20 * that does not do actual decoding.
  /frameworks/av/media/libnbaio/
README.txt 6 read() or write() that indicates the actual number of successfully
  /frameworks/av/media/libstagefright/include/
MP3Seeker.h 33 // the actual time that seekpoint represents.
  /frameworks/base/core/java/android/content/
UndoOwner.java 49 * Return the actual data object of the owner. This is the data object
  /frameworks/base/core/java/android/util/
Base64DataException.java 24 * to be disambiguated from errors in the underlying streams (e.g. actual connection errors.)
  /frameworks/base/docs/html-intl/es/training/monitoring-device-state/
docking-monitoring.jd 19 <li><a href="#DockType">Cómo determinar el tipo de conector actual</a></li>
39 <h2 id="CurrentDockState">Cómo determinar el estado de conexión actual</h2>
46 <p>Puedes extraer el estado actual de la conexión de la información adicional de {@code EXTRA_DOCK_STATE}:<p>
52 <h2 id="DockType">Cómo determinar el tipo de conector actual</h2>
  /frameworks/base/services/java/com/android/server/firewall/
Filter.java 27 * @param resolvedComponent The actual component that the intent was resolved to
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 144 private void assertContentsInOrder(List<String> actual, String... source) {
146 assertEquals("Unexpected number of items.", clonedSource.length, actual.size());
147 for (int i = 0; i < actual.size(); i++) {
148 String actualItem = actual.get(i);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/res/raw/
shaderarrayv.glsl 7 // This is where actual shader code begins
  /frameworks/compile/slang/
legacy_bitcode.h 24 // The alignment is stored as an actual power of 2 value (instead of the
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 117 // time when previous buffer's actual-present fence was signaled
123 // will be slightly later then the actual-present timing. If we get a
130 // Don't yet have an easy way to get actual buffer flip time for
148 // A little extra padding to compensate for slack between actual vsync
  /frameworks/support/v4/ics/android/support/v4/view/
MenuItemCompatIcs.java 41 * Work around the support lib's build dependency chain. The actual API-lib
  /libcore/dalvik/src/main/java/dalvik/annotation/
ToBeFixed.java 40 * the expectation and the actual result.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapreturnfirstitem.java 80 java.util.Collection actual = new java.util.ArrayList(); local
89 actual.add(nodeName);
93 assertEqualsIgnoreCase("attrName_html", htmlExpected, actual);
95 assertEquals("attrName", expected, actual);
hc_namednodemapreturnlastitem.java 82 java.util.Collection actual = new java.util.ArrayList(); local
91 actual.add(nodeName);
95 assertEqualsIgnoreCase("attrName_html", htmlExpected, actual);
97 assertEquals("attrName", expected, actual);
  /libcore/luni/src/main/java/javax/crypto/
SecretKey.java 30 * from {@link java.lang.Object} so comparison is done using the actual key data
  /ndk/sources/host-tools/make-3.81/config/
lcmessage.m4 13 dnl Please note that the actual code of the GNU gettext library is covered
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-n 35 # We consider the actual updated timestamp of targets with all
  /ndk/sources/host-tools/sed-4.2.1/m4/
nls.m4 11 dnl Please note that the actual code of the GNU gettext library is covered
  /ndk/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 63 #define GTEST_CHECK_INT_EQ_(expected, actual) \
66 const int actual_val = (actual);\
68 ::std::cout << "Value of: " #actual "\n"\
69 << " Actual: " << actual_val << "\n"\
  /ndk/tests/device/test-unwind-struct/jni/
main.c 13 fprintf(stderr, " actual value: %d (%s)\n", \
  /packages/apps/ContactsCommon/res/layout/
contact_detail_list_padding.xml 17 <!-- The actual padding is embedded in a FrameLayout since we cannot change the
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileStarredView.java 23 * in a square. The actual dimensions are set by
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MemoryUtils.java 34 // this is usually smaller than the actual RAM size.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
CancelRequest.java 25 * Must not be used to do some actual operations.

Completed in 1692 milliseconds

<<31323334353637383940>>