HomeSort by relevance Sort by last modified time
    Searched full:must (Results 376 - 400 of 51864) sorted by null

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 48 AT_LEAST_ONE_COLUMN("matrix must have at least one column"),
49 AT_LEAST_ONE_ROW("matrix must have at least one row"),
50 BANDWIDTH_OUT_OF_INTERVAL("bandwidth must be in the interval [0,1], but got {0}"),
51 BINOMIAL_INVALID_PARAMETERS_ORDER("must have n >= k for binomial coefficient (n,k), got n = {0}, k = {1}"),
52 BINOMIAL_NEGATIVE_PARAMETER("must have n >= 0 for binomial coefficient (n,k), got n = {0}"),
97 FACTORIAL_NEGATIVE_PARAMETER("must have n >= 0 for n!, got n = {0}"),
121 INSUFFICIENT_DIMENSION("insufficient dimension {0}, must be at least {1}"),
137 LOWER_BOUND_NOT_BELOW_UPPER_BOUND("lower bound ({0}) must be strictly less than upper bound ({1})"), /* keep */
138 LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT("lower endpoint ({0}) must be less than or equal to upper endpoint ({1})"),
150 NEGATIVE_NUMBER_OF_SUCCESSES("number of successes must be non-negative ({0})")
    [all...]
  /external/clang/test/Sema/
attr-regparm.c 5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
builtin-prefetch.c 9 __builtin_prefetch(&a, "hello", 2); // expected-error{{argument to '__builtin_prefetch' must be a constant integer}}
10 __builtin_prefetch(&a, a, 2); // expected-error{{argument to '__builtin_prefetch' must be a constant integer}}
decl-invalid.c 4 typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be a definition}} expected-warning {{typedef requires a name}}
19 struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration does not declare anything}}
  /external/clang/test/SemaObjC/
property-10.m 8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
11 @property(copy) int p2; // expected-error {{property with 'copy' attribute must be of object type}}
30 @property(nonatomic,copy) int (*includeMailboxCondition2)(); // expected-error {{property with 'copy' attribute must be of object type}}
35 @property (retain) int PROP; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
36 @property (strong) int SPROP; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
37 @property(nonatomic,copy) int (*PROP1)(); // expected-error {{property with 'copy' attribute must be of object type}}
38 @property(nonatomic,weak) int (*PROP2)(); // expected-error {{property with 'weak' attribute must be of object type}}
severe-syntax-error.m 11 static NSArray* prefixArray[] = @"BEGIN:", @"END:", @"VERSION:", @"N:", @"FN:", @"TEL;", @"TEL:", nil; // expected-error {{array initializer must be an initializer list}} \
19 static char* cArray[] = "BEGIN:", "END"; // expected-error {{array initializer must be an initializer list}} \
  /external/eigen/Eigen/
SPQRSupport 19 * In order to use this module, the SPQR headers must be accessible from the include paths, and your binary must be linked to the SPQR library and its dependencies (Cholmod, AMD, COLAMD,...).
  /external/kernel-headers/original/uapi/linux/
atm_nicstar.h 17 /* Note: non-kernel programs including this file must also include
46 /* type must be one of the following: */
  /external/libpcap/
LICENSE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
NOTICE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
  /external/llvm/test/MC/Mips/mips32r2/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips32r3/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips32r5/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips64r2/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips64r3/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips64r5/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips64r6/
invalid.s 10 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
11 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/X86/
intel-syntax-error.s 8 // CHECK: error: '.intel_syntax prefix' is not supported: registers must not have a '%' prefix in .intel_syntax
12 // CHECK: error: '.att_syntax noprefix' is not supported: registers must have a '%' prefix in .att_syntax
  /external/llvm/test/Verifier/
alias.ll 6 ; CHECK: Alias must point to a definition
11 ; CHECK: Alias must point to a definition
cttz-undef-arg.ll 8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
  /external/openssh/
canohost.h 10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
rsa.h 11 * software must be clearly marked as such, and if the derived work is
12 * incompatible with the protocol description in the RFC file, it must be
sshlogin.h 10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
uidswap.h 10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail_embeddertest.cpp 14 // Document must open without crashing but is too malformed to be available.
20 // Document must open without crashing but is too malformed to be available.

Completed in 65 milliseconds

<<11121314151617181920>>