Searched
full:regular (Results
401 -
425 of
4331) sorted by null
<<11121314151617181920>>
/external/chromium_org/ppapi/c/ |
pp_file_info.h | 29 /** A regular file type */
|
ppb_console.h | 57 * The regular log function will automatically prepend the name of your
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
InspectorCSSOMWrappers.h | 42 // It is here to support inspector. Don't use for any regular engine functions.
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
erroroutput.py | 40 """Get a output line for an error in regular format."""
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcmp.h | 9 // This class is internal to the regular expression implementation. 10 // For the public Regular Expression API, see the file "unicode/regex.h" 33 // class RegexCompile Contains the regular expression compiler. 145 // Data for the state machine that parses the regular expression.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_transfer.h | 6 * to the regular transfer behaviour.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_texture.h | 58 * Malloc'ed data for regular buffers and textures, or a mapping to dt above.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unittest_lite_imports_nonlite.proto | 33 // Tests that a "lite" message can import a regular message.
|
/external/chromium_org/third_party/re2/re2/testing/ |
exhaustive1_test.cc | 5 // Exhaustive testing of regular expression matching.
|
/external/chromium_org/tools/checkdeps/ |
rules.py | 86 matches a given regular expression; hence there is one additional 87 set of rules per unique regular expression. 98 # Keys are regular expression strings, values are arrays of rules 99 # that apply to dependee files whose basename matches the regular
|
/external/chromium_org/tools/gyp/test/escaping/ |
gyptest-colon.py | 23 # Windows uses : as drive separator and doesn't allow it in regular filenames.
|
/external/chromium_org/tools/idl_parser/ |
idl_ppapi_lexer.py | 11 WebIDL, and WebIDL regular expressions can be found at:
|
/external/chromium_org/ui/events/ozone/evdev/ |
event_modifiers.h | 47 // Record key press or release for regular modifier key (shift, alt, etc).
|
/external/chromium_org/v8/ |
WATCHLISTS | 31 # IMPORTANT: The regular expression filepath is tested against each path using
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-122271.js | 30 // Tests that ElementsKind transitions and regular transitions don't
|
/external/chromium_org/v8/test/mjsunit/ |
typeof.js | 28 // The type of a regular expression should be 'object', including in
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-extended-characters-crash-expected.txt | 24 This test checks for a regression against JavaScript regular expressions with certain ranges of Unicode characters cause a crash. If it fails, it may crash.
|
regexp-extended-characters-crash.js | 25 'This test checks for a regression against <a href="rdar://problem/4161606">JavaScript regular expressions with certain ranges of Unicode characters cause a crash</a>. If it fails, it may crash.'
|
regexp-range-out-of-order-expected.txt | 29 PASS /^[s{-.[]()]$/ threw exception SyntaxError: Invalid regular expression: /^[s{-.[]()]$/: Range out of order in character class.
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
alternative-length-miscalculation-expected.txt | 24 This page tests for length miscalculations in regular expression processing.
|
alternative-length-miscalculation.js | 25 "This page tests for length miscalculations in regular expression processing."
|
early-acid3-86-expected.txt | 29 PASS /TA[])]/.exec('TA]') threw exception SyntaxError: Invalid regular expression: /TA[])]/: Unmatched ')'.
|
overflow-expected.txt | 32 FAIL function f() { /[^a$]{4294967295}/ } should throw SyntaxError: Invalid regular expression: number too large in {} quantifier. Was undefined.
|
overflow.js | 36 shouldThrow("function f() { /[^a$]{4294967295}/ }", '"SyntaxError: Invalid regular expression: number too large in {} quantifier"');
|
/external/chromium_org/v8/test/webkit/ |
regexp-extended-characters-more-expected.txt | 24 This test checks a few cases of extended (> 127) characters in repeat regular expressions.
|
Completed in 2719 milliseconds
<<11121314151617181920>>