HomeSort by relevance Sort by last modified time
    Searched refs:regular (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/llvm/test/MC/MachO/
pcrel-to-other-section.s 4 .section __TEXT,__StaticInit,regular,pure_instructions
diff-with-two-sections.s 3 .section __TEXT,__text,regular,pure_instructions
debug_frame.s 12 .section __TEXT,__text,regular,pure_instructions
x86_64-sections.s 4 .section __TEXT,__text,regular,pure_instructions
x86_32-sections.s 4 .section __TEXT,__text,regular,pure_instructions
tls.s 3 .section __TEXT,__text,regular,pure_instructions
x86_32-symbols.s 6 .section __TEXT,__text,regular,pure_instructions
x86_64-symbols.s 6 .section __TEXT,__text,regular,pure_instructions
darwin-x86_64-reloc.s 48 .section __DWARF,__debug_frame,regular,debug
  /external/llvm/test/MC/AsmParser/
directive_darwin_section.s 3 # CHECK: .section __DWARF,__debug_frame,regular,debug
4 .section __DWARF,__debug_frame,regular,debug
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_failures_unittest.py 29 """"Tests code paths not covered by the regular unit tests."""
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 9 .section __TEXT, __branch, regular, pure_instructions
long-call-branch-island-relocation.s 28 .section __TEXT,initcode,regular,pure_instructions
  /external/regex-re2/doc/
mksyntaxgo 25 Package syntax parses regular expressions into parse trees and compiles
26 parse trees into programs. Most clients of regular expressions will use the
31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
mksyntaxhtml 25 <title>RE2 regular expression syntax reference</title>
28 <h1>RE2 regular expression syntax reference</h1>
31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
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>
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 254 Match lines matching the regular expression
258 Match lines matching the regular expression
281 is a regular expression.
299 [REGULAR EXPRESSIONS]
306 sequence in a regular expression matches the newline character,
  /packages/providers/ContactsProvider/
Android.mk 18 # would dilute the coverage results. These options do not affect regular
25 # would dilute the coverage results. These options do not affect regular
  /external/llvm/test/MC/Mips/
mips-expansions.s 4 # CHECK: .section __TEXT,__text,regular,pure_instructions
  /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/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
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/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/arm/arm-linux-androideabi-4.6/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/arm/arm-eabi-4.6/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.

Completed in 1259 milliseconds

1 2 3 4