/external/toybox/kconfig/ |
D | menu.c | 102 void menu_add_dep(struct expr *dep) in menu_add_dep() 122 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop() 145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 155 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
|
D | expr.h | 50 #define E_NOT(dep) (2-(dep)) argument 81 struct expr *dep, *dep2; member 140 struct expr *dep; member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.c | 142 struct fd_batch *dep; in batch_flush_reset_dependencies() local 317 struct fd_batch *dep; in batch_depends_on() local 330 batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) in batch_add_dep() 369 struct fd_batch *dep; in fd_batch_resource_used() local
|
/external/syslinux/libfat/ |
D | searchdir.c | 27 struct fat_dirent *dep; in libfat_searchdir() local
|
/external/chromium-trace/catapult/common/battor/bin/ |
D | upload_battor_binaries.py | 25 def UploadBinary(arch, path, config, dep): argument
|
/external/syslinux/core/fs/xfs/ |
D | xfs_readdir.c | 134 xfs_dir2_data_entry_t *dep; in xfs_readdir_dir2_block() local 207 xfs_dir2_data_entry_t *dep; in xfs_readdir_dir2_leaf() local 290 xfs_dir2_data_entry_t *dep; in xfs_readdir_dir2_node() local
|
D | xfs_dir2.c | 259 xfs_dir2_data_entry_t *dep; in xfs_dir2_block_find_entry() local 361 xfs_dir2_data_entry_t *dep; in xfs_dir2_leaf_find_entry() local 607 xfs_dir2_data_entry_t *dep; in xfs_dir2_node_find_entry() local
|
/external/e2fsprogs/lib/e2p/ |
D | iod.c | 32 struct dirent *de, *dep; in iterate_on_dir() local
|
/external/autotest/client/site_tests/camera_HAL3/ |
D | camera_HAL3.py | 20 dep = 'camera_hal3' variable in camera_HAL3
|
/external/guice/core/src/com/google/inject/spi/ |
D | DependencyAndSource.java | 71 Dependency<?> dep = getDependency(); in toString() local
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | Makefile | 15 depend dep: target
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 63 SDep& dep) const { } in adjustSchedDependency()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 101 SDep& dep) const { } in ComputeOperandLatency()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_50.c | 82 unsigned dep, bs_idx = enc->bs_idx++; in encode() local
|
D | radeon_vce_52.c | 195 unsigned dep, bs_idx = enc->bs_idx++; in encode() local 549 uint32_t dep, uint32_t fb_idx, uint32_t ring_idx) in task_info()
|
D | radeon_vce_40_2_2.c | 57 uint32_t dep, uint32_t fb_idx, uint32_t ring_idx) in task_info()
|
/external/skqp/bench/ |
D | TopoSortBench.cpp | 40 int dep = fRand.nextU() % i; in onDelayedSetup() local
|
/external/skia/bench/ |
D | TopoSortBench.cpp | 39 int dep = fRand.nextU() % i; in onDelayedSetup() local
|
/external/autotest/client/site_tests/camera_HAL3Perf/ |
D | camera_HAL3Perf.py | 26 dep = 'camera_hal3' variable in camera_HAL3Perf
|
/external/syslinux/com32/lib/sys/module/ |
D | elf_module.c | 233 char *dep, *p; in module_load() local
|
D | common.c | 261 int enforce_dependency(struct elf_module *req, struct elf_module *dep) { in enforce_dependency() 281 int clear_dependency(struct elf_module *req, struct elf_module *dep) { in clear_dependency()
|
/external/libdrm/amdgpu/ |
D | amdgpu_cs.c | 261 struct drm_amdgpu_cs_chunk_dep *dep = &dependencies[i]; in amdgpu_cs_submit_one() local 291 struct drm_amdgpu_cs_chunk_dep *dep = &sem_dependencies[sem_count++]; in amdgpu_cs_submit_one() local
|
/external/perfetto/tools/proto_to_cpp/ |
D | proto_to_cpp.cc | 241 const FileDescriptor* dep = proto_file->dependency(i); in Convert() local 248 const FileDescriptor* dep = proto_file->dependency(i); in Convert() local
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 97 const struct kmod_softdep *dep = l->data; in kmod_softdep_get_name() local 102 const struct kmod_softdep *dep = l->data; in kmod_softdep_get_pre() local 108 const struct kmod_softdep *dep = l->data; in kmod_softdep_get_post() local 263 struct kmod_softdep *dep; in kmod_config_add_softdep() local 394 static char *softdep_to_char(struct kmod_softdep *dep) { in softdep_to_char()
|
/external/v8/src/ |
D | compilation-dependencies.cc | 30 Handle<DependentCode> dep) { in Set()
|