Home
last modified time | relevance | path

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

1234567

/external/u-boot/fs/jffs2/
DKconfig5 Flash File System version 2). JFFS2 is a log-structured file system
/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/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dident-meta1.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta4.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/llvm/test/Verifier/
Dident-meta1.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta4.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta2.ll2 ; Verify that llvm.ident is properly structured.
Dident-meta3.ll2 ; Verify that llvm.ident is properly structured.
/external/python/cpython3/Doc/library/
Dxmlrpc.rst6 server (the server is named by a URI) and get back structured data.
Dmarkup.rst7 Python supports a variety of modules to work with various forms of structured
Dasyncio.rst31 **structured** network code.
/external/protobuf/src/google/protobuf/
Dstruct.proto44 // `Struct` represents a structured data value, consisting of fields
74 // Represents a structured value.
/external/golang-protobuf/ptypes/struct/
Dstruct.proto44 // `Struct` represents a structured data value, consisting of fields
74 // Represents a structured value.
/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dcontents.rst11 the rest are structured types (the standard calls them *constructed*).
/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/protobuf/
DREADME.android14 Protocol Buffers are a way of encoding structured data in an efficient
/external/python/cpython2/Doc/library/
Dmarkup.rst7 Python supports a variety of modules to work with various forms of structured
/external/curl/tests/data/
Dtest128868 # This test is structured to test all the expectations of
/external/python/pyasn1/docs/source/
Dcontents.rst10 technology for exchanging structured data in a universally understood,
49 recovered back into their structured form. The system is fully agnostic
/external/tensorflow/tensorflow/core/protobuf/
Dautotuning.proto4 // They are in proto format because we want to log them structured. They offer
/external/python/cpython2/Doc/c-api/
Dconcrete.rst14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the
/external/python/cpython3/Doc/c-api/
Dconcrete.rst14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py395 def _select_single_value(self, structured): argument
415 return nest.map_structure(_select_fn, structured)

1234567