/external/clang/test/OpenMP/ |
parallel_sections_ast_print.cpp | 47 #pragma omp section 68 // CHECK-NEXT: #pragma omp section 86 // CHECK-NEXT: #pragma omp section 104 // CHECK-NEXT: #pragma omp section 129 #pragma omp section 131 #pragma omp section 136 // CHECK-NEXT: #pragma omp section 138 // CHECK-NEXT: #pragma omp section
|
/external/libunwind/doc/ |
unw_flush_cache.tex | 11 \section{Synopsis} 17 \section{Description} 34 \section{Return Value} 39 \section{Thread and Signal Safety} 44 \section{See Also} 49 \section{Author}
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
MachO_x86-64_PIC_relocations.s | 4 .section __TEXT,__text,regular,pure_instructions 34 # Test processing of the __eh_frame section. 43 .section __DATA,__data
|
/external/llvm/test/MC/AsmParser/ |
section.s | 3 .section test1 5 .section test2 9 .section test2 13 .section test1 17 .section test2 41 .section test1 50 # CHECK: Section { 66 # CHECK: Section { 82 # CHECK: Section { 98 # CHECK: Section { [all...] |
/external/llvm/test/MC/Mips/ |
elf-relsym.s | 22 .section .mdebug.abi32,"",@progbits 24 .section .rodata.cst8,"aM",@progbits,8 76 .section .rodata.str1.1,"aMS",@progbits,1
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, 54 switch (section) { 63 return QString("%1").arg(section);
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactListAdapter.java | 51 final int section = mSectionIndexer.getSectionForPosition(position); local 52 // Check if the position is the first in the section. 53 if (mSectionIndexer.getPositionForSection(section) == position) { 54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
coretypes.h | 16 Under Section 7 of GPL version 3, you are granted additional 65 union section; 66 typedef union section section; typedef in typeref:union:section
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportFieldsPart.java | 24 import org.eclipse.ui.forms.widgets.Section; 29 * Section part for editing the properties in an Export editor. 35 Section section = getSection(); local 37 section.setText("Export Properties"); 38 section.setDescription("Properties of export.properties:");
|
/external/boringssl/src/crypto/ |
crypto.c | 79 #pragma section(".CRT$XCU", read)
|
/external/elfutils/src/tests/ |
run-readelf-A.sh | 32 Object attributes section [27] '.ARM.attributes' of 53 bytes at offset 0x718: 57 Object attributes section [ 4] '.gnu.attributes' of 18 bytes at offset 0x34:
|
/external/google-breakpad/src/common/linux/ |
synth_elf.h | 60 using test_assembler::Section; 62 // String tables are common in ELF headers, so subclass Section 64 class StringTable : public Section { 67 : Section(endianness) { 93 // A Section representing an entire ELF file. 94 class ELF : public Section { 100 // Add the Section section to the section header table and append it 101 // to the file. Returns the index of the section in the sectio [all...] |
/external/libdrm/man/ |
Makefile.am | 32 --stringparam man.authors.section.enabled 0 \ 33 --stringparam man.copyright.section.enabled 0 \
|
/external/libunwind/src/ia64/ |
setjmp.S | 50 .section .note.GNU-stack,"",@progbits
|
/external/llvm/test/DebugInfo/SystemZ/ |
eh_frame_personality.s | 22 .section .gcc_except_table,"a",@progbits 28 .section .data.DW.ref.__gxx_personality_v0,"aGw",@progbits,DW.ref.__gxx_personality_v0,comdat 37 # Contents of the .eh_frame section: 63 # CHECK: Contents of section .eh_frame:
|
/external/llvm/test/MC/COFF/ |
diff.s | 3 .section baz, "xr"
|
/external/llvm/test/MC/ELF/ |
many-sections.s | 5 // Test that we don't create a .symtab_shndx since we are one section short of 10 // Check the last referenced section. 16 // SYMBOLS-NEXT: Type: Section (0x3) 18 // SYMBOLS-NEXT: Section: dm (0xFEFF) 23 .section a\x 24 .section b\x 25 .section c\x 26 .section d\x
|
/external/llvm/test/MC/MachO/ARM/ |
nop-thumb-padding.s | 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
|
nop-thumb2-padding.s | 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
|
/external/llvm/test/MC/PowerPC/ |
tls-ie-obj.s | 12 .section .opd,"aw",@progbits 39 // CHECK: Section {{.*}} .rela.text {
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_init.h | 40 /* add a pointer to the section where MSVC stores global constructor pointers */ 43 #pragma section(".CRT$XCU",read)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
armVCM4P10_QuantTables_s.S | 25 .section .rodata
|
/external/lldb/source/Symbol/ |
ObjectFile.cpp | 19 #include "lldb/Core/Section.h" 467 ObjectFile::ReadSectionData (const Section *section, off_t section_offset, void *dst, size_t dst_len) const 470 if (section->GetObjectFile() != this) 471 return section->GetObjectFile()->ReadSectionData (section, section_offset, dst, dst_len); 479 const addr_t base_load_addr = section->GetLoadBaseAddress (&process_sp->GetTarget()); 486 const uint64_t section_file_size = section->GetFileSize(); 493 return CopyData (section->GetFileOffset() + section_offset, section_dst_len, dst); 497 if (section->GetType() == eSectionTypeZeroFill [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 173 static void zero_stats(FIRSTPASS_STATS *section) 175 section->frame = 0.0; 176 section->intra_error = 0.0; 177 section->coded_error = 0.0; 178 section->ssim_weighted_pred_err = 0.0; 179 section->pcnt_inter = 0.0; 180 section->pcnt_motion = 0.0; 181 section->pcnt_second_ref = 0.0; 182 section->pcnt_neutral = 0.0; 183 section->MVr = 0.0 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
firstpass.c | 173 static void zero_stats(FIRSTPASS_STATS *section) 175 section->frame = 0.0; 176 section->intra_error = 0.0; 177 section->coded_error = 0.0; 178 section->ssim_weighted_pred_err = 0.0; 179 section->pcnt_inter = 0.0; 180 section->pcnt_motion = 0.0; 181 section->pcnt_second_ref = 0.0; 182 section->pcnt_neutral = 0.0; 183 section->MVr = 0.0 [all...] |