/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
util.py | 44 def _interpolate(self, section, option, rawval, vars): 47 def items(self, section): 48 return [(key, self.get(section, key)) 49 for key in self.options(section)
|
/external/clang/test/CodeGen/ |
global-init.c | 49 // This shouldn't be emitted as common because it has an explicit section. 51 // CHECK: @b = global i32 0, section "foo" 52 int b __attribute__((section("foo")));
|
/external/libunwind/src/hppa/ |
siglongjmp.S | 15 .section .note.GNU-stack,"",@progbits
|
/external/libunwind/src/ia64/ |
longjmp.S | 41 .section .note.GNU-stack,"",@progbits
|
/external/libunwind/src/x86/ |
longjmp.S | 39 .section .note.GNU-stack,"",@progbits
|
/external/llvm/test/MC/ARM/ |
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 106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section 107 .section __TEXT,e,regular,pure_instructions 129 .section __TEXT,f,regular,pure_instructions 135 @ should not have a constant pool at end of section with empty constant pools 136 @ CHECK-NOT: .section __TEXT,a,regular,pure_instructions 137 @ CHECK-NOT: .section __TEXT,b,regular,pure_instruction [all...] |
ltorg.s | 12 .section a,"ax",%progbits 32 .section b,"ax",%progbits 66 .section c,"ax",%progbits 76 .section d,"ax",%progbits 98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section 99 .section e,"ax",%progbits 118 .section f,"ax",%progbits 124 @ should not have a constant pool at end of section with empty constant pools 125 @ CHECK-NOT: .section a,"ax",%progbits 126 @ CHECK-NOT: .section b,"ax",%progbit [all...] |
eh-directive-text-section.s | 8 @ section, then there should be an entry in .ARM.exidx section. 24 @ Check the .text section. 27 @ CHECK: Section { 30 @ Check the index of .text section. This will be used in .ARM.exidx. 46 @ Check the name of the EXIDX section. For the function in the .text section, 49 @ CHECK: Section { 58 @ Check the linked section of the EXIDX section. This should be the inde [all...] |
multi-section-mapping.s | 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section. 7 .section .wibble 10 @ A section should be able to start with a $t 11 .section .starts_thumb 16 .section .starts_data
|
/external/llvm/test/MC/ELF/ |
alias-reloc.s | 8 .section zed, "", @progbits 21 // CHECK-NEXT: Section ({{[0-9]+}}) .relazed { 35 // CHECK-NEXT: Section: Undefined (0x0) 44 // CHECK-NEXT: Section: .text 54 // CHECK-NEXT: Section: zed
|
call-abs.s | 16 .section .note.GNU-stack,"",@progbits 19 // CHECK: Section ({{[^ ]+}}) {{[^ ]+}} {
|
comdat-reloc.s | 10 .section .text.world,"axG",@progbits,world,comdat 23 // CHECK-NOT: Section { 28 // CHECK-NOT: Section {
|
tls.s | 11 .section .zed,"awT",@progbits 22 // CHECK-NEXT: Section: .zed 32 // CHECK-NEXT: Section: Undefined (0x0) 41 // CHECK-NEXT: Section: Undefined (0x0) 50 // CHECK-NEXT: Section: Undefined (0x0) 59 // CHECK-NEXT: Section: Undefined (0x0) 68 // CHECK-NEXT: Section: Undefined (0x0) 77 // CHECK-NEXT: Section: Undefined (0x0)
|
undef.s | 15 .section .rodata.str1.1,"aMS",@progbits,1 33 // CHECK-NEXT: Section: Undefined 42 // CHECK-NEXT: Section: .rodata.str1.1 49 // CHECK-NEXT: Type: Section 51 // CHECK-NEXT: Section: .text 58 // CHECK-NEXT: Type: Section 60 // CHECK-NEXT: Section: .data 67 // CHECK-NEXT: Type: Section 69 // CHECK-NEXT: Section: .bss 76 // CHECK-NEXT: Type: Section [all...] |
/external/llvm/test/MC/MachO/ |
debug_frame.s | 13 .section __TEXT,__text,regular,pure_instructions
|
i386-large-relocations.s | 4 .section __DATA,__const
|
x86_32-scattered-reloc-fallback.s | 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s 11 .section __TEXT, __padding 23 // start of the section is more than 24-bits. But need to get the item to
|
x86_32-sections.s | 4 .section __TEXT,__text,regular,pure_instructions 43 .section __TEXT,__picsymbolstub4,symbol_stubs,none,16 67 // CHECK: # Section 0 80 // CHECK: # Section 1 93 // CHECK: # Section 2 106 // CHECK: # Section 3 119 // CHECK: # Section 4 132 // CHECK: # Section 5 145 // CHECK: # Section 6 158 // CHECK: # Section [all...] |
/hardware/qcom/audio/hal/ |
platform_info.c | 54 static section_t section; variable 243 section = ACDB; 245 section = PCM_ID; 247 section = BACKEND_NAME; 249 section = CONFIG_PARAMS; 251 if ((section != ACDB) && (section != BACKEND_NAME)) { 256 /* call into process function for the current section */ 257 section_process_fn fn = section_table[section]; 260 if (section != PCM_ID) [all...] |
/external/valgrind/coregrind/m_dispatch/ |
dispatch-ppc64be-linux.S | 46 .section ".toc","aw" 74 .section ".text" 77 .section ".opd","aw" 394 .section ".text" 397 .section ".opd","aw" 419 .section ".text" 422 .section ".opd","aw" 444 .section ".text" 447 .section ".opd","aw" 495 .section ".text [all...] |
/external/libunwind/doc/ |
unw_strerror.tex | 11 \section{Synopsis} 17 \section{Description} 22 \section{Return Value} 28 \section{Thread and Signal Safety} 33 \section{Author}
|
/external/v8/tools/testrunner/local/ |
statusfile.py | 128 for section in contents: 129 assert type(section) == list 130 assert len(section) == 2 131 if not eval(section[0], variables): continue 132 section = section[1] 133 assert type(section) == dict 134 for rule in section: 137 _ParseOutcomeList(rule, section[rule], wildcards, variables) 139 _ParseOutcomeList(rule, section[rule], rules, variables [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
IndexerListAdapter.java | 25 * A list adapter that supports section indexer and a pinned header. 37 * at the beginning, middle or end of a section. It also needs to know the 38 * section header when it is at the beginning of a section. This object 63 * Creates a section header view that will be pinned at the top of the list 107 * @return relative position of the section in the indexed partition 164 int section = -1; local 169 section = getSectionForPosition(offset); 173 if (section == -1) { 181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]); 209 int section = getSectionForPosition(position); local [all...] |
/system/media/camera/docs/ |
metadata_model_test.py | 55 section = Section("some_section", parent=None) 56 kind_static = Kind("static", parent=section) 57 kind_dynamic = Kind("dynamic", parent=section) 58 section._kinds = [kind_static, kind_dynamic] 76 combined_kind = section.combine_kinds_into_single_node() 78 self.assertEquals(section, combined_kind.parent) 90 section = Section("some_section", parent=None) 91 kind_static = Kind("static", parent=section) [all...] |
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
MachO_i386_DynNoPIC_relocations.s | 4 .section __TEXT,__text,regular,pure_instructions 11 # Test section difference relocation to non-lazy ptr section. 29 .section __IMPORT,__jump_table,symbol_stubs,pure_instructions+self_modifying_code,5 34 .section __IMPORT,__pointers,non_lazy_symbol_pointers
|