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 adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, SpeechRecognitionResultList::create(results)));
60 return adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, nullptr));
H A DSpeechRecognition.h97 DEFINE_ATTRIBUTE_EVENT_LISTENER(nomatch);
/external/chromium_org/build/
H A Dinstall-build-deps.sh305 nomatch="$(echo "${failed_check}" | \
309 if [ "$nomatch" ]; then
314 for p in ${nomatch}; do
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc958 Label nomatch; local
959 m.CheckNotBackReference(0, &nomatch);
961 m.Bind(&nomatch);
1007 Label nomatch; local
1008 m.CheckNotBackReference(0, &nomatch);
1010 m.Bind(&nomatch);
/external/pcre/dist/
H A Dpcre_jit_compile.c7852 jump_list *nomatch = NULL; local
7960 compile_char1_matchingpath(common, type, cc, &nomatch);
7976 set_jumps(nomatch, LABEL());
8032 compile_char1_matchingpath(common, type, cc, &nomatch);
8041 set_jumps(nomatch, LABEL());
8047 compile_char1_matchingpath(common, type, cc, &nomatch);
8049 set_jumps(nomatch, LABEL());
8068 compile_char1_matchingpath(common, type, cc, &nomatch);
8077 set_jumps(nomatch, LABEL());

Completed in 1303 milliseconds