Home
last modified time | relevance | path

Searched refs:structured (Results 1 – 25 of 95) sorted by relevance

1234

/external/llvm/test/Verifier/
Dident-meta4.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta1.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta3.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta2.ll2 ; Verify that llvm.ident is properly structured.
/external/jsoncpp/src/lib_json/
Djson_reader.cpp826 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/
Dstruct.proto44 // `Struct` represents a structured data value, consisting of fields
74 // Represents a structured value.
/external/libmicrohttpd/doc/chapters/
Dbibliography.inc21 A well--structured @emph{HTML} reference can be found on
/external/protobuf/
DREADME.android9 Protocol Buffers are a way of encoding structured data in an efficient
DREADME.md14 platform-neutral, extensible mechanism for serializing structured data. You
/external/replicaisland/
DREADME.TXT14 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/
Dmarkup.rst7 Python supports a variety of modules to work with various forms of structured
/external/python/cpython2/Doc/c-api/
Dconcrete.rst14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the
/external/protobuf/util/
DREADME.md14 platform-neutral, extensible mechanism for serializing structured data. You
/external/libese/
DREADME.md89 such as a specifically structured set of error messages and
/external/valgrind/docs/internals/
Dmodule-structure.txt11 structured as modules with clearly delimited areas of functionality,
Dxml-output-protocol4.txt34 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/
DHACKING7 The library is structured to give flexibility to the application using
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt32 structured... of course it would be no walk in the park, but it would be
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt32 structured... of course it would be no walk in the park, but it would be
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt44 Program interface query tests are structured as follows. Each program
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp1031 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/
DREADME66 Q: How is the IR structured?
120 keep them structured like that so that things like algebraic
/external/clang/docs/
DLibASTMatchers.rst12 about how the AST is structured.
/external/libxml2/
DNEWS34 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/
DREADME.md12 multiple and complex PFW settings. It is a recursive structured language with

1234