/aosp_15_r20/frameworks/av/media/psh_utils/tests/ |
H A D | powerstats_collector_tests.cpp | 39 PowerStats ps1, ps2; in TEST() local 43 ps1.metadata.duration_ms = kDurationMs1; in TEST() 48 ps1.metadata.duration_monotonic_ms = kDurationMonotonicMs1; in TEST() 58 ps1.metadata.start_time_since_boot_ms = kStartTimeSinceBootMs1; in TEST() 59 ps1.metadata.start_time_epoch_ms = kStartTimeEpochMs1; in TEST() 60 ps1.metadata.start_time_monotonic_ms = kStartTimeMonotonicMs1; in TEST() 65 PowerStats ps3 = ps1 + ps2; in TEST() 66 PowerStats ps4 = ps2 + ps1; in TEST() 80 PowerStats ps5 = ps2 - ps1; in TEST() 95 PowerStats ps1, ps2; in TEST() local [all …]
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageManagerSettingsTests.java | 185 final PackageSetting ps1 = createPackageSetting(PACKAGE_NAME_1); in testApplicationInfoForUseSdkOptionalEnabled() local 186 ps1.setPkg(((ParsedPackage) PackageImpl.forTesting(PACKAGE_NAME_1).hideAsParsed()) in testApplicationInfoForUseSdkOptionalEnabled() 187 .setUid(ps1.getAppId()) in testApplicationInfoForUseSdkOptionalEnabled() 190 ps1.setUsesSdkLibraries(new String[] { "com.example.sdk.one" }); in testApplicationInfoForUseSdkOptionalEnabled() 191 ps1.setUsesSdkLibrariesVersionsMajor(new long[] { 12 }); in testApplicationInfoForUseSdkOptionalEnabled() 192 ps1.setUsesSdkLibrariesOptional(new boolean[] {true}); in testApplicationInfoForUseSdkOptionalEnabled() 193 ps1.addUsesLibraryInfo(new SharedLibraryInfo("path1", in testApplicationInfoForUseSdkOptionalEnabled() 203 ps1.addUsesLibraryInfo(new SharedLibraryInfo("path11", in testApplicationInfoForUseSdkOptionalEnabled() 213 ApplicationInfo appInfo1 = PackageInfoUtils.generateApplicationInfo(ps1.getAndroidPackage(), in testApplicationInfoForUseSdkOptionalEnabled() 214 0 /*flags*/, ps1.getUserStateOrDefault(0), 0 /*userId*/, in testApplicationInfoForUseSdkOptionalEnabled() [all …]
|
H A D | KeySetManagerServiceTest.java | 212 PackageSetting ps1 = generateFakePackageSetting("packageA"); in testAddSigningKSToPackageUpgradeDiff2() local 213 mPackagesMap.put(ps1.getPackageName(), ps1); in testAddSigningKSToPackageUpgradeDiff2() local 221 mKsms.addSigningKeySetToPackageLPw(ps1, signingKeys); in testAddSigningKSToPackageUpgradeDiff2() 228 mKsms.addSigningKeySetToPackageLPw(ps1, signingKeys); in testAddSigningKSToPackageUpgradeDiff2() 244 assertEquals(2, ps1.getKeySetData().getProperSigningKeySet()); in testAddSigningKSToPackageUpgradeDiff2() 255 PackageSetting ps1 = generateFakePackageSetting("packageA"); in testAddSigningKSToPackageNewOrtho() local 256 mPackagesMap.put(ps1.getPackageName(), ps1); in testAddSigningKSToPackageNewOrtho() local 264 mKsms.addSigningKeySetToPackageLPw(ps1, signingKeys1); in testAddSigningKSToPackageNewOrtho() 281 assertEquals(1, ps1.getKeySetData().getProperSigningKeySet()); in testAddSigningKSToPackageNewOrtho() 300 PackageSetting ps1 = generateFakePackageSetting("packageA"); in testAddSigningKSToPackageNewSame() local [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/ |
H A D | Dockerfile_test | 6 COPY mesa_deps_vulkan_sdk.ps1 C:\ 7 RUN C:\mesa_deps_vulkan_sdk.ps1 9 COPY mesa_deps_d3d.ps1 C:\ 10 RUN C:\mesa_deps_d3d.ps1 12 COPY mesa_deps_rust.ps1 C:\ 13 RUN C:\mesa_deps_rust.ps1 15 COPY mesa_init_msvc.ps1 C:\ 17 COPY mesa_deps_libva.ps1 C:\ 18 RUN C:\mesa_deps_libva.ps1 20 COPY mesa_deps_test_piglit.ps1 C:\ [all …]
|
H A D | Dockerfile_build | 6 COPY mesa_deps_vulkan_sdk.ps1 C:\ 7 RUN C:\mesa_deps_vulkan_sdk.ps1 9 COPY mesa_init_msvc.ps1 C:\ 11 COPY mesa_deps_libva.ps1 C:\ 12 RUN C:\mesa_deps_libva.ps1 14 COPY mesa_deps_build.ps1 C:\ 15 RUN C:\mesa_deps_build.ps1
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/sql/ |
H A D | OldPreparedStatementTest.java | 1066 PreparedStatement ps1 = null; in testSetShort() local 1110 ps1 = conn.prepareStatement(query1); in testSetShort() 1111 ps1.setShort(1, Short.MAX_VALUE); in testSetShort() 1125 ps1.close(); in testSetShort() 1135 PreparedStatement ps1 = null; in testSetBoolean() local 1178 ps1 = conn.prepareStatement(query1); in testSetBoolean() 1179 ps1.setBoolean(1, true); in testSetBoolean() 1180 ps1.execute(); in testSetBoolean() 1185 ps1.close(); in testSetBoolean() 1194 PreparedStatement ps1 = null; in testSetByte() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
H A D | RC5ParameterSpecTest.java | 220 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testEquals() local 228 ps1.equals(ps1)); in testEquals() 231 ps1.equals(ps2)); in testEquals() 234 ps2.equals(ps1)); in testEquals() 241 ps1.equals(ps3)); in testEquals() 244 ps1.equals(null)); in testEquals() 247 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 250 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 253 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 257 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() [all …]
|
H A D | RC2ParameterSpecTest.java | 149 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testEquals() local 156 ps1.equals(ps1)); in testEquals() 159 ps1.equals(ps2)); in testEquals() 162 ps2.equals(ps1)); in testEquals() 169 ps1.equals(ps3)); in testEquals() 172 ps1.equals(null)); in testEquals() 175 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 178 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 189 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testHashCode() local 193 ps1.hashCode() == ps2.hashCode()); in testHashCode() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/cluster_resolver/ |
H A D | tfconfig_cluster_resolver_test.py | 48 "ps": ["ps0:2222", "ps1:2222"], 61 tasks { key: 1 value: 'ps1:2222' } } 73 "ps": ["ps0:2222", "ps1:2222"], 86 tasks { key: 1 value: 'ps1:2222' } } 96 "ps": ["ps0:2222", "ps1:2222"], 113 "ps": ["ps0:2222", "ps1:2222"], 130 "ps": ["ps0:2222", "ps1:2222"], 148 "ps": ["ps0:2222", "ps1:2222"], 166 "ps": ["ps0:2222", "ps1:2222"], 186 "ps": ["ps0:2222", "ps1:2222"], [all …]
|
H A D | cluster_resolver_test.py | 136 "ps": ["ps0:2222", "ps1:2222"], 144 tasks { key: 1 value: 'ps1:2222' } } 154 "ps": ["ps0:2222", "ps1:2222"], 171 "ps": ["ps0:2222", "ps1:2222"], 190 "ps": ["ps0:2222", "ps1:2222"], 200 "ps": ["ps0:2222", "ps1:2222"], 210 "ps": ["ps0:2222", "ps1:2222"], 220 "ps": ["ps0:2222", "ps1:2222"], 257 "ps1:2222" 275 tasks { key: 1 value: 'ps1:2222' } } [all …]
|
/aosp_15_r20/external/pytorch/.github/workflows/ |
H A D | generated-windows-binary-conda-nightly.yml | 138 .github\scripts\wait_for_ssh_to_drain.ps1 144 .github\scripts\kill_active_ssh_sessions.ps1 247 .github\scripts\wait_for_ssh_to_drain.ps1 253 .github\scripts\kill_active_ssh_sessions.ps1 379 .github\scripts\wait_for_ssh_to_drain.ps1 385 .github\scripts\kill_active_ssh_sessions.ps1 489 .github\scripts\wait_for_ssh_to_drain.ps1 495 .github\scripts\kill_active_ssh_sessions.ps1 622 .github\scripts\wait_for_ssh_to_drain.ps1 628 .github\scripts\kill_active_ssh_sessions.ps1 [all …]
|
H A D | generated-windows-binary-wheel-nightly.yml | 139 .github\scripts\wait_for_ssh_to_drain.ps1 145 .github\scripts\kill_active_ssh_sessions.ps1 248 .github\scripts\wait_for_ssh_to_drain.ps1 254 .github\scripts\kill_active_ssh_sessions.ps1 381 .github\scripts\wait_for_ssh_to_drain.ps1 387 .github\scripts\kill_active_ssh_sessions.ps1 491 .github\scripts\wait_for_ssh_to_drain.ps1 497 .github\scripts\kill_active_ssh_sessions.ps1 625 .github\scripts\wait_for_ssh_to_drain.ps1 631 .github\scripts\kill_active_ssh_sessions.ps1 [all …]
|
/aosp_15_r20/external/crosvm/docs/book/src/building_crosvm/ |
H A D | windows.md | 13 ```ps1 22 ```ps1 30 ```ps1 38 ```ps1 43 `install-deps.ps1` install the necessary tools needed to build crosvm on windows. In addition to 48 ```ps1 50 ./tools/install-deps.ps1 58 ```ps1
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/enc/src/ |
H A D | c4_17pf.cpp | 409 Word16 ps1; in search_4i40() local 480 /* ps1 = add(ps0, dn[i1], pOverflow); */ in search_4i40() 481 ps1 = ps0 + dn[i1]; in search_4i40() 491 /* sq1 = mult(ps1, ps1, pOverflow); */ in search_4i40() 492 sq1 = (Word16)(((Word32) ps1 * ps1) >> 15); in search_4i40() 507 ps = ps1; in search_4i40() 533 /* ps1 = add(ps0, dn[i2], pOverflow); */ in search_4i40() 534 ps1 = ps0 + dn[i2]; in search_4i40() 550 /* sq1 = mult(ps1, ps1, pOverflow); */ in search_4i40() 551 sq1 = (Word16)(((Word32) ps1 * ps1) >> 15); in search_4i40() [all …]
|
H A D | s10_8pf.cpp | 192 Word16 psk, ps, ps0, ps1, ps2, sq, sq2; 254 ps1 = add (ps0, dn[i2]); 268 ps2 = add (ps1, dn[i3]); 321 ps1 = add (ps0, dn[i4]); 331 ps2 = add (ps1, dn[i5]); 383 ps1 = add (ps0, dn[i6]); 395 ps2 = add (ps1, dn[i7]); 453 ps1 = add (ps0, dn[i8]); 467 ps2 = add (ps1, dn[i9]); 583 Word16 ps1; in search_10and8i40() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/scripts/common/ |
D | Activate.ps1 | 13 default value for this is the parent of the directory that the Activate.ps1 22 Activate.ps1 23 Activates the Python virtual environment that contains the Activate.ps1 script. 26 Activate.ps1 -Verbose 27 Activates the Python virtual environment that contains the Activate.ps1 script, 31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv 35 Activate.ps1 -Prompt "MyPython" 36 Activates the Python virtual environment that contains the Activate.ps1 script, 41 On Windows, it may be required to enable this Activate.ps1 script by setting the
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/scripts/common/ |
D | Activate.ps1 | 13 default value for this is the parent of the directory that the Activate.ps1 22 Activate.ps1 23 Activates the Python virtual environment that contains the Activate.ps1 script. 26 Activate.ps1 -Verbose 27 Activates the Python virtual environment that contains the Activate.ps1 script, 31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv 35 Activate.ps1 -Prompt "MyPython" 36 Activates the Python virtual environment that contains the Activate.ps1 script, 41 On Windows, it may be required to enable this Activate.ps1 script by setting the
|
/aosp_15_r20/external/python/cpython3/Lib/venv/scripts/common/ |
D | Activate.ps1 | 13 default value for this is the parent of the directory that the Activate.ps1 22 Activate.ps1 23 Activates the Python virtual environment that contains the Activate.ps1 script. 26 Activate.ps1 -Verbose 27 Activates the Python virtual environment that contains the Activate.ps1 script, 31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv 35 Activate.ps1 -Prompt "MyPython" 36 Activates the Python virtual environment that contains the Activate.ps1 script, 41 On Windows, it may be required to enable this Activate.ps1 script by setting the
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/scripts/common/ |
D | Activate.ps1 | 13 default value for this is the parent of the directory that the Activate.ps1 22 Activate.ps1 23 Activates the Python virtual environment that contains the Activate.ps1 script. 26 Activate.ps1 -Verbose 27 Activates the Python virtual environment that contains the Activate.ps1 script, 31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv 35 Activate.ps1 -Prompt "MyPython" 36 Activates the Python virtual environment that contains the Activate.ps1 script, 41 On Windows, it may be required to enable this Activate.ps1 script by setting the
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/scripts/common/ |
D | Activate.ps1 | 13 default value for this is the parent of the directory that the Activate.ps1 22 Activate.ps1 23 Activates the Python virtual environment that contains the Activate.ps1 script. 26 Activate.ps1 -Verbose 27 Activates the Python virtual environment that contains the Activate.ps1 script, 31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv 35 Activate.ps1 -Prompt "MyPython" 36 Activates the Python virtual environment that contains the Activate.ps1 script, 41 On Windows, it may be required to enable this Activate.ps1 script by setting the
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | assign1.go | 101 ps1 *S1 var 211 ps0 = ps1 // ERROR "cannot use|incompatible" 213 ps = ps1 // ERROR "cannot use|incompatible" 214 ps1 = ps0 // ERROR "cannot use|incompatible" 215 ps1 = ps // ERROR "cannot use|incompatible" 340 })(ps1) 342 ps = (*S)(ps1) 343 ps1 = (*S1)(ps0) 344 ps1 = (*S1)(ps)
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 194 BasicBlock *PS1 = PBI->getSuccessor(0); in FlattenParallelAndOr() local 196 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() 197 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() 223 BasicBlock *PS1 = TBB->getSuccessor(0); in FlattenParallelAndOr() local 225 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator()); in FlattenParallelAndOr() 228 // If PS1 does not jump into PS2, but PS2 jumps into PS1, in FlattenParallelAndOr() 231 (PS1->getTerminator()->getSuccessor(0) != PS2)) { in FlattenParallelAndOr() 232 // Check whether PS2 jumps into PS1. in FlattenParallelAndOr() 234 (PS2->getTerminator()->getSuccessor(0) != PS1)) in FlattenParallelAndOr() 258 // PS1 must have a conditional branch. in FlattenParallelAndOr()
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | loopfilter_avx2.c | 105 __m128i ps1 = _mm_xor_si128(p1, t80); in aom_lpf_horizontal_6_quad_avx2() local 114 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in aom_lpf_horizontal_6_quad_avx2() 145 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in aom_lpf_horizontal_6_quad_avx2() 179 p1 = _mm_andnot_si128(flat, ps1); in aom_lpf_horizontal_6_quad_avx2() 220 _mm_storeu_si128((__m128i *)(s - 2 * p), ps1); in aom_lpf_horizontal_6_quad_avx2() 322 __m128i ps1 = _mm_xor_si128(p1, t80); in aom_lpf_horizontal_8_quad_avx2() local 331 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in aom_lpf_horizontal_8_quad_avx2() 362 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in aom_lpf_horizontal_8_quad_avx2() 426 p1 = _mm_andnot_si128(flat, ps1); in aom_lpf_horizontal_8_quad_avx2() 467 _mm_storeu_si128((__m128i *)(s - 2 * p), ps1); in aom_lpf_horizontal_8_quad_avx2() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 206 BasicBlock *PS1 = PBI->getSuccessor(0); in FlattenParallelAndOr() local 208 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() 209 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() 235 BasicBlock *PS1 = TBB->getSuccessor(0); in FlattenParallelAndOr() local 237 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator()); in FlattenParallelAndOr() 240 // If PS1 does not jump into PS2, but PS2 jumps into PS1, in FlattenParallelAndOr() 243 (PS1->getTerminator()->getSuccessor(0) != PS2)) { in FlattenParallelAndOr() 244 // Check whether PS2 jumps into PS1. in FlattenParallelAndOr() 246 (PS2->getTerminator()->getSuccessor(0) != PS1)) in FlattenParallelAndOr() 270 // PS1 must have a conditional branch. in FlattenParallelAndOr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 204 BasicBlock *PS1 = PBI->getSuccessor(0); in FlattenParallelAndOr() local 206 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() 207 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() 233 BasicBlock *PS1 = TBB->getSuccessor(0); in FlattenParallelAndOr() local 235 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator()); in FlattenParallelAndOr() 238 // If PS1 does not jump into PS2, but PS2 jumps into PS1, in FlattenParallelAndOr() 241 (PS1->getTerminator()->getSuccessor(0) != PS2)) { in FlattenParallelAndOr() 242 // Check whether PS2 jumps into PS1. in FlattenParallelAndOr() 244 (PS2->getTerminator()->getSuccessor(0) != PS1)) in FlattenParallelAndOr() 268 // PS1 must have a conditional branch. in FlattenParallelAndOr()
|