Home
last modified time | relevance | path

Searched full:rebuild (Results 1 – 25 of 2280) sorted by relevance

12345678910>>...92

/aosp_15_r20/external/giflib/tests/
H A Dmakefile19 rebuild: render-rebuild \ target
20 gif2rgb-rebuild \
21 gifclrmp-rebuild \
22 gifecho-rebuild \
23 giffix-rebuild \
24 giftext-rebuild \
25 gifwedge-rebuild
44 render-rebuild:
51 gif2rgb-rebuild:
80 gifclrmp-rebuild:
[all …]
/aosp_15_r20/external/python/cpython3/Tools/msi/
Dbuild.bat12 set REBUILD= variable
24 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts variable
33 call "%PCBUILD%build.bat" -p Win32 -d -e %REBUILD% %BUILDTEST%
35 call "%PCBUILD%build.bat" -p Win32 -e %REBUILD% %BUILDTEST%
39 call "%PCBUILD%build.bat" -p x64 -d -e %REBUILD% %BUILDTEST%
41 call "%PCBUILD%build.bat" -p x64 -e %REBUILD% %BUILDTEST%
45 call "%PCBUILD%build.bat" -p ARM64 -d -e %REBUILD% %BUILDTEST%
47 call "%PCBUILD%build.bat" -p ARM64 -e %REBUILD% %BUILDTEST%
67 if defined REBUILD (
68 set BUILD_CMD=%BUILD_CMD% /t:Rebuild
[all …]
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DSearchResultCtsTest.java174 SearchResult rebuild = searchResultBuilder.addJoinedResult(joinSearchResult2).build(); in testRebuild() local
176 // Rebuild won't effect the original object in testRebuild()
181 assertThat(rebuild.getJoinedResults()).hasSize(2); in testRebuild()
182 SearchResult rebuildJoinedResult1 = rebuild.getJoinedResults().get(0); in testRebuild()
184 SearchResult rebuildJoinedResult2 = rebuild.getJoinedResults().get(1); in testRebuild()
221 SearchResult rebuild = searchResultBuilder.addInformationalRankingSignal(5).build(); in testRebuild_informationalRankingSignals() local
223 // Rebuild won't effect the original object in testRebuild_informationalRankingSignals()
227 assertThat(rebuild.getRankingSignal()).isEqualTo(2.9); in testRebuild_informationalRankingSignals()
228 assertThat(rebuild.getInformationalRankingSignals()) in testRebuild_informationalRankingSignals()
269 SearchResult rebuild = in testRebuild_parentTypeMap() local
[all …]
H A DSearchSuggestionSpecCtsTest.java142 SearchSuggestionSpec rebuild = builder.build(); in testRebuild() local
150 assertThat(rebuild.getMaximumResultCount()).isEqualTo(123); in testRebuild()
151 assertThat(rebuild.getFilterNamespaces()) in testRebuild()
153 assertThat(rebuild.getFilterDocumentIds()) in testRebuild()
159 assertThat(rebuild.getFilterSchemas()).containsExactly("Person", "Email", "Message", "Foo"); in testRebuild()
173 SearchSuggestionSpec rebuild = builder.build(); in testRebuild_withPropertyFilter() local
180 assertThat(rebuild.getMaximumResultCount()).isEqualTo(123); in testRebuild_withPropertyFilter()
181 assertThat(rebuild.getFilterSchemas()).containsExactly("Person", "Email", "Message", "Foo"); in testRebuild_withPropertyFilter()
182 assertThat(rebuild.getFilterProperties()) in testRebuild_withPropertyFilter()
H A DSetSchemaRequestCtsTest.java528 SetSchemaRequest rebuild = builder.build(); in testClearSchemaTypeVisibleForConfigs() local
530 // rebuild has empty visible to configs in testClearSchemaTypeVisibleForConfigs()
531 assertThat(rebuild.getSchemasVisibleToConfigs()).isEmpty(); in testClearSchemaTypeVisibleForConfigs()
620 SetSchemaRequest rebuild = in testRebuild() local
649 assertThat(rebuild.getSchemas()).containsExactly(schema1, schema2); in testRebuild()
650 assertThat(rebuild.getVersion()).isEqualTo(42); in testRebuild()
651 assertThat(rebuild.getSchemasNotDisplayedBySystem()).containsExactly("Email1", "Email2"); in testRebuild()
652 assertThat(rebuild.getSchemasVisibleToPackages()) in testRebuild()
656 assertThat(rebuild.getRequiredPermissionsForSchemaTypeVisibility()) in testRebuild()
730 SetSchemaRequest rebuild = in testRebuild_visibleConfigs() local
[all …]
H A DGetSchemaResponseCtsTest.java96 GetSchemaResponse rebuild = in testRebuild() local
112 // rebuild won't effect the original object in testRebuild()
127 assertThat(rebuild.getVersion()).isEqualTo(37); in testRebuild()
128 assertThat(rebuild.getSchemas()).containsExactly(schema1, schema2); in testRebuild()
129 assertThat(rebuild.getSchemaTypesNotDisplayedBySystem()) in testRebuild()
131 assertThat(rebuild.getSchemaTypesVisibleToPackages()).hasSize(2); in testRebuild()
132 assertThat(rebuild.getSchemaTypesVisibleToPackages().get("Email1")) in testRebuild()
134 assertThat(rebuild.getSchemaTypesVisibleToPackages().get("Email2")) in testRebuild()
136 assertThat(rebuild.getRequiredPermissionsForSchemaTypeVisibility()) in testRebuild()
H A DSearchSpecCtsTest.java756 SearchSpec rebuild = searchSpecBuilder.setJoinSpec(newJoinSpec).build(); in testRebuild() local
764 assertThat(rebuild.getJoinSpec()).isNotNull(); in testRebuild()
765 assertThat(rebuild.getJoinSpec().getChildPropertyExpression()).isEqualTo("entitySchema"); in testRebuild()
766 assertThat(rebuild.getJoinSpec().getNestedQuery()).isEqualTo(""); in testRebuild()
767 assertThat(rebuild.getJoinSpec().getNestedSearchSpec().getFilterSchemas()) in testRebuild()
808 // Add a new embedding to the builder and rebuild. We should see that the new embedding in testRebuild_embeddingSearch()
873 SearchSpec rebuild = in testRebuild_informationalRankingExpressions() local
881 // Rebuild won't effect the original object in testRebuild_informationalRankingExpressions()
885 assertThat(rebuild.getInformationalRankingExpressions()) in testRebuild_informationalRankingExpressions()
927 SearchSpec rebuild = in testSearchSpecStrings_rebuild_doesntAffectOriginal() local
[all …]
H A DSetSchemaResponseCtsTest.java58 SetSchemaResponse rebuild = in testRebuild() local
65 // rebuild won't effect the original object in testRebuild()
71 assertThat(rebuild.getDeletedTypes()).containsExactly("delete1", "delete2"); in testRebuild()
72 assertThat(rebuild.getIncompatibleTypes()) in testRebuild()
74 assertThat(rebuild.getMigratedTypes()).containsExactly("migrated1", "migrated2"); in testRebuild()
75 assertThat(rebuild.getMigrationFailures()).containsExactly(failure1, failure2); in testRebuild()
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityToDocumentConverterTest.java236 // Verify rebuild from InternalVisibilityConfig remains the same. in testToVisibilityConfig()
239 InternalVisibilityConfig rebuild = builder.build(); in testToVisibilityConfig() local
240 assertThat(visibilityConfig).isEqualTo(rebuild); in testToVisibilityConfig()
257 // Check that the rebuild stayed the same in testToVisibilityConfig()
258 assertThat(rebuild.getSchemaType()).isEqualTo("someSchema"); in testToVisibilityConfig()
259 assertThat(rebuild.isNotDisplayedBySystem()).isTrue(); in testToVisibilityConfig()
260 assertThat(rebuild.getVisibilityConfig().getRequiredPermissions()) in testToVisibilityConfig()
262 assertThat(rebuild.getVisibilityConfig().getAllowedPackages()) in testToVisibilityConfig()
264 assertThat(rebuild.getVisibilityConfig().getPubliclyVisibleTargetPackage()) in testToVisibilityConfig()
274 assertThat(rebuild.getVisibleToConfigs()).containsExactly(expectedVisibleToConfig); in testToVisibilityConfig()
[all …]
/aosp_15_r20/build/make/
H A Dhelp.sh43 snod Quickly rebuild the system image from built packages
45 vnod Quickly rebuild the vendor image from built packages
47 pnod Quickly rebuild the product image from built packages
49 senod Quickly rebuild the system_ext image from built packages
51 onod Quickly rebuild the odm image from built packages
53 vdnod Quickly rebuild the vendor_dlkm image from built packages
55 odnod Quickly rebuild the odm_dlkm image from built packages
57 sdnod Quickly rebuild the system_dlkm image from built packages
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSnapshotStatistics.java48 * Rebuild durations however, are converted to ints. An int can express a duration of
49 * approximately 35 minutes. This is longer than any expected snapshot rebuild time, so
50 * an int is satisfactory. The exception is the cumulative rebuild time over the course
52 * a badly behaved system, the rebuild time might exceed 35 minutes.
98 * Buckets to represent a range of the rebuild latency for the histogram of
99 * snapshot rebuild latency.
283 * Record the rebuild. The parameters are the length of time it took to build the
288 private void rebuild(int duration, int used, in rebuild() method in SnapshotStatistics.Stats
552 * Record a rebuild. Cumulative and current statistics are updated. Events may be
554 * @param now The time at which the snapshot rebuild began, in ns.
[all …]
/aosp_15_r20/external/icing/icing/file/
H A Dversion-util_test.cc632 // - Result: rebuild everything
651 // - Result: rebuild everything
670 // - Result: don't rebuild anything
689 // - Result: rebuild term index
709 // - Result: rebuild embedding index
729 // - Result: don't rebuild anything
748 // - Result: 4 -> 5 upgrade -- don't rebuild anything
767 // - Result: Rollforward -- rebuild everything
786 // - Result: Rollback -- rebuild everything
805 // - Result: rebuild term index
[all …]
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dextents.c2 * extents.c --- rebuild extent tree
42 _("extent rebuild inode map"), in e2fsck_rebuild_extents_later()
275 printf("rebuild: ino=%d extents=%d->%d\n", ino, list->ext_read, in rewrite_extent_replay()
379 /* Rebuild the extents immediately */
464 /* Scan a file to see if we should rebuild its extent tree */
542 * repeatedly rebuild the extent tree. in e2fsck_check_rebuild_extents()
565 /* Having scanned a file's extent tree, decide if we should rebuild it */
576 goto rebuild; in e2fsck_should_rebuild_extents()
585 /* If the extent tree is too deep, then rebuild it. */ in e2fsck_should_rebuild_extents()
589 goto rebuild; in e2fsck_should_rebuild_extents()
[all …]
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationListItemManager.java157 rebuild(); in rebuildWithFilter()
162 rebuild(); in onPackageIconChanged()
167 rebuild(); in onPackageSizeChanged()
172 rebuild(); in onAllSizesComputed()
177 rebuild(); in onLauncherInfoChanged()
182 rebuild(); in onLoadEntriesCompleted()
191 rebuild(); in onPackageListChanged()
279 private void rebuild() { in rebuild() method in ApplicationListItemManager
289 mSession.rebuild(finalFilterObj, mAppEntryComparator, /* foreground= */ false); in rebuild()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java900 mApplications.rebuild(menuId, false); in onOptionsItemSelected()
904 mApplications.rebuild(); in onOptionsItemSelected()
947 mApplications.rebuild(); in onOptionsItemSelected()
1250 // when we rebuild the list after the user made some changes, like uninstalling an app.
1338 rebuild(); in setCompositeFilter()
1348 rebuild(R.id.sort_order_frequent_notification, false); in setFilter()
1350 rebuild(R.id.sort_order_recent_notification, false); in setFilter()
1352 rebuild(R.id.sort_order_alpha, true); in setFilter()
1354 rebuild(R.id.sort_order_alpha, true); in setFilter()
1363 rebuild(); in setFilter()
[all …]
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dbuild-manywheel-images.yml59 always-rebuild: true
97 always-rebuild: true
130 always-rebuild: true
165 always-rebuild: true
195 always-rebuild: true
226 always-rebuild: true
257 always-rebuild: true
288 always-rebuild: true
322 always-rebuild: true
353 always-rebuild: true
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeAppsLinkPreferenceControllerTest.java274 // to trigger a rebuild (and display a temporary text in the meantime). in updateState_withPolicyAllowingPriorityChannels_triggersRebuild()
276 verify(mSession).rebuild(any(), any(), eq(false)); in updateState_withPolicyAllowingPriorityChannels_triggersRebuild()
279 // Manually triggers the callback that will happen on rebuild. in updateState_withPolicyAllowingPriorityChannels_triggersRebuild()
304 verify(mSession).rebuild(any(), any(), eq(false)); in testOnPackageListChangedTriggersRebuild()
307 verify(mSession, times(2)).rebuild(any(), any(), eq(false)); in testOnPackageListChangedTriggersRebuild()
315 verify(mSession).rebuild(any(), any(), eq(false)); in testOnLoadEntriesCompletedTriggersRebuild()
318 verify(mSession, times(2)).rebuild(any(), any(), eq(false)); in testOnLoadEntriesCompletedTriggersRebuild()
343 verify(mSession).rebuild(any(), any(), anyBoolean()); in updateState_noneToPriority_loadsBypassingAppsAndListensForChanges()
364 verify(mSession).rebuild(any(), any(), anyBoolean()); in updateState_priorityToNone_clearsBypassingAppsAndStopsListening()
393 verify(mSession).rebuild(any(), any(), anyBoolean()); in updateState_priorityToNoneToPriority_restartsListening()
/aosp_15_r20/external/toolchain-utils/
H A Dbuild_chromeos.py63 "--rebuild",
64 dest="rebuild",
66 help="Rebuild all board packages except the toolchain.",
168 if options.rebuild:
226 if options.rebuild:
227 # Give warning about "--rebuild" and "--debug". Under this combination,
230 '--rebuild" does not correctly re-build every package when '
269 if options.rebuild:
/aosp_15_r20/external/clang/test/Modules/
H A Dno-stale-modtime.m16 // RUN: | FileCheck -check-prefix=REBUILD-ALL %s
24 // RUN: | FileCheck -check-prefix=REBUILD-ALL %s
28 // REBUILD-ALL: building module 'b'
29 // REBUILD-ALL: building module 'l'
30 // REBUILD-ALL: building module 't'
31 // REBUILD-ALL: building module 'r'
/aosp_15_r20/external/python/cpython3/Tools/msi/launcher/
Dlauncher.wixproj25 <_Rebuild>Rebuild</_Rebuild>
29 …ePyEx86" Condition="!Exists('$(BuildPath32)py.exe') or '$(_Rebuild)' == 'Rebuild'" BeforeTargets="…
32 …ywEx86" Condition="!Exists('$(BuildPath32)pyw.exe') or '$(_Rebuild)' == 'Rebuild'" BeforeTargets="…
35 … Condition="!Exists('$(BuildPath32)pyshellext.dll') or '$(_Rebuild)' == 'Rebuild'" BeforeTargets="…
38 … Condition="!Exists('$(BuildPath64)pyshellext.dll') or '$(_Rebuild)' == 'Rebuild'" BeforeTargets="…
41 …ndition="!Exists('$(BuildPathARM64)pyshellext.dll') or '$(_Rebuild)' == 'Rebuild'" BeforeTargets="…
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DMultiProfilePagerAdapter.java504 * seen an {@code ACTION_USER_UNLOCKED} broadcast. In this case we skip the rebuild of any
505 * work-profile adapter because we wouldn't expect meaningful results -- but another rebuild
509 * package-change event. If false, we were able to rebuild the targets but determined that there
538 * Fully-rebuild the active tab and, if specified, partially-rebuild any other inactive tabs.
542 // a function of our own instance state. OTOH the purpose of this "partial rebuild" is to in rebuildTabs()
545 // rebuild *all* the inactive tabs just to evaluate some auto-launch conditions that only in rebuildTabs()
562 * <p>Returns {@code true} if rebuild has completed.
573 * <p>Returns {@code true} if rebuild has completed in all inactive tabs.
579 // Evaluate the rebuild for every inactive page, even if we've already seen some adapter in rebuildInactiveTabs()
583 // could we possibly short-circuit the rebuild if the tab is already "loaded"? in rebuildInactiveTabs()
/aosp_15_r20/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSetSchemaResponseInternalTest.java59 SetSchemaResponse rebuild = in testRebuild() local
67 // rebuild won't effect the original object in testRebuild()
73 assertThat(rebuild.getDeletedTypes()).containsExactly("delete1", "delete2"); in testRebuild()
74 assertThat(rebuild.getIncompatibleTypes()) in testRebuild()
76 assertThat(rebuild.getMigratedTypes()).containsExactly("migrated1", "migrated2"); in testRebuild()
77 assertThat(rebuild.getMigrationFailures()).containsExactly(failure1, failure2); in testRebuild()
/aosp_15_r20/external/python/cpython3/Tools/nuget/
Dbuild.bat10 set REBUILD= variable
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts variable
35 if defined REBUILD ( call "%PCBUILD%build.bat" -e -r
44 if defined REBUILD ( call "%PCBUILD%build.bat" -p x64 -e -r
53 if defined REBUILD ( call "%PCBUILD%build.bat" -p ARM -e -r --no-tkinter
68 echo -r Rebuild rather than incremental build
/aosp_15_r20/build/make/tools/releasetools/
H A Dadd_img_to_target_files.py30 Rebuild the recovery patch and write it to the system image. Only
274 logger.info("system.img already exists; no need to rebuild...")
311 logger.info("system_other.img already exists; no need to rebuild...")
323 logger.info("vendor.img already exists; no need to rebuild...")
360 logger.info("product.img already exists; no need to rebuild...")
378 logger.info("system_ext.img already exists; no need to rebuild...")
394 logger.info("odm.img already exists; no need to rebuild...")
410 logger.info("vendor_dlkm.img already exists; no need to rebuild...")
426 logger.info("odm_dlkm.img already exists; no need to rebuild...")
442 logger.info("system_dlkm.img already exists; no need to rebuild...")
[all …]
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dbuild.bat2 rem A batch program to build or rebuild a particular configuration,
8 rem -r Target Rebuild instead of Build
9 rem -t Set the target manually (Build, Rebuild, or Clean)
26 if '%1'=='-r' (set target=/rebuild) & shift & goto CheckOpts
29 if '%2'=='Rebuild' (set target=/rebuild) & shift & shift & goto CheckOpts

12345678910>>...92