Home
last modified time | relevance | path

Searched +defs:file +defs:proto (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java287 public static FileDescriptor buildFrom(FileDescriptorProto proto, FileDescriptor[] dependencies) in buildFrom()
305 FileDescriptorProto proto, in buildFrom()
374 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
415 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
471 FileDescriptorProto proto; in internalUpdateFileDescriptor() local
499 private FileDescriptorProto proto; field in Descriptors.FileDescriptor
509 final FileDescriptorProto proto, in FileDescriptor()
519 nameToFileMap.put(file.getName(), file); in FileDescriptor() local
528 FileDescriptor file = nameToFileMap.get(name); in FileDescriptor() local
620 private void setProto(final FileDescriptorProto proto) { in setProto()
[all …]
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java287 public static FileDescriptor buildFrom(FileDescriptorProto proto, FileDescriptor[] dependencies) in buildFrom()
305 FileDescriptorProto proto, in buildFrom()
374 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
415 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
471 FileDescriptorProto proto; in internalUpdateFileDescriptor() local
499 private FileDescriptorProto proto; field in Descriptors.FileDescriptor
509 final FileDescriptorProto proto, in FileDescriptor()
519 nameToFileMap.put(file.getName(), file); in FileDescriptor() local
528 FileDescriptor file = nameToFileMap.get(name); in FileDescriptor() local
620 private void setProto(final FileDescriptorProto proto) { in setProto()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsocket.py220 def __init__(self, family=-1, type=-1, proto=-1, fileno=None): argument
348 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
413 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
417 def _sendfile_use_send(self, file, offset=0, count=None): argument
453 def _check_sendfile_params(self, file, offset, count): argument
466 def sendfile(self, file, offset=0, count=None): argument
540 def fromfd(fd, family, type, proto=0): argument
595 def socketpair(family=None, type=SOCK_STREAM, proto=0): argument
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): argument
945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsocket.py220 def __init__(self, family=-1, type=-1, proto=-1, fileno=None): argument
348 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
413 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
417 def _sendfile_use_send(self, file, offset=0, count=None): argument
453 def _check_sendfile_params(self, file, offset, count): argument
466 def sendfile(self, file, offset=0, count=None): argument
540 def fromfd(fd, family, type, proto=0): argument
595 def socketpair(family=None, type=SOCK_STREAM, proto=0): argument
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): argument
945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsocket.py220 def __init__(self, family=-1, type=-1, proto=-1, fileno=None): argument
348 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
413 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
417 def _sendfile_use_send(self, file, offset=0, count=None): argument
453 def _check_sendfile_params(self, file, offset, count): argument
466 def sendfile(self, file, offset=0, count=None): argument
540 def fromfd(fd, family, type, proto=0): argument
595 def socketpair(family=None, type=SOCK_STREAM, proto=0): argument
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): argument
945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dsocket.py220 def __init__(self, family=-1, type=-1, proto=-1, fileno=None): argument
348 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
413 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
417 def _sendfile_use_send(self, file, offset=0, count=None): argument
453 def _check_sendfile_params(self, file, offset, count): argument
466 def sendfile(self, file, offset=0, count=None): argument
540 def fromfd(fd, family, type, proto=0): argument
595 def socketpair(family=None, type=SOCK_STREAM, proto=0): argument
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): argument
945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsocket.py220 def __init__(self, family=-1, type=-1, proto=-1, fileno=None): argument
348 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
413 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
417 def _sendfile_use_send(self, file, offset=0, count=None): argument
453 def _check_sendfile_params(self, file, offset, count): argument
466 def sendfile(self, file, offset=0, count=None): argument
540 def fromfd(fd, family, type, proto=0): argument
595 def socketpair(family=None, type=SOCK_STREAM, proto=0): argument
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): argument
945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsocket.py220 def __init__(self, family=-1, type=-1, proto=-1, fileno=None): argument
348 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
413 def _sendfile_use_sendfile(self, file, offset=0, count=None): argument
417 def _sendfile_use_send(self, file, offset=0, count=None): argument
453 def _check_sendfile_params(self, file, offset, count): argument
466 def sendfile(self, file, offset=0, count=None): argument
540 def fromfd(fd, family, type, proto=0): argument
595 def socketpair(family=None, type=SOCK_STREAM, proto=0): argument
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): argument
945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv.cc232 for (const auto& file : files) { in FilesExist() local
267 for (const auto& file : files) { in FilesExist() local
479 std::unique_ptr<RandomAccessFile> file; in ReadFileToString() local
504 std::unique_ptr<WritableFile> file; in WriteStringToFile() local
551 explicit FileStream(RandomAccessFile* file) : file_(file), pos_(0) {} in FileStream()
586 const protobuf::MessageLite& proto) { in WriteBinaryProto()
593 protobuf::MessageLite* proto) { in ReadBinaryProto()
594 std::unique_ptr<RandomAccessFile> file; in ReadBinaryProto() local
608 const protobuf::Message& proto) { in WriteTextProto()
616 Status ReadTextProto(Env* env, const string& fname, protobuf::Message* proto) { in ReadTextProto()
[all …]
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor.py192 file, containing_type, serialized_start=None, argument
226 def CopyToProto(self, proto): argument
308 file=None, # pylint: disable=redefined-builtin argument
319 def __init__(self, name, full_name, filename, containing_type, fields, argument
403 def CopyToProto(self, proto): argument
559 file=None, create_key=None): # pylint: disable=redefined-builtin argument
571 file=None, create_key=None): # pylint: disable=redefined-builtin argument
692 def __new__(cls, name, full_name, filename, values, argument
699 def __init__(self, name, full_name, filename, values, argument
723 def CopyToProto(self, proto): argument
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py192 file, containing_type, serialized_start=None, argument
226 def CopyToProto(self, proto): argument
308 file=None, # pylint: disable=redefined-builtin argument
319 def __init__(self, name, full_name, filename, containing_type, fields, argument
403 def CopyToProto(self, proto): argument
559 file=None, create_key=None): # pylint: disable=redefined-builtin argument
571 file=None, create_key=None): # pylint: disable=redefined-builtin argument
692 def __new__(cls, name, full_name, filename, values, argument
699 def __init__(self, name, full_name, filename, values, argument
723 def CopyToProto(self, proto): argument
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc613 const FileDescriptor* file; member
1759 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { in AddFile()
2921 SourceLocationCommentPrinter(const FileDescriptor* file, in SourceLocationCommentPrinter()
3882 void BuildField(const FieldDescriptorProto& proto, Descriptor* parent, in BuildField()
3886 void BuildExtension(const FieldDescriptorProto& proto, Descriptor* parent, in BuildExtension()
4142 const FileDescriptorProto& proto) { in BuildFile()
4154 const FileDescriptorProto& proto, ErrorCollector* error_collector) { in BuildFileCollectingErrors()
4260 bool DescriptorBuilder::IsInPackage(const FileDescriptor* file, in IsInPackage()
4267 void DescriptorBuilder::RecordPublicDependencies(const FileDescriptor* file) { in RecordPublicDependencies()
4307 const FileDescriptor* file = result.GetFile(); in FindSymbolNotEnforcingDeps() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc607 const FileDescriptor* file; member
1753 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { in AddFile()
2915 SourceLocationCommentPrinter(const FileDescriptor* file, in SourceLocationCommentPrinter()
3876 void BuildField(const FieldDescriptorProto& proto, Descriptor* parent, in BuildField()
3880 void BuildExtension(const FieldDescriptorProto& proto, Descriptor* parent, in BuildExtension()
4136 const FileDescriptorProto& proto) { in BuildFile()
4148 const FileDescriptorProto& proto, ErrorCollector* error_collector) { in BuildFileCollectingErrors()
4254 bool DescriptorBuilder::IsInPackage(const FileDescriptor* file, in IsInPackage()
4261 void DescriptorBuilder::RecordPublicDependencies(const FileDescriptor* file) { in RecordPublicDependencies()
4301 const FileDescriptor* file = result.GetFile(); in FindSymbolNotEnforcingDeps() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph.cc125 std::unique_ptr<WritableFile>* file) { in CreateWritableFile()
162 Status WriteTextProtoToUniqueFile(const tensorflow::protobuf::Message& proto, in WriteTextProtoToUniqueFile()
163 WritableFile* file) { in WriteTextProtoToUniqueFile()
177 const tensorflow::protobuf::MessageLite& proto, WritableFile* file) { in WriteTextProtoToUniqueFile()
194 std::unique_ptr<WritableFile> file; in DumpToFile() local
226 return DumpToFile(name, dirname, ".pbtxt", "Graph", [&](WritableFile* file) { in DumpGraphDefToFile()
233 return DumpToFile(name, dirname, ".pbtxt", "Graph", [&](WritableFile* file) { in DumpCostGraphDefToFile()
250 [&](WritableFile* file) { in DumpGraphToFile()
267 [&](WritableFile* file) { in DumpFunctionDefToFile()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc50 const _upb_DefPool_Init* file, in CollectFileDescriptors()
137 google_protobuf_FileDescriptorProto* file; in LoadDefInit_BuildLayout() local
220 for (auto file : serialized_files) { in BM_LoadAdsDescriptor_Proto2() local
222 auto proto = in BM_LoadAdsDescriptor_Proto2() local
335 auto proto = proto_factory.GetProto(); in BM_Parse_Proto2() local
351 upb_benchmark::FileDescriptorProto proto; in BM_SerializeDescriptor_Proto2() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dbase_events.py99 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
836 def _getaddrinfo_debug(self, host, port, family, type, proto, flags): argument
861 family=0, type=0, proto=0, flags=0): argument
874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
990 proto=0, flags=0, sock=None, argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dbase_events.py99 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
836 def _getaddrinfo_debug(self, host, port, family, type, proto, flags): argument
861 family=0, type=0, proto=0, flags=0): argument
874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
990 proto=0, flags=0, sock=None, argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dbase_events.py99 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
836 def _getaddrinfo_debug(self, host, port, family, type, proto, flags): argument
861 family=0, type=0, proto=0, flags=0): argument
874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
990 proto=0, flags=0, sock=None, argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dbase_events.py99 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
836 def _getaddrinfo_debug(self, host, port, family, type, proto, flags): argument
861 family=0, type=0, proto=0, flags=0): argument
874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
990 proto=0, flags=0, sock=None, argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dbase_events.py99 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
836 def _getaddrinfo_debug(self, host, port, family, type, proto, flags): argument
861 family=0, type=0, proto=0, flags=0): argument
874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
990 proto=0, flags=0, sock=None, argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dbase_events.py99 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
836 def _getaddrinfo_debug(self, host, port, family, type, proto, flags): argument
861 family=0, type=0, proto=0, flags=0): argument
874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
990 proto=0, flags=0, sock=None, argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto_test.h57 static void AddFile(google::protobuf::FileDescriptorProto& file, upb::DefPool* pool, in AddFile()
71 google_protobuf_FileDescriptorProto* proto = google_protobuf_FileDescriptorProto_parse( in AddFile() local
106 google_protobuf_FileDescriptorProto* proto = google_protobuf_FileDescriptorProto_parse( in AddFile() local
117 for (const auto& file : set.file()) { in RoundTripDescriptor() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto_test.h49 static void AddFile(google::protobuf::FileDescriptorProto& file, upb::DefPool* pool, in AddFile()
63 google_protobuf_FileDescriptorProto* proto = google_protobuf_FileDescriptorProto_parse( in AddFile() local
98 google_protobuf_FileDescriptorProto* proto = google_protobuf_FileDescriptorProto_parse( in AddFile() local
109 for (const auto& file : set.file()) { in RoundTripDescriptor() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/tracing/
H A DLegacyTransitionTracer.java115 com.android.wm.shell.nano.Transition proto = new com.android.wm.shell.nano.Transition(); in logDispatched() local
138 com.android.wm.shell.nano.Transition proto = new com.android.wm.shell.nano.Transition(); in logMergeRequested() local
154 com.android.wm.shell.nano.Transition proto = new com.android.wm.shell.nano.Transition(); in logMerged() local
169 com.android.wm.shell.nano.Transition proto = new com.android.wm.shell.nano.Transition(); in logAborted() local
242 private void writeTraceToFileLocked(@Nullable PrintWriter pw, File file) { in writeTraceToFileLocked()
245 com.android.wm.shell.nano.WmShellTransitionTraceProto proto = in writeTraceToFileLocked() local
264 com.android.wm.shell.nano.WmShellTransitionTraceProto proto) { in writeHandlerMappingToProto()
280 private void handleOnEntryRemovedFromTrace(Object proto) { in handleOnEntryRemovedFromTrace()
/aosp_15_r20/external/curl/src/
H A Dtool_paramhlp.c93 ParameterError file2string(char **bufp, FILE *file) in file2string()
127 ParameterError file2memory(char **bufp, size_t *size, FILE *file) in file2memory()
309 static size_t protoset_index(const char * const *protoset, const char *proto) in protoset_index()
322 static void protoset_set(const char **protoset, const char *proto) in protoset_set()
336 static void protoset_clear(const char **protoset, const char *proto) in protoset_clear()
371 size_t proto; in proto2num() local

12345678910>>...31