Home
last modified time | relevance | path

Searched defs:outPath (Results 1 – 25 of 225) sorted by relevance

123456789

/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DMuxerUnitTest.java784 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 DMuxerTest.java452 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 DDefinitelyDerefedParamsDriver.java120 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 DVectorDrawableUtils.cpp65 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 Dindex.ts126 const outPath = '/trace.json'; constant
161 const outPath = '/trace.json'; constant
/aosp_15_r20/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1318 def patchFile(inPath, outPath): argument
1333 def patchScript(inPath, outPath): argument
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/profgen/profgen-cli/
HDlibprofgen-cli-lib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1388 def patchFile(inPath, outPath): argument
1403 def patchScript(inPath, outPath): argument
/aosp_15_r20/external/libxml2/fuzz/
H A DgenSeed.c250 char outPath[PATH_SIZE]; in processPattern() local
349 char outPath[PATH_SIZE]; in processXPath() local
/aosp_15_r20/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp84 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 DCodecEncoderSurfaceTestBase.java699 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 Dbreak-hash.go32 func do(outPath, inPath string) error { argument
/aosp_15_r20/external/boringssl/src/util/fipstools/inject_hash/
H A Dinject_hash.go37 func do(outPath, oInput string, arInput string) error { argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/inject_hash/
H A Dinject_hash.go37 func do(outPath, oInput string, arInput string) error { argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/
H A Dbreak-hash.go32 func do(outPath, inPath string) error { argument
/aosp_15_r20/external/zxing/javase/src/test/java/com/google/zxing/client/j2se/
H A DCommandLineEncoderTestCase.java46 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 DJarInfer.java97 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 DTempFileSink.java35 private final String outPath; field in TempFileSink
/aosp_15_r20/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt350 val outPath = context.filesDir.path + "/" + fileName in saveFile() constant
/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_build/
H A Dbazel_build.go33outPath = flag.String("out_path", "", "Directory into which to copy the //bazel-bin subdire… var
/aosp_15_r20/cts/tools/utils/
H A Dandroid_api_description_splitter.py85 def __init__(self, xmlfile, outPath): argument
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp35 void arcmt::writeARCDiagsToPlist(const std::string &outPath, in writeARCDiagsToPlist()
/aosp_15_r20/external/fonttools/Tests/fontBuilder/
H A DfontBuilder_test.py110 def _verifyOutput(outPath, tables=None): argument
/aosp_15_r20/build/make/tools/atree/
H A Dfiles.h33 string outPath; member
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DPathParser.java49 public static void createPathFromPathData(Path outPath, PathData data) { in createPathFromPathData()

123456789