HomeSort by relevance Sort by last modified time
    Searched refs:Section (Results 1 - 25 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 32 public final Section header = new Section(0x0000);
33 public final Section stringIds = new Section(0x0001);
34 public final Section typeIds = new Section(0x0002);
35 public final Section protoIds = new Section(0x0003);
36 public final Section fieldIds = new Section(0x0004)
121 Section section = getSection(type); local
145 Section section = sections[i]; local
    [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 51 AssemblerConstantPools::getConstantPool(const MCSection *Section) {
52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
60 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) {
61 return ConstantPools[Section];
64 static void emitConstantPool(MCStreamer &Streamer, const MCSection *Section,
67 Streamer.SwitchSection(Section);
77 const MCSection *Section = CPI->first;
80 emitConstantPool(Streamer, Section, CP);
85 const MCSection *Section = Streamer.getCurrentSection().first;
86 if (ConstantPool *CP = getConstantPool(Section)) {
    [all...]
MCContext.cpp 203 // Section Management
207 getMachOSection(StringRef Segment, StringRef Section,
211 // We unique sections by their segment/section pair. The returned section
212 // may not have the same flags as the requested section, if so this should be
219 Name += Section;
225 // Otherwise, return a new section.
226 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
231 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
233 return getELFSection(Section, Type, Flags, Kind, 0, "")
    [all...]
  /external/llvm/include/llvm/MC/
MCSymbol.h 31 /// Section member is set to indicate what section it lives in. Otherwise, if
32 /// it is a reference to an external entity, it has a null section.
34 // Special sentinal value for the absolute pseudo section.
43 /// Section - The section the symbol is defined in. This is null for
46 const MCSection *Section;
63 : Name(name), Section(nullptr), Value(nullptr),
88 /// Defined symbols are either absolute or in some section.
90 return Section != nullptr
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.")
    [all...]
es3fNegativeStateApiTests.cpp 75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
92 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
100 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
108 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
127 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
132 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
144 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
149 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state ta (…)
    [all...]
es3fNegativeVertexArrayApiTests.cpp 70 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
84 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
103 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
116 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
125 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
130 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
136 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
141 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative.");
146 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNED_INT_2_10_10_10_REV and size is not 4.");
157 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated a non-zero vertex array object is bound, zero is bound to t (…)
    [all...]
es3fNegativeBufferApiTests.cpp 57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
97 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
117 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
123 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer object being updated is mapped.")
    [all...]
es3fNegativeTextureApiTests.cpp 103 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
119 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
126 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
153 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
162 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
185 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
204 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE) for a 2d texture target.");
210 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEXTURE_SIZE) for a cubemap target.");
228 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is less than 0.");
230 m_log << TestLog::Section("", "GL_TEXTURE_2D target")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.")
    [all...]
es2fNegativeBufferApiTests.cpp 54 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
61 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
68 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
79 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
84 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
94 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
114 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
129 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if offset or size is negative, or if together they define a reg (…)
    [all...]
es2fNegativeVertexArrayApiTests.cpp 60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
100 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
105 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative.");
112 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
120 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
131 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
136 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if count is negative.")
    [all...]
es2fNegativeShaderApiTests.cpp 73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
87 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
98 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
116 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
121 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
131 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
152 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported format returned in GL_SHADER_BINARY_FORMATS.");
159 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any value in shaders is not a value generated by OpenGL.");
165 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n or length is negative.")
    [all...]
es2fNegativeStateApiTests.cpp 69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
125 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
135 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxCount is less than 0.");
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.")
    [all...]
es2fNegativeTextureApiTests.cpp 110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
123 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
148 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
163 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
184 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
196 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
218 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE).");
231 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE).")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
PropertiesSection.js 32 * @extends {WebInspector.Section}
38 WebInspector.Section.call(this, title, subtitle);
45 this.propertiesTreeOutline.section = this;
51 __proto__: WebInspector.Section.prototype
  /external/llvm/lib/DebugInfo/
DWARFContext.h 50 /// Read compile units from the debug_info section (if necessary)
58 /// Read compile units from the debug_info.dwo section (if necessary)
62 /// Read type units from the debug_types.dwo section (if necessary)
67 struct Section {
174 virtual const Section &getInfoSection() = 0;
175 typedef MapVector<object::SectionRef, Section,
179 virtual const Section &getLocSection() = 0;
180 virtual const Section &getLocDWOSection() = 0;
183 virtual const Section &getLineSection() = 0;
184 virtual const Section &getLineDWOSection() = 0
    [all...]
  /external/chromium_org/courgette/
types_win_pe.h 13 // PE file section header. This struct has the same layout as the
18 struct Section {
32 COMPILE_ASSERT(sizeof(Section) == 40, section_is_40_bytes);
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 99 Allocation &Section = UnmappedSections[i];
100 if (Section.IsCode) {
101 unsigned Size = Section.MB.size();
102 unsigned Align = Section.Alignment;
106 // section.
108 // Save off the address of the new section and allocate its space.
109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset));
116 Allocation &Section = UnmappedSections[i];
117 if (!Section.IsCode) {
118 unsigned Size = Section.MB.size()
    [all...]
  /external/llvm/include/llvm/Object/
ELFYAML.h 63 StringRef Section;
73 struct Section {
82 Section(SectionKind Kind) : Kind(Kind) {}
83 virtual ~Section();
85 struct RawContentSection : Section {
88 RawContentSection() : Section(SectionKind::RawContent) {}
89 static bool classof(const Section *S) {
99 struct RelocationSection : Section {
102 RelocationSection() : Section(SectionKind::Relocation) {}
103 static bool classof(const Section *S)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 257 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,
266 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset);
279 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
289 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
290 uint64_t FinalAddress = Section.LoadAddress + Offset;
304 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
305 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
306 uint64_t FinalAddress = Section.LoadAddress + Offset;
317 reinterpret_cast<uint64_t *>(Section.ObjAddress + Offset);
318 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset)
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 131 { "Section", 0xE }
160 MachOSection &Section) {
162 MachO::section Sect = Obj->getSection(Sec);
163 Section.Address = Sect.addr;
164 Section.Size = Sect.size;
165 Section.Offset = Sect.offset;
166 Section.Alignment = Sect.align;
167 Section.RelocationTableOffset = Sect.reloff;
168 Section.NumRelocationTableEntries = Sect.nreloc;
169 Section.Flags = Sect.flags
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-personalityindex.s 8 .section .pr0
19 @ CHECK: Section {
26 @ CHECK: Section {
34 .section .pr0.nontrivial
48 @ CHECK: Section {
55 @ CHECK: Section {
63 .section .pr1
74 @ CHECK: Section {
81 @ CHECK: Section {
88 @ CHECK: Section {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 62 // to hold the section data from image file.
63 private static class Section {
106 List<Section> sections = parse(is, true);
111 for (Section section : sections) {
112 if (hasXMPHeader(section.data)) {
113 int end = getXMPContentEnd(section.data);
116 section.data, XMP_HEADER_SIZE, buffer, 0, buffer.length);
153 List<Section> sections = null;
189 List<Section> sections = parse(inputStream, false)
360 Section section = new Section(); local
376 Section section = new Section(); local
    [all...]
  /external/lldb/source/Core/
Section.cpp 1 //===-- Section.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/Section.h"
18 Section::Section (const ModuleSP &module_sp,
44 // printf ("Section::Section(%p): module=%p, sect_id = 0x%16.16" PRIx64 ", addr=[0x%16.16" PRIx64 " - 0x%16.16" PRIx64 "), file [0x%16.16" PRIx64 " - 0x%16.16" PRIx64 "), flags = 0x%8.8x, name = %s\n",
48 Section::Section (const lldb::SectionSP &parent_section_sp,
75 // printf ("Section::Section(%p): module=%p, sect_id = 0x%16.16" PRIx64 ", addr=[0x%16.16" PRIx64 " - 0x%16.16" PRIx64 "), file (…)
    [all...]

Completed in 513 milliseconds

1 2 3 4 5 6 7 8 91011>>