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

<<11121314151617181920>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderSetAudioSourceStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
34 * 2. It is invalid to call setAudioSource() in the following states:
46 // Invalid states.
MediaRecorderSetOutputFormatStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
34 * 2. It is invalid to call setOutputFormat() in the following states:
43 // Invalid states.
MediaRecorderStartStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
34 * 2. It is invalid to call start() in the following states:
43 // Invalid states.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 28 raise ValueError("invalid hex string escape ('\\%s')" % tail)
32 raise ValueError("invalid hex string escape ('\\%s')" % tail)
37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 28 raise ValueError("invalid hex string escape ('\\%s')" % tail)
32 raise ValueError("invalid hex string escape ('\\%s')" % tail)
37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
  /dalvik/libdex/
Leb128.cpp 26 * value was syntactically valid. The only syntactically *invalid*
30 * then the read is considered invalid.
48 * value was syntactically valid. The only syntactically *invalid*
52 * then the read is considered invalid.
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
gUnitTestResult.stg 30 testResult(title, num_of_test, num_of_failure, failure, has_invalid, num_of_invalid, invalid) ::= <<
41 <num_of_invalid> invalid inputs found:
42 <invalid:{<it.header>
43 invalid input: <it.actual>
  /external/bison/m4/
msvc-inval.m4 13 [Define to 1 on MSVC platforms that have the "invalid parameter handler"
  /external/chromium/chrome/browser/extensions/
pending_extension_info.cc 30 install_source_(Extension::INVALID) {}
  /external/chromium/net/url_request/
url_request_error_job.h 5 // Invalid URLs go through this URLRequestJob class rather than being
  /external/chromium_org/android_webview/common/
aw_hit_test_data.h 23 // For special case of invalid or javascript scheme url that would
46 // Note 1: If the link url is invalid or javascript scheme, then the type
55 // source. |href| will contain the (possibly invalid or javascript-scheme)
64 // For all strings/GURLs, empty/invalid will become null upon conversion to
  /external/chromium_org/chrome/test/webdriver/commands/
chrome_commands.cc 52 new Error(kUnknownError, "Invalid extension dictionary"));
58 new Error(kUnknownError, "Missing or invalid 'is_component'"));
66 response->SetError(new Error(kUnknownError, "Missing or invalid 'id'"));
79 response->SetError(new Error(kBadRequest, "'path' missing or invalid"));
107 response->SetError(new Error(kBadRequest, "Invalid extension ID"));
139 new Error(kUnknownError, "Invalid extension dictionary"));
164 new Error(kUnknownError, "Missing or invalid 'is_enabled'"));
170 new Error(kUnknownError, "Missing or invalid 'is_enabled'"));
273 response->SetError(new Error(kBadRequest, "'reason' missing or invalid"));
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 30 // Wallet sends this when ZIP is invalid for the given city.
33 // invalid card number. Wallet should only send us this error for invalid
36 // Wallet sends this when ZIP is invalid for the given state.
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller.cc 83 NOTREACHED() << "Invalid state";
98 NOTREACHED() << "Invalid TapUp on LAST_CANCEL_STOPPED_FLING state";
114 NOTREACHED() << "Invalid TapCancel on LAST_CANCEL_STOPPED_FLING state";
137 NOTREACHED() << "Timer fired on invalid state.";
  /external/chromium_org/net/ssl/
ssl_client_cert_type.h 16 // 224-255 are Reserved for Private Use, we pick one to use as "invalid".
  /external/chromium_org/net/url_request/
url_request_error_job.h 5 // Invalid URLs go through this URLRequestJob class rather than being
  /external/chromium_org/ppapi/generators/test_namespace/
bar.idl 27 * is an invalid resource or is a resource of another type.
  /external/chromium_org/remoting/codec/
audio_decoder.h 25 // Returns the decoded packet. If the packet is invalid, then a NULL
  /external/chromium_org/sync/syncable/
dir_open_result.h 17 FAILED_LOGICAL_CORRUPTION, // Invalid database contents
  /external/chromium_org/third_party/WebKit/ManualTests/
selection-drag-crash.html 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/
textarea-dom.html 7 textarea:invalid {
textarea-edit.html 7 textarea:invalid {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
textarea-parsing.html 7 textarea:invalid {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
main.cpp 131 TRACE("\t! Error generated: invalid enum\n");
135 TRACE("\t! Error generated: invalid value\n");
139 TRACE("\t! Error generated: invalid operation\n");
147 TRACE("\t! Error generated: invalid framebuffer operation\n");
  /external/chromium_org/third_party/skia/src/core/
SkError.cpp 110 error_name = "Invalid Argument";
113 error_name = "Invalid Operation";
116 error_name = "Invalid Handle";
119 error_name = "Invalid Paint";

Completed in 526 milliseconds

<<11121314151617181920>>