Searched defs:section (Results 151 - 175 of 186) sorted by relevance

12345678

/external/lldb/source/API/
H A DSBTarget.cpp1256 // We have a load address that isn't in a section, just return an address
1257 // with the offset filled in (the address) and the section set to NULL
2381 SBTarget::SetSectionLoadAddress (lldb::SBSection section, argument
2388 if (!section.IsValid())
2390 sb_error.SetErrorStringWithFormat ("invalid section");
2394 SectionSP section_sp (section.GetSP());
2422 SBTarget::ClearSectionLoadAddress (lldb::SBSection section) argument
2429 if (!section.IsValid())
2431 sb_error.SetErrorStringWithFormat ("invalid section");
2435 if (target_sp->GetSectionLoadList().SetSectionUnloaded (section
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp94 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section & section) const
99 if (m_pVTIterator->GetSection(section))
101 section.rcSection = m_pEdit->VTToEdit(section.rcSection);
2644 CPVT_Section section; local
2646 if (pIterator->GetSection(section))
2648 SecProps = section.SecProps;
2649 WordProps = section.WordProps;
3068 CPVT_Section section;
3076 pIterator->GetSection(section);
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc167 // Extract |type| from |inputs| using |section| to determine whether the info
170 DialogSection section,
173 if (section != SECTION_SHIPPING)
268 std::string SectionToPrefString(DialogSection section) { argument
269 switch (section) {
277 // The SECTION_CC_BILLING section isn't active when using Autofill.
511 ServerFieldType CountryTypeForSection(DialogSection section) { argument
512 return section == SECTION_SHIPPING ? ADDRESS_HOME_COUNTRY :
822 DialogSection section = static_cast<DialogSection>(i); local
825 CountryComboboxModel* model = CountryComboboxModelForSection(section);
169 GetInfoFromInputs(const FieldValueMap& inputs, DialogSection section, const AutofillType& type) argument
1230 DialogSection section = SectionFromLocation(it->location()); local
1325 ResetSectionInput(DialogSection section) argument
1349 ShowEditUiIfBadSuggestion( DialogSection section) argument
1396 DialogSection section = static_cast<DialogSection>(i); local
1422 DialogSection section = static_cast<DialogSection>(i); local
1439 UpdateSection(DialogSection section) argument
1565 MenuModelForSection( DialogSection section) argument
1631 SuggestionStateForSection( DialogSection section) argument
1645 SuggestionTextForSection( DialogSection section, base::string16* vertically_compact, base::string16* horizontally_compact) argument
1754 CreateWrapper( DialogSection section) argument
1804 SuggestionIconForSection( DialogSection section) argument
1813 ExtraSuggestionIconForSection( DialogSection section) argument
1862 InputIsEditable( const DetailInput& input, DialogSection section) argument
1898 InputValidityMessage( DialogSection section, ServerFieldType type, const base::string16& value) argument
1985 InputsAreValid( DialogSection section, const FieldValueMap& inputs) argument
2099 UserEditedOrActivatedInput( DialogSection section, ServerFieldType type, gfx::NativeView parent_view, const gfx::Rect& content_bounds, const base::string16& field_contents, bool was_edit) argument
2537 DialogSection section = SectionForSuggestionsMenuModel(*model); local
3156 DialogSection section = static_cast<DialogSection>(i); local
3191 DialogSection section = static_cast<DialogSection>(i); local
3202 FillOutputForSectionWithComparator( DialogSection section, const FormStructure::InputFieldComparator& compare) argument
3281 FillOutputForSection(DialogSection section) argument
3306 GetValueFromSection( DialogSection section, ServerFieldType type) argument
3320 CanAcceptCountry( DialogSection section, const std::string& country_code) argument
3338 ShouldSuggestProfile( DialogSection section, const AutofillProfile& profile) argument
3347 SuggestionsMenuModelForSection(DialogSection section) argument
3385 CountryComboboxModelForSection(DialogSection section) argument
3395 GetI18nValidatorSuggestions( DialogSection section, ServerFieldType type, std::vector<base::string16>* popup_values, std::vector<base::string16>* popup_labels, std::vector<base::string16>* popup_icons) argument
3445 MutableRequestedFieldsForSection( DialogSection section) argument
3450 MutableAddressLanguageCodeForSection( DialogSection section) argument
3465 AddressLanguageCodeForSection( DialogSection section) argument
3476 CountryCodeForSection( DialogSection section) argument
3493 RebuildInputsForCountry( DialogSection section, const base::string16& country_name, bool should_clobber) argument
3533 SetEditingExistingData( DialogSection section, bool editing) argument
3601 SectionIsValid( DialogSection section) argument
3611 RulesAreLoaded(DialogSection section) argument
3883 DialogSection section = static_cast<DialogSection>(i); local
3927 DialogSection section = static_cast<DialogSection>(i); local
3968 PersistAutofillChoice( DialogSection section, const std::string& guid) argument
3981 GetDefaultAutofillChoice( DialogSection section, std::string* guid) argument
4000 GetAutofillChoice(DialogSection section, std::string* guid) argument
4061 DialogSection section = SectionForSuggestionsMenuModel(model); local
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc73 // The width for the section container.
89 // Vertical padding above and below each detail section (in pixels).
1349 void AutofillDialogViews::UpdateSection(DialogSection section) { argument
1350 UpdateSectionImpl(section, true);
1358 void AutofillDialogViews::FillSection(DialogSection section, argument
1360 DetailsGroup* group = GroupForSection(section);
1370 if (section == GetCreditCardSection() &&
1379 UpdateSectionImpl(section, false);
1382 void AutofillDialogViews::GetUserInput(DialogSection section, argument
1384 DetailsGroup* group = GroupForSection(section);
1458 ValidateSection(DialogSection section) argument
1709 DialogSection section = GroupForView(combobox)->section; local
1885 CreateDetailsSection(DialogSection section) argument
1898 CreateInputsContainer(DialogSection section) argument
1922 InitInputsView(DialogSection section) argument
2017 UpdateSectionImpl( DialogSection section, bool clobber_inputs) argument
2162 MarkInputsInvalid( DialogSection section, const ValidityMessages& messages, bool overwrite_unsure) argument
2331 GroupForSection( DialogSection section) argument
2456 SetIconsForSection(DialogSection section) argument
2474 SetEditabilityForSection(DialogSection section) argument
2503 DetailsGroup(DialogSection section) argument
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509v3.h119 char * (*get_string)(void *db, char *section, char *value);
120 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
122 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
379 #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
605 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
606 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
607 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
608 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
615 char *section, X50 variable
617 char *section, X509_REQ *req); variable
619 char *section, X509_CRL *crl); variable
[all...]
/external/chromium_org/third_party/libevent/
H A Devdns.c878 /* now we have the answer section which looks like
1511 evdns_server_request_add_reply(struct evdns_server_request *_req, int section, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data) argument
1520 switch (section) {
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2023 void HWNDMessageHandler::OnSettingChange(UINT flags, const wchar_t* section) { argument
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc1141 ConstantPoolArray::LayoutSection section = ConstantPoolAddEntry(rinfo); local
1142 if (section == ConstantPoolArray::EXTENDED_SECTION) {
1158 DCHECK(section == ConstantPoolArray::SMALL_SECTION);
2512 ConstantPoolArray::LayoutSection section = ConstantPoolAddEntry(rinfo); local
2513 if (section == ConstantPoolArray::EXTENDED_SECTION) {
2521 DCHECK(section == ConstantPoolArray::SMALL_SECTION);
3688 // Check if we still have room for another entry in the small section
3736 for (int section = 0; section <= constant_pool->final_section(); section
[all...]
H A Dassembler-arm.h525 // whether the constant pool entry is in the small or extended section). If
665 ConstantPoolArray::LayoutSection section) {
666 return &number_of_entries_[section];
679 ConstantPoolEntry(RelocInfo rinfo, ConstantPoolArray::LayoutSection section, argument
681 : rinfo_(rinfo), section_(section), merged_index_(merged_index) {}
664 number_of_entries( ConstantPoolArray::LayoutSection section) argument
/external/elfutils/0.153/src/
H A Dld.h145 /* Index of the section header string table section. We use a
148 might be stored in the section header of section zero. The
156 /* Handle for the section. Note that we can store a section
159 assume the section reference remains valid at all times. */
169 /* Offset of this files section in the combined section. */
171 /* Index of the section i
571 struct filemask_section_name *section; member in union:input_rule::__anon21295
600 struct output_section section; member in union:output_rule::__anon21297
[all...]
H A Dreadelf.c83 { "section-headers", 'S', NULL, 0, N_("Display the sections' headers"), 0 },
95 N_("Display DWARF section content. SECTION can be one of abbrev, "
145 /* True if the section headers should be printed. */
154 /* True if section groups should be printed. */
163 /* True if note section content should be printed. */
166 /* True if SHF_STRINGS section content should be printed. */
412 fprintf (stderr, gettext ("Unknown DWARF debug section `%s'.\n"),
797 printf (gettext (" Start of section headers: %" PRId64 " %s\n"),
823 printf (gettext (" Size of section header entries: %" PRId16 " %s\n"),
826 printf (gettext (" Number of section header
4489 notice_listptr(enum section_e section, struct listptr_table *table, uint_fast8_t address_size, uint_fast8_t offset_size, Dwarf_Off offset) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1221 (** [section g] returns the linker section of the global value [g].
1223 val section : llvalue -> string var
1225 (** [set_section s g] sets the linker section of the global value [g] to [s].
/external/llvm/include/llvm/Support/
H A DCOFF.h219 struct section { struct in namespace:llvm::COFF
H A DMachO.h143 // Constant masks for the "flags" field in llvm::MachO::section and
151 /// These are the section type and attributes fields. A MachO section can
154 // Constant masks for the "flags[7:0]" field in llvm::MachO::section and
157 /// S_REGULAR - Regular section.
159 /// S_ZEROFILL - Zero fill on demand section.
184 /// S_GB_ZEROFILL - Zero fill on demand section (that can be larger than 4
197 /// S_THREAD_LOCAL_REGULAR - Thread local data section.
199 /// S_THREAD_LOCAL_ZEROFILL - Thread local zerofill section.
215 // Constant masks for the "flags[31:24]" field in llvm::MachO::section an
584 struct section { struct
[all...]
/external/openssl/crypto/x509v3/
H A Dx509v3.h122 char * (*get_string)(void *db, char *section, char *value);
123 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
125 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
382 #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
610 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
617 char *section, X50 variable
619 char *section, X509_REQ *req); variable
621 char *section, X509_CRL *crl); variable
[all...]
/external/openssl/include/openssl/
H A Dx509v3.h122 char * (*get_string)(void *db, char *section, char *value);
123 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
125 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
382 #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
610 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
617 char *section, X50 variable
619 char *section, X509_REQ *req); variable
621 char *section, X509_CRL *crl); variable
[all...]
/external/chromium_org/v8/src/
H A Dgdb-jit.cc479 uint32_t AddSection(MachOSection* section) { argument
480 sections_.Add(section, zone_);
590 for (int section = 0; section < sections_.length(); ++section) {
591 sections_[section]->PopulateHeader(headers.at(section));
592 sections_[section]->WriteBody(headers.at(section), w);
621 uint32_t AddSection(ELFSection* section) { argument
746 ELFSymbol(const char* name, uintptr_t value, uintptr_t size, Binding binding, Type type, uint16_t section) argument
766 SerializedLayout(uint32_t name, uintptr_t value, uintptr_t size, Binding binding, Type type, uint16_t section) argument
785 uint16_t section; member in struct:v8::BASE_EMBEDDED::SerializedLayout
789 SerializedLayout(uint32_t name, uintptr_t value, uintptr_t size, Binding binding, Type type, uint16_t section) argument
806 uint16_t section; member in struct:v8::BASE_EMBEDDED::SerializedLayout
828 uint16_t section; member in class:v8::BASE_EMBEDDED
[all...]
H A Dobjects.cc9048 // the small section before doing so in the extended section.
9050 LayoutSection section = static_cast<LayoutSection>(s); local
9052 section);
9059 section);
9075 LayoutSection section = static_cast<LayoutSection>(s); local
9076 if (number_of_entries(type[i], section) > 0) {
9077 int offset = OffsetOfElementAt(first_index(type[i], section));
9081 number_of_entries(type[i], section));
H A Dobjects.h1111 // Implementation of [[Put]], ECMA-262 5th edition, section 8.12.5.
1177 // function is implemented according to ES5, section 9.12 and can be used
1183 // This function is implemented according to ES6, section 7.2.4 and is used
1579 // Implementation of [[HasProperty]], ECMA-262 5th edition, section 8.12.6.
1589 // Implementation of [[Delete]], ECMA-262 5th edition, section 8.12.7.
2570 // [kSmallLayout1Offset] : Small section layout bitmap 1
2571 // [kSmallLayout2Offset] : Small section layout bitmap 2
2581 // If the constant pool has an extended layout, the extended section constant
2582 // pool also contains an extended section, which has the following format at
2638 inline NumberOfEntries(ConstantPoolArray* array, LayoutSection section) { argument
2668 Iterator(ConstantPoolArray* array, Type type, LayoutSection section) argument
2791 LayoutSection section; local
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp548 const Section* section = section_list->FindSectionByName(GetDWARFMachOSegmentName ()).get(); local
552 if (section)
553 m_obj_file->MemoryMapSectionData(section, m_dwarf_data);
607 const Section* section = NULL; local
616 section = section_list->FindSectionByName(GetDWARFMachOSegmentName ()).get();
618 if (section)
619 section_list = &section->GetChildren ();
621 section = section_list->FindSectionByType (eSectionTypeDWARFDebugInfo, true).get();
622 if (section != NULL)
624 debug_info_file_size = section
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/0.153/libelf/
H A Delf.h58 /* Type for section indices, which are 16-bit quantities. */
281 Elf32_Word sh_link; /* Link to another section */
282 Elf32_Word sh_info; /* Additional section information */
284 Elf32_Word sh_entsize; /* Entry size if section holds table */
295 Elf64_Word sh_link; /* Link to another section */
296 Elf64_Word sh_info; /* Additional section information */
298 Elf64_Xword sh_entsize; /* Entry size if section holds table */
301 /* Special section indices. */
303 #define SHN_UNDEF 0 /* Undefined section */
306 #define SHN_BEFORE 0xff00 /* Order section befor
1497 Elf32_Section section; /* Section header index of section affected, member in struct:__anon21256
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c137 /* Type for section indices, which are 16-bit quantities. */
308 Elf32_Word sh_link; /* Link to another section */
309 Elf32_Word sh_info; /* Additional section information */
311 Elf32_Word sh_entsize; /* Entry size if section holds table */
322 Elf64_Word sh_link; /* Link to another section */
323 Elf64_Word sh_info; /* Additional section information */
325 Elf64_Xword sh_entsize; /* Entry size if section holds table */
328 /* Special section indices. */
330 #define SHN_UNDEF 0 /* Undefined section */
338 /* Legal values for sh_type (section typ
1203 Elf32_Section section; /* Section header index of section affected, member in struct:__anon33315
2226 Section *section; member in struct:AttributeDef
6906 put_extern_sym2(Sym *sym, Section *section, unsigned long value, unsigned long size, int can_add_underscore) argument
6975 put_extern_sym(Sym *sym, Section *section, unsigned long value, unsigned long size) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3391 milliseconds

12345678