Searched defs:numOfSections (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h60 size_t numOfSections() const { return m_SectionTable.size(); } function in class:mcld::LDContext
/frameworks/support/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DCarListDialogDemo.java52 int numOfSections = TextUtils.isEmpty(numOfSectionsText)
68 numOfSections,
83 static ListDialogFragment newInstance(boolean hasTitle, int numOfSections, argument
87 args.putInt(NUM_OF_SECTIONS_KEY, numOfSections);
102 int numOfSections = getArguments().getInt(NUM_OF_SECTIONS_KEY);
105 if (numOfSections != 0) {
106 builder.setItems(createSections(numOfSections, numOfItems), null);
118 private CarListDialog.DialogSubSection[] createSections(int numOfSections, int numOfItems) { argument
120 new CarListDialog.DialogSubSection[numOfSections];
122 for (int i = 0; i < numOfSections;
[all...]
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DCarListDialogDemo.java52 int numOfSections = TextUtils.isEmpty(numOfSectionsText)
68 numOfSections,
83 static ListDialogFragment newInstance(boolean hasTitle, int numOfSections, argument
87 args.putInt(NUM_OF_SECTIONS_KEY, numOfSections);
102 int numOfSections = getArguments().getInt(NUM_OF_SECTIONS_KEY);
105 if (numOfSections != 0) {
106 builder.setItems(createSections(numOfSections, numOfItems), null);
118 private CarListDialog.DialogSubSection[] createSections(int numOfSections, int numOfItems) { argument
120 new CarListDialog.DialogSubSection[numOfSections];
122 for (int i = 0; i < numOfSections;
[all...]

Completed in 77 milliseconds