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

<<21222324252627282930>>

  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 188 1, 2, 3, kOpPrefix, ots::kRMoveTo, // invalid number of args
214 1, 2, kOpPrefix, ots::kHMoveTo, // invalid
240 1, 2, kOpPrefix, ots::kVMoveTo, // invalid
259 1, 2, 3, kOpPrefix, ots::kRLineTo, // invalid
297 kOpPrefix, ots::kHLineTo, // invalid
327 kOpPrefix, ots::kVLineTo, // invalid
354 kOpPrefix, ots::kRRCurveTo, // invalid
382 1, kOpPrefix, ots::kHHCurveTo, // invalid
390 1, 2, 3, kOpPrefix, ots::kHHCurveTo, // invalid
428 1, kOpPrefix, ots::kHVCurveTo, // invalid
    [all...]
  /external/bluetooth/bluedroid/stack/include/
mca_defs.h 34 #define MCA_OP_ERROR_RSP 0x00 /* invalid opcode response */
58 #define MCA_RSP_BAD_PARAM 0x02 /* One or more of the values in the received request is invalid. */
60 - The request length is invalid
61 - Some of the parameters have invalid values and none of the other defined Response Codes are more appropriate.
65 #define MCA_RSP_BAD_MDL 0x05 /* The MDL ID referenced is invalid. */
67 - A reserved or invalid value for MDL ID was used.
72 #define MCA_RSP_BAD_OP 0x07 /* The received request is invalid in the current state. */
  /external/chromium/net/proxy/
proxy_server.h 38 // Constructs an invalid ProxyServer.
71 // If parsing fails the instance will be set to invalid.
81 // "foopy:X" INVALID -- bad port.
95 // If parsing fails the instance will be set to invalid.
102 // "BLAH xxx:xx" INVALID
116 // where the host value is especially malformed, returns an invalid
151 // host/port string fails, the returned instance will be invalid.
  /external/chromium_org/net/proxy/
proxy_server.h 38 // Constructs an invalid ProxyServer.
71 // If parsing fails the instance will be set to invalid.
81 // "foopy:X" INVALID -- bad port.
95 // If parsing fails the instance will be set to invalid.
102 // "BLAH xxx:xx" INVALID
116 // where the host value is especially malformed, returns an invalid
151 // host/port string fails, the returned instance will be invalid.
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
GamepadController.cpp 72 m_delegate->printMessage("Invalid args");
90 m_delegate->printMessage("Invalid args");
108 m_delegate->printMessage("Invalid args");
126 m_delegate->printMessage("Invalid args");
143 m_delegate->printMessage("Invalid args");
161 m_delegate->printMessage("Invalid args");
178 m_delegate->printMessage("Invalid args");
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 31 * status & (1<<i) != 0, the component i is invalid (e.g., NaN, Inf).
33 * that case, the invalid bits are never set.
103 /* The bitfield returns 1 for each component that is invalid (i.e.
104 * NaN or Inf). In case of error, everything is invalid.
141 /* Early error means all values are invalid. */
169 * matrix component is invalid. The invalid flag for
  /external/chromium_org/third_party/qcms/src/
matrix.c 66 dest_mat.invalid = true;
68 dest_mat.invalid = false;
104 i.invalid = false;
111 inv.invalid = true;
132 result.invalid = a.invalid || b.invalid;
  /external/clang/test/SemaCXX/
cxx1y-contextual-conversion-tweaks.cpp 91 //expected-error@82 {{statement requires expression of integer type ('extended_examples::A2' invalid)}}
92 //expected-error@83 {{statement requires expression of integer type ('extended_examples::A3' invalid)}}
93 //expected-error@84 {{statement requires expression of integer type ('extended_examples::A4' invalid)}}
96 //expected-error@81 {{statement requires expression of integer type ('extended_examples::A1' invalid)}}
97 //expected-error@85 {{statement requires expression of integer type ('extended_examples::B2' invalid)}}
147 //expected-error@142 {{statement requires expression of integer type ('extended_examples_cxx1y::C' invalid)}}
150 //expected-error@139 {{statement requires expression of integer type ('extended_examples_cxx1y::A2' invalid)}}
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 45 bool Invalid;
46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid);
47 EXPECT_TRUE(!Invalid) << "Invalid line number on comment " << C;
49 unsigned CCol = SM.getSpellingColumnNumber(Start, &Invalid);
50 EXPECT_TRUE(!Invalid) << "Invalid column number on comment " << C;
  /external/mesa3d/src/mesa/main/
