HomeSort by relevance Sort by last modified time
    Searched refs:regular (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 20 #summary I define UNIX as ?30 definitions of regular expressions living under one roof.? ?Don Knuth
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
  /external/markdown/markdown/
inlinepatterns.py 7 that extend markdown.Pattern. Each pattern object uses a single regular
10 pattern.getCompiledRegExp() # returns a regular expression
18 Also note that all the regular expressions used by inline must
23 Finally, the order in which regular expressions are applied is very
39 * then bracketed links, first regular then reference-style
54 The actual regular expressions for patterns
125 * pattern: A regular expression that matches a pattern
137 """ Return a compiled regular expression. """
  /external/regex-re2/doc/
mksyntaxwiki 20 #summary I define UNIX as ?30 definitions of regular expressions living under one roof.? ?Don Knuth
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
  /external/chromium_org/v8/test/mjsunit/
define-property-gc.js 31 function Regular() {
40 var regular = new Regular();
41 Object.defineProperty(regular, '1', descElementNonWritable);
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
typeof.js 28 // The type of a regular expression should be 'object', including in
switch-opt.js 87 // Test regular behavior.
184 // Test regular behavior.
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc.s 48 .section __DWARF,__debug_frame,regular,debug
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 34 The result is a 3-tuple of compiled regular expressions, except that
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 34 The result is a 3-tuple of compiled regular expressions, except that
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 34 The result is a 3-tuple of compiled regular expressions, except that
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 34 The result is a 3-tuple of compiled regular expressions, except that
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member in struct:nv50_ir_varying
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 6 .section __TEXT,__text,regular,pure_instructions
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member in struct:nv50_ir_varying
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 70 REGULAR: 1,
125 * @type {regular: ?ProxyConfig, incognito: ?ProxyConfig}
128 config_: {regular: null, incognito: null},
358 * Handles the response from 'proxy.settings.get' for regular
369 this.config_.regular = c.value;
512 this.config_.regular = this.generateProxyConfig_();
515 {value: this.config_.regular, scope: 'regular'},
521 * Called in response to setting a regular window's proxy settings: checks
689 this.recalcFormValues_(this.config_.regular);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 36 // Spot-check some regular settings items that should be hidden.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 19 'scope': (incognito ? 'incognito_session_only' : 'regular')
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 7 * regular web pages, to allow tests to run.
  /external/chromium_org/v8/test/webkit/fast/regex/
alternative-length-miscalculation.js 25 "This page tests for length miscalculations in regular expression processing."
overflow.js 36 shouldThrow("function f() { /[^a$]{4294967295}/ }", '"SyntaxError: Invalid regular expression: number too large in {} quantifier"');
  /external/chromium_org/v8/test/webkit/
regexp-many-brackets.js 25 'Test regular expression processing with many capturing brackets (200).'
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 89 ContiguousSet<Integer> regular = Ranges.closed(1, 3).asSet(integers()); local
90 assertTrue(regular instanceof RegularContiguousSet);
91 reserializeAndAssert(regular);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 43 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 10 .section __TEXT,__text,regular,pure_instructions

Completed in 806 milliseconds

12 3 4 5 6