HomeSort by relevance Sort by last modified time
    Searched defs:section (Results 26 - 50 of 572) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ResourceExtractor.java 25 String section = innerClass.getSimpleName(); local
26 String name = section + "/" + field.getName();
33 if (!section.equals("styleable")) {
  /external/skia/src/sksl/
SkSLHCodeGenerator.cpp 86 const Section* s = fSectionAndParameterHelper.getSection(name);
98 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); local
99 if (section) {
100 const char* s = section->fText.c_str();
167 void HCodeGenerator::failOnSection(const char* section, const char* msg) {
168 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section);
170 fErrors.error(s[0]->fOffset, String("@") + section + " " + msg);
204 for (const Section* s : fSectionAndParameterHelper.getSections
    [all...]
  /external/skqp/src/sksl/
SkSLHCodeGenerator.cpp 86 const Section* s = fSectionAndParameterHelper.getSection(name);
98 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); local
99 if (section) {
100 const char* s = section->fText.c_str();
167 void HCodeGenerator::failOnSection(const char* section, const char* msg) {
168 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section);
170 fErrors.error(s[0]->fOffset, String("@") + section + " " + msg);
204 for (const Section* s : fSectionAndParameterHelper.getSections
    [all...]
  /frameworks/base/libs/incident/src/
IncidentReportArgs.cpp 108 int32_t section; local
109 err = in->readInt32(&section);
114 mSections.insert(section);
156 IncidentReportArgs::addSection(int section)
159 mSections.insert(section);
176 IncidentReportArgs::containsSection(int section) const
178 return mAll || mSections.find(section) != mSections.end();
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 147 const llvm::MCSectionData* section = 0; local
154 name, isDyn, type, binding, section, value, size, other);
173 const llvm::MCSectionData* section = 0; local
184 name, isDyn, type, binding, section, value, size, other);
194 name, isDyn, type, binding, section, value, size, other);
203 name, isDyn, type, binding, section, value, size, other);
  /hardware/libhardware/modules/camera/3_0/
