OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:speechrecognitionerror
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionError.cpp
28
#include "modules/speech/
SpeechRecognitionError
.h"
32
static String ErrorCodeToString(
SpeechRecognitionError
::ErrorCode code)
35
case
SpeechRecognitionError
::ErrorCodeOther:
37
case
SpeechRecognitionError
::ErrorCodeNoSpeech:
39
case
SpeechRecognitionError
::ErrorCodeAborted:
41
case
SpeechRecognitionError
::ErrorCodeAudioCapture:
43
case
SpeechRecognitionError
::ErrorCodeNetwork:
45
case
SpeechRecognitionError
::ErrorCodeNotAllowed:
47
case
SpeechRecognitionError
::ErrorCodeServiceNotAllowed:
49
case
SpeechRecognitionError
::ErrorCodeBadGrammar
[
all
...]
SpeechRecognitionError.h
42
class
SpeechRecognitionError
: public Event {
58
static PassRefPtr<
SpeechRecognitionError
> create(ErrorCode, const String&);
59
static PassRefPtr<
SpeechRecognitionError
> create();
60
static PassRefPtr<
SpeechRecognitionError
> create(const AtomicString&, const SpeechRecognitionErrorInit&);
68
SpeechRecognitionError
(const String&, const String&);
69
SpeechRecognitionError
(const AtomicString&, const SpeechRecognitionErrorInit&);
SpeechRecognitionError.idl
29
] interface
SpeechRecognitionError
: Event {
SpeechRecognition.h
43
class
SpeechRecognitionError
;
79
void didReceiveError(PassRefPtr<
SpeechRecognitionError
>);
/external/chromium_org/content/public/common/
speech_recognition_error.h
22
struct CONTENT_EXPORT
SpeechRecognitionError
{
26
SpeechRecognitionError
()
30
explicit
SpeechRecognitionError
(SpeechRecognitionErrorCode code_value)
34
SpeechRecognitionError
(SpeechRecognitionErrorCode code_value,
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError.template
7
public class
SpeechRecognitionError
{
SpeechRecognition.java
92
int code =
SpeechRecognitionError
.NONE;
97
code =
SpeechRecognitionError
.AUDIO;
100
code =
SpeechRecognitionError
.ABORTED;
104
code =
SpeechRecognitionError
.NOT_ALLOWED;
109
code =
SpeechRecognitionError
.NETWORK;
112
code =
SpeechRecognitionError
.NO_MATCH;
115
code =
SpeechRecognitionError
.NO_SPEECH;
145
terminate(
SpeechRecognitionError
.NONE);
240
if (error !=
SpeechRecognitionError
.NONE)
273
terminate(
SpeechRecognitionError
.ABORTED)
[
all
...]
/external/chromium_org/content/
speech_recognition_error_java.target.darwin-arm.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/common/speech_recognition_error_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template $(LOCAL_PATH)/build/android/gyp/util/build_utils.py $(LOCAL_PATH)/build/android/gyp/gcc_preprocess.py $(LOCAL_PATH)/content/public/common/speech_recognition_error_list.h $(GYP_TARGET_DEPENDENCIES)
24
mkdir -p $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser; cd $(gyp_local_path)/content; python ../build/android/gyp/gcc_preprocess.py "--include-path=.." "--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java" "--template=public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template"
27
content_speech_recognition_error_java_gyp_rule_trigger: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.jav
[
all
...]
speech_recognition_error_java.target.darwin-mips.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/common/speech_recognition_error_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template $(LOCAL_PATH)/build/android/gyp/util/build_utils.py $(LOCAL_PATH)/build/android/gyp/gcc_preprocess.py $(LOCAL_PATH)/content/public/common/speech_recognition_error_list.h $(GYP_TARGET_DEPENDENCIES)
24
mkdir -p $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser; cd $(gyp_local_path)/content; python ../build/android/gyp/gcc_preprocess.py "--include-path=.." "--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java" "--template=public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template"
27
content_speech_recognition_error_java_gyp_rule_trigger: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.jav
[
all
...]
speech_recognition_error_java.target.darwin-x86.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/common/speech_recognition_error_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template $(LOCAL_PATH)/build/android/gyp/util/build_utils.py $(LOCAL_PATH)/build/android/gyp/gcc_preprocess.py $(LOCAL_PATH)/content/public/common/speech_recognition_error_list.h $(GYP_TARGET_DEPENDENCIES)
24
mkdir -p $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser; cd $(gyp_local_path)/content; python ../build/android/gyp/gcc_preprocess.py "--include-path=.." "--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java" "--template=public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template"
27
content_speech_recognition_error_java_gyp_rule_trigger: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.jav
[
all
...]
speech_recognition_error_java.target.linux-arm.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/common/speech_recognition_error_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template $(LOCAL_PATH)/build/android/gyp/util/build_utils.py $(LOCAL_PATH)/build/android/gyp/gcc_preprocess.py $(LOCAL_PATH)/content/public/common/speech_recognition_error_list.h $(GYP_TARGET_DEPENDENCIES)
24
mkdir -p $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser; cd $(gyp_local_path)/content; python ../build/android/gyp/gcc_preprocess.py "--include-path=.." "--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java" "--template=public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template"
27
content_speech_recognition_error_java_gyp_rule_trigger: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.jav
[
all
...]
speech_recognition_error_java.target.linux-mips.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/common/speech_recognition_error_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template $(LOCAL_PATH)/build/android/gyp/util/build_utils.py $(LOCAL_PATH)/build/android/gyp/gcc_preprocess.py $(LOCAL_PATH)/content/public/common/speech_recognition_error_list.h $(GYP_TARGET_DEPENDENCIES)
24
mkdir -p $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser; cd $(gyp_local_path)/content; python ../build/android/gyp/gcc_preprocess.py "--include-path=.." "--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java" "--template=public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template"
27
content_speech_recognition_error_java_gyp_rule_trigger: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.jav
[
all
...]
speech_recognition_error_java.target.linux-x86.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/common/speech_recognition_error_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template $(LOCAL_PATH)/build/android/gyp/util/build_utils.py $(LOCAL_PATH)/build/android/gyp/gcc_preprocess.py $(LOCAL_PATH)/content/public/common/speech_recognition_error_list.h $(GYP_TARGET_DEPENDENCIES)
24
mkdir -p $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser; cd $(gyp_local_path)/content; python ../build/android/gyp/gcc_preprocess.py "--include-path=.." "--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.java" "--template=public/android/java/src/org/chromium/content/browser/
SpeechRecognitionError
.template"
27
content_speech_recognition_error_java_gyp_rule_trigger: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/
SpeechRecognitionError
.jav
[
all
...]
/external/chromium_org/content/renderer/
speech_recognition_dispatcher.h
19
struct
SpeechRecognitionError
;
49
void OnErrorOccurred(int request_id, const
SpeechRecognitionError
& error);
/external/chromium_org/content/browser/speech/
speech_recognizer_impl.h
86
SpeechRecognitionError
engine_error;
111
FSMState Abort(const
SpeechRecognitionError
& error);
139
const
SpeechRecognitionError
& error) OVERRIDE;
speech_recognition_engine.h
18
struct
SpeechRecognitionError
;
41
const
SpeechRecognitionError
& error) = 0;
input_tag_speech_dispatcher_host.h
51
const
SpeechRecognitionError
& error) OVERRIDE;
/external/chromium_org/content/public/browser/
speech_recognition_event_listener.h
14
struct
SpeechRecognitionError
;
51
const
SpeechRecognitionError
& error) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.cpp
39
#include "modules/speech/
SpeechRecognitionError
.h"
127
SpeechRecognitionError
::ErrorCode errorCode = static_cast<
SpeechRecognitionError
::ErrorCode>(code);
128
recognition->didReceiveError(
SpeechRecognitionError
::create(errorCode, message));
AssertMatchingEnums.cpp
86
#include "modules/speech/
SpeechRecognitionError
.h"
[
all
...]
/external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate.h
37
int session_id, const content::
SpeechRecognitionError
& error) OVERRIDE;
chrome_speech_recognition_manager_delegate_bubble_ui.h
38
int session_id, const content::
SpeechRecognitionError
& error) OVERRIDE;
/external/chromium_org/ui/keyboard/resources/
voice_input.js
54
* @param{Event} e The
SpeechRecognitionError
event that is raised each time
/external/chromium_org/chrome/browser/resources/app_list/
speech_recognition_manager.js
61
* @param {
SpeechRecognitionError
} error The error data.
/external/chromium_org/content/browser/speech/proto/
google_streaming_api.proto
19
// Note: in JavaScript API
SpeechRecognitionError
0 is "OTHER" error.
Completed in 855 milliseconds
1
2
3