HomeSort by relevance Sort by last modified time
    Searched full:should (Results 126 - 150 of 43753) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/tests/build/build-mode/jni/
main.c 9 # error "This source file should be compiled with an ARM toolchain"
12 # error "This source file should be built in thumb mode!"
16 # error "This source file should be compiled with an ARM toolchain"
19 # error "This source file should be built in thumb2 mode!"
23 # error "This source file should be compiled with an ARM toolchain"
26 # error "This source file should be compiled to 32-bit ARM instructions"
30 # error "This source file should be compiled with an x86 toolchain"
38 # error "This source file should be compiled with NEON support!"
42 # error "This source file should be compiled without NEON support!"
  /ndk/tests/build/project-properties/
default.properties 1 # This value should be ignored because project.properties
project.properties 1 # This is the value that should be kept by the build system
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 132 profile_data.rule_invocations.should == 60
133 profile_data.guessing_rule_invocations.should == 0
134 profile_data.rule_invocation_depth.should == 12
136 profile_data.fixed_decisions.should == 40
138 fixed_data.min.should == 1
139 fixed_data.max.should == 2
140 fixed_data.average.should == 1.075
141 fixed_data.standard_deviation.should == 0.26674678283691855
143 profile_data.cyclic_decisions.should == 4
145 cyclic_data.min.should ==
    [all...]
  /external/e2fsprogs/tests/f_expand/
