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

<<11121314151617181920>>

  /external/chromium_org/remoting/protocol/
authentication_method.h 25 INVALID,
37 static AuthenticationMethod Invalid();
43 // invalid value if the string is invalid.
52 bool is_valid() const { return type_ != INVALID; }
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 23 enum Type { INVALID, WINDOW, DESKTOP };
25 // Default constructor indicates invalid ScreencastId.
26 ScreencastId() : type_(INVALID) {}
43 if (type_ == INVALID) {
57 if (type_ == INVALID) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
ConstantPool.java 28 * as element {@code 0} is always invalid.
41 * in-range but invalid
53 * in-range and non-zero but invalid
59 * {@code null} if the index is in-range but invalid. In
67 * the index is in-range but invalid
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
messages.properties 1 UpdateBugStateTask.invalidStatus=Invalid initial status
3 UpdateBugStateTask.invalidResolution=Invalid resolution
6 UpdateBugStateTask.invalidBuildID=Invalid buildID. Entered
7 UpdateBugStateTask.invalidTimestamp=Invalid timestamp (must be yyyymmddHHMM or yyyymmdd0000). Entered
21 UpdateBugStateTask.invalidBugID=Invalid bugID
  /external/llvm/test/MC/AArch64/
neon-diagnostics.s 12 // CHECK-ERROR: error: invalid operand for instruction
15 // CHECK-ERROR: error: invalid operand for instruction
23 // Mismatched and invalid vector types
28 // CHECK-ERROR: error: invalid operand for instruction
31 // CHECK-ERROR: error: invalid operand for instruction
34 // CHECK-ERROR: error: invalid operand for instruction
42 // Mismatched and invalid vector types
46 // CHECK-ERROR: error: invalid operand for instruction
49 // CHECK-ERROR: error: invalid operand for instruction
60 // CHECK-ERROR: error: invalid operand for instructio
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2m_ImplTest.java 117 // set 2: valid m, invalid (null) rp
123 // set 3: valid m, invalid rp - bit 0 not set
129 // set 4: valid m, invalid rp - bit m not set
135 // set 5: valid m, invalid rp - bit k improperly set
141 // set 6: valid m, invalid rp - k1 k2 k3
147 // set 7: valid m, invalid rp - number of bits set
153 // set 8: valid m, invalid rp - number of bits set
159 // set 9: valid m, invalid rp - number of bits set
166 // set 10: valid m, invalid rp
172 // set 11: invalid
    [all...]
  /external/chromium_org/ui/base/range/
range_unittest.cc 197 // Invalid rect tests
200 ui::Range invalid = r1.Intersect(r2); local
201 EXPECT_FALSE(invalid.IsValid());
202 EXPECT_FALSE(invalid.Contains(invalid));
203 EXPECT_FALSE(invalid.Contains(r1));
204 EXPECT_FALSE(invalid.Intersects(invalid));
205 EXPECT_FALSE(invalid.Intersects(r1));
206 EXPECT_FALSE(r1.Contains(invalid));
    [all...]
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 41 llvm_unreachable("Invalid operand");
57 assert(isUInt<4>(Value) && "Invalid u4imm argument");
64 assert(isUInt<6>(Value) && "Invalid u6imm argument");
71 assert(isInt<8>(Value) && "Invalid s8imm argument");
78 assert(isUInt<8>(Value) && "Invalid u8imm argument");
85 assert(isInt<16>(Value) && "Invalid s16imm argument");
92 assert(isUInt<16>(Value) && "Invalid u16imm argument");
99 assert(isInt<32>(Value) && "Invalid s32imm argument");
106 assert(isUInt<32>(Value) && "Invalid u32imm argument");
113 assert(Value < 16 && "Invalid access register number")
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 91 // Invalid argument, fall back to default value
100 // Invalid argument, fall back to default value
109 // Invalid argument, fall back to default value
118 // Invalid argument, fall back to default value
127 // Invalid argument, fall back to default value
136 // Invalid argument, fall back to default value
145 // Invalid argument, fall back to default value
154 // Invalid argument, fall back to default value
163 // Invalid argument, fall back to default value
172 // Invalid argument, fall back to default valu
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 56 public const int Invalid = 0;
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid );
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T()
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
  /external/chromium_org/ppapi/cpp/
