Searched refs:section (Results 226 - 250 of 1067) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/
H A Dx86_64-sections.s4 .section __TEXT,__text,regular,pure_instructions
/external/llvm/test/MC/PowerPC/
H A Dtls-gd-obj.s13 .section .opd,"aw",@progbits
37 .section .tbss,"awT",@nobits
H A Dtls-ld-obj.s12 .section .opd,"aw",@progbits
39 .section .tbss,"awT",@nobits
/external/valgrind/main/drd/tests/
H A Dannotate_hb_race.stderr.exp4 Allocation context: BSS section of annotate_hb_race
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_settings_app.css17 html.settings-app body.uber-frame section {
20 html.settings-app body.uber-frame section > h3 {
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_dialog_cocoa.h46 virtual void UpdateSection(DialogSection section) OVERRIDE;
48 virtual void FillSection(DialogSection section,
50 virtual void GetUserInput(DialogSection section,
58 virtual void ValidateSection(DialogSection section) OVERRIDE;
H A Dautofill_dialog_window_controller.h38 - (void)updateSection:(autofill::DialogSection)section;
40 - (void)fillSection:(autofill::DialogSection)section
43 forSection:(autofill::DialogSection)section;
51 - (void)validateSection:(autofill::DialogSection)section;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.cc73 DialogSection section,
75 view_->GroupForSection(section)->suggested_info->textfield()->SetText(text);
95 bool AutofillDialogViewTesterViews::IsShowingSection(DialogSection section)
97 return view_->GroupForSection(section)->container->visible();
72 SetTextContentsOfSuggestionInput( DialogSection section, const base::string16& text) argument
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DPropertiesSection.js45 this.propertiesTreeOutline.section = this;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-struc.asm10 [section .bss]
21 [section .data]
/external/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S15 .section .rdata,"rd"
49 .section .rdata,"rd"
/external/llvm/test/MC/AArch64/
H A Darm64-variable-exprs.s38 .section __DWARF,__debug_frame,regular,debug
/external/llvm/test/MC/ARM/
H A Dinst-directive.s11 .section .inst.arm_inst
30 .section .inst.thumb_inst_n
49 .section .inst.thumb_inst_w
68 .section .inst.thumb_inst_inst
/external/llvm/test/MC/COFF/
H A Dearly-dce.s4 .section .rdata
/external/llvm/test/MC/ELF/
H A Dsubsection.s3 // CHECK: Contents of section .text:
12 // CHECK-NOT: Contents of section .rela.text:
14 // CHECK: Contents of section .data:
30 // CHECK: Contents of section test:
32 .section test
/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-local-label-diff.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - < %s | macho-dump -dump-section-data | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-ARM-reloc.s6 .section myseg, mysect
H A Dnop-armv4-padding.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
H A Dnop-armv6t2-padding.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
H A Drelax-thumb-ldr-literal.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
H A Drelax-thumb2-branches.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
H A Dthumb2-function-relative-load.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
/external/chromium_org/base/
H A Dini_parser.cc33 // It is a section header.
54 void DictionaryValueINIParser::HandleTriplet(const std::string& section, argument
58 // Checks whether the section and key contain a '.' character.
61 if (section.find('.') == std::string::npos &&
63 root_.SetString(section + "." + key, value);
/external/chromium_org/build/
H A Dgdb-add-index44 objcopy --remove-section .gdb_index "$file"
59 objcopy --add-section .gdb_index="$index_file" \
60 --set-section-flags .gdb_index=readonly "$file" "$file"
117 echo " -r removes the index section."

Completed in 435 milliseconds

1234567891011>>