/aosp_15_r20/external/skia/bench/ |
H A D | BigPath.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 20 SkPathBuilder path; in make_big_path() local 22 path.moveTo(-1113, 81); in make_big_path() 23 path.lineTo(-1113, 83); in make_big_path() 24 path.lineTo(-1113, 82); in make_big_path() 25 path.lineTo(-1112, 82); in make_big_path() 26 path.lineTo(-1112, 83); in make_big_path() 27 path.lineTo(-1111, 82); in make_big_path() 28 path.lineTo(-1111, 82); in make_big_path() 29 path.lineTo(-1110, 81); in make_big_path() [all …]
|
/aosp_15_r20/device/google/caimito/audio/caiman/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/caimito/audio/tokay/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/caimito/audio/komodo/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/comet/audio/comet/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/shusky/audio/shiba/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/akita/audio/akita/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/shusky/audio/husky/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsOpTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 PathTest_Private(SkPath* path) in PathTest_Private() argument 33 : fPath(path) {} in PathTest_Private() 36 fPath->setPt(index, x, y); in setPt() 42 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) { in path_edit() argument 43 PathTest_Private testPath(path); in path_edit() 44 for (int index = 0; index < path->countPoints(); ++index) { in path_edit() 45 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) { in path_edit() 53 SkPath path, pathB; in cubicOp1d() local 54 path.setFillType(SkPathFillType::kWinding); in cubicOp1d() [all …]
|
H A D | PathOpsFuzz763Test.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 22 SkPath path; in fuzz763_3084() local 23 path.setFillType((SkPathFillType) 1); in fuzz763_3084() 24 path.moveTo(SkBits2Float(0xc19e6455), SkBits2Float(0xc19e6455)); in fuzz763_3084() 25 path.quadTo(SkBits2Float(0xc1399153), SkBits2Float(0xc1e00000), SkBits2Float(0x00000000), SkBits2Fl… in fuzz763_3084() 26 path.quadTo(SkBits2Float(0x41399153), SkBits2Float(0xc1e00000), SkBits2Float(0x419e6455), SkBits2Fl… in fuzz763_3084() 27 path.quadTo(SkBits2Float(0x41e00000), SkBits2Float(0xc1399153), SkBits2Float(0x41e00000), SkBits2Fl… in fuzz763_3084() 28 path.quadTo(SkBits2Float(0x41e00000), SkBits2Float(0x41399153), SkBits2Float(0x419e6455), SkBits2Fl… in fuzz763_3084() 29 path.quadTo(SkBits2Float(0x415b75ce), SkBits2Float(0x41cf0dc3), SkBits2Float(0x40b878fc), SkBits2Fl… in fuzz763_3084() 30 path.quadTo(SkBits2Float(0x41000000), SkBits2Float(0x41ee1ba4), SkBits2Float(0x41000000), SkBits2Fl… in fuzz763_3084() [all …]
|
H A D | TriangulatingPathRendererTests.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 81 []() -> SkPath { in __anon0dffa3410102() 82 SkPath path; in __anon0dffa3410102() local 83 path.moveTo(229.127044677734375f, 67.34100341796875f); in __anon0dffa3410102() 84 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in __anon0dffa3410102() 85 path.lineTo(171.411407470703125f, 50.94266510009765625f); in __anon0dffa3410102() 86 path.lineTo(245.5253753662109375f, 9.6253643035888671875f); in __anon0dffa3410102() 87 path.moveTo(208.4683990478515625f, 30.284009933471679688f); in __anon0dffa3410102() 88 path.lineTo(171.411407470703125f, 50.94266510009765625f); in __anon0dffa3410102() 89 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in __anon0dffa3410102() [all …]
|
/aosp_15_r20/device/google/felix/audio/felix/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/lynx/audio/lynx/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/tangorpro/audio/tangorpro/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2023, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/pantah/audio/panther/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/device/google/pantah/audio/cheetah/aidl_config/ |
D | mixer_paths_aidl.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Copyright (c) 2022, The Linux Foundation. All rights reserved. --> 3 <!-- --> 4 <!-- Redistribution and use in source and binary forms, with or without --> 5 <!-- modification, are permitted provided that the following conditions are --> 6 <!-- met: --> 7 <!-- * Redistributions of source code must retain the above copyright --> 8 <!-- notice, this list of conditions and the following disclaimer. --> 9 <!-- * Redistributions in binary form must reproduce the above --> 10 <!-- copyright notice, this list of conditions and the following --> [all …]
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/interactors/testdata/ |
H A D | upstream_manifest.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <remote fetch=".." name="keystone" review="https://keystone-qcom.googlesource.com/"/> 5 <default remote="keystone" revision="qcom-LA.UM.7.3-incoming" sync-j="40"/> 7 <project name="abl/tianocore/edk2" path="bootable/bootloader/edk2"/> 8 <project groups="pdk-cw-fs,pdk" name="device/common"/> 10 <project groups="pdk" name="device/generic/armv7-a-neon"/> 14 <project groups="pdk" name="device/generic/goldfish-opengl"/> 16 <project groups="pdk" name="device/generic/mini-emulator-arm64"/> 17 <project groups="pdk" name="device/generic/mini-emulator-armv7-a-neon"/> 18 <project groups="pdk" name="device/generic/mini-emulator-x86"/> [all …]
|
H A D | downstream_manifest.xml | 2 <remote fetch=".." name="origin" review="https://keystone-qcom.googlesource.com" /> 4 <!-- 8 --><default dest-branch="p-keystone-qcom" remote="origin" revision="p-keystone-qcom" sync-j="4" /> 10 <manifest-server url="http://android-smartsync.corp.google.com/manifestserver" /> 12 <project groups="pdk-cw-fs,pdk" name="device/common" /> 14 <project groups="pdk" name="device/generic/armv7-a-neon" /> 18 <project groups="pdk" name="device/generic/goldfish-opengl" /> 20 <project groups="pdk" name="device/generic/mini-emulator-arm64" /> 21 <project groups="pdk" name="device/generic/mini-emulator-armv7-a-neon" /> 22 <project groups="pdk" name="device/generic/mini-emulator-mips" /> [all …]
|
H A D | common_manifest.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <remote fetch="../../../../.." name="ohd" review="https://keystone-qcom.googlesource.com"/> 5 <default dest-branch="p-fs-release" remote="ohd" revision="p-fs-release" sync-j="4"/> 7 <manifest-server url="http://android-smartsync.corp.google.com/manifestserver"/> 9 …<project groups="pdk-cw-fs,pdk" name="device/common" revision="68a1c1b00e3e58a10040b74dbfd6853b54a… 11 …<project groups="pdk" name="device/generic/armv7-a-neon" revision="9e96e041bf3c9d5b57b11f921c6339e… 15 …<project groups="pdk" name="device/generic/goldfish-opengl" revision="a9f1c86c70944bb289e14ccecdbf… 17 …<project groups="pdk" name="device/generic/mini-emulator-arm64" revision="77d394326f7fc17831ee7702… 18 …<project groups="pdk" name="device/generic/mini-emulator-armv7-a-neon" revision="258706fc0ddcf2c9b… 19 …<project groups="pdk" name="device/generic/mini-emulator-mips" revision="544e69736cff911c286a5d1d3… [all …]
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | manifest.xml | 2 <remote fetch=".." name="origin" review="https://keystone-qcom.googlesource.com" /> 4 <!-- 8 --><default dest-branch="p-keystone-qcom" remote="origin" revision="p-keystone-qcom" sync-j="4" /> 10 <manifest-server url="http://android-smartsync.corp.google.com/manifestserver" /> 12 <project groups="pdk-cw-fs,pdk" name="device/common" /> 14 <project groups="pdk" name="device/generic/armv7-a-neon" /> 18 <project groups="pdk" name="device/generic/goldfish-opengl" /> 20 <project groups="pdk" name="device/generic/mini-emulator-arm64" /> 21 <project groups="pdk" name="device/generic/mini-emulator-armv7-a-neon" /> 22 <project groups="pdk" name="device/generic/mini-emulator-mips" /> [all …]
|
/aosp_15_r20/frameworks/rs/driver/runtime/prebuilts/ |
H A D | manifest_10858594.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 4 <contactinfo bugurl="go/repo-bug" /> 8 <default revision="main" remote="aosp" sync-j="4" /> 12 …<project path="build/make" name="platform/build" groups="pdk" revision="252e5a39fef5e8d27cc4a06d23… 26 …<project path="build/orchestrator" name="platform/build/orchestrator" groups="pdk" revision="eed90… 28 …<project path="build/bazel" name="platform/build/bazel" groups="pdk" revision="8b98e78e9e96bcdd03d… 34 …<project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="pdk" rev… 36 …<project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" revision="a2… 38 …<project path="build/pesto" name="platform/build/pesto" groups="pdk" revision="d554620e6f7ad178b71… 40 …<project path="build/release" name="platform/build/release" groups="pdk,tradefed" revision="36d4c3… [all …]
|
/aosp_15_r20/external/skia/gm/ |
H A D | pathfill.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 23 SkPath path; member 33 SkPath path = SkPath::RRect(SkRRect::MakeRectXY(r, 15, 15)); in make_frame() local 37 skpathutils::FillPathWithPaint(path, paint, &path); in make_frame() 38 return {path, 15}; in make_frame() 85 builder.lineTo(x, y - dy); in make_sawtooth() 140 SkScalar rad = -SK_ScalarPI / 2; in make_star() 144 builder.moveTo(c, c - r); in make_star() 157 // We don't expect any output from this path. 173 SkPathBuilder path; in make_info() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/ |
D | filesystem | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 18 // `class path` from http://eel.is/c++draft/fs.class.path.general#6 19 class path { 27 path() noexcept; 28 path(const path& p); 29 path(path&& p) noexcept; 30 path(string_type&& source, format fmt = auto_format); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | filesystem | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 18 // `class path` from http://eel.is/c++draft/fs.class.path.general#6 19 class path { 27 path() noexcept; 28 path(const path& p); 29 path(path&& p) noexcept; 30 path(string_type&& source, format fmt = auto_format); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/ |
D | filesystem | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 18 // `class path` from http://eel.is/c++draft/fs.class.path.general#6 19 class path { 27 path() noexcept; 28 path(const path& p); 29 path(path&& p) noexcept; 30 path(string_type&& source, format fmt = auto_format); [all …]
|