url_response_info.h 42 /// invalid.
63 /// is invalid.
73 /// is invalid.
83 /// is invalid.
92 /// <code>is_undefined Var</code> if an input parameter is invalid.
102 /// is invalid.
112 /// is invalid.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftvalid.h 56 /* doesn't contain invalid data. For example, a charmap table that */
57 /* returns invalid glyph indices will not pass, even though it can */
102 /* if you run it on an invalid font. */
128 /* called when an invalid offset is detected */
132 /* called when an invalid format/value is detected */
136 /* called when an invalid glyph index is detected */
140 /* called when an invalid field value is detected */
  /external/clang/include/clang/AST/
APValue.h 202 assert(isInt() && "Invalid accessor");
210 assert(isFloat() && "Invalid accessor");
218 assert(isComplexInt() && "Invalid accessor");
226 assert(isComplexInt() && "Invalid accessor");
234 assert(isComplexFloat() && "Invalid accessor");
242 assert(isComplexFloat() && "Invalid accessor");
260 assert(isVector() && "Invalid accessor");
268 assert(isVector() && "Invalid accessor");
273 assert(isArray() && "Invalid accessor");
284 assert(isArray() && "Invalid accessor")
    [all...]
  /external/freetype/include/freetype/internal/
ftvalid.h 56 /* doesn't contain invalid data. For example, a charmap table that */
57 /* returns invalid glyph indices will not pass, even though it can */
113 /* if you run it on an invalid font. */
139 /* called when an invalid offset is detected */
143 /* called when an invalid format/value is detected */
147 /* called when an invalid glyph index is detected */
151 /* called when an invalid field value is detected */
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 51 bool Invalid;
56 Invalid(false) {
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
106 // property. A SDDbgValue is invalid if the SDNode that produces the value is
108 void setIsInvalidated() { Invalid = true; }
109 bool isInvalidated() { return Invalid; }
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.stderr.exp 2 Invalid read of size 1
8 Invalid read of size 1
14 Invalid read of size 1
18 Invalid read of size 1
24 Invalid read of size 1
30 Invalid read of size 1
36 Invalid read of size 1
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 44 "Invalid argument accessor!");
50 "Invalid argument accessor!");
56 "Invalid argument accessor!");
62 "Invalid argument accessor!");
68 "Invalid argument accessor!");
74 "Invalid argument accessor!");
80 "Invalid argument accessor!");
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_err.c 152 {ERR_REASON(RSA_R_FIRST_OCTET_INVALID) ,"first octet invalid"},
154 {ERR_REASON(RSA_R_INVALID_DIGEST_LENGTH) ,"invalid digest length"},
155 {ERR_REASON(RSA_R_INVALID_HEADER) ,"invalid header"},
156 {ERR_REASON(RSA_R_INVALID_KEYBITS) ,"invalid keybits"},
157 {ERR_REASON(RSA_R_INVALID_MESSAGE_LENGTH),"invalid message length"},
158 {ERR_REASON(RSA_R_INVALID_MGF1_MD) ,"invalid mgf1 md"},
159 {ERR_REASON(RSA_R_INVALID_PADDING) ,"invalid padding"},
160 {ERR_REASON(RSA_R_INVALID_PADDING_MODE) ,"invalid padding mode"},
161 {ERR_REASON(RSA_R_INVALID_PSS_PARAMETERS),"invalid pss parameters"},
162 {ERR_REASON(RSA_R_INVALID_PSS_SALTLEN) ,"invalid pss saltlen"}
    [all...]
  /external/openssl/crypto/rsa/
