HomeSort by relevance Sort by last modified time
    Searched refs:rebuilt (Results 1 - 15 of 15) sorted by null

  /build/blueprint/microfactory/
microfactory_test.go 166 if !pkg.rebuilt {
170 if pkg.rebuilt {
179 if !pkg.rebuilt {
183 if pkg.rebuilt {
239 if !pkg.directDeps[0].rebuilt {
240 t.Fatal("android/soong/a should have rebuilt")
242 if !pkg.directDeps[1].rebuilt {
243 t.Fatal("android/soong/b should have rebuilt")
256 if pkg.directDeps[0].rebuilt {
257 t.Fatal("android/soong/a should not have rebuilt")
    [all...]
microfactory.go 31 // hash of an input or dependency changes, the package is rebuilt.
160 rebuilt bool
494 p.rebuilt = true
507 if !p.rebuilt {
509 p.rebuilt = true
511 p.rebuilt = true
513 p.rebuilt = !bytes.Equal(oldSha, p.hashResult)
517 if !p.rebuilt {
595 // rebuildMicrofactory checks to see if microfactory itself needs to be rebuilt,
602 } else if !pkg.rebuilt {
    [all...]
  /external/ltp/testscripts/
ltpfsnolvm.sh 37 - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
ltpfslvm.sh 40 - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
  /external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
firmware_RecoveryCacheBootKeys.py 107 """Checks the firmware log to ensure that the recovery cache was rebuilt
110 @return True if cache rebuilt
112 logging.info('Checking if cache was rebuilt.')
147 raise error.TestFail('Recovery Cache was not rebuilt.')
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 53 ; At the end of PEI, the pages tables will be rebuilt into a
  /external/deqp-deps/SPIRV-Tools/source/opt/
type_manager.cpp 448 // The comparison and hash on the type pool will avoid inserting the rebuilt
449 // type if an equivalent type already exists. The rebuilt type will be deleted
582 Type* rebuilt = RebuildType(type); local
583 assert(rebuilt->IsSame(&type));
584 id_to_type_[id] = rebuilt;
585 if (GetId(rebuilt) == 0) {
586 type_to_id_[rebuilt] = id;
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
type_manager.cpp 448 // The comparison and hash on the type pool will avoid inserting the rebuilt
449 // type if an equivalent type already exists. The rebuilt type will be deleted
582 Type* rebuilt = RebuildType(type); local
583 assert(rebuilt->IsSame(&type));
584 id_to_type_[id] = rebuilt;
585 if (GetId(rebuilt) == 0) {
586 type_to_id_[rebuilt] = id;
    [all...]
  /external/cldr/tools/scripts/
cldrres.mk 70 ## Alias generation. These are slow and shouldn't be rebuilt if 'make clean' is being run.
  /build/soong/cc/
pgo.go 177 // Update CFlagsDeps and LdFlagsDeps so the module is rebuilt
  /external/flatbuffers/android/jni/
include.mk 54 # rebuilt from flatbuffers schemas.
  /external/strace/
strace.spec 141 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
155 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
168 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
181 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
187 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
197 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
200 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
207 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
214 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
291 - rebuilt for new gcc4.1 snapshot and glibc change
    [all...]
  /external/minigbm/
common.mk 446 # target to be rebuilt/linked on _every_ call to make even when nothing
  /external/minijail/
common.mk 458 # target to be rebuilt/linked on _every_ call to make even when nothing
    [all...]
  /external/modp_b64/
common.mk 456 # target to be rebuilt/linked on _every_ call to make even when nothing
    [all...]

Completed in 310 milliseconds