querymatrix.c 31 * status & (1<<i) != 0, the component i is invalid (e.g., NaN, Inf).
33 * that case, the invalid bits are never set.
103 /* The bitfield returns 1 for each component that is invalid (i.e.
104 * NaN or Inf). In case of error, everything is invalid.
141 /* Early error means all values are invalid. */
169 * matrix component is invalid. The invalid flag for
  /external/smack/src/org/jivesoftware/smack/packet/
StreamError.java 48 * <tr><td> invalid-from </td><td> the JID or hostname provided in a 'from' address does
50 * <tr><td> invalid-id </td><td> the stream ID or dialback ID is invalid or does not match
52 * <tr><td> invalid-namespace </td><td> the streams namespace name is invalid. </td></tr>
53 * <tr><td> invalid-xml </td><td> the entity has sent invalid XML over the stream. </td></tr>
  /external/valgrind/main/memcheck/tests/s390x/
cu21.stderr.exp 0 Invalid write of size 2
8 Invalid write of size 2
15 Invalid write of size 1
22 Invalid write of size 1
29 Invalid write of size 4
36 Invalid write of size 4
43 Invalid write of size 4
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 54 M4OSA_DEBUG_IF1((M4OSA_NULL == pC), M4ERR_PARAMETER, "invalid context pointer");
130 * (debug only), or invalid MediaType
154 M4OSA_DEBUG_IF1(M4OSA_TRUE, M4ERR_PARAMETER, "Invalid media type");
182 * or invalid MediaType
204 M4OSA_DEBUG_IF1(M4OSA_TRUE, M4ERR_PARAMETER, "Invalid video encoder type");
261 M4OSA_DEBUG_IF1(M4OSA_TRUE, M4ERR_PARAMETER, "Invalid audio encoder type");
302 M4OSA_DEBUG_IF1((M4OSA_NULL == pC), M4ERR_PARAMETER, "invalid context pointer");
304 M4ERR_PARAMETER, "M4MCS_registerReader: invalid pointer on global interface");
306 M4ERR_PARAMETER, "M4MCS_registerReader: invalid pointer on data interface");
310 M4OSA_DEBUG_IF1(M4OSA_TRUE, M4ERR_PARAMETER, "Invalid media type")
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4READER_Amr.c 71 "M4READER_AMR_create: invalid context pointer");
94 * @note after this call the context is invalid
108 "M4READER_AMR_destroy: invalid context pointer");
143 "M4READER_AMR_open: invalid context pointer");
145 "M4READER_AMR_open: invalid pointer pFileDescriptor");
172 "M4READER_AMR_close: invalid context pointer");
255 "M4READER_AMR_getNextStream: invalid context");
257 "M4READER_AMR_getNextStream: invalid pointer to MediaFamily");
259 "M4READER_AMR_getNextStream: invalid pointer to StreamHandler");
352 "M4READER_AMR_fillAuStruct: invalid context")
    [all...]
M4VSS3GPP_Codecs.c 45 "invalid context pointer");
129 * (debug only), or invalid MediaType
153 M4OSA_DEBUG_IF1(M4OSA_TRUE, M4ERR_PARAMETER, "Invalid media type");
182 * or invalid MediaType
204 "Invalid video encoder type");
273 "Invalid audio encoder type");
310 "invalid context pointer");
312 "M4VSS3GPP_registerReader: invalid pointer on global interface");
314 "M4VSS3GPP_registerReader: invalid pointer on data interface");
319 M4OSA_DEBUG_IF1(M4OSA_TRUE, M4ERR_PARAMETER, "Invalid media type")
    [all...]
  /frameworks/base/core/java/android/text/
