/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/regex-re2/doc/ |
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/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
|
typeof.js | 28 // The type of a regular expression should be 'object', including in
|
/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-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.
|
/external/llvm/test/MC/MachO/ARM/ |
darwin-Thumb-reloc.s | 6 .section __TEXT,__text,regular,pure_instructions
|
/external/webkit/Tools/Scripts/ |
sunspider-compare-results | 53 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 70 REGULAR: 1, 123 * @type {regular: ?ProxyConfig, incognito: ?ProxyConfig} 126 config_: {regular: null, incognito: null}, 356 * Handles the response from 'proxy.settings.get' for regular settings. 366 this.config_.regular = c.value; 505 this.config_.regular = this.generateProxyConfig_(); 508 {value: this.config_.regular, incognito: false}, 513 * Called in response to setting a regular window's proxy settings: checks 676 this.recalcFormValues_(this.config_.regular); 680 this.config_.regular = this.generateProxyConfig_() [all...] |
/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);
|