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

1 2

  /frameworks/av/camera/
VendorTagDescriptor.cpp 96 const char *sectionName = vOps->get_section_name(vOps, tag);
97 if (sectionName == NULL) {
102 String8 sectionString(sectionName);
223 String8 sectionName = parcel->readString8();
224 if (sectionName.isEmpty()) {
229 desc->mSections.add(sectionName);
370 String8 sectionName = mSections[sectionId];
375 "", tag, name.string(), type, typeName, sectionName.string());
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 311 ErrorOr<StringRef> sectionName = Obj.getSectionName(sHdr);
312 if (std::error_code ec = sectionName.getError())
314 s.sectionNameOrType = *sectionName;
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AlphabeticIndexCompat.java 119 String sectionName = getBucketLabel(getBucketIndex(s));
120 if (Utilities.trim(sectionName).isEmpty() && s.length() > 0) {
138 return sectionName;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 167 String sectionName = getDialogSettingsSectionName();
168 if (settings.getSection(sectionName) == null) {
169 return settings.addNewSection(sectionName);
171 return settings.getSection(sectionName);
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 164 String sectionName = mRv.scrollToPositionAtProgress((boundedY - top) /
166 mPopup.setSectionName(sectionName);
167 mPopup.animateVisibility(!sectionName.isEmpty());
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 428 const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(m_numIters);
429 const tcu::ScopedLogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName);
635 const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(m_numIters);
636 const tcu::ScopedLogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName);
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 964 const char* const sectionName = (m_postRender != 0 ? "Primary render program" : "Render program");
965 const tcu::ScopedLogSection section (log, sectionName, sectionName);
983 const char* const sectionName = (m_preRender!= 0 ? "Secondary render program" : "Render program");
984 const tcu::ScopedLogSection section (log, sectionName, sectionName);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 152 String lastSectionName = item.sectionName;
155 String sectionName = nextItem.sectionName;
159 if (j > item.sectionAppIndex && sectionName.equals(lastSectionName)) {
165 PointF sectionBounds = getAndCacheSectionBounds(sectionName);
182 boolean fixedToRow = !sectionName.equals(nextRowItem.sectionName);
202 c.drawText(sectionName, x, y, mSectionTextPaint);
206 lastSectionName = sectionName;
222 private PointF getAndCacheSectionBounds(String sectionName) {
    [all...]
AlphabeticalAppsList.java 64 public String sectionName;
70 public FastScrollSectionInfo(String sectionName) {
71 this.sectionName = sectionName;
94 public String sectionName = null;
113 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName,
115 AdapterItem item = asApp(pos, section, sectionName, sectionAppIndex, appInfo, appIndex);
120 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName,
126 item.sectionName = sectionName;
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 3320 milliseconds

1 2