Searched refs:section (Results 26 - 50 of 66) sorted by relevance

123

/frameworks/support/car/src/main/java/androidx/car/app/
H A DCarListDialog.java298 * the {@link SubheaderListItem} to display the section title and {@link TextListItem} to
299 * display the individual items of a section.
305 for (DialogSubSection section : sections) {
306 SubheaderListItem header = new SubheaderListItem(getContext(), section.getTitle());
311 String[] items = section.getItems();
396 * A struct that holds data for a section. A section is a combination of the section title and
397 * the list of items associated with that section.
406 * @param title The title of the section
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp715 // First, find the section by the longest string match
716 const char *section = NULL; local
725 ALOGV("%s: Trying to match against section '%s'", __FUNCTION__, str);
727 if (strstr(name, str) == name) { // name begins with the section name
730 ALOGV("%s: Name begins with section name", __FUNCTION__);
732 // section name is the longest we've found so far
733 if (section == NULL || sectionLength < strLength) {
734 section = str;
738 ALOGV("%s: Found new best section (%s)", __FUNCTION__, section);
[all...]
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
H A DQueryMethodProcessorTest.kt160 val section = parsedQuery.query.bindSections.first()
162 assertThat(section, notNullValue())
164 assertThat(parsedQuery.sectionToParamMapping, `is`(listOf(Pair(section, param))))
175 val section = parsedQuery.query.bindSections.first()
177 assertThat(section, notNullValue())
180 `is`(listOf(Pair(section, param))))
191 val section = parsedQuery.query.bindSections[0]
194 assertThat(section, notNullValue())
198 `is`(listOf(Pair(section, param), Pair(section2, param))))
209 val section
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h44 LDSection* section);
H A DELFReaderIf.h55 /// readSectionHeaders - read ELF section header table and create LDSections
59 /// readRegularSection - read a regular section and create fragments.
69 /// This is used to get the signature of a group section.
88 /// LinkInfo - some section needs sh_link and sh_info, remember them.
90 LDSection* section; member in struct:mcld::ELFReaderIF::LinkInfo
/frameworks/base/core/java/android/widget/
H A DFastScroller.java166 /** The index of the current section. */
986 * Scrolls to a specific position within the section
1003 // Given the expected section and index, the following code will
1014 // Assume the next section is unique
1019 // Find the previous index if we're slicing the previous section
1030 // When section reaches 0 here, sectionIndex must follow it.
1051 // currently visible section. This could be equal to or greater than
1106 * Transitions the preview text to a new section. Handles animation,
1109 * @param sectionIndex The section index to which the preview should
1117 final Object section
[all...]
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h63 // Returns the section name string for a given vendor tag id.
90 * Lookup the tag id for a given tag name and section.
94 status_t lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const;
195 // Returns the section name string for a given vendor tag id.
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h63 // Returns the section name string for a given vendor tag id.
90 * Lookup the tag id for a given tag name and section.
94 status_t lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const;
195 // Returns the section name string for a given vendor tag id.
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDeemph_32_opt.s31 .section .text
H A Dconvolve_opt.s29 .section .text
H A Dcor_h_vec_opt.s34 .section .text
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DDeemph_32_neon.s31 .section .text
H A Dpred_lt4_1_neon.s29 .section .text
H A Dsyn_filt_neon.s30 .section .text
H A DDot_p_neon.s30 .section .text
H A DSyn_filt_32_neon.s36 .section .text
H A Dconvolve_neon.s29 .section .text
H A Dcor_h_vec_neon.s34 .section .text
H A Dresidu_asm_neon.s28 .section .text
H A Dscale_sig_neon.s28 .section .text
/frameworks/base/cmds/incidentd/src/
H A DSection.cpp53 // special section ids
57 // incident section parameters
144 // Reports bytes of the section uploaded via dropbox after filtering.
405 const WorkerThreadSection* section; member in struct:android::os::incidentd::WorkerThreadData
413 WorkerThreadData(const WorkerThreadSection* section);
418 : section(sec), workerDone(false), workerError(NO_ERROR) {}
430 status_t err = data->section->BlockingCall(data->pipe.writeFd().get());
439 data->decStrong(data->section);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp514 // variable length section of ES_infos. It does not include the
1832 sp<PSISection> section = mPSISections.valueAt(sectionIndex); local
1835 if (!section->isEmpty()) {
1836 ALOGW("parsePID encounters payload_unit_start_indicator when section is not empty");
1837 section->clear();
1841 section->setSkipBytes(skip + 1); // skip filler bytes + pointer field itself
1848 status_t err = section->append(br->data(), br->numBitsLeft() / 8);
1854 if (!section->isComplete()) {
1858 if (!section->isCRCOkay()) {
1861 ABitReader sectionBits(section
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp187 auto section = reader->GetNextReadBufferSection(); local
188 memcpy(dummy_data.data(), section.first, dummy_data.size());
190 AdvancePointer(section.first, dummy_data.size()));
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp914 UntranslatableSection section; local
915 section.start = section.end = xml_string_.text.size();
916 xml_string_.untranslatable_sections.push_back(section);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1209 "does not have @<major>. version section",
1216 "does not have .<minor>/ version section",
1395 const hardware::camera::common::V1_0::VendorTagSection& section = vts[s]; local
1396 const char *sectionName = section.sectionName.c_str();
1398 ALOGE("%s: no section name defined for vendor tag section %zu.", __FUNCTION__, s);
1404 for (size_t j = 0; j < section.tags.size(); j++) {
1405 uint32_t tag = section.tags[j].tagId;
1407 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag);
1411 tagArray.editItemAt(idx++) = section
[all...]

Completed in 397 milliseconds

123