HomeSort by relevance Sort by last modified time
    Searched refs:migration (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/autotest/database/
migrate.py 20 class Migration(object):
21 """Represents a database migration."""
35 """Instantiates a Migration from a file.
37 @param filename: Name of a migration file.
39 @return An instantiated Migration object.
67 """Performs an up migration (to a newer version).
76 """Performs a down migration (to an older version).
93 # A boolean, this will only be set to True if this migration should be
145 """Checks whether the migration table exists."""
156 """Creates the migration table.""
    [all...]
migrate_unittest.py 17 Dummy migration class that records all migrations done in a class
133 migration = migrate.Migration('name', 1, migration_module)
134 migration.migrate_up(self.manager)
135 migration.migrate_down(self.manager)
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DocumentsTest.java 19 import com.android.cts.migration.MigrationHelper;
DocumentsTestCase.java 19 import com.android.cts.migration.MigrationHelper;
UsesLibraryHostTest.java 19 import com.android.cts.migration.MigrationHelper;
  /cts/hostsidetests/abioverride/src/android/abioverride/cts/
AbiOverrideTest.java 19 import com.android.cts.migration.MigrationHelper;
  /external/v8/test/mjsunit/regress/
regress-4173.js 33 // Blaze a migration trail for smi array maps.
34 // This marks the migrated smi array map as a migration target.
  /cts/hostsidetests/abioverride/
Android.mk 30 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/appsecurity/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/atrace/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/devicepolicy/
Android.mk 27 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/dumpsys/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/jdwpsecurity/
Android.mk 28 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/monkey/
Android.mk 27 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/multiuser/
Android.mk 27 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/net/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/numberblocking/
Android.mk 28 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/os/
Android.mk 26 LOCAL_JAVA_LIBRARIES := cts-tradefed tradefed-prebuilt compatibility-host-util cts-migration-lib
  /cts/hostsidetests/shortcuts/hostside/
Android.mk 29 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/systemui/
Android.mk 27 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/theme/
Android.mk 30 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/tv/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/ui/
Android.mk 27 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/hostsidetests/usb/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := cts-migration-lib
  /cts/libs/migration/
Android.mk 27 LOCAL_MODULE := cts-migration-lib

Completed in 1080 milliseconds

1 2 3