Searched defs:section (Results 1 - 25 of 186) sorted by last modified time

12345678

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c124 static void find_addr_sect(bfd *abfd, asection *section, void *obj) argument
133 if (!(bfd_get_section_vma(abfd, section)))
136 vma = bfd_get_section_vma(abfd, section);
140 size = bfd_get_section_size(section);
144 data->found = bfd_find_nearest_line(abfd, section, syms,
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c124 static void find_addr_sect(bfd *abfd, asection *section, void *obj) argument
133 if (!(bfd_get_section_vma(abfd, section)))
136 vma = bfd_get_section_vma(abfd, section);
140 size = bfd_get_section_size(section);
144 data->found = bfd_find_nearest_line(abfd, section, syms,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c124 static void find_addr_sect(bfd *abfd, asection *section, void *obj) argument
133 if (!(bfd_get_section_vma(abfd, section)))
136 vma = bfd_get_section_vma(abfd, section);
140 size = bfd_get_section_size(section);
144 data->found = bfd_find_nearest_line(abfd, section, syms,
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, argument
54 switch (section) {
63 return QString("%1").arg(section);
/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/smack/src/org/xbill/DNS/
H A DCache.java552 getCred(int section, boolean isAuth) { argument
553 if (section == Section.ANSWER) {
558 } else if (section == Section.AUTHORITY) {
563 } else if (section == Section.ADDITIONAL) {
566 throw new IllegalArgumentException("getCred: invalid section");
H A DMessage.java157 * Adds a record to a section of the Message, and adjusts the header.
162 addRecord(Record r, int section) { argument
163 if (sections[section] == null)
164 sections[section] = new LinkedList();
165 header.incCount(section);
166 sections[section].add(r);
170 * Removes a record from a section of the Message, and adjusts the header.
175 removeRecord(Record r, int section) { argument
176 if (sections[section] != null && sections[section]
190 removeAllRecords(int section) argument
201 findRecord(Record r, int section) argument
225 findRRset(Name name, int type, int section) argument
334 getSectionArray(int section) argument
355 getSectionRRsets(int section) argument
402 sectionToWire(DNSOutput out, int section, Compression c, int maxLength) argument
[all...]
H A DRecord.java163 * designed to create records that will be added to the QUERY section
176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException { argument
187 if (section == Section.QUESTION)
193 (section == Section.PREREQ || section == Section.UPDATE))
200 fromWire(DNSInput in, int section) throws IOException { argument
201 return fromWire(in, section, false);
208 fromWire(byte [] b, int section) throws IOException { argument
209 return fromWire(new DNSInput(b), section, false);
213 toWire(DNSOutput out, int section, Compressio argument
231 toWire(int section) argument
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... RuleHead extends java.lang.Object { private final String section private final String topic private org.h2.bnf ...
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm73 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dmmxp2_32.asm404 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dx86_main.asm74 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dx86p_16.asm489 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dx86p_32.asm1043 section .note.GNU-stack noalloc noexec nowrite progbits label
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1835 FX_BOOL CPDF_VariableText_Iterator::GetSection(CPVT_Section & section) const
1838 section.secplace = CPVT_WordPlace(m_CurPos.nSecIndex, 0, -1);
1840 section.rcSection = m_pVT->InToOut(pSection->m_SecInfo.rcSection);
1842 section.SecProps = *pSection->m_SecInfo.pSecProps;
1845 section.WordProps = *pSection->m_SecInfo.pWordProps;
1851 FX_BOOL CPDF_VariableText_Iterator::SetSection(const CPVT_Section & section) argument
1856 *pSection->m_SecInfo.pSecProps = section.SecProps;
1859 *pSection->m_SecInfo.pWordProps = section.WordProps;
/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/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp519 CPVT_Section section; local
526 if (pIterator->GetSection(section))
528 nFontIndex = section.WordProps.nFontIndex;
547 CPVT_Section section; local
554 if (pIterator->GetSection(section))
556 fFontSize = section.WordProps.fFontSize;
/external/openssl/apps/
H A Dca.c181 " -extensions .. - Extension section (override value in config file)\n",
183 " -crlexts .. - CRL extension section (override value in config file)\n",
238 static char *section=NULL; variable
339 section = NULL;
361 section= *(++argv);
629 /* Lets get the config section we are using */
630 if (section == NULL)
632 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
633 if (section == NULL)
676 f = NCONF_get_string(conf, section, STRING_MAS
[all...]
H A Dsrp.c112 static char *section=NULL; variable
312 section = NULL;
332 section= *(++argv);
481 /* Lets get the config section we are using */
482 if (section == NULL)
486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
487 if (section == NULL)
498 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DATABASE " in section \"%s\"\n",section);
500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABAS
[all...]
H A Dx509.c146 " -extensions - section from config file with X509V3 extensions to add\n",
158 CONF *conf, char *section);
163 CONF *conf, char *section, ASN1_INTEGER *sno);
559 "Error Loading extension section %s\n",
1151 int days, int clrext, CONF *conf, char *section,
1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;
1255 CONF *conf, char *section)
1286 if (!X509V3_EXT_add_nconf(conf, &ctx, section, x)) goto err;
1147 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1254 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
/external/openssl/crypto/asn1/
H A Dasn1_gen.c120 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
448 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf) argument
459 if (section)
463 sect = X509V3_get_section(cnf, (char *)section);
667 vtmp.section = NULL;
/external/openssl/crypto/conf/
H A Dcnf_save.c85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
H A Dconf.h76 char *section; member in struct:__anon28197
131 const char *section); variable
167 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
H A Dconf_api.c81 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
85 if ((conf == NULL) || (section == NULL)) return(NULL);
87 vv.section=(char *)section;
94 const char *section)
98 v=_CONF_get_section(conf,section);
105 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
110 ts = (STACK_OF(CONF_VALUE) *)section->value;
112 value->section=section
129 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
270 _CONF_new_section(CONF *conf, const char *section) argument
[all...]

Completed in 987 milliseconds

12345678