rsa_err.c 152 {ERR_REASON(RSA_R_FIRST_OCTET_INVALID) ,"first octet invalid"},
154 {ERR_REASON(RSA_R_INVALID_DIGEST_LENGTH) ,"invalid digest length"},
155 {ERR_REASON(RSA_R_INVALID_HEADER) ,"invalid header"},
156 {ERR_REASON(RSA_R_INVALID_KEYBITS) ,"invalid keybits"},
157 {ERR_REASON(RSA_R_INVALID_MESSAGE_LENGTH),"invalid message length"},
158 {ERR_REASON(RSA_R_INVALID_MGF1_MD) ,"invalid mgf1 md"},
159 {ERR_REASON(RSA_R_INVALID_PADDING) ,"invalid padding"},
160 {ERR_REASON(RSA_R_INVALID_PADDING_MODE) ,"invalid padding mode"},
161 {ERR_REASON(RSA_R_INVALID_PSS_PARAMETERS),"invalid pss parameters"},
162 {ERR_REASON(RSA_R_INVALID_PSS_SALTLEN) ,"invalid pss saltlen"}
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util.cc 185 *error_msg = "invalid file header signature";
189 *error_msg = "invalid version";
193 *error_msg = "invalid bit flag";
197 *error_msg = "invalid compression method";
201 *error_msg = "invalid file last modified time";
205 *error_msg = "invalid file last modified date";
209 *error_msg = "invalid crc";
214 *error_msg = "invalid compressed size";
218 *error_msg = "invalid compressed size";
223 *error_msg = "invalid name length"
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 135 "hProcessor is Invalid \r\n")));
141 "Invalid pointer in the Input\r\n")));
302 /* Invalid pointer */
305 "DSPNode_AllocBuf: Invalid pointer in the Input\r\n")));
308 /* Invalid handle */
311 "hNode is Invalid \r\n")));
347 /* Invalid pointer */
351 "hNode is Invalid \r\n")));
396 /* Invalid pointer */
399 "hNode or hOtherNode is Invalid Handle\r\n")))
    [all...]
  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table.cc 86 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
94 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
102 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
110 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
117 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
130 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
140 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
154 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
165 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]: "
174 LOG(ERROR) << "Invalid variant structure[IBusLookupTable]:
    [all...]
  /external/chromium_org/url/
url_canon_query.cc 13 // invalid like "%2y" or freaky like %00).
18 // characters are passed unmodified. Invalid UTF-16 sequences are preserved as
20 // server's job to make sense of this invalid query.
22 // Invalid multibyte sequences (for example, invalid UTF-8 on a UTF-8 page)
23 // are converted to the invalid character and sent as unescaped UTF-8 (0xef,
35 // replace all invalid sequences (including invalid UTF-16 sequences, which IE
36 // doesn't) with the "invalid character," and we will escape it.
75 // This function will replace any misencoded values with the invalid
    [all...]
  /external/clang/include/clang/Sema/
Designator.h 75 assert(isFieldDesignator() && "Invalid accessor");
80 assert(isFieldDesignator() && "Invalid accessor");
85 assert(isFieldDesignator() && "Invalid accessor");
90 assert(isArrayDesignator() && "Invalid accessor");
95 assert(isArrayRangeDesignator() && "Invalid accessor");
99 assert(isArrayRangeDesignator() && "Invalid accessor");
105 "Invalid accessor");
114 "Invalid accessor");
122 assert(isArrayRangeDesignator() && "Invalid accessor");
162 "Invalid accessor")
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-tibetan.c 103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
120 if (invalid) {
162 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid)
174 *invalid = TRUE;
202 *invalid = FALSE;
225 HB_Bool invalid; local
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
229 invalid ? "TRUE" : "FALSE"); */
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
    [all...]

Completed in 1222 milliseconds

<<11121314151617181920>>