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

1 2

  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AlphabeticIndexCompat.java 58 String sectionName = mBaseIndex.getBucketLabel(mBaseIndex.getBucketIndex(s));
59 if (Utilities.trim(sectionName).isEmpty() && s.length() > 0) {
77 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);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 214 std::string sectionName = sectionPrefix.str() + symbolName;
217 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 180 String8 sectionName = parcel->readString8();
181 if (sectionName.isEmpty()) {
186 mSections.add(sectionName);
326 String8 sectionName = mSections[sectionId];
331 "", tag, name.string(), type, typeName, sectionName.string());
379 const char *sectionName = vOps->get_section_name(vOps, tag);
380 if (sectionName == NULL) {
385 String8 sectionString(sectionName);
  /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);
627 const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(m_numIters);
628 const tcu::ScopedLogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName);
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 978 const char* const sectionName = (m_postRender != 0 ? "Primary render program" : "Render program");
979 const tcu::ScopedLogSection section (log, sectionName, sectionName);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 203 String sectionName = mRv.scrollToPositionAtProgress((boundedY - top) /
205 mPopup.setSectionName(sectionName);
206 mPopup.animateVisibility(!sectionName.isEmpty());
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 586 char *sectionName;
600 sectionName = elf_strptr(elf, shdrstrndx, shdr.sh_name);
604 ELF_ERR("Error getting data for section %s", sectionName);
608 elfExtractSectionPointer(elf_data, sectionName, app);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 205 String lastSectionName = item.sectionName;
208 String sectionName = nextItem.sectionName;
212 if (j > item.sectionAppIndex && sectionName.equals(lastSectionName)) {
217 PointF sectionBounds = getAndCacheSectionBounds(sectionName);
234 boolean fixedToRow = !sectionName.equals(nextRowItem.sectionName);
254 c.drawText(sectionName, x, y, mSectionTextPaint);
258 lastSectionName = sectionName;
274 private PointF getAndCacheSectionBounds(String sectionName) {
    [all...]
AlphabeticalAppsList.java 69 public String sectionName;
75 public FastScrollSectionInfo(String sectionName) {
76 this.sectionName = sectionName;
97 public String sectionName = null;
118 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName,
120 AdapterItem item = asApp(pos, section, sectionName, sectionAppIndex, appInfo, appIndex);
125 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName,
131 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/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.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.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/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 

Completed in 883 milliseconds

1 2