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

<<41424344454647484950>>

  /external/icu4c/test/intltest/
itspoof.cpp 258 UnicodeString actual; local
259 uspoof_getSkeletonUnicodeString(sc, type, uInput, actual, &status);
265 if (uExpected != actual) {
266 errln("File %s, Line %d, Test case from line %d, Actual and Expected skeletons differ.",
268 errln(UnicodeString(" Actual Skeleton: \"") + actual + UnicodeString("\"\n") +
434 UnicodeString actual; local
435 uspoof_getSkeletonUnicodeString(sc.getAlias(), skeletonType, from, actual, &status);
437 TEST_ASSERT(actual == expected);
438 if (actual != expected)
    [all...]
  /bionic/tests/
string_test.cpp 426 int actual; local
431 actual = strcmp(state.ptr1, state.ptr2);
443 actual = strcmp(state.ptr1, state.ptr2);
446 ASSERT_EQ(expected, signum(actual));
558 size_t actual = random() % state.len[i]; local
559 strncpy(state.ptr + state.MAX_LEN - 1, state.ptr1, std::min(actual, pos));
560 state.ptr[state.MAX_LEN + std::min(actual, pos) - 1] = '\0';
562 ASSERT_TRUE(strncat(state.ptr2, state.ptr1, actual) == state.ptr2);
580 int actual; local
585 actual = strncmp(state.ptr1, state.ptr2, state.len[i])
725 int actual = memcmp(state.ptr1, state.ptr2, state.MAX_LEN); local
753 int actual = __memcmp16(state.ptr1, state.ptr2, (size_t) state.MAX_LEN); local
778 int actual = wmemcmp(state.ptr1, state.ptr2, (size_t) state.MAX_LEN); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 344 * @param actual The file of whose contents to verify
348 protected void verifyFileContents(ParcelFileDescriptor actual, byte[] expected)
350 AutoCloseInputStream input = new ParcelFileDescriptor.AutoCloseInputStream(actual);
351 long fileSize = actual.getStatSize();
364 * @param actual The array whose data we want to verify
367 protected void compareByteArrays(byte[] actual, byte[] expected) {
368 assertEquals(actual.length, expected.length);
369 int length = actual.length;
372 if (actual[i] != expected[i]) {
386 byte[] actual = new byte[FILE_BLOCK_READ_SIZE]
972 int actual = cursor.getInt(index); local
985 String actual = cursor.getString(index); local
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 98 Set<String> actual = new HashSet<String>(); local
103 actual.add(je.toString());
106 assertEquals(actual, desired);
153 Set<String> actual = new HashSet<String>(); local
158 actual.add(je.toString());
161 assertEquals(actual, desired);
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 129 std::string actual; local
130 JSONStringValueSerializer serializer(&actual);
132 ASSERT_EQ(expected, actual);
153 std::string actual; local
154 JSONStringValueSerializer serializer(&actual);
156 ASSERT_EQ(expected, actual);
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 330 const char* actual,
339 if (actual[i] != expected[i]) {
356 << HexDumpWithMarks(actual, actual_len, marks.get(), max_len);
361 QuicData* actual,
365 actual->data(), actual->length(),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer.py 89 FILENAME_SUFFIX_ACTUAL = "-actual"
145 The full output filename of the actual, for example, will be
146 <filename>-actual<file_type>
148 my_test-actual.txt
246 text.textContent = 'Actual Image';
256 var actualImage = preloadImage(container.getAttribute('data-prefix') + '-actual.png');
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 194 const UnicodeString& actual, UBool possibleDataError=FALSE);
196 const char* actual);
199 const Formattable& actual);
201 const Formattable& actual);
207 const UnicodeString& actual);
209 const char* actual);
  /external/chromium_org/third_party/sqlite/src/test/
vacuum3.test 49 foreach {request actual database} [list \
64 } $actual
98 foreach {request actual database} [list \
113 } $actual
173 foreach {request actual} [list \
188 } $actual
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 40 # USAGE: <actual executable being run> [...]
43 # shell script which runs an actual binary somewhere else.
124 echo "Actual times (in profiling units) were '$mthread1' vs. '$mthread2'"
166 # We need to run the script with no args to get the actual exe name
181 echo "Actual times (in profiling units) were '$mthread' vs. '$othread'"
191 echo "If the test does fail with an 'Actual times' error, try running again."
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 40 # USAGE: <actual executable being run> [...]
43 # shell script which runs an actual binary somewhere else.
124 echo "Actual times (in profiling units) were '$mthread1' vs. '$mthread2'"
166 # We need to run the script with no args to get the actual exe name
181 echo "Actual times (in profiling units) were '$mthread' vs. '$othread'"
191 echo "If the test does fail with an 'Actual times' error, try running again."
  /external/chromium_org/v8/src/
execution.h 143 // If the stack guard is triggered, but it is not an actual
248 // Reset limits to actual values. For example after handling interrupt.
277 // values. The one eith the real_ prefix is the actual stack limit
279 // the actual stack limit except when there is an interruption (e.g. debug
283 uintptr_t real_jslimit_; // Actual JavaScript stack limit set for the VM.
285 uintptr_t real_climit_; // Actual C++ stack limit set for the VM.
  /external/skia/tools/tests/
