Searched refs:KERNEL (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 44 KERNEL = 'kernel' variable 47 CROS_PARTITIONS = ((KERNEL, KERNEL), (ROOTFS, 'rootfs'))
|
D | checker_unittest.py | 465 payload_gen.AddOperation(common.KERNEL, common.OpType.SOURCE_COPY, 491 payload_gen.SetPartInfo(common.KERNEL, False, old_kernel_fs_size, 502 common.KERNEL, True, new_kernel_fs_size, 522 common.KERNEL: kernel_part_size 937 payload_gen.SetPartInfo(common.KERNEL, True, kernel_part_size, 974 common.KERNEL: kernel_part_size 1032 payload_gen.SetPartInfo(common.KERNEL, True, kernel_filesystem_size, 1054 common.KERNEL, common.OpType.REPLACE, 1089 common.KERNEL: kernel_part_size,
|
/system/extras/simpleperf/ |
D | branch_list.proto | 55 KERNEL = 1; enumerator 62 // If it is zero, the Address in KERNEL binary has been converted to vaddr. Otherwise, 63 // the Address in KERNEL binary is still ip address, and need to be converted later.
|
D | BranchListFile.cpp | 52 return proto::ETMBinary::KERNEL; in ToProtoBinaryType() 109 case proto::ETMBinary::KERNEL: in ToDsoType()
|
/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 124 const auto KERNEL = [&]() __attribute__((always_inline)) { in process() 159 KERNEL(); in process() 165 KERNEL(); in process() 348 const auto KERNEL = [&]() __attribute__((always_inline)) { in process() 387 KERNEL(); in process() 393 KERNEL(); in process()
|
/system/libvintf/ |
D | check_vintf.cpp | 66 KERNEL, enumerator 207 {"kernel", required_argument, &longOptFlag, KERNEL}, in parseArgs() 633 auto kernelArgs = iterateValues(args, KERNEL); in main()
|
/system/update_engine/scripts/ |
D | payload_info_unittest.py | 107 FakePartition(update_payload.common.KERNEL,
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 128 'KERNEL',
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 244 // example, in Chrome OS this could be "ROOT" or "KERNEL".
|
/system/update_engine/ |
D | update_metadata.proto | 244 // example, in Chrome OS this could be "ROOT" or "KERNEL".
|