/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsSimplifyTest.cpp | 56 SkPath path; in testLine1() local 65 SkPath path; in testLine1x() local 74 static void addInnerCWTriangle(SkPath& path) { in addInnerCWTriangle() 81 static void addInnerCCWTriangle(SkPath& path) { in addInnerCCWTriangle() 88 static void addOuterCWTriangle(SkPath& path) { in addOuterCWTriangle() 95 static void addOuterCCWTriangle(SkPath& path) { in addOuterCCWTriangle() 103 SkPath path; in testLine2() local 110 SkPath path; in testLine2x() local 118 SkPath path; in testLine3() local 125 SkPath path; in testLine3x() local [all …]
|
H A D | PathOpsOpTest.cpp | 32 PathTest_Private(SkPath* path) in PathTest_Private() 42 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) { in path_edit() 53 SkPath path, pathB; in cubicOp1d() local 66 SkPath path, pathB; in cubicOp2d() local 79 SkPath path, pathB; in cubicOp3d() local 92 SkPath path, pathB; in cubicOp5d() local 105 SkPath path, pathB; in cubicOp6d() local 118 SkPath path, pathB; in cubicOp7d() local 131 SkPath path, pathB; in cubicOp8d() local 144 SkPath path, pathB; in cubicOp9d() local [all …]
|
H A D | PathOpsBattles.cpp | 100 SkPath path; in battleOp1() local 125 SkPath path; in battleOp2() local 147 SkPath path; in battleOp3() local 172 SkPath path; in battleOp4() local 200 SkPath path; in battleOp5() local 225 SkPath path; in battleOp6() local 256 SkPath path; in battleOp7() local 281 SkPath path; in battleOp8() local 308 SkPath path; in battleOp9() local 332 SkPath path; in battleOp10() local [all …]
|
H A D | PathOpsSkpTest.cpp | 20 SkPath path; in skpcheeseandburger_com225() local 381 SkPath path; in skpeverytechpro_blogspot_com100() local 415 SkPath path; in skpflite_com41() local 438 SkPath path; in skpilkoora_com37() local 470 SkPath path; in skpmm4everfriends_com43() local 493 SkPath path; in skpmtrk_uz27() local 520 SkPath path; in skpfrauen_magazin_com83() local 544 SkPath path; in skpi_gino_com16() local 569 SkPath path; in skppchappy_com_au102() local 597 SkPath path; in skpsciality_com161() local [all …]
|
H A D | TriangulatingPathRendererTests.cpp | 82 SkPath path; in __anon0dffa3410102() local 96 SkPath path; in __anon0dffa3410202() local 109 SkPath path; in __anon0dffa3410302() local 124 SkPath path; in __anon0dffa3410402() local 137 SkPath path; in __anon0dffa3410502() local 149 SkPath path; in __anon0dffa3410602() local 161 SkPath path; in __anon0dffa3410702() local 173 SkPath path; in __anon0dffa3410802() local 185 SkPath path; in __anon0dffa3410902() local 197 SkPath path; in __anon0dffa3410a02() local [all …]
|
H A D | PathOpsFuzz763Test.cpp | 22 SkPath path; in fuzz763_3084() local 78 SkPath path; in fuzz763_1823() local 133 SkPath path; in fuzz763_378() local 226 SkPath path; in fuzz763_378b() local 249 SkPath path; in fuzz763_378c() local 270 SkPath path; in fuzz763_378d() local 288 SkPath path; in fuzz763_558() local 382 SkPath path; in fuzz763_378a() local 471 SkPath path; in fuzz763_378a_1() local 511 SkPath path; in fuzz763_8712() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/ |
D | Cargo.toml | 74 path = "src/lib.rs" qkey 78 path = "tests/_require_full.rs" qkey 82 path = "tests/async_send_sync.rs" qkey 86 path = "tests/buffered.rs" qkey 90 path = "tests/coop_budget.rs" qkey 94 path = "tests/dump.rs" qkey 98 path = "tests/duplex_stream.rs" qkey 102 path = "tests/fs.rs" qkey 106 path = "tests/fs_canonicalize_dir.rs" qkey 110 path = "tests/fs_copy.rs" qkey [all …]
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePathTest.java | 52 Path path = new Path(); in testAddRect1() local 61 Path path = new Path(); in testAddRect2() local 69 Path path = new Path(); in testMoveTo() local 82 Path path = new Path(); in testAccessFillType() local 96 Path path = new Path(); in testRQuadTo() local 104 Path path = new Path(); in testTransform1() local 114 Path path = new Path(); in testLineTo() local 122 Path path = new Path(); in testClose() local 130 Path path = new Path(); in testQuadTo() local 139 Path path = new Path(); in testAddCircle() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/ |
D | Cargo.toml | 56 path = "src/lib.rs" qkey 60 path = "tests/_require_features.rs" qkey 64 path = "tests/async_await_macros.rs" qkey 68 path = "tests/auto_traits.rs" qkey 72 path = "tests/bilock.rs" qkey 76 path = "tests/compat.rs" qkey 80 path = "tests/eager_drop.rs" qkey 84 path = "tests/eventual.rs" qkey 88 path = "tests/future_abortable.rs" qkey 92 path = "tests/future_basic_combinators.rs" qkey [all …]
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PathTest.java | 78 Path path = new Path(); in testAddRect1() local 87 Path path = new Path(); in testAddRect2() local 95 Path path = new Path(); in testMoveTo() local 102 Path path = new Path(); in testSet() local 113 Path path = new Path(); in testSetCleanOld() local 125 Path path = new Path(); in testSetEmptyPath() local 141 Path path = new Path(); in testAccessFillType() local 155 Path path = new Path(); in testRQuadTo() local 163 Path path = new Path(); in testTransform1() local 173 Path path = new Path(); in testLineTo() local [all …]
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | testing_pref_service.h | 168 ConstructionPrefRegistry>::GetManagedPref(const std::string& path) const { in GetManagedPref() 174 SetManagedPref(const std::string& path, in SetManagedPref() 181 SetManagedPref(const std::string& path, base::Value value) { in SetManagedPref() 187 SetManagedPref(const std::string& path, base::Value::Dict dict) { in SetManagedPref() 193 SetManagedPref(const std::string& path, base::Value::List list) { in SetManagedPref() 199 RemoveManagedPref(const std::string& path) { in RemoveManagedPref() 206 GetSupervisedUserPref(const std::string& path) const { in GetSupervisedUserPref() 212 SetSupervisedUserPref(const std::string& path, in SetSupervisedUserPref() 219 SetSupervisedUserPref(const std::string& path, base::Value value) { in SetSupervisedUserPref() 225 SetSupervisedUserPref(const std::string& path, base::Value::Dict dict) { in SetSupervisedUserPref() [all …]
|
/aosp_15_r20/external/crosvm/ |
H A D | Cargo.toml | 10 path = "src/main.rs" qkey 491 arch = { path = "arch" } qkey 493 argh_helpers = { path = "argh_helpers" } qkey 495 base = { path = "base" } qkey 496 bit_field = { path = "bit_field" } qkey 497 broker_ipc = { path = "broker_ipc" } qkey 499 crash_report = { path = "vendor/generic/crash_report", optional = true } qkey 500 cros_async = { path = "cros_async" } qkey 501 cros_tracing = { path = "cros_tracing" } qkey 502 crosvm_cli = { path = "crosvm_cli" } qkey [all …]
|
/aosp_15_r20/external/googleapis/ |
H A D | api-index-v1.json | 62 "path": "/v2/{parent=projects/*}/versions:create" string 73 "path": "/v2:decryptSecret" string 84 "path": "/v2:encryptSecret" string 95 "path": "/v2/{parent=projects/*}/releaseChannels" string 106 "path": "/v2/sampleProjects" string 117 "path": "/v2/{parent=projects/*}/versions" string 128 "path": "/v2/{name=projects/*/draft}:read" string 139 "path": "/v2/{name=projects/*/versions/*}:read" string 150 "path": "/v2/{parent=projects/*}/draft:write" string 161 "path": "/v2/{parent=projects/*}/preview:write" string [all …]
|
/aosp_15_r20/external/crosvm/devices/ |
H A D | Cargo.toml | 50 acpi_tables = {path = "../acpi_tables" } qkey 54 audio_util = { path = "../audio_util" } qkey 55 balloon_control = { path = "../common/balloon_control" } qkey 56 base = { path = "../base" } qkey 57 bit_field = { path = "../bit_field" } qkey 61 cros_async = { path = "../cros_async" } qkey 63 crosvm_cli = { path = "../crosvm_cli" } qkey 64 data_model = { path = "../common/data_model" } qkey 66 disk = { path = "../disk" } qkey 69 ffmpeg = { path = "../media/ffmpeg", optional = true } qkey [all …]
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/.cargo/ |
D | config.toml | 2 anyhow = { path = "rust/crates/anyhow" } qkey 3 autocfg = { path = "rust/crates/autocfg" } qkey 4 bitflags = { path = "rust/crates/bitflags" } qkey 5 byteorder = { path = "rust/crates/byteorder" } qkey 6 cfg-if = { path = "rust/crates/cfg-if" } qkey 7 libc = { path = "rust/crates/libc" } qkey 8 log = { path = "rust/crates/log" } qkey 9 memoffset = { path = "rust/crates/memoffset" } qkey 10 nix = { path = "rust/crates/nix" } qkey 11 once_cell = { path = "rust/crates/once_cell" } qkey [all …]
|
/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/ |
H A D | AbstractFileSystemTest.kt | 736 val path = base / "file-source" in <lambda>() constant 749 val path = base / "read-path" in <lambda>() constant 764 val path = base / "file-sink" in <lambda>() constant 776 val path = base / "Ἰλιάς" in <lambda>() constant 788 val path = base / "file-sink" in <lambda>() constant 800 val path = base / "file-sink" in <lambda>() constant 815 val path = base / "file-sink-special-characters" in <lambda>() constant 872 val path = base / "write-path" in <lambda>() constant 884 val path = base / "write-path" in <lambda>() constant 896 val path = base / "write-path" in <lambda>() constant [all …]
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | ftrace_procfs.cc | 62 bool WriteFileInternal(const std::string& path, in WriteFileInternal() 92 std::string path = kTracingPaths[index++]; in CreateGuessingMountPoint() local 124 std::string path = root_ + "events/raw_syscalls/" + event + "/filter"; in SetSyscallFilter() local 135 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in EnableEvent() local 150 std::string path = root_ + "kprobe_events"; in CreateKprobeEvent() local 178 std::string path = root_ + "kprobe_events"; in RemoveKprobeEvent() local 183 std::string path = root_ + "/kprobe_profile"; in ReadKprobeStats() local 189 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in DisableEvent() local 205 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in IsEventAccessible() local 211 std::string path = root_ + "events/enable"; in DisableAllEvents() local [all …]
|
/aosp_15_r20/external/skia/infra/bots/ |
H A D | tasks.json | 3601 "path": "cache/git" string 3605 "path": "cache/git_cache" string 3612 "path": "cipd_bin_packages", string 3617 "path": "cipd_bin_packages", string 3622 "path": "cipd_bin_packages", string 3627 "path": "bazelisk_linux_amd64", string 3632 "path": "task_drivers", string 3671 "path": "cache/git" string 3675 "path": "cache/git_cache" string 3682 "path": "cipd_bin_packages", string [all …]
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/ |
H A D | FilesUncheck.java | 138 public static Path createFile(final Path path, final FileAttribute<?>... attrs) { in createFile() 231 public static void delete(final Path path) { in delete() 242 public static boolean deleteIfExists(final Path path) { in deleteIfExists() 276 …public static Object getAttribute(final Path path, final String attribute, final LinkOption... opt… in getAttribute() 287 public static FileStore getFileStore(final Path path) { in getFileStore() 300 public static FileTime getLastModifiedTime(final Path path, final LinkOption... options) { in getLastModifiedTime() 313 public static UserPrincipal getOwner(final Path path, final LinkOption... options) { in getOwner() 326 …public static Set<PosixFilePermission> getPosixFilePermissions(final Path path, final LinkOption..… in getPosixFilePermissions() 337 public static boolean isHidden(final Path path) { in isHidden() 350 public static boolean isSameFile(final Path path, final Path path2) { in isSameFile() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap/ |
D | Cargo.toml | 153 path = "examples/multicall-busybox.rs" qkey 157 path = "examples/multicall-hostname.rs" qkey 161 path = "examples/repl.rs" qkey 166 path = "examples/repl-derive.rs" qkey 171 path = "examples/tutorial_builder/01_quick.rs" qkey 176 path = "examples/tutorial_builder/02_apps.rs" qkey 180 path = "examples/tutorial_builder/02_crate.rs" qkey 185 path = "examples/tutorial_builder/02_app_settings.rs" qkey 190 path = "examples/tutorial_builder/03_01_flag_bool.rs" qkey 195 path = "examples/tutorial_builder/03_01_flag_count.rs" qkey [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/ |
H A D | Cargo.toml | 153 path = "examples/multicall-busybox.rs" qkey 157 path = "examples/multicall-hostname.rs" qkey 161 path = "examples/repl.rs" qkey 166 path = "examples/repl-derive.rs" qkey 171 path = "examples/tutorial_builder/01_quick.rs" qkey 176 path = "examples/tutorial_builder/02_apps.rs" qkey 180 path = "examples/tutorial_builder/02_crate.rs" qkey 185 path = "examples/tutorial_builder/02_app_settings.rs" qkey 190 path = "examples/tutorial_builder/03_01_flag_bool.rs" qkey 195 path = "examples/tutorial_builder/03_01_flag_count.rs" qkey [all …]
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
H A D | AbstractFakeFileSystem.java | 106 String path = entry.getPath(); in add() local 141 public boolean delete(String path) { in delete() 159 public boolean exists(String path) { in exists() 172 public boolean isDirectory(String path) { in isDirectory() 186 public boolean isFile(String path) { in isFile() 202 public List listFiles(String path) { in listFiles() 230 public List listNames(String path) { in listNames() 315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem 343 public String getParent(String path) { in getParent() 360 public String getName(String path) { in getName() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/ |
D | Cargo.toml | 132 path = "examples/multicall-busybox.rs" qkey 136 path = "examples/multicall-hostname.rs" qkey 140 path = "examples/repl.rs" qkey 144 path = "examples/tutorial_builder/01_quick.rs" qkey 149 path = "examples/tutorial_builder/02_apps.rs" qkey 153 path = "examples/tutorial_builder/02_crate.rs" qkey 158 path = "examples/tutorial_builder/02_app_settings.rs" qkey 163 path = "examples/tutorial_builder/03_01_flag_bool.rs" qkey 168 path = "examples/tutorial_builder/03_01_flag_count.rs" qkey 173 path = "examples/tutorial_builder/03_02_option.rs" qkey [all …]
|
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A D | PathTest.kt | 29 val path = "/".toPath() in unixRoot() constant 43 val path = "/home/jesse/todo.txt".toPath() in unixAbsolutePath() constant 57 val path = "project/todo.txt".toPath() in unixRelativePath() constant 71 val path = "../../project/todo.txt".toPath() in unixRelativePathWithDots() constant 85 val path = "../../..".toPath() in unixRelativeSeriesOfDotDots() constant 99 val path = "/../../..".toPath() in unixAbsoluteSeriesOfDotDots() constant 113 val path = "/.".toPath() in unixAbsoluteSingleDot() constant 127 val path = "..".toPath() in unixRelativeDoubleDots() constant 141 val path = ".".toPath() in unixRelativeSingleDot() constant 155 val path = "C:\\".toPath() in windowsVolumeLetter() constant [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_getpath.py | 893 def add_known_file(self, path, lines=None): argument 897 def add_known_xfile(self, path): argument 900 def add_known_link(self, path, target): argument 903 def add_known_dir(self, path): argument 915 def abspath(self, path): argument 920 def basename(self, path): argument 923 def dirname(self, path): argument 929 def hassuffix(self, path, suffix): argument 932 def isabs(self, path): argument 935 def isdir(self, path): argument [all …]
|