HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 76 - 100 of 9472) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/tests/111-use-null-as-array/
info.txt 5 correct, they would instead incorrectly fail verification.
10 the resulting output is still correct (passes verification and will
  /external/chromium/chrome/browser/
spellcheck_message_filter.cc 40 bool* correct) {
41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag);
  /external/chromium_org/net/base/
test_data_stream.h 13 // verified independently to be the correct stream of data.
25 // stream. Returns true if correct, false otherwise.
  /external/chromium_org/third_party/icu/source/test/compat/
readme.txt 9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
38 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 24 # Test that we build all targets using the correct actions, even if they have
30 # Test that we build all targets using the correct rules, even if they have
  /external/clang/test/SemaCXX/
virtual-override-x86.cpp 16 void __attribute__((thiscall)) f(); // This override is correct
21 void f(); // This override is correct because thiscall is the default calling convention for class members
  /external/icu4c/test/compat/
readme.txt 9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
38 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/llvm/test/Transforms/InstCombine/
2008-04-22-ByValBitcast.ll 2 ;; the correct type, or at least a type of the correct size.
  /external/llvm/test/Verifier/
fpmath.ll 13 ; Above line is correct.
15 ; Above line is correct.
  /external/chromium/base/
sys_info_unittest.cc 13 // We aren't actually testing that it's correct, just that it's sane.
18 // We aren't actually testing that it's correct, just that it's sane.
24 // We aren't actually testing that it's correct, just that it's sane.
46 // We aren't actually testing that it's correct, just that it's sane.
54 // We aren't actually testing that it's correct, just that it's sane.
  /external/chromium_org/chrome/browser/extensions/
extension_view_host_factory_browsertest.cc 18 // Tests that ExtensionHosts are created with the correct type and profiles.
29 // Popup hosts are created with the correct type and profile.
39 // Infobar hosts are created with the correct type and profile.
50 // Dialog hosts are created with the correct type and profile.
61 // Tests that extensions loaded in incognito mode have the correct profiles
  /external/libsepol/tests/
test-linker-roles.c 34 * - datum in the decl symtab has correct type_set
35 * - scope datum has correct decl ids
36 * - dominates bitmap is correct
50 * - role a and b in base, b dom a, are types correct (TODO)
83 /* make sure it has the correct type set (g_b_type_1, no negset, no flags) */
93 /* make sure it has the correct type set (o1_b_type_1, no negset, no flags) */
114 /* make sure it has the correct type set (g_m1_type_1, no negset, no flags) */
124 /* make sure it has the correct type set (o1_m1_type_1, no negset, no flags) */
137 /* make sure it has the correct type set (g_m1_type_1, no negset, no flags) */
149 /* make sure it has the correct type set (g_b_type_2, g_m1_type_2, g_m2_type_2, no negset, no flags) *
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
X509CertificateTest.java 227 assertEquals("The version is not correct.",
240 assertEquals("The serial number is not correct.",
253 assertEquals("The issuer DN is not correct.",
266 assertEquals("The subject DN is not correct.",
279 assertEquals("The NotBefore date is not correct.",
292 assertEquals("The NotAfter date is not correct.",
305 assertEquals("The name of signature algorithm is not correct.",
318 assertEquals("The name of OID of signature algorithm is not correct.",
332 + "is not correct.", Arrays.equals(tbt_cert.getSigAlgParams(),
  /external/chromium/chrome/common/
spellcheck_messages.h 46 bool /* auto spell correct */)
53 // Toggle the auto spell correct functionality.
86 bool /* correct */)
  /external/chromium_org/gpu/command_buffer/common/
gpu_memory_allocation.h 19 // Allow only allocations that are strictly required for correct rendering.
22 // Allow allocations that are not strictly needed for correct rendering, but
54 // Bytes required for correct rendering.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_surface.c 81 /* Test context id assigned and correct */
83 /* Test surface type id assigned and correct */
85 /* Test width & height assigned and correct */
  /external/e2fsprogs/
INSTALL 48 see the correct manual pages. The shell script in
51 9) Make sure your /etc/fstab file is correct.
68 Michael Weller) that may help you correct your /etc/fstab file.
INSTALL.elfbin 27 see the correct manual pages. The shell script in
30 4) Make sure your /etc/fstab file is correct.
47 Michael Weller) that may help you correct your /etc/fstab file.
  /external/fdlibm/
changes 16 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
21 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
62 Correct results are close to -e and -1/e.
  /external/icu4c/layout/
HanLayoutEngine.h 24 * the characerProcessing method to assign the correct OpenType feature
55 * The destructor, virtual for correct polymorphic invocation.
79 * tags to the characters to generate the correct language-specific variants.
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_surface.c 81 /* Test context id assigned and correct */
83 /* Test surface type id assigned and correct */
85 /* Test width & height assigned and correct */
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsNonEnglish.java 32 assertEquals("simple auto-correct for French", EXPECTED_RESULT,
100 assertEquals("simple auto-correct for German", EXPECTED_RESULT,
109 assertEquals("auto-correct with umlaut for German", EXPECTED_RESULT,
  /art/test/019-wrong-array-type/src/
Main.java 30 System.out.println("Got correct array store exception");
  /dalvik/tests/019-wrong-array-type/src/
Main.java 30 System.out.println("Got correct array store exception");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 19 * @throws ClassCastException if the provided object is not of the correct type.

Completed in 599 milliseconds

1 2 34 5 6 7 8 91011>>