OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionIndex
(Results
1 - 10
of
10
) sorted by null
/external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c
169
UInt16
sectionIndex
;
211
sectionIndex
= 0;
213
while (
sectionIndex
< fragToFix->containerHeader.sectionCount && ! found ) {
214
found = (fragToFix->sectionHeaders[
sectionIndex
].sectionKind == kPEFLoaderSection);
216
sectionIndex
+= 1;
227
fragToFix->loaderSection = (PEFLoaderInfoHeader *) NewPtr(fragToFix->sectionHeaders[
sectionIndex
].containerLength);
232
fragToFix->locator.offset + fragToFix->sectionHeaders[
sectionIndex
].containerOffset,
233
fragToFix->sectionHeaders[
sectionIndex
].containerLength,
623
static void *GetSectionBaseAddress(const FragToFixInfo *fragToFix, UInt16
sectionIndex
)
625
// whose index is
sectionIndex
. This routine is the evil twi
[
all
...]
/frameworks/av/camera/
VendorTagDescriptor.cpp
131
uint32_t tag,
sectionIndex
;
161
if ((res = parcel->readInt32(reinterpret_cast<int32_t*>(&
sectionIndex
))) != OK) {
166
maxSectionIndex = (maxSectionIndex >=
sectionIndex
) ? maxSectionIndex :
sectionIndex
;
170
mTagToSectionMap.add(tag,
sectionIndex
);
271
uint32_t tag,
sectionIndex
;
276
sectionIndex
= mTagToSectionMap.valueFor(tag);
281
if ((res = parcel->writeInt32(
sectionIndex
)) != OK) break;
CameraMetadata.cpp
789
size_t
sectionIndex
= 0;
807
sectionIndex
= i;
821
__FUNCTION__, section,
sectionIndex
);
832
if (
sectionIndex
< ANDROID_SECTION_COUNT) {
835
tagBegin = camera_metadata_section_bounds[
sectionIndex
][0];
836
tagEnd = camera_metadata_section_bounds[
sectionIndex
][1];
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
417
unsigned int
sectionIndex
= 0;
419
sectionIndex
= llvm::ELF::GRP_COMDAT;
420
else if (SN2I.lookup(member.sectionNameOrType,
sectionIndex
)) {
426
SIdx =
sectionIndex
;
/frameworks/base/cmds/incidentd/src/
Reporter.cpp
86
for (int
sectionIndex
= 0;
sectionIndex
< sectionCount;
sectionIndex
++) {
87
const IncidentMetadata::SectionStats& sectionStats = full.sections(
sectionIndex
);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp
535
unsigned int
sectionIndex
= 0;
537
sectionIndex
= llvm::ELF::GRP_COMDAT;
538
else if (SN2I.lookup(member.sectionNameOrType,
sectionIndex
)) {
544
SIdx =
sectionIndex
;
/external/icu/icu4c/source/common/
ucnv_ext.cpp
[
all
...]
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
[
all
...]
/external/guice/extensions/struts2/lib/
ant-1.6.5.jar
Completed in 1579 milliseconds