HomeSort by relevance Sort by last modified time
    Searched defs:ReadInput (Results 1 - 6 of 6) sorted by null

  /external/perf_data_converter/src/quipper/
conversion_utils.cc 48 // ReadInput reads the input and stores it within |reader|.
49 bool ReadInput(const FormatAndFile& input, PerfReader* reader,
119 if (!ReadInput(input, &reader, &options)) return false;
  /external/brotli/research/
find_opt_references.cc 43 void ReadInput(FILE* fin, input_type* storage, size_t input_size) {
214 ReadInput(fin, storage, input_size);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAConformanceTest.java 47 inputData = ReadInput.getInputData();
248 public static class ReadInput {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 44 inputData = ReadInput.getInputData();
245 public static class ReadInput {
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 127 return ReadInput(pName, pPath);
138 /// ReadInput - To read an input file and append it to the input tree.
139 Input* IRBuilder::ReadInput(const std::string& pName,
155 /// ReadInput - To read an input file and append it to the input tree.
156 Input* IRBuilder::ReadInput(const std::string& pNameSpec) {
194 /// ReadInput - To read an input file and append it to the input tree.
195 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) {
211 /// ReadInput - To read an input file and append it to the input tree.
212 Input* IRBuilder::ReadInput(const std::string& pName,
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 94 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
471 RINOK(decoder.ReadInput(buf, headerSize, &processed));

Completed in 328 milliseconds