HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 301 - 325 of 15080) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
Modifier.java 25 /** This variable indicates if the modifier is invalid (<b>true</b>) or not (<b>false</b>). */
26 protected boolean invalid; field in class:Modifier
49 invalid = pError.isNotNull();
50 return !invalid;
  /external/libvorbis/doc/
vorbis-errors.txt 27 OV_EINVAL Invalid argument value.
31 OV_EBADHEADER Invalid Vorbis bitstream header.
37 OV_EBADPACKET Invalid packet submitted to vorbis_synthesis.
39 OV_EBADLINK Invalid stream section supplied to libvorbis/libvorbisfile,
  /external/llvm/test/Assembler/
2007-03-18-InvalidNumberedVar.ll 9 ret i32 %0 ; Invalid Type for %0
getelementptr_vec_struct.ll 5 ; CHECK: invalid getelementptr indices
  /external/llvm/test/CodeGen/X86/GC/
badrootproto.ll 6 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
  /external/llvm/test/MC/Disassembler/SystemZ/
trunc-03.txt 3 # CHECK: warning: invalid instruction encoding
  /external/llvm/test/Verifier/
2006-10-15-AddrLabel.ll 3 ; CHECK: basic block pointers are invalid
  /external/openssh/openbsd-compat/
strtonum.c 29 #define INVALID 1
45 { "invalid", EINVAL },
53 error = INVALID;
57 error = INVALID;
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.stderr.exp-glibc28-amd64 2 Invalid read of size 1
  /external/valgrind/main/memcheck/tests/
badrw.c 18 // Invalid reads and writes of sizes 4, 2, 1
clo_redzone_128.stderr.exp 2 Invalid write of size 1
test-plo-yes.stderr.exp-le32 4 Invalid read of size 4
test-plo-yes.stderr.exp-le64 4 Invalid read of size 8
  /frameworks/compile/slang/tests/F_bad_version_pragma/
stderr.txt.expect 4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
  /libcore/luni/src/main/java/java/lang/annotation/
AnnotationTypeMismatchException.java 42 * the invalid type that was found. This is actually the textual
53 * Returns the method object for the invalid type.
62 * Returns the invalid type.
64 * @return a string describing the invalid data.
  /external/chromium/chrome/browser/ui/cocoa/applescript/
error_applescript.h 21 // Error when URL entered is invalid.
25 // Error when invalid tab save type is entered.
27 // Error when invalid browser mode is entered.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
error_applescript.h 21 // Error when URL entered is invalid.
25 // Error when invalid tab save type is entered.
27 // Error when invalid browser mode is entered.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_details_container_unittest.mm 57 ValidityMessages invalid;
58 invalid.Set(ADDRESS_HOME_ZIP,
65 .WillOnce(Return(invalid));
  /external/clang/test/Index/
print-type.m 10 // CHECK: ObjCInstanceMethodDecl=mymethod:3:8 [type=] [typekind=Invalid] [resulttype=int] [resulttypekind=Int] [isPOD=0]
11 // CHECK: ObjCInstanceMethodDecl=mymethod2:blah:boo::4:13 [type=] [typekind=Invalid] [resulttype=const id] [resulttypekind=ObjCId] [args= [id] [ObjCId] [Class] [ObjCClass] [SEL] [ObjCSel]] [isPOD=0]
13 // CHECK: ObjCInstanceMethodDecl=methodIn:andOut::5:10 (variadic) [Bycopy,] [type=] [typekind=Invalid] [resulttype=id] [resulttypekind=ObjCId] [args= [int] [Int] [short *] [Pointer]] [isPOD=0]
  /external/clang/test/Lexer/
ms-extensions.c 11 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
13 __int64 z = 9Li64; // expected-error {{invalid suffix}}
14 __int64 q = 10lli64; // expected-error {{invalid suffix}}
  /external/clang/test/Preprocessor/
macro_paste_bad.c 4 XYZ // expected-error {{pasting formed 'x+', an invalid preprocessing token}}
6 XXYZ // expected-error {{pasting formed '.test', an invalid preprocessing token}}
23 // Invalid token pasting.
  /external/clang/test/Sema/
aarch64-neon-vector-types.c 27 typedef __attribute__((neon_vector_type(4))) void* ptr_elt; // expected-error{{invalid vector element type}}
28 typedef __attribute__((neon_polyvector_type(4))) float32_t bad_poly_elt; // expected-error{{invalid vector element type}}
30 typedef __attribute__((neon_vector_type(8))) struct aggr aggregate_elt; // expected-error{{invalid vector element type}}
implicit-decl.c 13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
  /external/clang/test/SemaCXX/
qualified-names-diag.cpp 24 a + b; // expected-error{{invalid operands to binary expression ('foo::wibble::x' and '::bar::y' (aka 'int'))}}
27 c + b; // expected-error{{invalid operands to binary expression ('::foo::wibble::bar::wonka::x::y' and '::bar::y' (aka 'int'))}}
29 (void)sizeof(bar::incomplete); // expected-error{{invalid application of 'sizeof' to an incomplete type 'bar::incomplete'}}
  /external/clang/test/SemaObjC/
try-catch.m 43 @throw 42; // expected-error {{@throw requires an Objective-C object type ('int' invalid)}}
44 @throw agg; // expected-error {{@throw requires an Objective-C object type ('struct s' invalid)}}
45 @throw pagg; // expected-error {{@throw requires an Objective-C object type ('struct s *' invalid)}}

Completed in 788 milliseconds

<<11121314151617181920>>