Home
last modified time | relevance | path

Searched refs:nos (Results 1 – 25 of 84) sorted by relevance

1234

/external/nos/host/generic/libnos/generator/test/
DAndroid.bp29 srcs: ["nos/generator/test/test.proto"],
30 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
31 cmd: GEN_SERVICE_SOURCE + "-Iexternal/nos/host/generic/libnos/generator/test",
37 srcs: ["nos/generator/test/test.proto"],
38 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
39 cmd: GEN_SERVICE_HEADER + "-Iexternal/nos/host/generic/libnos/generator/test",
45 srcs: ["nos/generator/test/test.proto"],
46 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
47 cmd: GEN_SERVICE_MOCK + "-Iexternal/nos/host/generic/libnos/generator/test",
51 name: "protoc-gen-nos-client-cpp_test",
[all …]
Dtest.cpp28 using ::nos::MockNuggetClient;
29 using ::nos::generator::test::EmptyRequest;
30 using ::nos::generator::test::EmptyResponse;
31 using ::nos::generator::test::GreetRequest;
32 using ::nos::generator::test::GreetResponse;
33 using ::nos::generator::test::Hello;
34 using ::nos::generator::test::IHello;
35 using ::nos::generator::test::MockHello;
/external/nos/host/generic/libnos/
DBUILD8 "include/nos/AppClient.h",
9 "include/nos/NuggetClient.h",
10 "include/nos/NuggetClientInterface.h",
11 "include/nos/debug.h",
30 "include/nos/NuggetClient.h",
31 "include/nos/NuggetClientDebuggable.h",
Ddebug.cpp21 namespace nos { namespace
DNuggetClientDebuggable.cpp22 namespace nos { namespace
DNuggetClient.cpp22 namespace nos { namespace
/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c88 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
345 STACK_OF(CONF_VALUE) *nos; in notice_section()
352 nos = X509V3_parse_list(cnf->value); in notice_section()
353 if (!nos || !sk_CONF_VALUE_num(nos)) { in notice_section()
358 ret = nref_nos(nref->noticenos, nos); in notice_section()
359 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()
385 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos) in nref_nos() argument
392 for (i = 0; i < sk_CONF_VALUE_num(nos); i++) { in nref_nos()
393 cnf = sk_CONF_VALUE_value(nos, i); in nref_nos()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_cpols.c88 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
345 STACK_OF(CONF_VALUE) *nos; in notice_section()
352 nos = X509V3_parse_list(cnf->value); in notice_section()
353 if (!nos || !sk_CONF_VALUE_num(nos)) { in notice_section()
358 ret = nref_nos(nref->noticenos, nos); in notice_section()
359 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()
385 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos) in nref_nos() argument
392 for (i = 0; i < sk_CONF_VALUE_num(nos); i++) { in nref_nos()
393 cnf = sk_CONF_VALUE_value(nos, i); in nref_nos()
/external/nos/host/generic/nugget/proto/
DBUILD153 GEN_SERVICE = "$(location @com_google_protobuf//:protoc) --plugin=protoc-gen-nos-client-cpp=$(locat…
168 " --nos-client-cpp_out=source:$$(dirname $(location nugget/app/avb/Avb.client.cpp)) " +
187 " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/avb/Avb.client.h)) " +
206 … " --nos-client-cpp_out=source:$$(dirname $(location nugget/app/weaver/Weaver.client.cpp)) " +
225 … " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/weaver/Weaver.client.h)) " +
246 … " --nos-client-cpp_out=source:$$(dirname $(location nugget/app/identity/Identity.client.cpp)) " +
267 … " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/identity/Identity.client.h)) " +
288 …" --nos-client-cpp_out=source:$$(dirname $(location nugget/app/keymaster/Keymaster.client.cpp)) " +
309 … " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/keymaster/Keymaster.client.h)) " +
/external/nos/host/generic/
DAndroid.bp84 …protoc) --plugin=protoc-gen-nos-client-cpp=$(location protoc-gen-nos-client-cpp) $(in) -Iexternal/…
86 GEN_SERVICE_SOURCE = GEN_SERVICE + " --nos-client-cpp_out=source:$(genDir) "
87 GEN_SERVICE_HEADER = GEN_SERVICE + " --nos-client-cpp_out=header:$(genDir) "
88 GEN_SERVICE_MOCK = GEN_SERVICE + " --nos-client-cpp_out=mock:$(genDir) "
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
DAndroid.bp30 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
38 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
46 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/nos/host/generic/nugget/proto/nugget/app/weaver/
DAndroid.bp30 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
38 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
46 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/nos/host/generic/nugget/proto/nugget/app/avb/
DAndroid.bp30 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
38 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
46 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/nos/host/generic/nugget/proto/nugget/app/identity/
DAndroid.bp30 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
38 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
46 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DTimestamp.java187 int nos = (int) floorMod(nanoAdjustment, NANOS_PER_SECOND); in ofEpochSecond() local
188 return create(secs, nos); in ofEpochSecond()
/external/nos/host/generic/libnos/include/nos/
Ddebug.h23 namespace nos {
DNuggetClientInterface.h23 namespace nos {
DAppClient.h25 namespace nos {
DNuggetClientDebuggable.h27 namespace nos {
DNuggetClient.h27 namespace nos {
/external/nos/host/generic/libnos_datagram/
DBUILD4 "include/nos/device.h",
/external/nos/host/generic/libnos/test/include/nos/
DMockNuggetClient.h27 namespace nos {
/external/nos/host/generic/libnos_transport/
DBUILD9 "include/nos/transport.h",
/external/guava/android/guava-tests/test/com/google/common/io/
DByteStreamsTest.java560 OutputStream nos = ByteStreams.nullOutputStream(); in testNullOutputStream() local
562 nos.write('n'); in testNullOutputStream()
564 nos.write(test.getBytes()); in testNullOutputStream()
565 nos.write(test.getBytes(), 2, 10); in testNullOutputStream()
/external/guava/guava-tests/test/com/google/common/io/
DByteStreamsTest.java560 OutputStream nos = ByteStreams.nullOutputStream(); in testNullOutputStream() local
562 nos.write('n'); in testNullOutputStream()
564 nos.write(test.getBytes()); in testNullOutputStream()
565 nos.write(test.getBytes(), 2, 10); in testNullOutputStream()

1234