HomeSort by relevance Sort by last modified time
    Searched defs:ReadFile (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 33 def ReadFile(self, path, **_kwargs):
  /external/libtextclassifier/
text-classifier_test.cc 49 std::string ReadFile(const std::string& file_name) {
114 const std::string test_model = ReadFile(GetModelPath() + GetParam());
135 const std::string test_model = ReadFile(GetModelPath() + GetParam());
158 const std::string test_model = ReadFile(GetModelPath() + GetParam());
212 const std::string test_model = ReadFile(GetModelPath() + GetParam());
262 const std::string test_model = ReadFile(GetModelPath() + GetParam());
296 const std::string test_model = ReadFile(GetModelPath() + GetParam());
329 const std::string test_model = ReadFile(GetModelPath() + GetParam());
362 const std::string test_model = ReadFile(GetModelPath() + GetParam());
456 const std::string test_model = ReadFile(GetModelPath() + GetParam())
    [all...]
  /external/perfetto/src/ftrace_reader/
ftrace_procfs_integrationtest.cc 43 std::string ReadFile(const std::string& name) {
45 PERFETTO_CHECK(base::ReadFile(kTracingPath + name, &result));
50 std::string output = ReadFile("trace");
189 EXPECT_EQ(ReadFile("buffer_size_kb"), "16\n"); // (4096 * 4) / 1024
191 EXPECT_EQ(ReadFile("buffer_size_kb"), "20\n"); // (4096 * 5) / 1024
208 EXPECT_EQ(ReadFile("buffer_size_kb"), "16\n");
209 EXPECT_EQ(ReadFile("tracing_on"), "1\n");
210 EXPECT_EQ(ReadFile("events/enable"), "X\n");
215 EXPECT_EQ(ReadFile("buffer_size_kb"), "4\n");
216 EXPECT_EQ(ReadFile("tracing_on"), "0\n")
    [all...]
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 56 static void ReadFile(const char* path, String8& s) {
78 ReadFile("/proc/self/maps", maps);
  /external/libtextclassifier/datetime/
parser_test.cc 40 std::string ReadFile(const std::string& file_name) {
57 model_buffer_ = ReadFile(GetModelPath() + "test_model.fb");
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 30 json_ = ReadFile("utf8.json", true, &length_);
61 static char *ReadFile(const char* filename, bool appendPath, size_t* outLength) {
103 char* data = ReadFile(filename, true, &size);
143 char* data = ReadFile(filename, true, &size);
231 char* actualBuffer = ReadFile(filename, false, &actualLength);
232 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength);
241 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 98 call ReadFile
113 call ReadFile
127 # ReadFile
137 ReadFile:
    [all...]
start16.S 99 call ReadFile
114 call ReadFile
128 # ReadFile
138 ReadFile:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 155 from BS pool by ReadFile
202 from BS pool by ReadFile
289 FV_READ_FILE ReadFile;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 139 buffer is allocated from BS pool by ReadFile.
188 buffer is allocated from BS pool by ReadFile.
315 FRAMEWORK_EFI_FV_READ_FILE ReadFile;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h 366 The ReadFile() function is used to initialize and start an FTPv4 download process
514 EFI_FTP4_READ_FILE ReadFile;
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 844 def ReadFile(self, filename):
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 844 def ReadFile(self, filename):
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 844 def ReadFile(self, filename):
    [all...]
  /external/googletest/googletest/scripts/
upload.py 844 def ReadFile(self, filename):
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_unittest.cc 84 bool ReadFile(const std::string& path, std::string* result) {
108 if (!ReadFile(path, &input))
121 if (!ReadFile(path, result))
  /external/python/cpython2/Demo/tix/
tixwidgets.py     [all...]
  /external/v8/samples/
shell.cc 59 v8::MaybeLocal<v8::String> ReadFile(v8::Isolate* isolate, const char* name);
177 if (!ReadFile(args.GetIsolate(), *file).ToLocal(&source)) {
201 if (!ReadFile(args.GetIsolate(), *file).ToLocal(&source)) {
238 v8::MaybeLocal<v8::String> ReadFile(v8::Isolate* isolate, const char* name) {
297 if (!ReadFile(isolate, str).ToLocal(&source)) {
  /external/v8/src/
utils.cc 265 Vector<const char> ReadFile(const char* filename,
274 Vector<const char> ReadFile(FILE* file,
  /external/v8/testing/gmock/scripts/
upload.py 844 def ReadFile(self, filename):
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 844 def ReadFile(self, filename):
    [all...]
  /external/v8/tools/
js2c.py 60 def ReadFile(filename):
352 (consts, macros) = ReadMacros(ReadFile(macro_filename))
357 message_templates = ReadMessageTemplates(ReadFile(message_template_file))
431 source_files_and_contents = [(f, ReadFile(f)) for f in source_files]
  /external/v8/tools/mb/
mb_unittest.py 56 def ReadFile(self, path):
  /prebuilts/ndk/r16/sources/android/ndk_helper/
JNIHelper.cpp 105 //readFile
107 bool JNIHelper::ReadFile( const char* fileName,
  /system/core/init/
util.cpp 163 Result<std::string> ReadFile(const std::string& path) {

Completed in 1427 milliseconds

12 3 4