HomeSort by relevance Sort by last modified time
    Searched refs:ErrorCode (Results 126 - 150 of 244) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h 67 Compiler::ErrorCode compileScript(RSScript& pScript, const char* pScriptName,
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http20Draft09Test.java 252 frame.writeInt(ErrorCode.COMPRESSION_ERROR.httpCode);
258 @Override public void rstStream(int streamId, ErrorCode errorCode) {
260 assertEquals(ErrorCode.COMPRESSION_ERROR, errorCode);
405 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR;
422 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) {
424 assertEquals(expectedError, errorCode);
    [all...]
MockSpdyPeer.java 196 public ErrorCode errorCode;
247 @Override public void rstStream(int streamId, ErrorCode errorCode) {
251 this.errorCode = errorCode;
262 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) {
266 this.errorCode = errorCode;
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 218 Compiler::ErrorCode RSCompilerDriver::compileScript(RSScript& pScript, const char* pScriptName,
289 Compiler::ErrorCode err = mCompiler.config(*mConfig);
307 Compiler::ErrorCode compile_result = mCompiler.compile(pScript,
414 Compiler::ErrorCode status = compileScript(script, pResName,
443 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, bitcode_sha1,
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 36 import com.google.ads.AdRequest.ErrorCode;
149 public void onFailedToReceiveAd(Ad ad, ErrorCode errorCode) {
  /external/chromium_org/media/audio/
audio_input_controller.h 94 enum ErrorCode {
119 ErrorCode error_code) = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 21 enum ErrorCode {
56 virtual ErrorCode LastError() const = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.h 88 virtual void OnErrorIsReported(const ErrorCode error);
93 ErrorCode _error;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 46 // gen.MakeInstruction(BPF_RET+BPF_K, ErrorCode(ErrorCode::ERR_ALLOWED)));
72 Instruction* MakeInstruction(uint16_t code, const ErrorCode& err);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 92 virtual void didFail(FileError::ErrorCode) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 114 m_error = static_cast<FileError::ErrorCode>(error);
InspectorFileSystemAgent.cpp 135 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Entry> entry = nullptr)
137 m_requestCallback->sendSuccess(static_cast<int>(errorCode), entry);
177 reportResult(static_cast<FileError::ErrorCode>(0), result);
206 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<Array<TypeBuilder::FileSystem::Entry> > entries = nullptr)
208 m_requestCallback->sendSuccess(static_cast<int>(errorCode), entries);
263 reportResult(static_cast<FileError::ErrorCode>(0), m_entries);
327 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Metadata> metadata = nullptr
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
audio_decoder.h 104 virtual int ErrorCode();
  /external/chromium_org/content/shell/renderer/test_runner/
MockWebSpeechRecognizer.cpp 73 ErrorTask(MockWebSpeechRecognizer* mock, WebSpeechRecognizerClient::ErrorCode code, const WebString& message)
83 WebSpeechRecognizerClient::ErrorCode m_code;
162 WebSpeechRecognizerClient::ErrorCode code;
  /external/chromium_org/remoting/protocol/
fake_session.h 162 void set_error(ErrorCode error) { error_ = error; }
171 virtual ErrorCode error() OVERRIDE;
209 ErrorCode error_;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 208 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt);
209 if (errorCode == null) {
212 handler.rstStream(streamId, errorCode);
267 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt);
268 if (errorCode == null) {
275 handler.goAway(lastStreamId, errorCode, debugData)
    [all...]
Spdy3.java 224 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt);
225 if (errorCode == null) {
228 handler.rstStream(streamId, errorCode);
259 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt);
260 if (errorCode == null) {
263 handler.goAway(lastGoodStreamId, errorCode, ByteString.EMPTY)
    [all...]
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 261 catch(const COutBufferException &e) { return e.ErrorCode; }
381 catch(const CInBufferException &e) { return e.ErrorCode; }
382 catch(const COutBufferException &e) { return e.ErrorCode; }
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.h 100 virtual void OnCreationError(ManagedUserCreationController::ErrorCode code)
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc 41 const char* ResolveErrorCode(JtlCompiler::CompileError::ErrorCode code) {
  /external/chromium_org/components/url_matcher/
regex_set_matcher.cc 82 RE2::ErrorCode error = filtered_re2_->Add(
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_renderer_host.cc 105 media::AudioInputController::ErrorCode error_code) {
194 media::AudioInputController::ErrorCode error_code) {
402 int stream_id, ErrorCode error_code) {
440 ErrorCode error_code) {
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.h 134 media::AudioInputController::ErrorCode error_code) OVERRIDE;
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h 101 protocol::ErrorCode error) OVERRIDE;
  /external/chromium_org/remoting/ios/bridge/
client_instance.h 86 protocol::ErrorCode error) OVERRIDE;

Completed in 1441 milliseconds

1 2 3 4 56 7 8 910