Searched refs:REGEX (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceJavaScriptTokenizer.re2js60 REGEX: 5
155 <NODIV> RegexStart => REGEX { this.tokenType = "javascript-regexp"; return cursor; }
156 <REGEX> RegexContent => REGEX { this.tokenType = "javascript-regexp"; return cursor; }
157 <REGEX> RegexEnd => NODIV { this.tokenType = "javascript-regexp"; return cursor; }
H A DSourceJavaScriptTokenizer.js61 REGEX: 5
1680 this.setLexCondition(this._lexConditions.REGEX);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py44 REGEX = '/regex/' variable in class:JavaScriptTokenType
H A Djavascripttokenizer.py111 # incorrectly parsing something like x / y / z as x REGEX(/ y /) z
115 REGEX = re.compile(r"""
237 Matcher(REGEX, Type.REGEX),
/external/libmtp/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX
/external/libogg/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX
/external/libpng/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX
/external/libusb/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX
/external/libusb-compat/
H A Dltmain.sh1573 -export-symbols-regex REGEX
1574 try to export only the symbols matching REGEX
1583 -precious-files-regex REGEX
1584 don't remove output files matching REGEX
/external/libvorbis/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX
/external/openfst/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX
/external/protobuf/gtest/build-aux/
H A Dltmain.sh1565 -export-symbols-regex REGEX
1566 try to export only the symbols matching REGEX
1575 -precious-files-regex REGEX
1576 don't remove output files matching REGEX
/external/protobuf/
H A Dltmain.sh1565 -export-symbols-regex REGEX
1566 try to export only the symbols matching REGEX
1575 -precious-files-regex REGEX
1576 don't remove output files matching REGEX
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX

Completed in 2260 milliseconds