expect.1.gz 
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 83 << badprefix1 << " should be allowed as a valid path";
87 << badprefix2 << " should be allowed as a valid path";
91 << badprefix3 << " should be allowed as a valid path";
95 << badprefix4 << " should be allowed as a valid path";
102 << internal1 << " should be allowed as a valid path";
106 << badint1 << " should be rejected as a invalid path";
110 << badint2 << " should be rejected as a invalid path";
114 << badint3 << " should be rejected as a invalid path";
121 << private1 << " should be allowed as a valid path";
125 << badpriv1 << " should be rejected as a invalid path"
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageVerificationStateTest.java 34 assertFalse("Verification should not be marked as complete yet",
39 assertTrue("Verification should be considered complete now",
42 assertTrue("Installation should be marked as allowed",
49 assertFalse("Verification should not be marked as complete yet",
54 assertTrue("Verification should be considered complete now",
57 assertFalse("Installation should be marked as allowed",
64 assertFalse("Verification should not be marked as complete yet",
69 assertFalse("Verification should not be marked as complete yet",
74 assertFalse("Verification should not be marked as complete yet",
79 assertTrue("Verification should be considered complete now"
    [all...]
  /external/webkit/LayoutTests/fast/url/
file-expected.txt 6 FAIL canonicalize('file:c:\\foo\\bar.html') should be file:///C:/foo/bar.html. Was file:///tmp/mock/c:/foo/bar.html.
7 FAIL canonicalize(' File:c|////foo\\bar.html') should be file:///C:////foo/bar.html. Was file:///tmp/mock/c|////foo/bar.html.
8 FAIL canonicalize('file:') should be file:///. Was file:///tmp/mock/path.
9 FAIL canonicalize('file:UNChost/path') should be file://unchost/path. Was file:///tmp/mock/UNChost/path.
10 FAIL canonicalize('c:\\foo\\bar') should be file:///C:/foo/bar. Was c:/foo/bar.
11 FAIL canonicalize('C|/foo/bar') should be file:///C:/foo/bar. Was file:///tmp/mock/C|/foo/bar.
12 FAIL canonicalize('/C|\\foo\\bar') should be file:///C:/foo/bar. Was file:///C|/foo/bar.
13 FAIL canonicalize('//C|/foo/bar') should be file:///C:/foo/bar. Was file://C|/foo/bar.
17 FAIL canonicalize('file:c:foo/bar.html') should be file:///C:/foo/bar.html. Was file:///tmp/mock/c:foo/bar.html.
18 FAIL canonicalize('file:/\\/\\C:\\\\//foo\\bar.html') should be file:///C:////foo/bar.html. Was file:////C:////foo/bar.html
    [all...]
  /development/ndk/samples/module-exports/jni/bar/
bar.h 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */
6 #error FOO should be defined here !
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-exception-on-load.html 2 debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right).
5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
  /external/clang/test/CodeGenObjC/
message-arrays.m 4 // This should have an implicit cast
13 // This should also get an implicit cast (for the vararg)
  /external/clang/test/Headers/
cxx11.cpp 6 #error alignas should not be defined in C++
10 #error alignof should not be defined in C++
  /external/clang/test/Preprocessor/
non_fragile_feature.m 3 #error Should have __has_feature
11 #error objc_weak_class should be enabled with nonfragile abi
  /external/e2fsprogs/lib/blkid/
tst_types.c 21 printf("Sizeof(__u8) is %d should be 1\n",
26 printf("Sizeof(_s8) is %d should be 1\n",
31 printf("Sizeof(__u16) is %d should be 2\n",
36 printf("Sizeof(__s16) is %d should be 2\n",
41 printf("Sizeof(__u32) is %d should be 4\n",
46 printf("Sizeof(__s32) is %d should be 4\n",
51 printf("Sizeof(__u64) is %d should be 8\n",
56 printf("Sizeof(__s64) is %d should be 8\n",
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 21 printf("Sizeof(__u8) is %d should be 1\n",
26 printf("Sizeof(_s8) is %d should be 1\n",
31 printf("Sizeof(__u16) is %d should be 2\n",
36 printf("Sizeof(__s16) is %d should be 2\n",
41 printf("Sizeof(__u32) is %d should be 4\n",
46 printf("Sizeof(__s32) is %d should be 4\n",
51 printf("Sizeof(__u64) is %d should be 8\n",
56 printf("Sizeof(__s64) is %d should be 8\n",
  /external/e2fsprogs/tests/f_clear_xattr/
expect.1 2 Inode 14, i_blocks is 2, should be 0. Fix? yes
4 Inode 12, i_blocks is 4, should be 2. Fix? yes
6 Inode 13, i_blocks is 2, should be 0. Fix? yes
8 Inode 15, i_blocks is 4, should be 2. Fix? yes
11 i_file_acl for inode 12 (/dir) is 22, should be zero.
14 i_file_acl for inode 13 (/file) is 22, should be zero.
17 i_file_acl for inode 14 (/symlink) is 22, should be zero.
20 i_file_acl for inode 15 (/long-symlink) is 23, should be zero.
  /external/llvm/test/CodeGen/Generic/
externally_available.ll 3 ; test_function should not be emitted to the .s file.
8 ; test_global should not be emitted to the .s file.
  /external/llvm/test/Feature/
README.txt 3 features of LLVM, for very small examples. Entire programs should not go here.
5 Regression tests for individual bug fixes should go into the test/Regression dir.
  /external/llvm/test/Transforms/GlobalDCE/
externally_available.ll 3 ; test_function should not be emitted to the .s file.
8 ; test_global should not be emitted to the .s file.
  /external/nist-sip/java/javax/sip/header/
WWWAuthenticateHeader.java 9 * @deprecated This method should return null.
14 * @deprecated This method should return immediately.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
quota-origin-iframe-2.manifest 3 # iframe-2 should fail. The origin quota has been set to
5 # manifest (~13kb) should exceed the quota and fail.
  /external/webkit/LayoutTests/storage/domstorage/localstorage/storagetracker/
storage-tracker-4-create-expected.txt 2 StorageTracker test - write local storage for this origin. Should be called after storage-tracker-3-delete-all.html.
7 This test should have no visible output on success.
  /external/webkit/Source/WebCore/manual-tests/
print-before-load.html 11 This webpage should pop up a print dialog. If you print from that dialog, you
12 should see this output on paper.
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 25 // Regression test for #951285: Suitable LogHandler should be chosen
29 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
30 Logger.global.warning("This has logging Level.WARNING, should become WARN");
31 Logger.global.info("This has logging Level.INFO, should become INFO");
32 Logger.global.config("This has logging Level.CONFIG, should become DEBUG");
33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
34 Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
35 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
  /frameworks/native/include/cpustats/
README.txt 5 * should be related to CPU usage statistics
6 * should be portable to host; avoid Android OS dependencies without a conditional

Completed in 927 milliseconds

1 2 3 4 56 7 8 91011>>