LoginFilter.java 24 private boolean mAppendInvalid; // whether to append or ignore invalid characters
27 * @param appendInvalid whether or not to append invalid characters.
34 * Default constructor for LoginFilter doesn't append invalid characters.
55 // for each invalid character.
87 // for each invalid character.
108 * Called whenever we encounter an invalid character.
109 * @param c the invalid character
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_reading_helper.cpp 23 // To avoid infinite loop caused by invalid or malicious forward links.
165 // Reading invalid position because of a bug or a broken dictionary.
166 AKLOGE("Reading PtNode array info from invalid dictionary position: %d, dict size: %d",
190 // Invalid dictionary.
191 AKLOGI("Invalid dictionary. nodeCount: %d, totalNodeCount: %d, MAX_CHILD_COUNT: %d"
210 // Reading invalid position because of bug or broken dictionary.
211 AKLOGE("Reading forward link from invalid dictionary position: %d, dict size: %d",
  /external/chromium_org/chromeos/dbus/ibus/
ibus_object.cc 40 LOG(ERROR) << "Invalid object structure[" << type_name_ << "]: "
47 LOG(ERROR) << "Invalid object structure[" << type_name_ << "]: "
55 LOG(ERROR) << "Invalid object structure[" << type_name_ << "]: "
71 LOG(ERROR) << "Invalid object structure[" << type_name_ << "] "
79 LOG(ERROR) << "Invalid attachment structure: "
86 LOG(ERROR) << "Invalid attachment structure: "
92 LOG(ERROR) << "Invalid attachment key: key is empty.";
98 LOG(ERROR) << "Invalid attachment structure: "
105 LOG(ERROR) << "Invalid attachment structure: "
  /external/chromium_org/chromeos/network/onc/
onc_validator.h 26 // The ONC Validator searches for the following invalid cases:
42 // If one of these invalid cases occurs and, in case of a controlling flag, that
44 // |result| to INVALID and returns NULL.
47 // all but the invalid fields and values.
49 // If one of the invalid cases occurs and the controlling flag is false, then
60 INVALID
83 // |result| to INVALID. If possible (no error encountered) a DeepCopy is
84 // created that contains all but the invalid fields and values and returns
88 // - invalid field names in kRecommended arrays
  /external/chromium_org/tools/oopif/
iframe_server.py 21 google-chrome --host-resolver-rules='map *.invalid 127.0.0.1'
24 in this chrome instance, navigate to any domain in .invalid
25 (eg., http://1.invalid:8090) to run this test.
70 # uses a random N = [0, nsites] each time to generate a N.invalid URL.
72 # A.invalid will embed B.invalid will embed C.invalid will embed A.
109 Uses the .invalid domain to ensure DNS will not resolve to any real
117 return '%s.invalid' % host
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_subdev.c 143 ALOGE("%s: invalid fd: %d", __func__, fd);
170 ALOGE("%s: invalid fd: %d", __func__, fd);
197 ALOGE("%s: invalid fd: %d", __func__, fd);
224 ALOGE("%s: invalid fd: %d", __func__, fd);
251 ALOGE("%s: invalid fd: %d", __func__, fd);
278 ALOGE("%s: invalid fd: %d", __func__, fd);
305 ALOGE("%s: invalid fd: %d", __func__, fd);
332 ALOGE("%s: invalid fd: %d", __func__, fd);
359 ALOGE("%s: invalid fd: %d", __func__, fd);
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 81 /// circular in Prev indices, and INVALID-terminated in Next indices. This
86 static const unsigned INVALID = ~0U;
94 /// List tails have invalid Nexts.
96 return Next == INVALID;
101 return Prev == INVALID;
106 bool isValid() const { return Prev != INVALID; }
125 "Invalid key in set. Did object mutate?");
139 assert(D.isValid() && "Invalid node for head");
146 assert(N.isValid() && "Invalid node for singleton");
172 Dense[Idx].Prev = SMSNode::INVALID;
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 66 *error = "'windex' missing or invalid";
83 *error = "'windex' missing or invalid";
87 *error = "'tab_index' missing or invalid";
  /external/chromium/net/base/
dns_util_unittest.cc 35 // Label is too long: invalid
42 // 254 characters in the name: invalid
66 // Invalid inputs should return an empty string.
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_condition_unittest.cc 30 " \"invalid\": \"foobar\",\n"
51 EXPECT_THAT(error, HasSubstr("invalid type"));
68 EXPECT_THAT(error, HasSubstr("invalid type"));

Completed in 1731 milliseconds

<<21222324252627282930>>