/aosp_15_r20/out/soong/raw-aosp_shiba/e2/ |
D | e24e408a36c1c45ecaa6e21cc12fe51be41fc49a | 1 set -eu 3 …-rf out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/ro…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/b7/ |
D | b7c7059add23b13a7f9aad787a09e36cd40e7815 | 1 set -eu 3 …-rf out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_co…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/47/ |
D | 47728cc6d1f20988fa2d627480af1231555cbc42 | 1 set -eu 3 …-rf out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_product_image/android_common/r…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/d5/ |
D | d562dff8ac588cb5d686da2bfebf5c04bb60ed45 | 1 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 2 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 3 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 4 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 5 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 6 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 7 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… 8 …oong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/system… 9 …ong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/system/… 10 out/soong/.intermediates/build/soong/fsgen/aosp_shiba_generated_system_image/android_common/root/sy… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/44/ |
D | 44a5a6f9d8b3d069ba157626720486e3b5055074 | 1 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 2 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 3 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 4 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 5 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 6 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 7 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… 8 …g/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/root/sy… 9 ….intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/root/syst… 10 out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common/… [all …]
|
/aosp_15_r20/out/ |
D | soong.log | 1 2025/06/05 06:02:57.168354 build/soong/ui/logger/logger.go:283: Command Line: 2 2025/06/05 06:02:57.168429 build/soong/ui/logger/logger.go:290: [0] /root/opengrok-1.13.29/src/aosp_15_r20/out/soong_ui 3 2025/06/05 06:02:57.168436 build/soong/ui/logger/logger.go:290: [1] --make-mode 4 2025/06/05 06:02:57.168442 build/soong/ui/logger/logger.go:290: [2] LeAudioTestApp 5 2025/06/05 06:02:57.169692 build/soon [all...] |
/aosp_15_r20/external/ksp/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/ |
H A D | PlaygroundIT.kt | 19 …private fun GradleRunner.buildAndCheck(vararg args: String, extraCheck: (BuildResult) -> Unit = {}… in <lambda>() 25 extraCheck: (BuildResult) -> Unit = {} in <lambda>() 27 val result = this.withArguments(*args).build() in <lambda>() 29 Assert.assertEquals(outcome, result.task(":workload:build")?.outcome) in <lambda>() 31 val artifact = File(project.root, "workload/build/libs/workload-1.0-SNAPSHOT.jar") in <lambda>() 34 JarFile(artifact).use { jarFile -> in <lambda>() 48 val gradleRunner = GradleRunner.create().withProjectDir(project.root) in <lambda>() 49 gradleRunner.buildAndCheck("clean", "build") in <lambda>() 50 gradleRunner.buildAndCheck("clean", "build") in <lambda>() 54 // Or use a project that depends on a builtin plugin like all-open and see if the build fails in <lambda>() [all …]
|
H A D | KMPImplementedIT.kt | 19 val artifact = File(project.root, jarName) in <lambda>() 22 JarFile(artifact).use { jarFile -> in <lambda>() 30 val artifact = File(project.root, path) in <lambda>() 45 val gradleRunner = GradleRunner.create().withProjectDir(project.root) in <lambda>() 48 "--configuration-cache-problems=warn", in <lambda>() 50 ":workload-jvm:build" in <lambda>() 51 ).build().let { in <lambda>() 52 Assert.assertEquals(TaskOutcome.SUCCESS, it.task(":workload-jvm:build")?.outcome) in <lambda>() 54 "workload-jvm/build/libs/workload-jvm-jvm-1.0-SNAPSHOT.jar", in <lambda>() 69 val gradleRunner = GradleRunner.create().withProjectDir(project.root) in <lambda>() [all …]
|
H A D | IncrementalIT.kt | 81 val gradleRunner = GradleRunner.create().withProjectDir(project.root) in <lambda>() 83 gradleRunner.withArguments("clean", "assemble").build().let { result -> in <lambda>() 87 gradleRunner.withArguments("assemble").build().let { result -> in <lambda>() 94 val gradleRunner = GradleRunner.create().withProjectDir(project.root) in <lambda>() 96 gradleRunner.withArguments("clean", "assemble").build().let { result -> in <lambda>() 99 … val cleanArtifact = Artifact(File(project.root, "workload/build/libs/workload-1.0-SNAPSHOT.jar")) in <lambda>() 101 src2Dirty.forEach { (src, expectedDirties) -> in <lambda>() 102 File(project.root, src).appendText("\n\n") in <lambda>() 103 gradleRunner.withArguments("assemble").build().let { result -> in <lambda>() 109 …val incrementalArtifact = Artifact(File(project.root, "workload/build/libs/workload-1.0-SNAPSHOT.j… in <lambda>() [all …]
|
/aosp_15_r20/external/cronet/build/gn_ast/ |
H A D | gn_editor.py | 3 # Use of this source code is governed by a BSD-style license that can be 23 _BUILD_ANDROID_PATH = _SRC_PATH / 'build/android' 28 _BUILD_ANDROID_GYP_PATH = _SRC_PATH / 'build/android/gyp' 55 def _add_deps(target: str, deps: List[str], root: pathlib.Path, path: str): 56 with json_gn_editor.BuildFile(path, root) as build_file: 61 root: pathlib.Path, path: str): 62 with json_gn_editor.BuildFile(path, root) as build_file: 66 def _split_deps(existing_dep: str, new_deps: List[str], root: pathlib.Path, 67 path: str, dryrun: bool) -> Optional[OperationResult]: 68 with json_gn_editor.BuildFile(path, root, dryrun=dryrun) as build_file: [all …]
|
/aosp_15_r20/external/angle/build/gn_ast/ |
H A D | gn_editor.py | 3 # Use of this source code is governed by a BSD-style license that can be 23 _BUILD_ANDROID_PATH = _SRC_PATH / 'build/android' 28 _BUILD_ANDROID_GYP_PATH = _SRC_PATH / 'build/android/gyp' 55 def _add_deps(target: str, deps: List[str], root: pathlib.Path, path: str): 56 with json_gn_editor.BuildFile(path, root) as build_file: 61 root: pathlib.Path, path: str): 62 with json_gn_editor.BuildFile(path, root) as build_file: 66 def _split_deps(existing_dep: str, new_deps: List[str], root: pathlib.Path, 67 path: str, dryrun: bool) -> Optional[OperationResult]: 68 with json_gn_editor.BuildFile(path, root, dryrun=dryrun) as build_file: [all …]
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContainerTests.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 120 * Build/Install/Run: 130 final TestWindowContainer w = new TestWindowContainerBuilder(mWm).setLayer(0).build(); in testCreation() 138 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd() local 140 final TestWindowContainer layer1 = root.addChildWindow(builder.setLayer(1)); in testAdd() 141 final TestWindowContainer secondLayer1 = root.addChildWindow(builder.setLayer(1)); in testAdd() 142 final TestWindowContainer layer2 = root.addChildWindow(builder.setLayer(2)); in testAdd() 143 final TestWindowContainer layerNeg1 = root.addChildWindow(builder.setLayer(-1)); in testAdd() 144 final TestWindowContainer layerNeg2 = root.addChildWindow(builder.setLayer(-2)); in testAdd() 145 final TestWindowContainer secondLayerNeg1 = root.addChildWindow(builder.setLayer(-1)); in testAdd() [all …]
|
H A D | TaskTests.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 123 * Build/Install/Run: 170 final Task task1 = new TaskBuilder(mSupervisor).setParentTask(rootTask).build(); in testRemoveContainer_multipleNestedTasks() 171 final Task task2 = new TaskBuilder(mSupervisor).setParentTask(rootTask).build(); in testRemoveContainer_multipleNestedTasks() 176 // All activities under the root task should be finishing. in testRemoveContainer_multipleNestedTasks() 181 // After all activities activities are destroyed, the root task should also be removed. in testRemoveContainer_multipleNestedTasks() 239 final ActivityRecord activityMain = new ActivityBuilder(mAtm).setCreateTask(true).build(); in testReparentPinnedActivityBackToOriginalTask() 241 final ActivityRecord activityPip = new ActivityBuilder(mAtm).setTask(originalTask).build(); in testReparentPinnedActivityBackToOriginalTask() 302 final ActivityRecord activity1 = new ActivityBuilder(mAtm).setTask(task).build(); in testPerformClearTop() 303 final ActivityRecord activity2 = new ActivityBuilder(mAtm).setTask(task).build(); in testPerformClearTop() [all …]
|
H A D | RootTaskTests.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 92 * Tests for the root {@link Task} behavior. 94 * Build/Install/Run: 115 // Current user root task should be moved to top. in testRootTaskPositionChildAt() 120 // Non-current user won't be moved to top. in testRootTaskPositionChildAt() 125 // Non-leaf task should be moved to top regardless of the user id. in testRootTaskPositionChildAt() 165 // Remove root task and check if its child is also removed. in testRootTaskRemoveImmediately() 192 // Root task removal is deferred if one of its child is animating. in testRemoveContainer_deferRemoval() 198 // container until the root task window container is removed. in testRemoveContainer_deferRemoval() 211 // Create first root task on primary display. in testReparent() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/e9/ |
D | e953a7c3528d6a27e46fa436df253d7f99b2f9b3 | 3 from: "out/host/linux-x86/bin/lint" 7 from: "out/host/linux-x86/bin/lint_project_xml" 11 from: "out/host/linux-x86/bin/soong_zip" 15 from: "out/host/linux-x86/bin/zipsync" 19 from: "out/host/linux-x86/framework/lint.jar" 23 from: "build/soong/java/lint_defaults.txt" 24 to: "build/soong/java/lint_defaults.txt" 27 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 28 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 31 …tform.api.stubs.from-text/android_common/stable.i18n.module.platform.api.stubs.from-text/stable.i1… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/7c/ |
D | 7cb4f06534a62190993fdbf255b8e7b539bf19cd | 3 from: "out/host/linux-x86/bin/lint" 7 from: "out/host/linux-x86/bin/lint_project_xml" 11 from: "out/host/linux-x86/bin/soong_zip" 15 from: "out/host/linux-x86/bin/zipsync" 19 from: "out/host/linux-x86/framework/lint.jar" 23 from: "build/soong/java/lint_defaults.txt" 24 to: "build/soong/java/lint_defaults.txt" 27 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 28 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 31 …tform.api.stubs.from-text/android_common/stable.i18n.module.platform.api.stubs.from-text/stable.i1… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/80/ |
D | 803f7ed332949365baf136fbd33ef107f1182f7d | 3 from: "out/host/linux-x86/bin/lint" 7 from: "out/host/linux-x86/bin/lint_project_xml" 11 from: "out/host/linux-x86/bin/soong_zip" 15 from: "out/host/linux-x86/bin/zipsync" 19 from: "out/host/linux-x86/framework/lint.jar" 23 from: "build/soong/java/lint_defaults.txt" 24 to: "build/soong/java/lint_defaults.txt" 27 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 28 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 31 …tform.api.stubs.from-text/android_common/stable.i18n.module.platform.api.stubs.from-text/stable.i1… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/6b/ |
D | 6b6d6890dc53108ea5400dfb38b6571254686823 | 3 from: "out/host/linux-x86/bin/lint" 7 from: "out/host/linux-x86/bin/lint_project_xml" 11 from: "out/host/linux-x86/bin/soong_zip" 15 from: "out/host/linux-x86/bin/zipsync" 19 from: "out/host/linux-x86/framework/lint.jar" 23 from: "build/soong/java/lint_defaults.txt" 24 to: "build/soong/java/lint_defaults.txt" 27 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 28 …latform.api.stubs.from-text/android_common/conscrypt.module.platform.api.stubs.from-text/conscrypt… 31 …tform.api.stubs.from-text/android_common/stable.i18n.module.platform.api.stubs.from-text/stable.i1… [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/helper_scripts/ |
H A D | build_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 18 # change to grpc repo root 25 PLATFORM=$(uname -s) 60 if [[ -n "${VIRTUAL_ENV}" ]]; then 67 $1 -c "import sys; print('py{}{}'.format(*sys.version_info[:2]))" 93 PYTHON=${1:-python2.7} 94 VENV=${2:-$(venv "$PYTHON")} 95 VENV_RELATIVE_PYTHON=${3:-$(venv_relative_python)} 96 TOOLCHAIN=${4:-$(toolchain)} [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 67 TF_ASSERT_OK(float_session->Create(float_graph_def)); in TestTransformedVersusFloatGraph() 70 float_session->Run(float_inputs, output_names, {}, &float_outputs)); in TestTransformedVersusFloatGraph() 84 TF_ASSERT_OK(transformed_session->Create(*transformed_graph_def)); in TestTransformedVersusFloatGraph() 86 TF_ASSERT_OK(transformed_session->Run(transformed_inputs, output_names, {}, in TestTransformedVersusFloatGraph() 156 auto root = tensorflow::Scope::NewRootScope(); in TestIgnoreOps() local 157 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) in TestIgnoreOps() 164 return Const(root.WithOpName(name), Input::Initializer(tensor)); in TestIgnoreOps() 175 Output mat_mul_op = MatMul(root.WithOpName("mat_mul_op"), a_op, b_op); in TestIgnoreOps() 176 Output mul_op = Mul(root.WithOpName("mul"), c_op, d_op); in TestIgnoreOps() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_cse_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 61 constant1->shape(), HloOpcode::kAdd, constant1, constant2)); in TEST_F() 64 auto computation = module->AddEntryComputation(builder.Build()); in TEST_F() 66 EXPECT_EQ(3, computation->instruction_count()); in TEST_F() 71 EXPECT_EQ(2, computation->instruction_count()); in TEST_F() 72 HloInstruction* constant = *computation->instructions().begin(); in TEST_F() 73 EXPECT_EQ(42.0f, constant->literal().Get<float>({})); in TEST_F() 75 auto result = ExecuteAndTransfer(module->Clone(), {}); in TEST_F() 77 EXPECT_TRUE(LiteralTestUtil::Near(expected, result, ErrorSpec(1e-4))); in TEST_F() 91 constant1->shape(), HloOpcode::kAdd, constant1, constant2)); in TEST_F() [all …]
|
H A D | algebraic_simplifier_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 70 auto computation = m->AddEntryComputation(builder.Build()); in TEST_F() 71 HloInstruction* root = computation->root_instruction(); in TEST_F() local 72 EXPECT_EQ(root->opcode(), HloOpcode::kAdd); in TEST_F() 75 root = computation->root_instruction(); in TEST_F() 76 EXPECT_EQ(root, param0); in TEST_F() 88 ROOT sum = s32[8] add(x, y) in TEST_F() 95 m->entry_computation()->root_instruction(), in TEST_F() 100 // A*C + B*C => (A+B)*C if C is a floating-point power of 2. 110 ROOT sum = f32[] add(x, y) in TEST_F() [all …]
|
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NavigatorTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 81 // FLAG_RETRIEVE_INTERACTIVE_WINDOWS is necessary to reliably access the root window. in oneTimeSetup() 122 * root 158 * root 175 // Rotate at the end of focus area, no wrap-around should happen. in testFindRotateTargetNoWrapAround() 183 * root 200 // Rotate at the end of focus area, no wrap-around should happen. in testFindRotateTargetNoWrapAroundWithGenericFpv() 208 * root 223 // Rotate at the end of focus area, no wrap-around should happen. in testFindRotateTargetNoWrapAround2() 231 * root [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/ |
D | build_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 18 # change to grpc repo root 25 PLATFORM=$(uname -s) 60 if [[ -n "${VIRTUAL_ENV}" ]]; then 67 $1 -c "import sys; print('py{}{}'.format(*sys.version_info[:2]))" 93 PYTHON=${1:-python2.7} 94 VENV=${2:-$(venv "$PYTHON")} 95 VENV_RELATIVE_PYTHON=${3:-$(venv_relative_python)} 96 TOOLCHAIN=${4:-$(toolchain)} [all …]
|
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
H A D | CertificateChainCleanerTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 32 HeldCertificate root = new HeldCertificate.Builder() in normalizeSingleSelfSignedCertificate() local 34 .build(); in normalizeSingleSelfSignedCertificate() 36 new RealTrustRootIndex(root.certificate)); in normalizeSingleSelfSignedCertificate() 37 assertEquals(list(root), council.clean(list(root))); in normalizeSingleSelfSignedCertificate() 41 HeldCertificate root = new HeldCertificate.Builder() in normalizeUnknownSelfSignedCertificate() local 43 .build(); in normalizeUnknownSelfSignedCertificate() 47 council.clean(list(root)); in normalizeUnknownSelfSignedCertificate() 54 HeldCertificate root = new HeldCertificate.Builder() in orderedChainOfCertificatesWithRoot() local 56 .build(); in orderedChainOfCertificatesWithRoot() [all …]
|