Searched refs:structured (Results 1 – 25 of 95) sorted by relevance
1234
/external/llvm/test/Verifier/ |
D | ident-meta4.ll | 2 ; Verify that llvm.ident is properly structured.
|
D | ident-meta1.ll | 2 ; Verify that llvm.ident is properly structured.
|
D | ident-meta3.ll | 2 ; Verify that llvm.ident is properly structured.
|
D | ident-meta2.ll | 2 ; Verify that llvm.ident is properly structured.
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 826 Reader::StructuredError structured; in getStructuredErrors() local 827 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 828 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors() 829 structured.message = error.message_; in getStructuredErrors() 830 allErrors.push_back(structured); in getStructuredErrors()
|
/external/protobuf/src/google/protobuf/ |
D | struct.proto | 44 // `Struct` represents a structured data value, consisting of fields 74 // Represents a structured value.
|
/external/libmicrohttpd/doc/chapters/ |
D | bibliography.inc | 21 A well--structured @emph{HTML} reference can be found on
|
/external/protobuf/ |
D | README.android | 9 Protocol Buffers are a way of encoding structured data in an efficient
|
D | README.md | 14 platform-neutral, extensible mechanism for serializing structured data. You
|
/external/replicaisland/ |
D | README.TXT | 14 The code is structured into several Activities for the main menu, level select screen, dialog windo… 16 The game loop itself is structured as follows:
|
/external/python/cpython2/Doc/library/ |
D | markup.rst | 7 Python supports a variety of modules to work with various forms of structured
|
/external/python/cpython2/Doc/c-api/ |
D | concrete.rst | 14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the
|
/external/protobuf/util/ |
D | README.md | 14 platform-neutral, extensible mechanism for serializing structured data. You
|
/external/libese/ |
D | README.md | 89 such as a specifically structured set of error messages and
|
/external/valgrind/docs/internals/ |
D | module-structure.txt | 11 structured as modules with clearly delimited areas of functionality,
|
D | xml-output-protocol4.txt | 34 How this specification is structured 82 The definition of Protocol 4 now follows. It is structured similarly 302 a structured nicely wrapped up in tags, and once as raw text
|
/external/selinux/python/sepolgen/ |
D | HACKING | 7 The library is structured to give flexibility to the application using
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 32 structured... of course it would be no walk in the park, but it would be
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 32 structured... of course it would be no walk in the park, but it would be
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 44 Program interface query tests are structured as follows. Each program
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 1031 Reader::StructuredError structured; in getStructuredErrors() local 1032 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 1033 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors() 1034 structured.message = error.message_; in getStructuredErrors() 1035 allErrors.push_back(structured); in getStructuredErrors() 2030 OurReader::StructuredError structured; in getStructuredErrors() local 2031 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 2032 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors() 2033 structured.message = error.message_; in getStructuredErrors() 2034 allErrors.push_back(structured); in getStructuredErrors()
|
/external/mesa3d/src/compiler/glsl/ |
D | README | 66 Q: How is the IR structured? 120 keep them structured like that so that things like algebraic
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 12 about how the AST is structured.
|
/external/libxml2/ |
D | NEWS | 34 wrong error column in structured error when parsing attribute values (Juergen Keil), 35 wrong error column in structured error when skipping whitespace in xml decl (Juergen Keil), 36 no error column in structured error handler for xml schema validation errors (Juergen Keil), 167 wrong error column in structured error when parsing end tag (Juergen Keil), 491 __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin), 492 __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin), 770 564217 fix structured error handling problems, 1160 - improvements: structured interfaces for schemas and RNG error reports 1303 fixes (DV and Rob Richards), Schemas memory bug, structured error handler 1355 xmlReader state after attribute reading (William), structured error [all …]
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 12 multiple and complex PFW settings. It is a recursive structured language with
|
1234