/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 304 my $sect = 'DESCRIPTION'; 328 $sect = uc $1; 335 $sect = 'COPYRIGHT'; 336 $include{$sect} ||= ''; 337 $include{$sect} .= ".PP\n" if $include{$sect}; 359 $include{$sect} .= $copy; 367 $sect = 'REPORTING BUGS'; 373 $sect = 'AUTHOR'; 383 $include{$sect} ||= '' [all...] |
/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 60 asection const * sect; local 156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) { 157 if (sect->flags & SEC_CODE) { 158 if (filepos_map[sect->name] != 0) { 159 cerr << "Found section \"" << sect->name 165 filepos_map[sect->name] = sect->filepos [all...] |
op_bfd.cpp | 115 asection const * sect; local 160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) { 161 if (sect->flags & SEC_CODE) { 162 if (filepos_map[sect->name] != 0) { 163 cerr << "Found section \"" << sect->name 169 filepos_map[sect->name] = sect->filepos 303 asection const * sect = ibfd.abfd->sections; local [all...] |
bfd_support.cpp | 81 asection * sect; local 84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink"); 86 if (sect == NULL) 89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect); 94 if (!bfd_get_section_contents(ibfd, sect, 413 for (asection const * sect = abfd->sections; sect; sect = sect->next) { 414 if (sect->flags & SEC_DEBUGGING [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getics.cpp | 108 sect[] = array of structures that hold section codebook and 223 sect, 229 MODIFYING(sect,pInputStream,sectbits) 241 cb = sect[i].sect_cb; 242 sectWidth = sect[i].sect_end - sectStart; 275 sect, 362 sect, 435 SectInfo sect[]) 505 sect, 525 cb = sect[i].sect_cb [all...] |
s_tdec_int_file.h | 259 SectInfo sect[MAXBANDS + 1]; member in struct:__anon14850::shared_memory::__anon14851
|
huffdecode.cpp | 115 pChVars->sect contents updated by newly decoded section information 291 pChVars[ch]->sect); 293 max_sfb,tns,pulseInfo,sect) 515 pVars->share.a.sect);
|
/external/grub/docs/ |
help2man | 264 my $sect = 'DESCRIPTION'; 288 $sect = uc $1; 295 $sect = 'COPYRIGHT'; 296 $include{$sect} ||= ''; 297 $include{$sect} .= ".PP\n" if $include{$sect}; 319 $include{$sect} .= $copy; 327 $sect = 'REPORTING BUGS'; 333 $sect = 'AUTHOR'; 343 $include{$sect} ||= '' [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/external/kernel-headers/original/linux/mtd/ |
nftl.h | 34 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/external/openssl/crypto/x509v3/ |
v3_pci.c | 265 STACK_OF(CONF_VALUE) *sect; 268 sect = X509V3_get_section(ctx, cnf->name + 1); 269 if (!sect) 275 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) 278 process_pci_value(sk_CONF_VALUE_value(sect, j), 281 X509V3_section_free(ctx, sect);
|
v3_crld.c | 93 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect) 97 if (*sect == '@') 98 gnsect = X509V3_get_section(ctx, sect + 1); 100 gnsect = X509V3_parse_list(sect); 108 if (*sect == '@')
|
/bionic/libc/netbsd/nameser/ |
ns_parse.c | 46 static void setsection(ns_msg *msg, ns_sect sect); 200 setsection(ns_msg *msg, ns_sect sect) { 201 msg->_sect = sect; 202 if (sect == ns_s_max) { 207 msg->_msg_ptr = msg->_sections[(int)sect];
|
/external/skia/src/core/ |
SkDevice.cpp | 95 bool SkDevice::intersects(const SkIRect& r, SkIRect* sect) const { 99 return sect ? sect->intersect(r, bounds) : SkIRect::Intersects(r, bounds);
|
/external/openssl/crypto/asn1/ |
asn1_gen.c | 452 STACK_OF(CONF_VALUE) *sect = NULL; 463 sect = X509V3_get_section(cnf, (char *)section); 464 if (!sect) 466 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) 468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); 506 if (sect) 507 X509V3_section_free(cnf, sect);
|