Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 120) sorted by relevance

12345

/device/generic/car/emulator/usbpt/usbip-service/
DUsbIpTest.cpp68 FILE *file = get_fp_from_string(EMPTY_STATUS); in TEST() local
74 FILE *file = get_fp_from_string(EMPTY_STATUS); in TEST() local
80 FILE *file = get_fp_from_string(PORTS_ALLOCATED); in TEST() local
86 FILE *file = get_fp_from_string(PORTS_ALLOCATED); in TEST() local
92 FILE *file = get_fp_from_string(NONE_AVAILABLE); in TEST() local
98 FILE *file = get_fp_from_string(NONE_AVAILABLE); in TEST() local
DUsbIpService.cpp28 FILE *file = fopen("/sys/devices/platform/vhci_hcd.0/status", "r"); in main() local
/device/generic/vulkan-cereal/protocols/vulkan/
Dreflib.py152 def printPageInfoField(desc, line, file): argument
161 def printPageInfo(pi, file): argument
183 def prevPara(file, line): argument
202 def nextPara(file, line): argument
253 def fixupRefs(pageMap, specFile, file): argument
374 def findRefs(file, filename): argument
DgenRef.py221 def emitPage(baseDir, specDir, pi, file): argument
283 def autoGenEnumsPage(baseDir, pi, file): argument
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Dreflib.py160 def printPageInfoField(desc, line, file): argument
171 def printPageInfo(pi, file): argument
190 def prevPara(file, line): argument
210 def nextPara(file, line): argument
265 def fixupRefs(pageMap, specFile, file): argument
401 def findRefs(file, filename): argument
Dlinkcheck.py17 def checkLinks(file, args): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dreflib.py160 def printPageInfoField(desc, line, file): argument
171 def printPageInfo(pi, file): argument
190 def prevPara(file, line): argument
210 def nextPara(file, line): argument
265 def fixupRefs(pageMap, specFile, file): argument
398 def findRefs(file, filename): argument
Dcheck_html_xrefs.py25 file = open(args.files[0], 'r') variable
/device/generic/goldfish-opengl/fuchsia/
Dport.cc28 static void linux_log_prefix(const char *prefix, const char *file, int line, const char *format, in linux_log_prefix()
48 int __android_log_print(int priority, const char* tag, const char* file, in __android_log_print()
85 const char* file, int line, const char* format, ...) { in __android_log_assert()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc172 for (auto& file : files) { in download_host_package() local
213 for (auto& file : files) { in download_ota_tools() local
237 CvdFile file(purpose, id, target, std::string(local_path)); in AddFilesToConfig() local
309 std::string file = StringFromEnv("HOME", ".") + "/.acloud_oauth2.dat"; in FetchCvdMain() local
366 for (auto& file : image_files) { in FetchCvdMain() local
540 for (const auto& file : config.get_cvd_files()) { in FetchCvdMain() local
565 for (const auto& file : config.get_cvd_files()) { in FetchCvdMain() local
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h226 inline void Assert(bool condition, const char* file, int line, in Assert()
233 inline void Assert(bool condition, const char* file, int line) { in Assert()
239 inline void Expect(bool condition, const char* file, int line, in Expect()
246 inline void Expect(bool condition, const char* file, int line) { in Expect()
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp113 bool FetcherConfig::LoadFromFile(const std::string& file) { in LoadFromFile()
177 bool FetcherConfig::add_cvd_file(const CvdFile& file, bool override_entry) { in add_cvd_file()
207 const auto& file = it.key().asString(); in FindCvdFileWithSuffix() local
/device/generic/vulkan-cereal/host-common/
Dlogging.cpp54 const char* GetFileBasename(const char* file) { in GetFileBasename()
70 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, in OutputLog()
DGfxstreamFatalError.cpp27 AbortMessage::AbortMessage(const char *file, const char *function, int line, FatalError reason) in AbortMessage()
/device/linaro/dragonboard/qcom/tqftpserv/
Dtranslate.c70 static int translate_readonly(const char *file) in translate_readonly()
146 static int translate_readwrite(const char *file, int flags) in translate_readwrite()
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp106 static int sysfs_write_uint(const std::string& file, const unsigned int val) { in sysfs_write_uint()
110 static int sysfs_write_double(const std::string& file, const double val) { in sysfs_write_double()
125 static int sysfs_read_uint8(const std::string& file, uint8_t* val) { in sysfs_read_uint8()
129 static int sysfs_read_float(const std::string& file, float* val) { in sysfs_read_float()
133 static int sysfs_read_str(const std::string& file, std::string* str) { in sysfs_read_str()
/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp130 LogSeverity severity, const char* tag, const char* file, in StderrOutputGenerator()
187 const char* file, in operator ()()
216 for (const auto& file : files) { in SeverityTargetsForFiles() local
Darchive.h25 std::string file; variable
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-port.cc107 std::ifstream file(filename.c_str()); in ReadProcFileField() local
1003 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation()
1022 const char* file, int line) { in FormatCompilerIndependentFileLocation()
1031 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog()
1152 FILE* const file = posix::FOpen(filename_.c_str(), "r"); in GetCapturedString() local
1222 size_t GetFileSize(FILE* file) { in GetFileSize()
1227 std::string ReadEntireFile(FILE* file) { in ReadEntireFile()
/device/generic/vulkan-cereal/third-party/googletest/googlemock/src/
Dgmock-internal-utils.cc104 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure()
197 GTEST_API_ void IllegalDoDefault(const char* file, int line) { in IllegalDoDefault()
/device/google/cuttlefish/tests/powerwash/src/com/android/cuttlefish/tests/
DPowerwashTest.java51 File file = getDevice().pullFile(tmpFile); in testPowerwash() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/
Dastc_fuzzer.cc25 std::unique_ptr<astc_codec::ASTCFile> file = in LLVMFuzzerTestOneInput() local
/device/google/cuttlefish/host/commands/start/
Dfilesystem_explorer.cc50 for (const auto& file : files) { in AvailableFilesReport() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
DSourceLocation.h26 int file; member
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp141 std::ifstream file(FLAGS_gnss_file_path); in ReadNmeaFromLocalFile() local
175 std::ifstream file(FLAGS_gnss_file_path); in ReadGnssRawMeasurement() local

12345