HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 251 - 275 of 1518) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/processor/
synth_minidump_unittest.cc 50 using google_breakpad::SynthMinidump::Section;
58 TEST(Section, Simple) {
60 Section section(dump);
61 section.L32(0x12345678);
62 section.Finish(0);
64 ASSERT_TRUE(section.GetContents(&contents));
68 TEST(Section, CiteLocationIn) {
70 Section section1(dump), section2(dump);
84 Section section(dump)
    [all...]
  /external/llvm/test/MC/ELF/
many-sections-2.s 5 // Test that we create a .symtab_shndx if a symbol points to a section
10 // Test that we don't create a symbol for the symtab_shndx section.
14 // Test that both a and b show up in the correct section.
21 // SYMBOLS-NEXT: Section: last (0xFF00)
30 // SYMBOLS-NEXT: Section: last (0xFF00)
34 // Test that this file has one section too many.
39 // SYMBOLS-NEXT: Type: Section (0x3)
41 // SYMBOLS-NEXT: Section: last (0xFF00)
46 .section a\x
47 .section b\
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.cc 17 : Section(endianness),
79 // Add an empty section for SHN_UNDEF.
80 Section shn_undef;
84 int ELF::AddSection(const string& name, const Section& section,
89 size_t size = section.Size();
116 sections_.push_back(ElfSection(section, type, addr, offset, offset_label,
121 void ELF::AppendSection(ElfSection &section) {
124 if (section.type_ == SHT_NULL) {
125 section.offset_label_ = 0
    [all...]
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 76 bool HandleSection(const mach_o::Section &section) {
77 printf(" section %d '%s' in segment '%s'\n"
82 index_++, section.section_name.c_str(), section.segment_name.c_str(),
83 section.address, section.align,
84 mach_o::SectionFlags(section.flags),
85 section.contents.Size());
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 4 @ Check whether the section is switched back or not.
6 @ The assembler should emit the machine code of "func2" in .text section.
8 @ Besides, there should be two entries in .ARM.exidx section.
31 @ Check the .text section. There should be two "bx lr" instructions.
34 @ CHECK: Section {
43 @ Check the .ARM.exidx section.
46 @ CHECK: Section {
60 @ The first word of each entry should be relocated to .text section.
70 @ Check the symbols "func1" and "func2". They should belong to .text section.
75 @ CHECK: Section: .text (0x1
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 38 /** The current section. Always progresses forward. */
39 private int section = SECTION_HEADER; field in class:GzipSource
72 if (section == SECTION_HEADER) {
74 section = SECTION_BODY;
78 if (section == SECTION_BODY) {
85 section = SECTION_TRAILER;
91 if (section == SECTION_TRAILER) {
93 section = SECTION_DONE;
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc64le-linux.S 55 .section ".toc","aw"
83 .section ".text"
91 .section ".opd","aw"
423 .section ".text"
430 .section ".opd","aw"
461 .section ".text"
468 .section ".opd","aw"
499 .section ".text"
506 .section ".opd","aw"
563 .section ".text
    [all...]
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 53 * encrypted metadata section, followed by an encrypted content section. The
54 * content section always starts at a specific offset {@link #CONTENT_OFFSET} to
57 * Each section is encrypted using AES-128 with a random IV, and authenticated
71 * Offset in file at which content section starts. Magic and metadata
72 * section must fully fit before this offset.
129 * Decrypt and return parsed metadata section from this document.
140 // Only interested in metadata section
166 * Decrypt and read content section of this document, writing it into the
188 // Skip over metadata section
274 final Section section = new Section(); local
312 final Section section = new Section(); local
    [all...]
  /external/libunwind/doc/
unw_getcontext.tex 11 \section{Synopsis}
17 \section{Description}
29 \section{Platform-specific Notes}
40 \section{Return Value}
45 \section{Thread and Signal Safety}
50 \section{See Also}
55 \section{Author}
unw_is_signal_frame.tex 11 \section{Synopsis}
17 \section{Description}
32 \section{Return Value}
39 \section{Thread and Signal Safety}
44 \section{Errors}
51 \section{See Also}
59 \section{Author}
unw_step.tex 11 \section{Synopsis}
17 \section{Description}
22 \section{Return Value}
29 \section{Thread and Signal Safety}
34 \section{Errors}
55 \section{See Also}
60 \section{Author}
_U_dyn_cancel.tex 11 \section{Synopsis}
17 \section{Description}
29 \section{Thread and Signal Safety}
34 \section{See Also}
38 \section{Author}
_U_dyn_register.tex 11 \section{Synopsis}
17 \section{Description}
30 \section{Thread and Signal Safety}
35 \section{See Also}
39 \section{Author}
unw_backtrace.tex 11 \section{Synopsis}
21 \section{Description}
35 \section{Return Value}
41 \section{See Also}
46 \section{Author}
  /external/boringssl/src/crypto/x509v3/
v3_conf.c 142 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=", value);
324 * section to an extension STACK.
328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
335 if (!(nval = NCONF_get_section(conf, section))) return 0;
349 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
355 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
360 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
366 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
371 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
378 i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk)
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 19 .section .debug_info,"",@progbits
21 .section .debug_abbrev,"",@progbits
23 .section .debug_aranges,"",@progbits
24 .section .debug_macinfo,"",@progbits
25 .section .debug_line,"",@progbits
27 .section .debug_loc,"",@progbits
28 .section .debug_pubtypes,"",@progbits
29 .section .debug_str,"MS",@progbits,1
31 .section .debug_ranges,"",@progbits
33 .section .debug_loc,"",@progbit
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 83 asection *section; /* Symbol section. */
132 asection *section; /* Symbol section. */
147 symbols: the size, the alignment, and the section in
150 section and the alignment. The alignment is stored as a
231 /* A section flag list. */
240 /* Section flag info. */
335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
345 /* TRUE if .hash section should be created. *
82 asection *section; \/* Symbol section. *\/ member in struct:bfd_link_hash_common_entry
131 asection *section; \/* Symbol section. *\/ member in struct:bfd_link_hash_entry::__anon28296::__anon28298
676 asection *section; member in struct:bfd_link_order::__anon28302::__anon28303
720 asection *section; member in union:bfd_link_order_reloc::__anon28306
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfdlink.h 83 asection *section; /* Symbol section. */
132 asection *section; /* Symbol section. */
147 symbols: the size, the alignment, and the section in
150 section and the alignment. The alignment is stored as a
231 /* A section flag list. */
240 /* Section flag info. */
335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
345 /* TRUE if .hash section should be created. *
82 asection *section; \/* Symbol section. *\/ member in struct:bfd_link_hash_common_entry
131 asection *section; \/* Symbol section. *\/ member in struct:bfd_link_hash_entry::__anon29010::__anon29012
699 asection *section; member in struct:bfd_link_order::__anon29016::__anon29017
743 asection *section; member in union:bfd_link_order_reloc::__anon29020
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 83 asection *section; /* Symbol section. */
132 asection *section; /* Symbol section. */
147 symbols: the size, the alignment, and the section in
150 section and the alignment. The alignment is stored as a
231 /* A section flag list. */
240 /* Section flag info. */
335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
345 /* TRUE if .hash section should be created. *
82 asection *section; \/* Symbol section. *\/ member in struct:bfd_link_hash_common_entry
131 asection *section; \/* Symbol section. *\/ member in struct:bfd_link_hash_entry::__anon29028::__anon29030
676 asection *section; member in struct:bfd_link_order::__anon29034::__anon29035
720 asection *section; member in union:bfd_link_order_reloc::__anon29038
    [all...]
  /system/media/camera/docs/
CameraMetadataEnums.mako 18 ## This section of enum integer definitions is inserted into
53 % for section in outer_namespace.sections:
54 % if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
55 any_visible(section, xml_name, ('public','hidden') ):
56 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
68 get_children_by_filtering_kind(section, xml_name, 'entries'), \
CameraMetadataKeys.mako 76 % for section in outer_namespace.sections:
77 % if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
78 any_visible(section, xml_name, ('public','hidden') ):
79 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
87 get_children_by_filtering_kind(section, xml_name, 'merged_entries'), \
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 47 * Info about a section in the alphabetic list
50 // The number of applications in this section
52 // The section break AdapterItem for this section
54 // The first app AdapterItem for this section
59 * Info about a fast scroller section, depending if sections are merged, the fast scroller
60 * sections will not be the same set as the section headers.
63 // The section name
65 // The AdapterItem to scroll to for this section
67 // The touch fraction that should map to this fast scroll section inf
536 SectionInfo section = mSections.get(i); local
    [all...]
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 41 for (TableOfContents.Section section : tableOfContents.sections) {
42 if (section.off != -1) {
43 System.out.println("section " + Integer.toHexString(section.type)
44 + " off=" + Integer.toHexString(section.off)
45 + " size=" + Integer.toHexString(section.size)
46 + " byteCount=" + Integer.toHexString(section.byteCount));
96 Dex.Section in = dex.open(tableOfContents.typeLists.off);
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 8 .section __TEXT,__textcoal_nt,coalesced,pure_instructions
9 .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
10 .section __TEXT,__text,regular,pure_instructions
37 .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
50 .section __DATA,__la_symbol_ptr,lazy_symbol_pointers
56 .section __TEXT,__cstring,cstring_literals
64 ; DARWIN-G4-DUMP: Section __text {
71 ; DARWIN-G4-DUMP: Section __picsymbolstub1 {
77 ; DARWIN-G4-DUMP: Section __la_symbol_ptr {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 162 static void zero_stats(FIRSTPASS_STATS *section) {
163 section->frame = 0.0;
164 section->intra_error = 0.0;
165 section->coded_error = 0.0;
166 section->sr_coded_error = 0.0;
167 section->ssim_weighted_pred_err = 0.0;
168 section->pcnt_inter = 0.0;
169 section->pcnt_motion = 0.0;
170 section->pcnt_second_ref = 0.0;
171 section->pcnt_neutral = 0.0
    [all...]

Completed in 2648 milliseconds

<<11121314151617181920>>