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

  /external/mesa3d/src/util/
slab.c 46 /* The next element in the free or migrated list. */
132 pool->migrated = NULL;
156 while (pool->migrated) {
157 struct slab_element_header *elt = pool->migrated;
158 pool->migrated = elt->next;
214 pool->free = pool->migrated;
215 pool->migrated = NULL;
268 elt->next = owner->migrated;
269 owner->migrated = elt;
slab.h 69 struct slab_element_header *migrated; member in struct:slab_child_pool
  /frameworks/support/room/runtime/src/main/java/androidx/room/
RoomOpenHelper.java 80 boolean migrated = false;
90 migrated = true;
93 if (!migrated) {
  /external/autotest/contrib/
move_cq_hosts.sh 54 echo $host migrated
  /tools/metalava/src/test/java/com/android/tools/metalava/
NullnessMigrationTest.kt 54 fun `Method which is now marked null should be marked as recently migrated null`() {
84 fun `Parameter which is now marked null should be marked as recently migrated null`() {
  /frameworks/av/services/mediadrm/
Android.mk 38 # TODO: Some legacy DRM plugins only support 32-bit. They need to be migrated to
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
lockosthread.go 58 println("goroutine migrated to locked thread")
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
lockosthread.go 71 println("goroutine migrated to locked thread")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
lockosthread.go 58 println("goroutine migrated to locked thread")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
lockosthread.go 71 println("goroutine migrated to locked thread")
  /external/autotest/site_utils/
setup_dev_autotest.sh 22 This is a transitional flag used to skip certain steps as they are migrated
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 22 // Go repository should be migrated to use the corresponding
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 22 // Go repository should be migrated to use the corresponding
  /build/soong/java/
dex.go 131 // Translate all the DX flags to D8 ones until all the build files have been migrated
  /build/soong/cc/
ndk_library.go 60 // These libraries have migrated over to the new ndk_library, which is added
compiler.go 301 // Until the full NDK has been migrated to using ndk_headers, we still
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/dtc/Documentation/
dtc-paper.tex 521 to support the old ppc32 embedded ports that have not been migrated
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 768 // bucket and only return the ones that will be migrated to this bucket.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 768 // bucket and only return the ones that will be migrated to this bucket.
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 1710 milliseconds