HomeSort by relevance Sort by last modified time
    Searched full:should (Results 151 - 175 of 61834) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
vec4-spec.js 31 it("should return a 4 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0, 0, 0]); });
36 it("should return a 4 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); });
41 it("should return a 4 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2, 3, 4]); });
46 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); });
47 it("should return out", function() { expect(result).toBe(out); });
52 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); });
53 it("should return out", function() { expect(result).toBe(out); });
60 it("should place values into out", function() { expect(out).toBeEqualish([6, 8, 10, 12]); });
61 it("should return out", function() { expect(result).toBe(out); });
62 it("should not modify vecA", function() { expect(vecA).toBeEqualish([1, 2, 3, 4]); })
    [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/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/Preprocessor/
non_fragile_feature.m 3 #error Should have __has_feature
11 #error objc_weak_class should be enabled with nonfragile abi
  /external/curl/tests/data/
test1530 23 # it should be detected and an error should be reported
  /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/FileCheck/
check-dag-substring-prefix.txt 4 this should also be matched
7 ; BAA-DAG: this should also be {{matched}}
  /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.
  /frameworks/av/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
  /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/wilhelm/doc/
README.txt 1 When building applications using the OpenSL-ES API you should compile and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
2 have been automatically generated. Application developers should not edit these interface IDs
  /ndk/tests/build/gnustl-force-all/jni/
forced_all.cpp 1 /* This file should be compiled with exceptions and without RTTI */
3 #error This source file SHOULD be built with -fexceptions!
  /ndk/tests/build/gnustl-force-rtti/jni/
forced_rtti.cpp 1 /* This file should be compiled without exceptions and with RTTI */
3 #error This source file SHOULD NOT be built with -fexceptions!
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug002.go 10 if ; false {} // compiles; should be an error (should be simplevardecl before ;)
bug004.go 10 switch ; { case false: return; } // compiles; should be an error (should be simplevardecl before ;)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug002.go 10 if ; false {} // compiles; should be an error (should be simplevardecl before ;)
bug004.go 10 switch ; { case false: return; } // compiles; should be an error (should be simplevardecl before ;)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-bad-3.l 2 [^:]*:4: Error: thumb conditional instruction should be in IT block -- `moveq r1,r8'
3 [^:]*:5: Error: thumb conditional instruction should be in IT block -- `movne r1,r9'
mul-overlap.l 2 [^:]*:5: Rd and Rm should be different in mul
3 [^:]*:6: Rd and Rm should be different in mla
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
copr.s 3 ; We could/should test some of the corner cases for register and
4 ; immediate fields. We should also check the assorted field

Completed in 751 milliseconds

1 2 3 4 5 67 8 91011>>