Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 155) sorted by relevance

1234567

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc90 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) \ argument
92 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) \ argument
95 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) argument
96 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) argument
197 CFISection section(kBigEndian, 8); in TEST_F() local
222 CFISection section(kLittleEndian, 4); in TEST_F() local
247 CFISection section(kBigEndian, 8); in TEST_F() local
271 CFISection section(kBigEndian, 8); in TEST_F() local
298 CFISection section(kLittleEndian, 4); in TEST_F() local
319 CFISection section(kBigEndian, 4); in TEST_F() local
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.hpp38 struct section { struct
39 enum type {
47 section(resource_id id, enum type type, size_t size, in section() function
50 section() : id(0), type(text), size(0), data() { } in section() function
52 resource_id id;
53 type type;
54 size_t size;
55 clover::compat::vector<char> data;
85 resource_id section; member
/external/deqp/modules/gles31/functional/
Des31fProgramPipelineStateQueryTests.cpp107 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate() local
112 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate() local
130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate() local
188 const tcu::ScopedLogSection section(m_testCtx.getLog(), "program", "Program"); in iterate() local
196 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
206 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Set", "Set"); in iterate() local
246 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate() local
251 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate() local
268 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
[all …]
Des31fIndexedStateQueryTests.cpp109 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate() local
117 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate() local
131 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate() local
180 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); in iterate() local
224 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
238 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Generic", "After setting generic binding … in iterate() local
246 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBuffe… in iterate() local
254 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBuffe… in iterate() local
263 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "DifferentStates", "Original state did not… in iterate() local
308 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
[all …]
Des31fInfoLogQueryShared.cpp47 const tcu::ScopedLogSection section (gl.getLog(), "QueryAll", "Query all"); in verifyInfoLogQuery() local
61 const tcu::ScopedLogSection section (gl.getLog(), "QueryMore", "Query more"); in verifyInfoLogQuery() local
85 const tcu::ScopedLogSection section (gl.getLog(), "QueryLess", "Query less"); in verifyInfoLogQuery() local
102 const tcu::ScopedLogSection section (gl.getLog(), "QueryOne", "Query one character"); in verifyInfoLogQuery() local
118 const tcu::ScopedLogSection section (gl.getLog(), "QueryNone", "Query to zero-sized buffer"); in verifyInfoLogQuery() local
Des31fProgramStateQueryTests.cpp105 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader"); in iterate() local
110 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader"); in iterate() local
120 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
127 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetFalse", "SetFalse"); in iterate() local
147 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTrue", "SetTrue"); in iterate() local
228 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneDimensional", "1D"); in iterate() local
239 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TwoDimensional", "2D"); in iterate() local
250 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TreeDimensional", "3D"); in iterate() local
312 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
319 const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoBuffers", "No buffers"); in iterate() local
[all …]
Des31fVertexAttributeBindingStateQueryTests.cpp101 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
109 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test() local
132 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test() local
176 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
184 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test() local
207 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test() local
281 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
289 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test() local
312 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test() local
359 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
[all …]
Des31fTextureBufferTests.cpp229 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() local
236 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() local
251 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() local
288 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() local
295 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() local
310 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() local
347 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate() local
363 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate() local
418 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate() local
434 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate() local
[all …]
Des31fIntegerStateQueryTests.cpp133 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() local
140 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() local
155 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() local
256 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
262 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterBinding", "After binding"); in iterate() local
272 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterDelete", "After deleting"); in iterate() local
311 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
317 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterBinding", "After binding"); in iterate() local
327 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterDelete", "After deleting"); in iterate() local
372 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Minimum", "Specified minimum is " + de::t… in iterate() local
[all …]
Des31fDebugTests.cpp967 tcu::ScopedLogSection section (log, "message gen", desc); in genMessages() local
1064 const tcu::ScopedLogSection section (log, "", "Setting message filters"); in applyFilters() local
1451 tcu::ScopedLogSection section(log, "reference run", "Reference run (synchronous)"); in iterate() local
1485 tcu::ScopedLogSection section (log, "result run", "Result run (asynchronous)"); in iterate() local
1850 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Shader", "Shader object"); in iterate() local
1867 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Sync", "Sync object"); in iterate() local
1932 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Shader", "Shader object"); in iterate() local
1960 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Sync", "Sync object"); in iterate() local
2026 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Shader", "Shader object"); in iterate() local
2052 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Sync", "Sync object"); in iterate() local
[all …]
/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp710 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
716 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Toggle", "Toggle"); in test() local
788 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
794 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Toggle", "Toggle"); in test() local
867 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
872 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Set", "Set"); in test() local
938 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
943 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Set", "Set"); in test() local
1012 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
1017 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Set", "Set"); in test() local
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
349 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
360 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
371 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
388 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string()
419 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
426 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMapItem.java38 private final Section section; field in MapItem
124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem()
161 private MapItem(Section section) { in MapItem()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
Dutil.py34 def _interpolate(self, section, option, rawval, vars): argument
37 def items(self, section): argument
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
Dutil.py34 def _interpolate(self, section, option, rawval, vars): argument
37 def items(self, section): argument
/external/boringssl/src/crypto/conf/
Dconf.c145 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
187 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
345 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
361 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
375 int add_string(const CONF *conf, CONF_VALUE *section, CONF_VALUE *value) { in add_string()
504 char *section = NULL, *buf; in def_load_bio() local
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
Dutil.py44 def _interpolate(self, section, option, rawval, vars): argument
47 def items(self, section): argument
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
Dutil.py44 def _interpolate(self, section, option, rawval, vars): argument
47 def items(self, section): argument
/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc60 Section section(dump); in TEST() local
84 Section section(dump); in TEST() local
102 Section section(dump); in TEST() local
252 Section section(dump); in TEST() local
323 Section section(dump); in TEST() local
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/static/
Ddefault.css330 section { selector
361 header, section, footer { selector
372 section { selector
/external/libxml2/doc/
Dindex.py567 def addWordHTML(word, resource, id, section, relevance): argument
601 def addStringHTML(str, resource, id, section, relevance): argument
949 def analyzeHTMLText(doc, resource, p, section, id): argument
958 def analyzeHTMLPara(doc, resource, p, section, id): argument
967 def analyzeHTMLPre(doc, resource, p, section, id): argument
976 def analyzeHTML(doc, resource, p, section, id): argument
/external/elfutils/src/tests/
Dnewscn.c34 Elf_Scn *section; in main() local
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1253 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "QueryLarge", "Query to large buffer"); in test() local
1276 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "QueryAll", "Query all to exactly righ… in test() local
1298 const tcu::ScopedLogSection section (m_testCtx.getLog(), "QueryNone", "Query none"); in test() local
2194 const tcu::ScopedLogSection section(m_log, "DefaultVAO", "Test with default VAO"); in test() local
2207 const tcu::ScopedLogSection section(m_log, "WithVAO", "Test with VAO"); in test() local
2259 const tcu::ScopedLogSection section(m_log, "DefaultVAO", "Test with default VAO"); in test() local
2313 const tcu::ScopedLogSection section(m_log, "WithVAO", "Test with VAO"); in test() local
2365 const tcu::ScopedLogSection section(m_log, "DefaultVAO", "Test with default VAO"); in test() local
2428 const tcu::ScopedLogSection section(m_log, "WithVAO", "Test with VAO"); in test() local
2480 const tcu::ScopedLogSection section(m_log, "DefaultVAO", "Test with default VAO"); in test() local
[all …]
/external/elfutils/src/libebl/
Deblsectionname.c39 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
Deblsectiontypename.c39 ebl_section_type_name (ebl, section, buf, len) in ebl_section_type_name() argument

1234567