/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportPreviewActivity.java | 15 * Provides a scrolling text view previewing a named section of a 40 String section = intent.getStringExtra("section"); local 41 if (section == null || section.length() == 0) { 42 section = "SYSTEM LOG"; 49 String text = BugReportParser.extractSystemLogs(in, section);
|
/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 58 @ a section defined in multiple pieces should be merged and use a single constant pool 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 95 @ load a symbol from another section 96 .section __TEXT,h,regular,pure_instruction [all...] |
eh-directive-section-multiple-func.s | 6 @ Check whether the section is switched back properly. 8 @ The assembler should switch the section back to the corresponding section 10 @ test case, we are checking whether the section is correct when .section 13 @ In this example, func1 and func2 should be defined in .TEST1 section. 19 .section .TEST1 43 @ Check the .text section. This should be empty. 46 @ CHECK: Section { 54 @ Check the .TEST1 section. There should be two "bx lr" instructions [all...] |
arm-elf-relocations.s | 8 .section .text.r_arm_abs8 13 @ CHECK: Section {{.*}} .rel.text.r_arm_abs8 { 18 .section .text.r_arm_abs16 23 @ CHECK: Section {{.*}} .rel.text.r_arm_abs16 { 28 .section .text.r_arm_sbrel32 33 @ CHECK: Section {{.*}} .rel.text.r_arm_sbrel32 {
|
eh-compact-pr1.s | 8 .section .TEST1 25 @ Check .TEST1 section 28 @ CHECK: Section { 37 @ Check .ARM.extab.TEST1 section 39 @ CHECK: Section { 55 @ Check .ARM.exidx.TEST1 section 57 @ CHECK: Section { 65 @ The first word should be relocated to .TEST1 section, and the second word 66 @ should be relocated to .ARM.extab.TEST1 section. Besides, there is
|
eh-directive-section-comdat.s | 4 @ Check the .group section for the function in comdat section. 10 @ text section together. 12 @ This test case will check the content of .group section. The section index 13 @ of the grouped sections should be recorded in .group section. 16 .section .TEST1,"axG",%progbits,func1,comdat 41 @ Check the .group section 44 @ CHECK: Section { 52 @ The second, third, and fourth word should correspond to the section inde [all...] |
eh-compact-pr0.s | 10 .section .TEST1 24 .section .TEST2 38 @ Check .TEST1 section 41 @ CHECK: Section { 50 @ Check .ARM.exidx.TEST1 section 52 @ CHECK: Section { 64 @ The first word should be relocated to .TEST1 section. Besides, there is 68 @ RELOC: Section { 78 @ Check .TEST2 section 80 @ CHECK: Section { [all...] |
/external/lldb/source/Target/ |
SectionLoadList.cpp | 18 #include "lldb/Core/Section.h" 44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP §ion) const 46 // TODO: add support for the same section having multiple load addresses 48 if (section) 51 sect_to_addr_collection::const_iterator pos = m_sect_to_addr.find (section.get()); 60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP §ion, addr_t load_addr, bool warn_multiple) 66 const FileSpec &module_file_spec (section->GetModule()->GetFileSpec()); 67 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")", 69 section.get(), 71 section->GetName().AsCString() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 42 def Get(self, section, option, type=None, default=None, raw=False): 44 Get an option value for given section/option or return default. 47 if not self.has_option(section, option): 50 return self.getboolean(section, option) 52 return self.getint(section, option) 54 return self.get(section, option, raw=raw) 56 def GetOptionList(self,section): 58 Get an option list for given section 60 if self.has_section(section): 61 return self.options(section) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 42 def Get(self, section, option, type=None, default=None, raw=False): 44 Get an option value for given section/option or return default. 47 if not self.has_option(section, option): 50 return self.getboolean(section, option) 52 return self.getint(section, option) 54 return self.get(section, option, raw=raw) 56 def GetOptionList(self,section): 58 Get an option list for given section 60 if self.has_section(section): 61 return self.options(section) [all...] |
/external/google-breakpad/src/common/mac/ |
macho_reader.cc | 197 " is too short to hold the section headers it claims to have\n", 206 void Reader::Reporter::MisplacedSectionData(const string §ion, 208 fprintf(stderr, "%s: the section '%s' in segment '%s'" 210 filename_.c_str(), section.c_str(), segment.c_str()); 370 // The section list occupies the remainder of this load command's space. 460 Section section; local 461 section.bits_64 = segment.bits_64; 465 .CString(§ion.section_name, 16) 466 .CString(§ion.segment_name, 16 [all...] |
/external/llvm/test/MC/Mips/ |
oddspreg.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ 12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ 21 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ 25 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ 29 # RUN: llvm-readobj -sections -section-data -section-relocations - | [all...] |
/external/boringssl/win-x86_64/crypto/modes/ |
aesni-gcm-x86_64.asm | 5 section .text code align=64 label
|
/external/clang/test/OpenMP/ |
sections_ast_print.cpp | 36 #pragma omp section 38 #pragma omp section 44 // CHECK-NEXT: #pragma omp section 46 // CHECK-NEXT: #pragma omp section
|
/external/elfutils/src/tests/ |
run-readelf-test3.sh | 24 Note section [ 6] '.note' of 60 bytes at offset 0x120:
|
/external/libunwind/doc/ |
unw_destroy_addr_space.tex | 11 \section{Synopsis} 17 \section{Description} 27 \section{See Also} 32 \section{Author}
|
/external/lldb/test/python_api/default-constructor/ |
sb_module.py | 21 for section in obj.section_iter(): 22 print section
|
/external/llvm/test/MC/ELF/ |
basic-elf-32.s | 21 .section .rodata.str1.1,"aMS",@progbits,1 31 .section .note.GNU-stack,"",@progbits 39 // CHECK: Section { 48 // CHECK: Section {{.*}} .rel.text { 59 // CHECK: Type: Section 64 // CHECK: Type: Section 69 // CHECK: Type: Section
|
basic-elf-64.s | 21 .section .rodata.str1.1,"aMS",@progbits,1 31 .section .note.GNU-stack,"",@progbits 39 // CHECK: Section { 48 // CHECK: Section {{.*}} .rela.text { 58 // CHECK: Type: Section 62 // CHECK: Type: Section 67 // CHECK: Type: Section
|
/external/llvm/test/MC/MachO/ARM/ |
no-subsections-reloc.s | 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump 6 @ in the same section can be resolved at assembly time w/o relocations.
|
thumb-bl-jbits.s | 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | macho-dump --dump-section-data | FileCheck %s 9 .section __TEXT, __branch, regular, pure_instructions
|
/external/llvm/test/MC/MachO/ |
x86_64-sections.s | 4 .section __TEXT,__text,regular,pure_instructions 63 // CHECK: # Section 0 79 // CHECK: # Section 1 95 // CHECK: # Section 2 111 // CHECK: # Section 3 127 // CHECK: # Section 4 143 // CHECK: # Section 5 159 // CHECK: # Section 6 175 // CHECK: # Section 7 191 // CHECK: # Section [all...] |
/external/llvm/test/MC/PowerPC/ |
tls-gd-obj.s | 13 .section .opd,"aw",@progbits 37 .section .tbss,"awT",@nobits 50 // CHECK: Section {{.*}} .rela.text {
|
tls-ld-obj.s | 12 .section .opd,"aw",@progbits 39 .section .tbss,"awT",@nobits 53 // CHECK: Section {{.*}} .rela.text {
|
/external/valgrind/drd/tests/ |
annotate_hb_race.stderr.exp | 4 Allocation context: BSS section of annotate_hb_race
|