Home
last modified time | relevance | path

Searched +defs:file +defs:header (Results 51 – 75 of 1419) sorted by relevance

12345678910>>...57

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Ddist.py305 def dump_option_dicts(self, header=None, commands=None, indent=""): argument
711 def print_command_list(self, commands, header, max_length): argument
1060 def read_pkg_file(self, file): argument
1119 def write_pkg_file(self, file): argument
1153 def _write_list(self, file, name, values): argument
Dfancy_getopt.py281 def generate_help(self, header=None): argument
360 def print_help(self, header=None, file=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Ddist.py305 def dump_option_dicts(self, header=None, commands=None, indent=""): argument
711 def print_command_list(self, commands, header, max_length): argument
1060 def read_pkg_file(self, file): argument
1119 def write_pkg_file(self, file): argument
1153 def _write_list(self, file, name, values): argument
Dfancy_getopt.py281 def generate_help(self, header=None): argument
360 def print_help(self, header=None, file=None): argument
/aosp_15_r20/external/ltp/lib/
H A Dtst_netlink.c29 static int netlink_grow_buffer(const char *file, const int lineno, in netlink_grow_buffer()
55 void tst_netlink_destroy_context(const char *file, const int lineno, in tst_netlink_destroy_context()
66 struct tst_netlink_context *tst_netlink_create_context(const char *file, in tst_netlink_create_context()
121 int tst_netlink_send(const char *file, const int lineno, in tst_netlink_send()
170 struct tst_netlink_message *tst_netlink_recv(const char *file, in tst_netlink_recv()
246 int tst_netlink_add_message(const char *file, const int lineno, in tst_netlink_add_message()
247 struct tst_netlink_context *ctx, const struct nlmsghdr *header, in tst_netlink_add_message()
286 int tst_netlink_add_attr(const char *file, const int lineno, in tst_netlink_add_attr()
313 int tst_netlink_add_attr_string(const char *file, const int lineno, in tst_netlink_add_attr_string()
321 int tst_netlink_add_attr_list(const char *file, const int lineno, in tst_netlink_add_attr_list()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_file.cc60 std::string BundledFileName(const FileDescriptor* file) { in BundledFileName()
94 bool FileContainsEnums(const FileDescriptor* file) { in FileContainsEnums()
108 bool FileContainsExtensions(const FileDescriptor* file) { in FileContainsExtensions()
120 bool IsDirectDependency(const FileDescriptor* dep, const FileDescriptor* file) { in IsDirectDependency()
142 const FileDescriptor* file) { in CollectMinimalFileDepsContainingExtensionsInternal()
204 const FileDescriptor* file) { in CollectMinimalFileDepsContainingExtensions()
213 FileGenerator::FileGenerator(const FileDescriptor* file, in FileGenerator()
664 for (const auto& header : headers_to_import) { in PrintFileRuntimePreamble() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_file.cc60 std::string BundledFileName(const FileDescriptor* file) { in BundledFileName()
94 bool FileContainsEnums(const FileDescriptor* file) { in FileContainsEnums()
108 bool FileContainsExtensions(const FileDescriptor* file) { in FileContainsExtensions()
120 bool IsDirectDependency(const FileDescriptor* dep, const FileDescriptor* file) { in IsDirectDependency()
142 const FileDescriptor* file) { in CollectMinimalFileDepsContainingExtensionsInternal()
204 const FileDescriptor* file) { in CollectMinimalFileDepsContainingExtensions()
213 FileGenerator::FileGenerator(const FileDescriptor* file, in FileGenerator()
664 for (const auto& header : headers_to_import) { in PrintFileRuntimePreamble() local
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dgenerate_decoding_test_data.cc40 const char* header; member
170 void TestCase(TestDataFile* file, in TestCase()
187 void TestCase(TestDataFile* file, in TestCase()
216 void GenerateEncodedStrings(TestDataFile* file) { in GenerateEncodedStrings()
370 void OutputVarintTest(TestDataFile* file, T i) { in OutputVarintTest()
395 void GenerateVarints(TestDataFile* file) { in GenerateVarints()
448 TestDataFile file(name, file_format, test_case_format); in WriteFile() local
/aosp_15_r20/external/curl/lib/
H A Dfile.c156 struct FILEPROTO *file = data->req.p.file; in file_connect() local
266 struct FILEPROTO *file = data->req.p.file; in file_done() local
298 struct FILEPROTO *file = data->req.p.file; in file_upload() local
435 struct FILEPROTO *file; in file_do() local
466 char header[80]; in file_do() local
/aosp_15_r20/external/libvpx/
H A Dvideo_reader.c23 FILE *file; member
30 char header[32]; in vpx_video_reader_open() local
32 FILE *const file = fopen(filename, "rb"); in vpx_video_reader_open() local
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc510 static bool ComputeAndCheckTypeLookupTableData(const DexFile::Header& header, in ComputeAndCheckTypeLookupTableData()
837 File file(zip_fd, /*check_usage=*/false); in Setup() local
933 const DexFile::Header* header = reinterpret_cast<const DexFile::Header*>(dex_file_pointer); in Setup() local
1661 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in Load() local
1683 std::unique_ptr<File> file = std::make_unique<File>(duped_fd, false); in Load() local
1699 bool ElfOatFile::ElfFileOpen(File* file, in ElfFileOpen()
1770 const DexFile::Header* header = reinterpret_cast<const DexFile::Header*>(dex_file_start); in Open() local
1825 File file(zip_fd, /*check_usage=*/false); in Open() local
2555 const DexFile::Header* header = in InitializeRelocations() local
/aosp_15_r20/external/rust/crabbyavif/src/utils/
Dy4m.rs24 file: Option<File>, field
100 let header = format!( in write_header() localVariable
106 let file = File::create(self.filename.unwrap_ref()); in write_header() localVariable
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOffsetTracker.java127 public void getNewOffsettable(DexRandomAccessFile file, RawDexObject item) throws IOException { in getNewOffsettable()
184 public void updatePositionOfNextOffsettable(DexRandomAccessFile file) throws IOException { in updatePositionOfNextOffsettable()
204 public void tryToWriteOffset(Offset offset, DexRandomAccessFile file, boolean useUleb128) in tryToWriteOffset()
239 public void updateOffsets(DexRandomAccessFile file) throws IOException { in updateOffsets()
365 HeaderItem header = rawDexFile.header; in updateOffsetsInHeaderAndMapFile() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
H A DSevenZFile.java381 private void readHeader(final ByteBuffer header, final Archive archive) throws IOException { in readHeader()
420 private ByteBuffer readEncodedHeader(final ByteBuffer header, final Archive archive, in readEncodedHeader()
451 … private void readStreamsInfo(final ByteBuffer header, final Archive archive) throws IOException { in readStreamsInfo()
477 private void readPackInfo(final ByteBuffer header, final Archive archive) throws IOException { in readPackInfo()
506 private void readUnpackInfo(final ByteBuffer header, final Archive archive) throws IOException { in readUnpackInfo()
553 …private void readSubStreamsInfo(final ByteBuffer header, final Archive archive) throws IOException… in readSubStreamsInfo()
636 private Folder readFolder(final ByteBuffer header) throws IOException { in readFolder()
715 private BitSet readAllOrBits(final ByteBuffer header, final int size) throws IOException { in readAllOrBits()
729 private BitSet readBits(final ByteBuffer header, final int size) throws IOException { in readBits()
744 private void readFilesInfo(final ByteBuffer header, final Archive archive) throws IOException { in readFilesInfo()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dlibjpeg_decoder.cc136 std::string JpegHeaderToString(const JpegHeader& header) { in JpegHeaderToString()
167 JpegHeader header; in DecodeImage() local
196 std::unique_ptr<FILE, std::function<void(FILE*)>> file( in DecodeImage() local
/aosp_15_r20/external/webrtc/common_audio/
H A Dwav_file.cc40 explicit WavHeaderFileReader(FileWrapper* file) : file_(file) {} in WavHeaderFileReader()
71 WavReader::WavReader(FileWrapper file) : file_(std::move(file)) { in WavReader()
192 WavWriter::WavWriter(FileWrapper file, in WavWriter()
282 std::array<uint8_t, MaxWavHeaderSize()> header; in Close() local
/aosp_15_r20/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java439 Map<String, String> header = session.getHeaders(); in serve() local
471 Response serveFile(String uri, Map<String, String> header, File file, String mime) { in serveFile() argument
570 private Response newFixedFileResponse(File file, String mime) throws FileNotFoundException { in newFixedFileResponse()
/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/
H A DLegacyHprofTest.kt189 val file = "unloaded_classes-stripped.hprof".classpathFile() in <lambda>() constant
191 val header = HprofHeader.parseHeaderOf(file) in <lambda>() constant
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuTextWriter.java48 IcuData icuData, Path outDir, List<String> header, boolean allowOverwrite) { in writeToFile()
52 Path file = outDir.resolve(icuData.getName() + ".txt"); in writeToFile() local
72 private void writeTo(PrintWriter out, List<String> header) { in writeTo()
165 PrintWriter out, List<String> header, List<String> comments) { in writeHeaderAndComments()
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py281 def generate_help(self, header=None): argument
360 def print_help(self, header=None, file=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py294 def generate_help(self, header=None): # noqa: C901 argument
372 def print_help(self, header=None, file=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py294 def generate_help(self, header=None): # noqa: C901 argument
372 def print_help(self, header=None, file=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py294 def generate_help(self, header=None): # noqa: C901 argument
372 def print_help(self, header=None, file=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dfancy_getopt.py281 def generate_help(self, header=None): argument
360 def print_help(self, header=None, file=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dfancy_getopt.py281 def generate_help(self, header=None): argument
360 def print_help(self, header=None, file=None): argument

12345678910>>...57