run.sh 50 # to write its output, if any, to directory $2/output-actual).
58 ACTUAL_OUTPUT_DIR="$2/output-actual"
102 # writing its output to output-actual and comparing those results against
113 ACTUAL_OUTPUT_DIR="$PLATFORM_DIR/output-actual"
145 ACTUAL_OUTPUT_DIR="$3/output-actual"
173 ACTUAL_OUTPUT_DIR="$2/output-actual"
  /external/v8/src/
execution.h 146 // If the stack guard is triggered, but it is not an actual
250 // Reset limits to actual values. For example after handling interrupt.
279 // values. The one eith the real_ prefix is the actual stack limit
281 // the actual stack limit except when there is an interruption (e.g. debug
285 uintptr_t real_jslimit_; // Actual JavaScript stack limit set for the VM.
287 uintptr_t real_climit_; // Actual C++ stack limit set for the VM.
  /frameworks/base/docs/html-intl/es/training/multiscreen/
adaptui.jd 19 <li><a href="#TaskDetermineCurLayout">Cómo determinar el diseño actual</a></li>
20 <li><a href="#TaskReactToLayout">Cómo reaccionar en función del diseño actual</a></li>
42 <p>En función del diseño actual de tu aplicación, la interfaz puede variar. Por ejemplo, si tu aplicación está en modo de panel dual, haz clic en un elemento del panel izquierdo para que aparezca en el panel de la derecha. Asimismo, si está en modo de panel único, el contenido debería aparecer por sí mismo (en otra actividad).</p>
45 <h2 id="TaskDetermineCurLayout">Cómo determinar el diseño actual</h2>
78 <h2 id="TaskReactToLayout">Cómo reaccionar en función del diseño actual</h2>
80 <p>El resultado de algunas acciones puede variar en función del diseño actual. Por ejemplo, en el ejemplo de News Reader, al hacer clic en un encabezado de la lista se abrirá el artículo del panel situado a la derecha si la interfaz de usuario está en modo de panel dual, pero se iniciará una actividad independiente si esta está en modo de panel único:</p>
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 198 byte[] actual;
200 actual = md.digest();
206 actual = md.digest();
210 assertDigest(algorithm, expected, actual);
215 private void assertDigest(String algorithm, byte[] actual, byte[] expected) {
216 assertEquals(algorithm, javaBytes(actual), javaBytes(expected));
  /packages/apps/Nfc/nci/jni/
SecureElement.h 151 ** recvBufferActualSize: Actual length of response.
386 UINT8 mActualNumEe; // actual number of EE's reported by the stack
387 UINT8 mNumEePresent; // actual number of usable EE's
399 tNFA_EE_INFO mEeInfo [MAX_NUM_EE]; //actual size stored in mActualNumEe
585 ** tlvActualLen: TLV buffer's actual length.
587 ** aidLen: Aid buffer's actual length.
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 211 color_utils::HSL actual; local
212 EXPECT_TRUE(pack->GetTint(ThemeProperties::TINT_BUTTONS, &actual));
213 EXPECT_DOUBLE_EQ(expected.h, actual.h);
214 EXPECT_DOUBLE_EQ(expected.s, actual.s);
215 EXPECT_DOUBLE_EQ(expected.l, actual.l);
241 EXPECT_FALSE(pack->GetTint(ThemeProperties::TINT_FRAME, &actual));
431 color_utils::HSL actual = { -1, -1, -1 }; local
433 ThemeProperties::TINT_BUTTONS, &actual));
434 EXPECT_DOUBLE_EQ(expected.h, actual.h);
435 EXPECT_DOUBLE_EQ(expected.s, actual.s)
507 color_utils::HSL actual = { -1, -1, -1 }; local
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 111 ALOGV("No actual display. Choosing EGLSurface based on SurfaceMediaSource");
710 // A dummy writer (MULTITHREADED) is used to simulate actual MPEG4Writer
730 // Test to examine actual encoding using mediarecorder
734 // Very close to the actual camera, except that the
738 ALOGV("************** Testing the whole pipeline with actual MediaRecorder ***********");
866 // Test to examine the actual encoding with GL buffers
867 // Actual encoder, Actual GL Buffers Filled SurfaceMediaSource
871 ALOGV("************** Testing the whole pipeline with actual Recorder ***********");
    [all...]
  /frameworks/base/libs/androidfw/
Asset.cpp 439 size_t actual; local
466 actual = count;
471 actual = count;
488 actual = fread(buf, 1, count, mFp);
489 if (actual == 0) // something failed -- I/O error?
492 assert(actual == count);
495 mOffset += actual;
496 return actual;
763 size_t actual; local
769 actual = mZipInflater->read(buf, count)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 308 actual = function(arg)
317 actual = function(arg)
324 actual = function(arg)
327 actual = complex(abs(actual.real), actual.imag)
330 actual = complex(actual.real, abs(actual.imag))
347 actual.real, actual.imag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 308 actual = function(arg)
317 actual = function(arg)
324 actual = function(arg)
327 actual = complex(abs(actual.real), actual.imag)
330 actual = complex(actual.real, abs(actual.imag))
347 actual.real, actual.imag
    [all...]
  /art/compiler/dex/quick/mips/
README.mips 7 actual hardware, and as such should be expected to have many bugs. However,
10 expectation is that when it is first tried out on actual hardware lots of
  /cts/suite/audio_quality/lib/include/audio/
AudioProtocol.h 46 ECmdStart = 0x12340001, //not actual command
53 ECmdLast = 0x12340007, // not actual command
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParserTest.java 37 " Actual: false",
50 " Actual: false",

Completed in 1996 milliseconds

<<41424344454647484950>>