VendorTags.cpp 42 // Describes a vendor tag section
43 struct Section {
50 // Entry arrays for each section
77 const Section DemoSections[DEMO_SECTION_COUNT] = {
92 // Get a static handle to a specific vendor tag section
93 const Section* getSection(uint32_t tag)
95 uint32_t section = (tag - vendor_section_start) >> 16; local
98 ALOGE("%s: Tag 0x%x before vendor section", __func__, tag);
102 if (section >= DEMO_SECTION_COUNT) {
103 ALOGE("%s: Tag 0x%x after vendor section", __func__, tag)
113 const Section* section = getSection(tag); local
165 const Section* section = getSection(tag); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 51 final int section = mSectionIndexer.getSectionForPosition(position); local
52 // Check if the position is the first in the section.
53 if (mSectionIndexer.getPositionForSection(section) == position) {
54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 24 import org.eclipse.ui.forms.widgets.Section;
29 * Section part for editing the properties in an Export editor.
35 Section section = getSection(); local
37 section.setText("Export Properties");
38 section.setDescription("Properties of export.properties:");
ExportLinksPart.java 31 import org.eclipse.ui.forms.widgets.Section;
34 * Links section part for export properties page.
42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
43 Section section = getSection(); local
44 section.setText("Links");
45 section.setDescription("TODO SOME TEXT HERE. You can also edit the XML directly.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 37 import org.eclipse.ui.forms.widgets.Section;
41 * Export section part for overview page.
49 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
51 Section section = getSection(); local
52 section.setText("Exporting");
64 section.setDescription("Library project cannot be exported.");
68 section.setDescription("To export the application for distribution, you have the following options:");
OverviewLinksPart.java 31 import org.eclipse.ui.forms.widgets.Section;
34 * Links section part for overview page.
42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
44 Section section = getSection(); local
45 section.setText("Links");
46 section.setDescription("The content of the Android Manifest is made up of three sections. You can also edit the XML directly.");
  /toolchain/binutils/binutils-2.27/bfd/
elf32-avr.h 40 /* The name of the section into which the property records are stored. */
46 /* The size of the header that is written to the property record section
51 data when written out to the ELF section is more compressed. */
55 /* The section and offset for this record. */
56 asection *section; member in struct:avr_property_record
95 within the section. See AVR_PROPERTY_RECORDS_VERSION. */
102 the section contents. */
105 /* The section from which the property records were loaded. This is the
106 actual section containing the records, not the section(s) to which th
108 asection *section; member in struct:avr_property_record_list
    [all...]
nlm32-i386.c 169 segment. This offset is the section vma, adjusted by the vma of
170 the lowest section in that segment, plus the address of the
194 /* The high bit is 1 if the reloc is against the code section, 0
195 if against the data section. */
266 /* The value of a symbol is the offset into the section. If the
269 that at this point the size of the data section is in the NLM
350 sym -> symbol.section = bfd_und_section_ptr;
361 asection *section; local
363 if (! nlm_i386_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
365 nlm_relocs -> section = section
    [all...]
simple.c 32 asection *section ATTRIBUTE_UNUSED,
41 asection *section ATTRIBUTE_UNUSED,
54 asection *section ATTRIBUTE_UNUSED,
63 asection *section ATTRIBUTE_UNUSED,
72 asection *section ATTRIBUTE_UNUSED,
94 asection *section; member in struct:saved_output_info
110 output file. For that reason, reset a debug section->output_offset
113 If not called during linking then set section->output_section to
114 point back to the input section, because output_section must not be
117 Save the original output offset and section to restore later. *
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_section_order.c 126 struct ld_plugin_section section; local
133 /* Inform the linker to prepare for section reordering. */
148 section.handle = file->handle;
149 section.shndx = shndx;
150 (*get_input_section_name)(section, &name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 37 import org.eclipse.ui.forms.widgets.Section;
57 * Utility class that derives from SectionPart, constructs the Section with
67 * The section style includes a description and a title bar by default.
80 * The section style includes a description and a title bar by default.
81 * You can add extra styles, like Section.TWISTIE.
86 * @param use_description True if the Section.DESCRIPTION style should be added.
91 Section.TITLE_BAR |
92 (use_description ? Section.DESCRIPTION : 0));
100 * If the parent composite is a Section, the new composite is set as a client.
163 * Forces the section to recompute its layout and redraw
167 Section section = getSection(); local
    [all...]
  /art/dexlayout/
dex_visualize.cc 48 // Colors are based on the type of the section in MapList.
84 // The dread linear search to find the right section for the reference.
85 uint16_t section = 0; local
88 section = file_section.type;
93 ColorMapType::const_iterator iter = kColorMap.find(section);
308 const dex_ir::DexFileSection& section = sorted_sections.at(i); local
309 if (section.size != 0) {
310 return section.offset;
324 fprintf(stdout, "section offset items bytes pages pct\n");
  /development/tools/bugreport/src/com/android/bugreport/bugreport/
BugreportParser.java 60 * Base class for bugreport section parsers. They self-report which
62 * when a section is encountered. These then call into the other
75 public void parse(String section, String command, Lines<? extends Line> lines);
82 // Initialize the section parsers.
100 // Read and parse the preamble -- until the first section beginning
111 // Read each section, and then parse it
112 String section = null; local
119 if (section != null && endSection.equals(section)) {
120 // End of the section
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 354 * RETURN : Success: the section name of the specific tag
375 * DESCRIPTION: Get section name for vendor tag
382 * RETURN : Success: the section name of the specific tag
395 uint32_t section = tag >> 16; local
397 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END)
400 ret = qcamera3_ext_section_names[section - VENDOR_SECTION];
426 uint32_t section = tag >> 16; local
427 uint32_t section_index = section - VENDOR_SECTION;
435 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END
468 uint32_t section = tag >> 16; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkupdate.c 104 * -3 if zone section is not the first section in
105 * the linked list, or section order has a problem
118 int section, numrrs = 0, counts[ns_s_max]; local
153 section = rrecp->r_section;
154 if (section < 0 || section >= ns_s_max)
156 counts[section]++;
157 for (i = section + 1; i < ns_s_max; i++)
164 if (section == S_PREREQ) {
    [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
sha1-586.asm 2 section code use32 class=code align=64 label
13 section .text code align=64 label
15 section .text code label
    [all...]
sha256-586.asm 2 section code use32 class=code align=64 label
13 section .text code align=64 label
15 section .text code label
    [all...]
sha512-586.asm 2 section code use32 class=code align=64 label
13 section .text code align=64 label
15 section .text code label
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
md5-x86_64.asm 5 section .text code align=64 label
766 section .pdata rdata align=4 label
772 section .xdata rdata align=8 label
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 53 using google_breakpad::test_assembler::Section;
62 section(endianness),
68 section.GetContents(&section_contents);
75 section.endianness() == kBigEndian,
83 Section section; member in class:ELFSymbolsToModuleTestFixture
99 section
141 section
170 section
269 section
    [all...]

Completed in 839 milliseconds

12 3 4 5 6 7 8 91011>>