HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 151 - 175 of 1434) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis.asm 16 .section .xx, "", @ progbits
25 .section .yy, "w", @nobits
34 .section .data2
  /external/llvm/test/MC/ELF/
entsize.s 6 .section .rodata.str1.1,"aMS",@progbits,1
19 .section .rodata.str2.1,"aMS",@progbits,2
31 .section .rodata.cst8,"aM",@progbits,8
35 // CHECK: Section {
52 // CHECK: Section {
69 // CHECK: Section {
relax-arith.s 14 .section imul
30 .section and
45 .section or
60 .section xor
75 .section add
90 .section sub
105 .section cmp
  /external/llvm/test/MC/X86/AlignedBundling/
switch-section-locked-error.s 3 # This test invokes .bundle_lock and then switches to a different section
9 .section text1, "x"
14 .section text2, "x"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 175 RenderObject* section = beforeChild->previousSibling(); local
176 if (section && section->isTableSection() && section->isAnonymous()) {
177 section->addChild(child);
195 RenderTableSection* section = RenderTableSection::createAnonymousWithParentRenderer(this); local
196 addChild(section, beforeChild);
197 section->addChild(child);
386 if (RenderTableSection* section = firstBody())
387 extraLogicalHeight -= section->distributeExtraLogicalHeightToRows(extraLogicalHeight)
445 RenderTableSection* section = toRenderTableSection(child); local
520 RenderTableSection* section = topSection(); local
792 RenderTableSection* section = topSection(); local
811 RenderTableSection* section = toRenderTableSection(child); local
832 RenderTableSection* section = toRenderTableSection(child); local
916 RenderTableSection* section = toRenderTableSection(child); local
926 RenderTableSection* section = toRenderTableSection(child); local
936 RenderTableSection* section = toRenderTableSection(child); local
951 RenderTableSection* section = toRenderTableSection(child); local
1248 RenderTableSection* section = 0; local
1277 RenderTableSection* section = 0; local
1302 RenderTableSection* section = cell->section(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 131 virtual bool SectionIsActive(DialogSection section) const OVERRIDE;
132 virtual const DetailInputs& RequestedFieldsForSection(DialogSection section)
136 virtual ui::MenuModel* MenuModelForSection(DialogSection section) OVERRIDE;
137 virtual string16 LabelForSection(DialogSection section) const OVERRIDE;
139 DialogSection section) OVERRIDE;
140 virtual void EditClickedForSection(DialogSection section) OVERRIDE;
141 virtual void EditCancelledForSection(DialogSection section) OVERRIDE;
144 virtual string16 InputValidityMessage(DialogSection section,
148 DialogSection section,
151 virtual void UserEditedOrActivatedInput(DialogSection section,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 6 ; [1] Define and export a global text-section symbol
7 ; [2] Define and export a global data-section symbol
8 ; [3] Define and export a global BSS-section symbol
9 ; [4] Define a non-global text-section symbol
10 ; [5] Define a non-global data-section symbol
11 ; [6] Define a non-global BSS-section symbol
17 ; [12] Reference a text-section symbol in the text section
18 ; [13] Reference a data-section symbol in the text section
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfso.asm 11 ; [1] Define and export a global text-section symbol
12 ; [2] Define and export a global data-section symbol
13 ; [3] Define and export a global BSS-section symbol
14 ; [4] Define a non-global text-section symbol
15 ; [5] Define a non-global data-section symbol
16 ; [6] Define a non-global BSS-section symbol
22 ; [12] Reference a text-section symbol in the text section
23 ; [13] Reference a data-section symbol in the text section
    [all...]
curpos-err.asm 4 section .bar label
12 section .data label
24 section .text label
curpos.asm 4 section .bar label
12 section .data label
24 section .text label
  /external/clang/utils/
FindSpecRefs 607 section,name = name.split(' ',1)
608 if section == 'Annex':
609 section,name = name.split(' ',1)
610 section = 'Annex '+section
612 section = None
618 spec = SpecIndex.fromstring(section)
626 best = (dist, (section, name, page))
662 section = m.group(2)
664 if section.endswith('.')
    [all...]
  /external/chromium_org/base/win/
startup_information_unittest.cc 21 HANDLE section = ::OpenFileMappingW(PAGE_READWRITE, false, kSectionName); local
22 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section,
44 HANDLE section = ::CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, local
47 ASSERT_TRUE(section);
49 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section,
  /external/chromium_org/chrome/browser/chromeos/input_method/
ibus_controller_base.cc 25 const std::string& section,
28 DCHECK(!section.empty());
31 const ConfigKeyType key(section, config_name);
44 const std::string& section,
48 const ConfigKeyType key(section, config_name);
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
cnf_save.c 85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
  /external/llvm/test/MC/MachO/
tls.s 1 // RUN: llvm-mc -triple x86_64-apple-darwin %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
3 .section __TEXT,__text,regular,pure_instructions
4 .section __DATA,__thread_data,thread_local_regular
10 .section __DATA,__thread_vars,thread_local_variables
17 .section __DATA,__thread_data,thread_local_regular
23 .section __DATA,__thread_vars,thread_local_variables
69 // CHECK: # Section 0
86 // CHECK: # Section 1
103 // CHECK: # Section 2
144 // CHECK: # Section
    [all...]
  /external/openssl/crypto/conf/
cnf_save.c 85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
  /external/chromium_org/courgette/
disassembler_win32_x86.cc 170 reinterpret_cast<const Section*>(optional_header +
175 const Section* section = &sections_[i]; local
177 // TODO(sra): consider using the 'characteristics' field of the section
178 // header to see if the section contains instructions.
179 if (memcmp(section->name, ".text", 6) == 0)
183 section->file_offset_of_raw_data + section->size_of_raw_data;
288 const Section* DisassemblerWin32X86::RVAToSection(RVA rva) const {
290 const Section* section = &sections_[i] local
300 const Section* section = RVAToSection(rva); local
342 const Section* section = FindNextSection(file_offset); local
392 const Section* section = FindNextSection(file_offset); local
669 const Section* section = RVAToSection(rva); local
684 const Section* section = &sections_[i]; local
699 const Section* section = &sections_[i]; local
    [all...]
  /external/flac/libFLAC/ia32/
nasm.h 35 %idefine code_section section .text align=16 class=CODE use32
36 %idefine data_section section .data align=32 class=DATA use32
37 %idefine bss_section section .bss align=32 class=DATA use32
40 %idefine code_section section .text
41 %idefine data_section section .data
42 %idefine bss_section section .bss
45 %idefine code_section section .text
46 %idefine data_section section .data
47 %idefine bss_section section .bss
49 %idefine code_section section .text align=1
    [all...]
  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 157 int section; local
162 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++) {
163 start = fakevendor_section_bounds[section][0];
164 end = fakevendor_section_bounds[section][1];
171 int section; local
175 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 4 .section .bar
12 .section .data
24 .section .text
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-curpos.asm 4 section .bar label
12 section .data label
24 section .text label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-curpos.asm 4 section .bar label
12 section .data label
24 section .text label
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 50 .section .data.rel.ro
106 .section .data.rel.ro
  /external/chromium_org/base/
ini_parser.h 20 // - Duplicate key names in the same section will simply cause repeated calls
21 // to HandleTriplet with the same |section| and |key| parameters.
24 // the |section| argument.
25 // - Section headers begin with a '[' character. It is recommended, but
40 virtual void HandleTriplet(const std::string& section,
47 // Parsed values are stored as strings at the "section.key" path. Triplets with
48 // |section| or |key| parameters containing '.' are ignored.
58 virtual void HandleTriplet(const std::string& section,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_cocoa.h 49 virtual void UpdateSection(DialogSection section) OVERRIDE;
50 virtual void FillSection(DialogSection section,
52 virtual void GetUserInput(DialogSection section,
72 DialogSection section,
131 - (void)updateSection:(autofill::DialogSection)section;
132 - (void)fillSection:(autofill::DialogSection)section
135 forSection:(autofill::DialogSection)section;
150 ofSuggestionForSection:(autofill::DialogSection)section;

Completed in 2173 milliseconds

1 2 3 4 5 67 8 91011>>