/external/nos/host/generic/libnos/generator/test/ |
D | Android.bp | 29 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 …]
|
D | test.cpp | 28 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/ |
D | BUILD | 8 "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",
|
D | debug.cpp | 21 namespace nos { namespace
|
D | NuggetClientDebuggable.cpp | 22 namespace nos { namespace
|
D | NuggetClient.cpp | 22 namespace nos { namespace
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 88 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/ |
D | v3_cpols.c | 88 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/ |
D | BUILD | 153 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/ |
D | Android.bp | 84 …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/ |
D | Android.bp | 30 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/ |
D | Android.bp | 30 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/ |
D | Android.bp | 30 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/ |
D | Android.bp | 30 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/ |
D | Timestamp.java | 187 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/ |
D | debug.h | 23 namespace nos {
|
D | NuggetClientInterface.h | 23 namespace nos {
|
D | AppClient.h | 25 namespace nos {
|
D | NuggetClientDebuggable.h | 27 namespace nos {
|
D | NuggetClient.h | 27 namespace nos {
|
/external/nos/host/generic/libnos_datagram/ |
D | BUILD | 4 "include/nos/device.h",
|
/external/nos/host/generic/libnos/test/include/nos/ |
D | MockNuggetClient.h | 27 namespace nos {
|
/external/nos/host/generic/libnos_transport/ |
D | BUILD | 9 "include/nos/transport.h",
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | ByteStreamsTest.java | 560 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/ |
D | ByteStreamsTest.java | 560 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()
|