HomeSort by relevance Sort by last modified time
    Searched defs:proto (Results 1 - 25 of 1405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/util/proto/
ProtoParseException.java 17 package android.util.proto;
  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoTests.java 17 package android.util.proto.cts;
  /external/libtextclassifier/tests/
embedding-network_test.cc 18 #include "common/embedding-network-params-from-proto.h"
59 std::unique_ptr<EmbeddingNetworkProto> proto; local
60 proto.reset(new EmbeddingNetworkProto);
64 proto->add_hidden(), proto->add_hidden_bias());
66 proto->add_hidden(), proto->add_hidden_bias());
68 proto->add_hidden(), proto->add_hidden_bias());
70 proto->add_hidden(), proto->add_hidden_bias())
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy/
rpc_clnt_destroy.c 45 char *proto = "tcp"; local
49 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
  /build/soong/cc/
proto.go 28 proto = pctx.AndroidStaticRule("protoc",
37 // way to convert a proto to source is to reference it as a source file, and external modules cannot
38 // reference source files in other modules, then every module that owns a proto file will need to
40 // be better to support a proto module type that exported a proto file along with some include dirs,
41 // and then external modules could depend on the proto module but use their own settings to
47 outFile := android.GenPathWithExt(ctx, "proto", protoFile, "pb.cc")
48 headerFile := android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
50 Rule: proto,
62 // protoDir returns the module's "gen/proto" director
27 proto = pctx.AndroidStaticRule("protoc", var
    [all...]
  /external/curl/src/
tool_libinfo.c 80 const char *const *proto; local
90 for(proto = curlinfo->protocols; *proto; proto++) {
92 if(curlx_raw_equal(*proto, p->proto_name)) {
  /external/libnl/src/lib/
cls.c 47 int proto; local
49 if ((proto = nl_str2ether_proto(arg)) < 0)
50 nl_cli_fatal(proto, "Unknown protocol \"%s\".", arg);
52 rtnl_cls_set_protocol(cls, proto);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/
rpc_clnt_create.c 49 char proto[8] = "tcp"; local
53 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/
rpc_clnt_control.c 49 char proto[8] = "udp"; local
54 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
rpc_clnt_control_dataint.c 49 char proto[8] = "udp"; local
55 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_geterr/
rpc_clnt_geterr.c 49 char proto[8] = "udp"; local
54 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumValueDescriptor.cs 36 /// Descriptor for a single enum value within an enum in a .proto file.
41 private readonly EnumValueDescriptorProto proto; field in class:Google.Protobuf.Reflection.EnumValueDescriptor
43 internal EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file,
45 : base(file, parent.FullName + "." + proto.Name, index)
47 this.proto = proto;
53 internal EnumValueDescriptorProto Proto { get { return proto; } }
58 public override string Name { get { return proto.Name; } }
63 public int Number { get { return Proto.Number; }
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 32 import android.util.proto.ProtoOutputStream;
52 public boolean proto = false; field in class:Instrument
173 final ProtoOutputStream proto = new ProtoOutputStream(); local
175 final long token = proto.startRepeatedObject(InstrumentationData.Session.TEST_STATUS);
177 proto.writeSInt32(InstrumentationData.TestStatus.RESULT_CODE, resultCode);
178 writeBundle(proto, InstrumentationData.TestStatus.RESULTS, results);
180 proto.endRepeatedObject(token);
181 writeProtoToStdout(proto);
187 final ProtoOutputStream proto = new ProtoOutputStream(); local
189 final long token = proto.startObject(InstrumentationData.Session.SESSION_STATUS)
202 final ProtoOutputStream proto = new ProtoOutputStream(); local
    [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
GraphicsStatsValidationTest.java 149 private void validate(GraphicsStatsProto proto) {
150 assertNotNull(proto.getPackageName());
151 assertFalse(proto.getPackageName().isEmpty());
152 assertTrue(proto.getVersionCode() > 0);
153 assertTrue(proto.getStatsStart() > 0);
154 assertTrue(proto.getStatsEnd() > 0);
155 assertTrue(proto.hasSummary());
156 GraphicsStatsJankSummaryProto summary = proto.getSummary();
169 assertTrue(proto.getHistogramCount() > 0);
171 int histogramTotal = countTotalFrames(proto);
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_ecn.h 40 } proto; member in struct:xt_ecn_info
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ECN.h 39 } proto; member in struct:ipt_ECN_info
  /dalvik/libdex/
DexProto.h 121 * Return the utf-8 encoded descriptor string from the proto of a MethodId.
126 DexProto proto; local
128 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
129 return dexProtoGetMethodDescriptor(&proto, pCache);
134 * proto of a MethodId. The returned pointer must be free()ed by the
140 DexProto proto; local
142 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
143 return dexProtoCopyMethodDescriptor(&proto);
188 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor);
195 int dexProtoCompareToParameterDescriptors(const DexProto* proto,
203 const DexProto* proto; member in struct:DexParameterIterator
    [all...]
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_ecn.h 40 } proto; member in struct:xt_ecn_info
  /development/ndk/platforms/android-21/include/linux/netfilter_ipv4/
ipt_ECN.h 39 } proto; member in struct:ipt_ECN_info

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>