Searched refs:dep (Results 1 - 25 of 124) sorted by relevance

12345

/external/e2fsprogs/lib/e2p/
H A Diod.c31 struct dirent *de, *dep; local
60 while ((dep = readdir (dir))) {
62 len = dep->d_reclen;
68 memcpy(de, dep, len);
/external/chromium_org/tools/gn/
H A Dninja_group_target_writer_unittest.cc20 Target dep(setup.settings(), Label(SourceDir("//foo/"), "dep"));
21 dep.set_output_type(Target::ACTION);
22 dep.visibility().SetPublic();
23 dep.SetToolchain(setup.toolchain());
24 ASSERT_TRUE(dep.OnResolved(&err));
38 target.public_deps().push_back(LabelTargetPair(&dep));
50 "build obj/foo/bar.stamp: stamp obj/foo/dep.stamp obj/foo/dep2.stamp || obj/foo/datadep.stamp\n";
H A Dtarget.cc208 const Target* dep = iter.target(); local
209 MergeAllDependentConfigsFrom(dep, &configs_, &all_dependent_configs_);
210 MergePublicConfigsFrom(dep, &configs_);
213 if (dep->output_type() == STATIC_LIBRARY ||
214 dep->output_type() == SHARED_LIBRARY ||
215 dep->output_type() == SOURCE_SET)
216 inherited_libraries_.push_back(dep);
220 if (!dep->IsFinal()) {
221 inherited_libraries_.Append(dep->inherited_libraries().begin(),
222 dep
[all...]
H A Dninja_target_writer_unittest.cc37 // Make a base target that's a hard dep (action).
72 OutputFile dep = local
75 EXPECT_EQ("obj/foo/base.inputdeps.stamp", dep.value());
85 OutputFile dep = local
88 EXPECT_EQ("obj/foo/target.inputdeps.stamp", dep.value());
94 // Input deps for action which should depend on the base since its a hard dep
99 OutputFile dep = local
102 EXPECT_EQ("obj/foo/action.inputdeps.stamp", dep.value());
133 OutputFile dep = local
136 EXPECT_EQ("obj/foo/target.inputdeps.stamp", dep
[all...]
H A Dninja_action_target_writer_unittest.cc163 Target dep(setup.settings(), Label(SourceDir("//foo/"), "dep"));
164 dep.set_output_type(Target::ACTION);
165 dep.visibility().SetPublic();
166 dep.SetToolchain(setup.toolchain());
167 ASSERT_TRUE(dep.OnResolved(&err));
177 target.private_deps().push_back(LabelTargetPair(&dep));
219 "../../foo/included.txt obj/foo/dep.stamp\n"
262 "../../foo/included.txt obj/foo/dep.stamp\n"
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dsolution.mk14 $(filter-out $(VPX_NONDEPS),$^), --dep=$(vcp:.$(VCPROJ_SFX)=):vpx)
20 --dep=vpx:obj_int_extract \
21 --dep=test_libvpx:gtest \
/external/libvpx/libvpx/
H A Dsolution.mk14 $(filter-out $(VPX_NONDEPS),$^), --dep=$(vcp:.$(VCPROJ_SFX)=):vpx)
20 --dep=vpx:obj_int_extract \
21 --dep=test_libvpx:gtest \
/external/chromium_org/tools/gyp/tools/
H A Dpretty_sln.py26 for dep in deps[project]:
27 if dep not in built:
28 BuildProject(dep, built, projects, deps)
92 for dep in dependencies[project]:
95 if projects[project_info][1] == dep:
111 for dep in dep_list:
112 print " - %s" % dep
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dmyocamlbuild.ml10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dmyocamlbuild.ml10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dmyocamlbuild.ml10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dmyocamlbuild.ml10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Ddump_dependency_json.py73 for dep in target_dicts[target].get('dependencies', []):
74 edges[target].append(dep)
75 targets_to_visit.append(dep)
/external/elfutils/0.153/src/
H A Dmake-debug-archive.in86 dep=/lib/modules/$release/modules.dep
95 if [ $force_kernel = no -a "$archive" -nt "$dep" ]; then
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp63 static InstTypePair getInstTypePair(MemDepResult dep) { argument
64 if (dep.isClobber())
65 return InstTypePair(dep.getInst(), Clobber);
66 if (dep.isDef())
67 return InstTypePair(dep.getInst(), Def);
68 if (dep.isNonFuncLocal())
69 return InstTypePair(dep.getInst(), NonFuncLocal);
70 assert(dep.isUnknown() && "unexpected dependence type");
71 return InstTypePair(dep.getInst(), Unknown);
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh28 do dep="$path/$file"
29 if test -f "$dep"; then
30 echo " $dep \\" >>$cache
31 search_deps $dep >>$cache
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py354 self.component_info_map[dep].get_llvmconfig_component_name()
355 for dep in c.required_libraries]
358 for dep in c.add_to_library_groups:
359 entries[dep][2].append(llvmconfig_component_name)
418 ', '.join('"%s"' % dep
419 for dep in required_names)))
437 dep = self.component_info_map[name]
440 if dep.type_name == 'Library':
441 yield dep
446 if dep
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_api.c238 p_depcs = p_rcb->dep;
287 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) argument
295 MCA_TRACE_API ("MCA_DeleteDep: %d dep:%d", handle, dep);
298 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback)
301 p_rcb->dep[dep].p_data_cback = NULL;
302 p_depcs = &(p_rcb->dep[de
423 MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, UINT8 peer_dep_id, UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg) argument
501 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
599 MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg) argument
667 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
[all...]
H A Dmca_dsm.c173 tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep) argument
180 if (dep < MCA_NUM_DEPS)
182 p_cs = &p_rcb->dep[dep];
208 ** the given dep.
210 ** Returns the number of free mdl for the given dep
213 UINT8 mca_dep_free_mdl(tMCA_CCB *p_ccb, tMCA_DEP dep) argument
222 if (dep < MCA_NUM_DEPS)
224 p_cs = &p_rcb->dep[dep];
[all...]
/external/chromium_org/third_party/icu/source/test/depstest/
H A Ddependencies.py101 for dep in line.split():
102 _CheckGroupName(dep)
103 dep_item = items.get(dep)
106 "library or library group %s") % (_line_number, dep))
109 items[dep] = {"type": "group"}
110 if library_name: items[dep]["library"] = library_name
111 _groups_to_be_defined.add(dep)
112 item_deps.add(dep)
/external/icu/icu4c/source/test/depstest/
H A Ddependencies.py101 for dep in line.split():
102 _CheckGroupName(dep)
103 dep_item = items.get(dep)
106 "library or library group %s") % (_line_number, dep))
109 items[dep] = {"type": "group"}
110 if library_name: items[dep]["library"] = library_name
111 _groups_to_be_defined.add(dep)
112 item_deps.add(dep)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dmodular_build.py113 for dep in deps:
114 result += sorted_deps_for_module(dep)
141 for dep in deps:
142 if dep not in application_descriptor:
143 bail_error('Module "%s" (dependency of "%s") not listed in application descriptor %s' % (dep, module['name'], application_descriptor_filename))
/external/chromium_org/components/crash/tools/
H A Dgenerate_breakpad_symbols.py104 dep = Resolve(m.group(1), exe_path, loader_path, rpaths)
105 if dep:
106 deps.append(os.path.normpath(dep))
123 for dep in deps:
124 if (os.access(dep, os.X_OK) and
125 os.path.abspath(os.path.dirname(dep)).startswith(build_dir)):
126 result.append(dep)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-preproc.c220 preproc_dep *dep; local
227 dep = yasm_xmalloc(sizeof(preproc_dep));
228 dep->name = yasm__xstrdup(name);
229 STAILQ_INSERT_TAIL(preproc_deps, dep, link);
244 /* Pull first dep out of preproc_deps and return it if there is one */
247 preproc_dep *dep = STAILQ_FIRST(preproc_deps); local
249 name = dep->name;
250 yasm_xfree(dep);
/external/chromium_org/native_client_sdk/src/tools/
H A Dfix_deps.py76 for dep in deps:
77 outlines.append('%s:\n' % dep)

Completed in 1087 milliseconds

12345