Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 88) sorted by relevance

1234

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/
DFileUtil.java49 public static List<String> loadLabels(@NonNull Context context, @NonNull String filePath) in loadLabels()
69 @NonNull Context context, @NonNull String filePath, Charset cs) throws IOException { in loadLabels()
127 @NonNull Context context, @NonNull String filePath, Charset cs) throws IOException { in loadSingleColumnTextFile()
155 public static MappedByteBuffer loadMappedFile(@NonNull Context context, @NonNull String filePath) in loadMappedFile()
177 public static byte[] loadByteFromFile(@NonNull Context context, @NonNull String filePath) in loadByteFromFile()
/external/icu/icu4c/source/common/
Drestrace.cpp25 CharString filePath; in trace() local
50 CharString filePath; in traceOpen() local
106 CharString filePath; in traceOpenDataFile() local
121 CharString filePath; in traceOpenResFile() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/
DTransformationTestResult.java32 @Nullable private String filePath; field in TransformationTestResult.Builder
52 public Builder setFilePath(@Nullable String filePath) { in setFilePath()
105 @Nullable public final String filePath; field in TransformationTestResult
159 @Nullable String filePath, in TransformationTestResult()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/
DTransformerActivity.java150 String filePath = externalCacheFile.getAbsolutePath(); in startTransformation() local
154 transformer.startTransformation(MediaItem.fromUri(uri), filePath); in startTransformation() local
201 private Transformer createTransformer(@Nullable Bundle bundle, String filePath) { in createTransformer()
/external/angle/util/
Dtest_utils.cpp27 bool GetFileSize(const char *filePath, uint32_t *sizeOut) in GetFileSize()
40 bool ReadEntireFileToString(const char *filePath, char *contentsOut, uint32_t maxLen) in ReadEntireFileToString()
/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater()
136 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { in swapFileSepChar()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp56 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile()
206 void FileRemapper::remap(StringRef filePath, in remap()
227 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile()
/external/testng/src/main/java/org/testng/xml/
DIFileParser.java9 T parse(String filePath, InputStream is, boolean loadClasses) throws TestNGException; in parse()
/external/testng/src/main/java/org/testng/internal/
DYamlParser.java13 public XmlSuite parse(String filePath, InputStream is, boolean loadClasses) in parse()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFontBuilder.java155 String filePath, in nBuild()
182 String filePath; field in ShadowFontBuilder.FontInternal
DShadowNativeFont.java180 String filePath, in nBuild()
193 String filePath, in nBuild()
/external/swiftshader/src/System/
DConfigurator.cpp39 Configurator::Configurator(const std::string &filePath) in Configurator()
123 void Configurator::writeFile(const std::string &filePath, const std::string &title) in writeFile()
/external/antlr/gunit/src/main/java/org/antlr/gunit/
DgUnitBaseTest.java61 String filePath = testInput; in execLexer() local
150 String filePath = testInput; in execParser() local
291 String filePath = testInput; in execTreeParser() local
/external/deqp/scripts/src_util/
Dcommon.py60 def isTextFile (filePath): argument
/external/parameter-framework/upstream/test/test-platform/
Dmain.cpp86 auto filePath = options.front(); in main() local
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DTelephonyLookupTest.java360 Path filePath = Files.createTempFile(testDir, null, null); in createFile() local
366 Path filePath = Files.createTempFile(testDir, null, null); in createMissingFile() local
DTimeZoneFinderTest.java654 Path filePath = Files.createTempFile(testDir, null, null); in createFile() local
660 Path filePath = Files.createTempFile(testDir, null, null); in createMissingFile() local
/external/perfetto/infra/perfetto.dev/src/
Dgen_stats_reference.js45 function parseTablesInCppFile(filePath) { argument
Dgen_sql_tables_reference.js151 function parseTablesInCppFile(filePath) { argument
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/ops/
DLabelAxisOp.java56 public Builder addAxisLabel(@NonNull Context context, int axis, @NonNull String filePath) in addAxisLabel()
/external/python/cpython2/Lib/idlelib/
DconfigHelpSourceEdit.py11 def __init__(self, parent, title, menuItem='', filePath='', _htest=False): argument
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DFontBuilderNatives.java35 String filePath, in nBuild()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core/
DTaskJniUtils.java62 String filePath, in createHandleFromFdAndOptions()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/typesolvers/
DJavaParserTypeSolver.java117 String filePath = srcDir.getAbsolutePath(); in tryToSolveTypeUncached() local
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DLoadPathToFileCache.java66 public void add(List<String> loadPaths, String filename, String filePath) { in add()

1234