Home
last modified time | relevance | path

Searched full:namespace (Results 1 – 25 of 117) sorted by relevance

12345

/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.h15 /** namespace size */
18 /** namespace capacity */
21 /** namespace utilization */
24 /** namespace features */
42 /** Namespace Multi-path I/O and Namespace Sharing Capabilities */
54 /** Namespace Atomic Write Unit Normal */
57 /** Namespace Atomic Write Unit Power Fail */
60 /** Namespace Atomic Compare & Write Unit */
63 /** Namespace Atomic Boundary Size Normal */
66 /** Namespace Atomic Boundary Offset */
[all …]
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.h15 namespace apache
17 namespace thrift
19 namespace transport
48 } // namespace transport
49 } // namespace thrift
50 } // namespace apache
DTConnectedClient.h34 namespace apache
36 namespace thrift
38 namespace server
115 } // namespace server
116 } // namespace thrift
117 } // namespace apache
DTSimpleServer.h30 namespace apache
32 namespace thrift
34 namespace server
93 } // namespace server
94 } // namespace thrift
95 } // namespace apache
DTFDServer.cpp24 using namespace std;
26 namespace apache
28 namespace thrift
30 namespace transport
221 } // namespace transport
222 } // namespace thrift
223 } // namespace apache
DTServerFramework.h36 namespace apache
38 namespace thrift
40 namespace server
193 } // namespace server
194 } // namespace thrift
195 } // namespace apache
DTServerFramework.cpp31 namespace apache
33 namespace thrift
35 namespace server
253 } // namespace server
254 } // namespace thrift
255 } // namespace apache
/Zephyr-latest/modules/acpica/
DCMakeLists.txt84 ${COMP_DIR}/namespace/nsaccess.c
85 ${COMP_DIR}/namespace/nsalloc.c
86 ${COMP_DIR}/namespace/nsarguments.c
87 ${COMP_DIR}/namespace/nsconvert.c
88 ${COMP_DIR}/namespace/nsdump.c
89 ${COMP_DIR}/namespace/nseval.c
90 ${COMP_DIR}/namespace/nsinit.c
91 ${COMP_DIR}/namespace/nsload.c
92 ${COMP_DIR}/namespace/nsnames.c
93 ${COMP_DIR}/namespace/nsobject.c
[all …]
/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp11 namespace apache
13 namespace thrift
15 namespace concurrency
65 } // namespace concurrency
66 } // namespace thrift
67 } // namespace apache
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.h12 namespace apache
14 namespace thrift
16 namespace transport
63 } // namespace transport
64 } // namespace thrift
65 } // namespace apache
DThriftTLScertificateType.h10 namespace apache::thrift::transport
19 } // namespace apache::thrift::transport
DTServerSocket.h24 namespace apache
26 namespace thrift
28 namespace transport
182 } // namespace transport
183 } // namespace thrift
184 } // namespace apache
DTSSLServerSocket.cpp26 namespace apache
28 namespace thrift
30 namespace transport
242 } // namespace transport
243 } // namespace thrift
244 } // namespace apache
/Zephyr-latest/doc/services/storage/disk/
Dnvme.rst18 - NVMe namespace: :zephyr_file:`drivers/disk/nvme/nvme_namespace.c`
23 Finally the NVMe namespace is the dedicated part to deal with an actual namespace which, in turn, e…
26 If a controller exposes more than 1 namespace (disk), it will be possible to raise the amount of bu…
30 it's related namespace. As such, the disk name follows NVMe naming which is nvme<k>n<n> where k is …
/Zephyr-latest/samples/modules/chre/include/
Dapps.hpp11 namespace chre {
15 } /* namespace chre */
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dcontext.hpp18 using namespace apache::thrift::server;
19 using namespace thrift::test;
/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp25 using namespace ::apache::thrift;
26 using namespace ::apache::thrift::protocol;
27 using namespace ::apache::thrift::transport;
28 using namespace ::apache::thrift::server;
/Zephyr-latest/scripts/west_commands/tests/
Dtest_twister.py6 from argparse import Namespace
30 ARGS = Namespace(
Dtest_build.py5 from argparse import Namespace
46 ARGS = Namespace(board=None, build_dir=None, cmake=False, command='build',
54 b.args = Namespace()
/Zephyr-latest/samples/modules/chre/src/
Dechoapp.cpp13 namespace
41 } /* anonymous namespace */
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.hpp15 namespace InferenceProcess
56 } /* namespace InferenceProcess */
/Zephyr-latest/scripts/
Ddump_bugs_pickle.py16 def parse_args() -> argparse.Namespace:
36 def get_bugs(args: argparse.Namespace) -> List[Issue]: argument
/Zephyr-latest/scripts/west_commands/
Dspdx.py40 parser.add_argument('-n', '--namespace-prefix',
41 help="namespace prefix")
56 self.dbg(f" --namespace-prefix is", args.namespace_prefix)
90 # create default namespace according to SPDX spec
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h33 namespace apache
35 namespace thrift
37 namespace protocol
280 } // namespace protocol
281 } // namespace thrift
282 } // namespace apache
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp24 using namespace apache::thrift;
25 using namespace apache::thrift::protocol;
26 using namespace apache::thrift::transport;

12345