Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 – 23 of 23) sorted by relevance

/external/antlr/runtime/JavaScript/tests/functional/
Drhino-python.prog3 function loadFile(fileName, encoding) {
25 eval(loadFile("../../lib/antlr3-all.js"));
26 eval(loadFile("../../lib/antlr3-cli.js"));
27 eval(loadFile("PythonLexer.js"));
28 eval(loadFile("PythonParser.js"));
29 eval(loadFile("rhino-python.extensions"));
70 var input = loadFile("rhino-python.input");
71 var expected = loadFile("rhino-python.output");
/external/libultrahdr/tests/
Djpegencoderhelper_test.cpp67 static bool loadFile(const char filename[], JpegEncoderHelperTest::Image* result) { in loadFile() function
81 if (!loadFile(ALIGNED_IMAGE, &mAlignedImage)) { in SetUp()
86 if (!loadFile(UNALIGNED_IMAGE, &mUnalignedImage)) { in SetUp()
91 if (!loadFile(SINGLE_CHANNEL_IMAGE, &mSingleChannelImage)) { in SetUp()
96 if (!loadFile(RGB_IMAGE, &mRgbImage)) { in SetUp()
Djpegdecoderhelper_test.cpp68 static bool loadFile(const char filename[], JpegDecoderHelperTest::Image* result) { in loadFile() function
82 if (!loadFile(YUV_IMAGE, &mYuvImage)) { in SetUp()
86 if (!loadFile(YUV_ICC_IMAGE, &mYuvIccImage)) { in SetUp()
90 if (!loadFile(GREY_IMAGE, &mGreyImage)) { in SetUp()
94 if (!loadFile(RGB_IMAGE, &mRgbImage)) { in SetUp()
Deditorhelper_test.cpp103 static bool loadFile(const char* filename, uhdr_raw_image_t* handle) { in loadFile() function
272 ASSERT_TRUE(loadFile(filename.c_str(), &img_a)) << "unable to load file " << filename; in TEST_P()
299 ASSERT_TRUE(loadFile(filename.c_str(), &img_a)) << "unable to load file " << filename; in TEST_P()
335 ASSERT_TRUE(loadFile(filename.c_str(), &img_a)) << "unable to load file " << filename; in TEST_P()
372 ASSERT_TRUE(loadFile(filename.c_str(), &img_a)) << "unable to load file " << filename; in TEST_P()
404 ASSERT_TRUE(loadFile(filename.c_str(), &img_a)) << "unable to load file " << filename; in TEST_P()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/sql/
DDBHelper.java39 …public DBHelper(String driverClass, String uri, String login, String password, String loadFile) th… in DBHelper() argument
46 if (StringUtils.isNotEmpty(loadFile)) in DBHelper()
48 loadSqlFile(loadFile); in DBHelper()
/external/robolectric/resources/src/main/java/org/robolectric/res/
DDocumentLoader.java20 loadFile(dir); in load()
24 private void loadFile(Path dir) throws IOException { in loadFile() method in DocumentLoader
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp52 loadFile(); in init()
62 void loadFile();
69 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
DFunctionImport.cpp145 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
1442 return loadFile(std::string(Identifier), M.getContext()); in doImportingForModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp57 loadFile(); in init()
86 void loadFile();
108 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
DFunctionImport.cpp149 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
1294 return loadFile(Identifier, M.getContext()); in doImportingForModule()
/external/libultrahdr/benchmark/
Dbenchmark_test.cpp139 static bool loadFile(const char* filename, uhdr_raw_image_t* handle) { in loadFile() function
165 static bool loadFile(const char* filename, void*& result, int length) { in loadFile() function
223 return loadFile(filename.c_str(), uhdrImg->data, size); in fillJpegImageHandle()
300 return loadFile(file.c_str(), rawImg); in fillRawImageHandle()
311 return loadFile(file.c_str(), rawImg); in fillRawImageHandle()
320 return loadFile(file.c_str(), rawImg); in fillRawImageHandle()
/external/lz4/tests/
DabiTest.c154 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
182 loadFile(buffer, fileName, fileSize); in fileCheck()
DroundTripTest.c182 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
210 loadFile(buffer, fileName, fileSize); in fileCheck()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp111 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
217 return loadFile(argv0, Identifier, Context, false); in importFunctions()
296 std::unique_ptr<Module> M = loadFile(argv0, File, Context); in linkFiles()
/external/zstd/tests/
DroundTripCrash.c192 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
220 loadFile(buffer, fileName, fileSize); in fileCheck()
/external/tflite-support/tensorflow_lite_support/java/src/javatests/org/tensorflow/lite/task/core/
DTestUtils.java24 public static File loadFile(Context context, String fileName) { in loadFile() method in TestUtils
/external/libultrahdr/examples/
Dultrahdr_app.cpp155 static bool loadFile(const char* filename, void*& result, std::streamoff length) { in loadFile() function
183 static bool loadFile(const char* filename, uhdr_raw_image_t* handle) { in loadFile() function
461 return loadFile(mHdrIntentRawFile, &mRawP010Image); in fillP010ImageHandle()
478 return loadFile(mSdrIntentRawFile, &mRawYuv420Image); in fillYuv420ImageHandle()
495 return loadFile(mHdrIntentRawFile, &mRawRgba1010102Image); in fillRGBA1010102ImageHandle()
512 return loadFile(mHdrIntentRawFile, &mRawRgbaF16Image); in fillRGBAF16ImageHandle()
529 return loadFile(mSdrIntentRawFile, &mRawRgba8888Image); in fillRGBA8888ImageHandle()
543 return loadFile(mSdrIntentCompressedFile, mSdrIntentCompressedImage.data, size); in fillSdrCompressedImageHandle()
559 return loadFile(mGainMapCompressedFile, mGainMapCompressedImage.data, size); in fillGainMapCompressedImageHandle()
610 return loadFile(mExifFile, mExifBlock.data, size); in fillExifMemoryBlock()
[all …]
/external/tflite-support/tensorflow_lite_support/java/src/javatests/org/tensorflow/lite/task/text/nlclassifier/
DBertNLClassifierTest.java53 TestUtils.loadFile(ApplicationProvider.getApplicationContext(), in createFromFile_verifyResults()
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp148 void loadFile(const char* path) { in loadFile() function
424 fLayer.loadFile(path); in init()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp72 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
775 return loadFile(Identifier, M.getContext()); in runOnModule()
/external/mesa3d/src/gfxstream/codegen/scripts/
Dreg.py275 def loadFile(self, file): member in Registry
/external/vulkan-headers/registry/
Dreg.py499 def loadFile(self, file): member in Registry
/external/angle/third_party/vulkan-headers/src/registry/
Dreg.py501 def loadFile(self, file): member in Registry