Searched refs:subsection (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttribute.cpp | 96 Subsection* subsection = getSubsection(vendor_name); in merge() local 99 if (subsection == NULL) { in merge() 113 if (!subsection->merge(pInput, vendor_data, vendor_data_size)) in merge() 173 Subsection* const subsection = *subsec_it; in getSubsection() local 174 if (subsection->isMyAttribute(pVendorName)) { in getSubsection() 175 return subsection; in getSubsection()
|
/frameworks/base/cmds/idmap/ |
D | inspect.cpp | 127 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { in print() argument 131 printf("%-12s %-12s 0x%08x ", section, subsection, value); in print() 137 void print_path(const char *section, const char *subsection, const char *fmt, ...) { in print_path() argument 141 printf("%-12s %-12s .......... ", section, subsection); in print_path()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 8 "skip unrecognized private vendor subsection with name '%0' in %1.", 9 "skip unrecognized private vendor subsection with name '%0' in %1.")
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 79 subsection titled Other EGLConfig Attribute Descriptions.
|
D | EGL_ANDROID_presentation_time.txt | 67 Add a new subsection before Section 3.9.4, page 53 (Posting Errors)
|
D | EGL_ANDROID_recordable.txt | 77 subsection titled Other EGLConfig Attribute Descriptions.
|
D | EGL_ANDROID_blob_cache.txt | 100 Add a new subsection after Section 3.8, page 50
|