HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 951 - 975 of 14636) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ClipboardCustom.cpp 75 throwError(v8SyntaxError, "clearData: Invalid number of arguments", args.GetIsolate());
91 throwError(v8SyntaxError, "setDragImage: Invalid number of arguments", args.GetIsolate());
103 throwTypeError("setDragImageFromElement: Invalid first argument", args.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleColor.h 88 static const StyleColor invalid() function in class:WebCore::StyleColor
98 StyleColor(bool invalid, bool currentColor)
100 , m_valid(invalid)
  /external/chromium_org/third_party/freetype/src/base/
ftstream.c 68 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
78 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
131 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
153 " invalid read; expected %lu bytes, got %lu\n",
276 " invalid read; expected %lu bytes, got %lu\n",
293 " invalid i/o; pos = 0x%lx, count = %lu, size = 0x%lx\n",
479 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
526 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
573 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
620 " invalid i/o; pos = 0x%lx, size = 0x%lx\n"
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java 36 * Thrown when a protocol message being parsed is invalid in some way,
90 "Protocol message contained an invalid tag (zero).");
100 "Protocol message tag had invalid wire type.");
  /external/chromium_org/tools/valgrind/tsan/
suppressions_win32.txt 26 accessing an invalid lock in unnamedImageEntryPoint
32 accessing an invalid lock in CoFreeAllLibraries
63 accessing an invalid lock under exit/doexit
  /external/chromium_org/v8/src/
allocation.cc 59 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal
63 return invalid;
74 return invalid;
  /external/chromium_org/v8/test/webkit/fast/js/kde/
parse.js 25 // Check parsing of nested scopes; a couple of the break/continue to label cases are invalid.
51 // invalid identifier letters
61 // invalid identifier characters as escape sequences
  /external/chromium_org/webkit/browser/fileapi/
file_stream_writer.h 41 // It is invalid to call Write while there is an in-flight async operation.
52 // invalid to call Cancel() more than once on the same async operation.
66 // It is invalid to call Flush while there is an in-flight async operation.
  /external/clang/test/Preprocessor/
ucn-allowed-chars.c 47 // expected-error@33 {{invalid universal character}}
66 // expected-error@33 {{invalid universal character}}
75 // expected-error@33 {{invalid universal character}}
ucn-pp-identifier.c 19 #if \uarecool // expected-warning{{incomplete universal character name; treating as '\' followed by identifier}} expected-error {{invalid token at start of a preprocessor expression}}
21 #if \uwerecool // expected-warning{{\u used with no following hex digits; treating as '\' followed by identifier}} expected-error {{invalid token at start of a preprocessor expression}}
23 #if \U0001000 // expected-warning{{incomplete universal character name; treating as '\' followed by identifier}} expected-error {{invalid token at start of a preprocessor expression}}
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 35 base[index] = obj; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
36 obj = base[index]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
136 return array[w]; // expected-error {{indexing expression is invalid because subscript type 'WeirdIndex' has multiple type conversion functions}}
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 46 bool Invalid = false;
47 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
49 if (!SL.isFile() || Invalid)
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
StdConstantPool.java 38 * as element {@code 0} is always invalid.
129 * Throws the right exception for an invalid cpi.
136 throw new ExceptionWithContext("invalid constant pool index " +
  /external/elfutils/libcpu/
i386_lex.l 76 <MAIN>"INVALID" { i386_lval.str = (void *) -1l;
119 ? gettext ("invalid character '%c' at line %d; ignored")
120 : gettext ("invalid character '\\%o' at line %d; ignored")),
  /external/freetype/src/base/
ftstream.c 68 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
78 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
131 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
153 " invalid read; expected %lu bytes, got %lu\n",
276 " invalid read; expected %lu bytes, got %lu\n",
293 " invalid i/o; pos = 0x%lx, count = %lu, size = 0x%lx\n",
479 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
526 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
573 " invalid i/o; pos = 0x%lx, size = 0x%lx\n",
620 " invalid i/o; pos = 0x%lx, size = 0x%lx\n"
    [all...]
  /external/ipsec-tools/src/racoon/
var.h 82 strncpy((y), "(invalid)", sizeof(y)); \
84 strncpy((z), "(invalid)", sizeof(z)); \
93 strncpy((y), "(invalid)", sizeof(y)); \
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ObjectAnimationModifier.java 65 if (invalid) {
66 LOGGER.log(Level.WARNING, "Armature modifier is invalid! Cannot be applied to: {0}", node.getName());
67 }// if invalid, animData will be null
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 225 assert(Kind == k_Token && "Invalid access!");
231 && "Invalid access!");
236 assert(Kind == k_Immediate && "Invalid access!");
241 assert(Kind == k_CondCode && "Invalid access!");
838 assert(N == 1 && "Invalid number of operands!");
845 assert(N == 1 && "Invalid number of operands!");
851 assert(N == 1 && "Invalid number of operands!");
860 assert(N == 1 && "Invalid number of operands!");
865 assert(N == 1 && "Invalid number of operands!");
872 assert(N == 1 && "Invalid number of operands!")
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-02-23-RematImplicitSubreg.ll 26 %call = tail call i32 (...)* @invalid(i32 0, i32 0, i32 %conv18) nounwind ; <i32> [#uses=0]
37 %call39 = tail call i32 (...)* @invalid(i32 0, i32 0, i32 %conv38) nounwind ; <i32> [#uses=0]
49 declare i32 @invalid(...)
  /external/openfst/src/include/fst/
icu.h 56 LOG(ERROR) << "UTF8StringToLabels: missing/invalid continuation byte";
64 LOG(ERROR) << "UTF8StringToLabels: Invalid character found: " << c;
79 LOG(ERROR) << "LabelsToUTF8String: Invalid character found: " << code;
  /external/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java 36 * Thrown when a protocol message being parsed is invalid in some way,
69 "Protocol message contained an invalid tag (zero).");
79 "Protocol message tag had invalid wire type.");
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 36 * Thrown when a protocol message being parsed is invalid in some way,
69 "Protocol message contained an invalid tag (zero).");
79 "Protocol message tag had invalid wire type.");
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InvalidProtocolBufferNanoException.java 36 * Thrown when a protocol message being parsed is invalid in some way,
69 "Protocol message contained an invalid tag (zero).");
79 "Protocol message tag had invalid wire type.");
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 75 mSwapOnAction = GameObject.ActionType.INVALID;
76 mLastAction = GameObject.ActionType.INVALID;
83 if (mSwapOnAction != GameObject.ActionType.INVALID) {
  /external/smack/src/org/xbill/DNS/
Rcode.java 60 /** The signature is invalid (TSIG/TKEY extended error) */
63 /** The key is invalid (TSIG/TKEY extended error) */
69 /** The mode is invalid (TKEY extended error) */

Completed in 4858 milliseconds

<<31323334353637383940>>