Home
last modified time | relevance | path

Searched refs:getTestFilePath (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch/
H A DModuleInstrumentationTest.java51 private static String getTestFilePath(String fileName) { in getTestFilePath() method in ModuleInstrumentationTest
58 File addPteFile = new File(getTestFilePath(TEST_FILE_NAME)); in setUp()
63 File nonPteFile = new File(getTestFilePath(NON_PTE_FILE_NAME)); in setUp()
74 Module module = Module.load(getTestFilePath(TEST_FILE_NAME)); in testModuleLoadAndForward()
82 Module module = Module.load(getTestFilePath(TEST_FILE_NAME)); in testModuleLoadMethodAndForward()
93 Module module = Module.load(getTestFilePath(TEST_FILE_NAME)); in testModuleLoadForwardExplicit()
101 Module module = Module.load(getTestFilePath(MISSING_FILE_NAME)); in testModuleLoadNonExistantFile()
109 Module module = Module.load(getTestFilePath(MISSING_FILE_NAME)); in testModuleLoadMethodNonExistantFile()
117 Module module = Module.load(getTestFilePath(TEST_FILE_NAME)); in testModuleLoadMethodNonExistantMethod()
125 Module module = Module.load(getTestFilePath(NON_PTE_FILE_NAME)); in testNonPteFile()
H A DLlamaModuleInstrumentationTest.java56 private static String getTestFilePath(String fileName) { in getTestFilePath() method in LlamaModuleInstrumentationTest
63 File addPteFile = new File(getTestFilePath(TEST_FILE_NAME)); in setUp()
68 File tokenizerFile = new File(getTestFilePath(TOKENIZER_FILE_NAME)); in setUp()
73 …mModule = new LlamaModule(getTestFilePath(TEST_FILE_NAME), getTestFilePath(TOKENIZER_FILE_NAME), 0… in setUp()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationXmlHelperTest.cpp66 std::string getTestFilePath(const char* filename) { in getTestFilePath() function
96 getTestFilePath(kValidSystemConfiguration).c_str()); in TEST()
134 getTestFilePath(kValidVendorConfiguration).c_str()); in TEST()
154 getTestFilePath(kValidThirdPartyConfiguration).c_str()); in TEST()
163 OveruseConfigurationXmlHelper::parseXmlFile(getTestFilePath(filename).c_str()).ok()) in TEST()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/GeneratorHub/test/
H A DFakeVehicleHalValueGeneratorsTest.cpp80 static std::string getTestFilePath(const char* filename) { in getTestFilePath() function in android::hardware::automotive::vehicle::fake::FakeVehicleHalValueGeneratorsTest
278 std::make_unique<JsonFakeValueGenerator>(getTestFilePath("prop.json"), 2); in TEST_F()
324 std::make_unique<JsonFakeValueGenerator>(getTestFilePath("prop.json"), -1); in TEST_F()
334 .stringValue = getTestFilePath("prop.json"), in TEST_F()
385 .stringValue = getTestFilePath("prop_invalid.json"), in TEST_F()
411 getTestFilePath("prop_different_types.json"), 1); in TEST_F()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/GeneratorHub/test/
H A DFakeVehicleHalValueGeneratorsTest.cpp80 static std::string getTestFilePath(const char* filename) { in getTestFilePath() function in android::hardware::automotive::vehicle::fake::FakeVehicleHalValueGeneratorsTest
278 std::make_unique<JsonFakeValueGenerator>(getTestFilePath("prop.json"), 2); in TEST_F()
324 std::make_unique<JsonFakeValueGenerator>(getTestFilePath("prop.json"), -1); in TEST_F()
334 .stringValue = getTestFilePath("prop.json"), in TEST_F()
385 .stringValue = getTestFilePath("prop_invalid.json"), in TEST_F()
411 getTestFilePath("prop_different_types.json"), 1); in TEST_F()
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/test/
H A DAudioControlConverterUnitTest.cpp47 std::string getTestFilePath(const std::string& filename) { in getTestFilePath() function
590 getTestFilePath(getCarAudioConfiguration()), in SetUp()
591 getTestFilePath(getCarFadeConfiguration())); in SetUp()
776 std::make_unique<converter::CarAudioConfigurationXmlConverter>(getTestFilePath(""), ""); in TEST_F()
788 getTestFilePath("non_existing_file.xml"), ""); in TEST_F()
800 getTestFilePath("car_audio_configuration_without_configuration.xml"), ""); in TEST_F()
813 getTestFilePath("car_audio_configuration_without_audio_zone.xml"), ""); in TEST_F()
825 getTestFilePath("car_audio_configuration_with_missing_zones.xml"), ""); in TEST_F()
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
H A DUrlUtils.java24 public static String getTestFilePath(String path) { in getTestFilePath() method in UrlUtils
52 return "file://" + getTestFilePath(path); in getTestFileUrl()
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A DUrlUtils.java21 public static String getTestFilePath(String path) { in getTestFilePath() method in UrlUtils
49 return "file://" + getTestFilePath(path); in getTestFileUrl()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/default_config/test/
H A DDefaultConfigTest.cpp43 std::string getTestFilePath(const char* filename) { in getTestFilePath() function
50 std::string configPath = getTestFilePath(path); in loadConfig()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/default_config/test/
H A DDefaultConfigTest.cpp43 std::string getTestFilePath(const char* filename) { in getTestFilePath() function
50 std::string configPath = getTestFilePath(path); in loadConfig()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
H A DEc2MetadataConfigProviderEndpointOverrideTest.java85 getTestFilePath(testCase.sharedConfigFile)); in setup()
106 private static String getTestFilePath(String testFile) { in getTestFilePath() method in Ec2MetadataConfigProviderEndpointOverrideTest
H A DEc2MetadataConfigProviderEndpointModeTest.java103 getTestFilePath(testCase.sharedConfigFile)); in setup()
127 private static String getTestFilePath(String testFile) { in getTestFilePath() method in Ec2MetadataConfigProviderEndpointModeTest
/aosp_15_r20/external/cronet/testing/android/junit/java/src/org/chromium/testing/local/
H A DTestDir.java17 public static String getTestFilePath(String path) { in getTestFilePath() method in TestDir
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/test/
H A DFakeVehicleHardwareTest.cpp3213 std::string getTestFilePath(const char* filename) { in getTestFilePath() function
3222 getTestFilePath("prop.json"), "2"}; in TEST_F()
3278 getTestFilePath("blahblah.json"), "2"}; in TEST_F()
3289 getTestFilePath("prop.json")}; in TEST_F()
3307 getTestFilePath("prop.json")}; in TEST_F()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/test/
H A DFakeVehicleHardwareTest.cpp3213 std::string getTestFilePath(const char* filename) { in getTestFilePath() function
3222 getTestFilePath("prop.json"), "2"}; in TEST_F()
3278 getTestFilePath("blahblah.json"), "2"}; in TEST_F()
3289 getTestFilePath("prop.json")}; in TEST_F()
3307 getTestFilePath("prop.json")}; in TEST_F()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
H A DDefaultVhalImpl_test.cpp801 std::string getTestFilePath(const char* filename) { in getTestFilePath() function
808 getTestFilePath("prop.json"), "2"}; in TEST_F()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...