Searched refs:after (Results 1 – 25 of 40) sorted by relevance
12
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | address_space.h | 209 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/ |
D | list.h | 57 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/ |
D | fstab.beagle_x15board_v4 | 8 # Add all non-dynamic partitions except system, after this comment 13 # Add all dynamic partitions except system, after this comment
|
D | fstab.beagle_x15board_v5 | 8 # 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/ |
D | fstab.ext4 | 4 # Add all non-dynamic partitions except system, after this comment 9 # Add all dynamic partitions except system, after this comment
|
D | fstab.f2fs | 4 # Add all non-dynamic partitions except system, after this comment 9 # Add all dynamic partitions except system, after this comment
|
D | init.product.rc | 9 # Start tombstone_transmit after /data is mounted.
|
D | init.vendor.rc | 118 # persist.sys.zram_enabled becomes true after boot,
|
/device/google/wahoo/sepolicy/vendor/ |
D | esed.te | 2 # Clean up naming after via b/38447431
|
D | file_contexts | 159 # Remove after b/38447389 161 # Rename to android.hardware.[XXX] after b/38447431
|
/device/google/coral/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/crosshatch/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/generic/goldfish/tools/ |
D | emulator_boot_test.sh | 56 emulator -gpu swiftshader_indirect -no-window -show-kernel -verbose -quit-after-boot $time_out \
|
/device/generic/goldfish-opengl/ |
D | README | 9 after building the emulator from sources, this will populate the content
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | wl_device.policy | 56 # Used to determine shm size after recvmsg with fd
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/ |
D | wl_device.policy | 55 # Used to determine shm size after recvmsg with fd
|
/device/amlogic/yukawa/bootloader/ |
D | README | 51 after reboot if partitions table need to be updated:
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 46 If you have any trouble booting the device after running ./flash-all.sh
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | Readme.md | 85 from the **Server**, only after the **Device** has sent the **register** message
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 116 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/ |
D | init.goldfish.rc | 55 # it is created (ie, after a data wipe).
|
D | init.ranchu.rc | 182 # persist.sys.zram_enabled becomes true after boot,
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 45 trash : ORIGIN = 0xF0000000, LENGTH = 256K /* we throw this away soon after linking */
|
/device/google/wahoo/ |
D | init.hardware.rc | 268 # 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/ |
D | init.hardware.rc | 220 # 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