Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 40) sorted by relevance

12

/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h209 int after = i + 1; in address_space_allocator_release_block() local
218 if (after < size && blocks[after].available) { in address_space_allocator_release_block()
220 blocks[before].size += (blocks[i].size + blocks[after].size); in address_space_allocator_release_block()
235 } else if (after < size && blocks[after].available) { in address_space_allocator_release_block()
237 blocks[i].size += blocks[after].size; in address_space_allocator_release_block()
240 memmove(&blocks[after], &blocks[after + 1], in address_space_allocator_release_block()
241 sizeof(struct address_block) * (size - after)); in address_space_allocator_release_block()
/device/linaro/dragonboard/qcom/qrtr/src/
Dlist.h57 static inline void list_insert(struct list *list, struct list_item *after, struct list_item *item) in list_insert() argument
59 if (after == 0) { in list_insert()
63 item->prev = after; in list_insert()
64 item->next = after->next; in list_insert()
65 after->next = item; in list_insert()
68 if (list->tail == after) in list_insert()
/device/ti/beagle_x15/
Dfstab.beagle_x15board_v48 # Add all non-dynamic partitions except system, after this comment
13 # Add all dynamic partitions except system, after this comment
Dfstab.beagle_x15board_v58 # Add all non-dynamic partitions except system, after this comment
13 # Add all dynamic partitions except system, after this comment
/device/google/cuttlefish/shared/config/
Dfstab.ext44 # Add all non-dynamic partitions except system, after this comment
9 # Add all dynamic partitions except system, after this comment
Dfstab.f2fs4 # Add all non-dynamic partitions except system, after this comment
9 # Add all dynamic partitions except system, after this comment
Dinit.product.rc9 # Start tombstone_transmit after /data is mounted.
Dinit.vendor.rc118 # persist.sys.zram_enabled becomes true after boot,
/device/google/wahoo/sepolicy/vendor/
Desed.te2 # Clean up naming after via b/38447431
Dfile_contexts159 # Remove after b/38447389
161 # Rename to android.hardware.[XXX] after b/38447431
/device/google/coral/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/crosshatch/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/generic/goldfish/tools/
Demulator_boot_test.sh56 emulator -gpu swiftshader_indirect -no-window -show-kernel -verbose -quit-after-boot $time_out \
/device/generic/goldfish-opengl/
DREADME9 after building the emulator from sources, this will populate the content
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
Dwl_device.policy56 # Used to determine shm size after recvmsg with fd
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/
Dwl_device.policy55 # Used to determine shm size after recvmsg with fd
/device/amlogic/yukawa/bootloader/
DREADME51 after reboot if partitions table need to be updated:
/device/linaro/hikey/installer/hikey960/
DREADME46 If you have any trouble booting the device after running ./flash-all.sh
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
DReadme.md85 from the **Server**, only after the **Device** has sent the **register** message
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME116 This function returns only after all rendering requests for the specified
117 colorBuffer rendering target has been processed and after all 'postCount'
/device/generic/goldfish/
Dinit.goldfish.rc55 # it is created (ie, after a data wipe).
Dinit.ranchu.rc182 # persist.sys.zram_enabled becomes true after boot,
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr45 trash : ORIGIN = 0xF0000000, LENGTH = 256K /* we throw this away soon after linking */
/device/google/wahoo/
Dinit.hardware.rc268 # zygote need to be started after otapreopt which will be done on post-fs-data
610 # persist.sys.zram_enabled becomes true after boot,
683 # after setting up the capabilities required for WEXT
864 # init-fingerprint-sh is for stopping fps_hal after init retry fail serval times
/device/google/bonito/
Dinit.hardware.rc220 # turn off vblank irq immediately after turning off
250 # zygote need to be started after otapreopt which will be done on post-fs-data
645 # after setting up the capabilities required for WEXT
844 # init-fingerprint-sh is for stopping fps_hal after init retry fail serval times

12