HomeSort by relevance Sort by last modified time
    Searched defs:sectionIndex (Results 1 - 25 of 46) sorted by null

1 2

  /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 717 size_t sectionIndex = 0;
735 sectionIndex = i;
749 __FUNCTION__, section, sectionIndex);
760 if (sectionIndex < ANDROID_SECTION_COUNT) {
763 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
764 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;
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 485 size_t sectionIndex = 0;
503 sectionIndex = i;
515 __FUNCTION__, section, sectionIndex);
526 if (sectionIndex < ANDROID_SECTION_COUNT) {
529 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
530 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
  /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/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 229 milliseconds

1 2