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

1 2 3 4 5

  /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 13 .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
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-1.s 6 .section __TEXT,__text_hot,regular,pure_instructions
7 .section __TEXT,__text_cold,regular,pure_instructions
8 .section __TEXT,__text_startup,regular,pure_instructions
9 .section __TEXT,__text_exit,regular,pure_instructions
56 .section __OBJC, __sel_fixup, regular, no_dead_strip
57 .section __OBJC, __image_info, regular, no_dead_strip
59 .section __OBJC, __class_ext, regular, no_dead_strip
60 .section __OBJC, __property, regular, no_dead_strip
61 .section __OBJC, __protocol_ext, regular, no_dead_strip
63 .section __DATA, __objc_classrefs, regular, no_dead_stri
    [all...]
sections-1.d 7 flags: 80000000 \(type: regular attr: pure_instructions\)
12 flags: 00000000 \(type: regular attr: -\)
22 flags: 80000000 \(type: regular attr: pure_instructions\)
27 flags: 80000000 \(type: regular attr: pure_instructions\)
32 flags: 80000000 \(type: regular attr: pure_instructions\)
37 flags: 80000000 \(type: regular attr: pure_instructions\)
62 flags: 00000000 \(type: regular attr: -\)
72 flags: 00000000 \(type: regular attr: -\)
77 flags: 00000000 \(type: regular attr: -\)
87 flags: 00000000 \(type: regular attr: -\
    [all...]
  /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/google-benchmark/src/
re.h 25 #error No regular expression backend was found!
31 // A wrapper around the POSIX regular expression API that provides automatic
38 // Compile a regular expression matcher from spec. Returns true on success.
44 // Returns whether str matches the compiled regular expression.
48 // Underlying regular expression object
54 # error No regular expression backend implementation available
  /external/v8/test/mjsunit/harmony/
regexp-property-disabled.js 17 test("/\\pL/u", "Invalid regular expression: /\\pL/: Invalid escape");
18 test("/[\\p{L}]/u", "Invalid regular expression: /[\\p{L}]/: Invalid escape");
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 15 .section __TEXT,b,regular,pure_instructions
22 .section __TEXT,c,regular,pure_instructions
37 .section __TEXT,d,regular,pure_instructions
59 .section __TEXT,e,regular,pure_instructions
68 .section __TEXT,f,regular,pure_instructions
75 .section __TEXT,e,regular,pure_instructions
89 .section __TEXT,g,regular,pure_instructions
96 .section __TEXT,h,regular,pure_instructions
103 .section __TEXT,i,regular,pure_instructions
114 .section __TEXT,j,regular,pure_instruction
    [all...]
ltorg-darwin.s 12 .section __TEXT,a,regular,pure_instructions
34 .section __TEXT,b,regular,pure_instructions
72 .section __TEXT,c,regular,pure_instructions
82 .section __TEXT,d,regular,pure_instructions
107 .section __TEXT,e,regular,pure_instructions
129 .section __TEXT,f,regular,pure_instructions
136 @ CHECK-NOT: .section __TEXT,a,regular,pure_instructions
137 @ CHECK-NOT: .section __TEXT,b,regular,pure_instructions
138 @ CHECK-NOT: .section __TEXT,c,regular,pure_instructions
139 @ CHECK-NOT: .section __TEXT,d,regular,pure_instruction
    [all...]
  /external/llvm/test/MC/MachO/PowerPC/
coal-sections-powerpc.s 21 .section __TEXT,__text,regular,pure_instructions
25 .section __TEXT,__text,regular,pure_instructions
  /external/llvm/test/MC/AArch64/
arm64-variable-exprs.s 38 .section __DWARF,__debug_frame,regular,debug
  /external/llvm/test/MC/MachO/AArch64/
classrefs.s 18 .section __DATA,__objc_classrefs,regular,no_dead_strip
  /system/update_engine/sample_images/
generate_images.sh 46 # regular: Regular files.
47 echo "small file" | sudo dd of="${mntdir}"/regular-small status=none
49 sudo dd of="${mntdir}"/regular-16k status=none
50 sudo dd if=/dev/zero of="${mntdir}"/regular-32k-zeros bs=1024 count=16 \
53 echo "with net_cap" | sudo dd of="${mntdir}"/regular-with_net_cap status=none
54 sudo setcap cap_net_raw=ep "${mntdir}"/regular-with_net_cap
83 sudo ln "${mntdir}"/regular-16k "${mntdir}"/link-hard-regular-16k
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x86_64_StubBuf.s 8 .section __TEXT,__text,regular,pure_instructions
MachO_i386_eh_frame.s 7 .section __TEXT,__text,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>
  /packages/providers/CallLogProvider/
Android.mk 12 # would dilute the coverage results. These options do not affect regular
  /external/libunwind/src/arm/
getcontext.S 33 @ registers. It must be called in a special way, not as a regular
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 9 .section __TEXT, __branch, regular, pure_instructions

Completed in 1128 milliseconds

1 2 3 4 5