Searched refs:nomatch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionEvent.cpp57 return adoptRef(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, SpeechRecognitionResultList::create(results)));
60 return adoptRef(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, 0));
H A DSpeechRecognition.h97 DEFINE_ATTRIBUTE_EVENT_LISTENER(nomatch);
/external/chromium_org/build/
H A Dinstall-build-deps.sh270 nomatch="$(echo "${failed_check}" | \
274 if [ "$nomatch" ]; then
279 for p in ${nomatch}; do
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc969 Label nomatch; local
970 m.CheckNotBackReference(0, &nomatch);
972 m.Bind(&nomatch);
1018 Label nomatch; local
1019 m.CheckNotBackReference(0, &nomatch);
1021 m.Bind(&nomatch);
/external/v8/test/cctest/
H A Dtest-regexp.cc926 Label nomatch; local
927 m.CheckNotBackReference(0, &nomatch);
929 m.Bind(&nomatch);
973 Label nomatch; local
974 m.CheckNotBackReference(0, &nomatch);
976 m.Bind(&nomatch);

Completed in 241 milliseconds