/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | MuxerUnitTest.java | 784 private native boolean nativeTestIfReadOnlyFdIsRejected(String outPath); in nativeTestIfReadOnlyFdIsRejected() 786 private native boolean nativeTestIfInvalidOutputFormatIsRejected(String outPath); in nativeTestIfInvalidOutputFormatIsRejected() 788 private native boolean nativeTestIfInvalidMediaFormatIsRejected(String outPath); in nativeTestIfInvalidMediaFormatIsRejected() 789 private native boolean nativeTestIfCorruptMediaFormatIsRejected(String outPath); in nativeTestIfCorruptMediaFormatIsRejected() 790 private native boolean nativeTestIfAddTrackSucceedsAfterStart(String outPath); in nativeTestIfAddTrackSucceedsAfterStart() 791 private native boolean nativeTestIfAddTrackSucceedsAfterWriteSampleData(String outPath); in nativeTestIfAddTrackSucceedsAfterWriteSampleData() 792 private native boolean nativeTestIfAddTrackSucceedsAfterStop(String outPath); in nativeTestIfAddTrackSucceedsAfterStop() 794 private native boolean nativeTestIfMuxerStartsBeforeAddTrack(String outPath); in nativeTestIfMuxerStartsBeforeAddTrack() 795 private native boolean nativeTestIdempotentStart(String outPath); in nativeTestIdempotentStart() 796 private native boolean nativeTestIfMuxerStartsAfterWriteSampleData(String outPath); in nativeTestIfMuxerStartsAfterWriteSampleData() [all …]
|
H A D | MuxerTest.java | 452 private native boolean nativeTestSetLocation(int format, String srcPath, String outPath); in nativeTestSetLocation() 455 String outPath); in nativeTestSetOrientationHint() 457 private native boolean nativeTestGetTrackCount(String srcPath, String outPath, in nativeTestGetTrackCount() 460 private native boolean nativeTestGetTrackFormat(String srcPath, String outPath, in nativeTestGetTrackFormat() 1020 String outPath); in nativeTestSimpleAppend() 1024 private native boolean nativeTestNoSamples(int outFormat, String srcPath, String outPath); in nativeTestNoSamples() 1027 String outPath); in nativeTestIgnoreLastGOPAppend() 1106 private native boolean nativeTestSimpleMux(String srcPath, String outPath, String mediaType, in nativeTestSimpleMux() 1109 private native boolean nativeTestSimpleAppend(String srcPath, String outPath, in nativeTestSimpleAppend()
|
/aosp_15_r20/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/ |
H A D | DefinitelyDerefedParamsDriver.java | 120 String outPath = ""; in run() local 139 String inPaths, String pkgName, String outPath, boolean stripJarSignatures) in runAndAnnotate() 144 MethodParamAnnotations runAndAnnotate(String inPaths, String pkgName, String outPath) in runAndAnnotate() 172 String outPath, in run() 392 private void writeModelJAR(String outPath) throws IOException { in writeModelJAR() 394 outPath.endsWith(ASTUBX_JAR_SUFFIX), "invalid model file path! " + outPath); in writeModelJAR() local
|
/aosp_15_r20/frameworks/base/libs/hwui/utils/ |
H A D | VectorDrawableUtils.cpp | 65 void VectorDrawableUtils::verbsToPath(SkPath* outPath, const PathData& data) { in verbsToPath() 100 void PathResolver::addCommand(SkPath* outPath, char previousCmd, char cmd, in addCommand()
|
/aosp_15_r20/external/perfetto/ui/src/traceconv/ |
H A D | index.ts | 126 const outPath = '/trace.json'; constant 161 const outPath = '/trace.json'; constant
|
/aosp_15_r20/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1318 def patchFile(inPath, outPath): argument 1333 def patchScript(inPath, outPath): argument
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/profgen/profgen-cli/ |
HD | libprofgen-cli-lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 1388 def patchFile(inPath, outPath): argument 1403 def patchScript(inPath, outPath): argument
|
/aosp_15_r20/external/libxml2/fuzz/ |
H A D | genSeed.c | 250 char outPath[PATH_SIZE]; in processPattern() local 349 char outPath[PATH_SIZE]; in processXPath() local
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 84 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() 115 SkPath* outPath; in getUpdatedPath() local
|
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | CodecEncoderSurfaceTestBase.java | 699 boolean saveToMem, OutputManager outBuff, boolean muxOutput, String outPath) in encodeToMemory() 707 boolean saveToMem, OutputManager outBuff, boolean muxOutput, String outPath, in encodeToMemory()
|
/aosp_15_r20/external/boringssl/src/util/fipstools/ |
H A D | break-hash.go | 32 func do(outPath, inPath string) error { argument
|
/aosp_15_r20/external/boringssl/src/util/fipstools/inject_hash/ |
H A D | inject_hash.go | 37 func do(outPath, oInput string, arInput string) error { argument
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/inject_hash/ |
H A D | inject_hash.go | 37 func do(outPath, oInput string, arInput string) error { argument
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/ |
H A D | break-hash.go | 32 func do(outPath, inPath string) error { argument
|
/aosp_15_r20/external/zxing/javase/src/test/java/com/google/zxing/client/j2se/ |
H A D | CommandLineEncoderTestCase.java | 46 Path outPath = out.toPath(); in testEncode() local
|
/aosp_15_r20/external/nullaway/jar-infer/jar-infer-cli/src/main/java/com/uber/nullaway/jarinfer/ |
H A D | JarInfer.java | 97 String outPath = line.getOptionValue('o'); in main() local
|
/aosp_15_r20/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/ |
H A D | TempFileSink.java | 35 private final String outPath; field in TempFileSink
|
/aosp_15_r20/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/ |
D | ColorSchemeTest.kt | 350 val outPath = context.filesDir.path + "/" + fileName in saveFile() constant
|
/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_build/ |
H A D | bazel_build.go | 33 …outPath = flag.String("out_path", "", "Directory into which to copy the //bazel-bin subdire… var
|
/aosp_15_r20/cts/tools/utils/ |
H A D | android_api_description_splitter.py | 85 def __init__(self, xmlfile, outPath): argument
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 35 void arcmt::writeARCDiagsToPlist(const std::string &outPath, in writeARCDiagsToPlist()
|
/aosp_15_r20/external/fonttools/Tests/fontBuilder/ |
H A D | fontBuilder_test.py | 110 def _verifyOutput(outPath, tables=None): argument
|
/aosp_15_r20/build/make/tools/atree/ |
H A D | files.h | 33 string outPath; member
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | PathParser.java | 49 public static void createPathFromPathData(Path outPath, PathData data) { in createPathFromPathData()
|