HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 976 - 1000 of 9217) sorted by null

<<31323334353637383940>>

  /external/skia/tools/
CopyTilesRenderer.h 39 * numbering (and actual tiles) will be different.
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
package.html 18 available to the actual program executed.</p>
  /external/toybox/scripts/
runtest.sh 86 echo -ne "$5" | eval "$2" > actual
89 cmp expected actual > /dev/null 2>&1
98 diff -au expected actual
104 rm -f input expected actual
  /external/v8/src/
code.h 16 // Wrapper class for passing expected and actual parameter counts as
  /external/v8/test/mjsunit/harmony/
array-of.js 58 var actual = Bag.of("zero", "one");
66 assertEquals(areSame(actual, expected), true);
69 actual = Array.of.call(Bag, "zero", "one");
71 assertEquals(areSame(actual, expected), true);
  /external/zopfli/src/zopfli/
tree.h 45 actual theoritical bit lengths according to the entropy. Since the resulting
  /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/util/
Base64DataException.java 24 * to be disambiguated from errors in the underlying streams (e.g. actual connection errors.)
  /frameworks/base/docs/html-intl/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RangeTest.java 157 T2 actual) {
159 expected, actual);
163 boolean actual) {
166 expected, actual);
  /frameworks/base/native/android/
sensor.cpp 152 ssize_t actual = static_cast<SensorEventQueue*>(queue)->read(events, count); local
153 if (actual > 0) {
154 static_cast<SensorEventQueue*>(queue)->sendAck(events, actual);
156 return actual;
  /frameworks/base/services/core/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/base/tools/layoutlib/bridge/resources/bars/
status_bar.xml 8 Without scaling, it appeared huge. This is currently, 70% of the actual size. -->
  /frameworks/compile/slang/
legacy_bitcode.h 24 // The alignment is stored as an actual power of 2 value (instead of the
  /frameworks/minikin/include/minikin/
MinikinFontFreeType.h 27 // multiple actual implementations of fonts.
  /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

Completed in 421 milliseconds

<<31323334353637383940>>