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

123

/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/libvpx/
H A Dsolution.mk17 --dep=$(vcp:.vcproj=):vpx)) \
18 --dep=vpx:obj_int_extract \
/external/webkit/Source/WebKit2/
H A DMakefile16 release r deployment dep deploy: ;
/external/webkit/Tools/MiniBrowser/
H A DMakefile17 release r deployment dep deploy: ;
/external/webkit/Tools/TestWebKitAPI/
H A DMakefile17 release r deployment dep deploy: ;
/external/webkit/Tools/WebKitTestRunner/
H A DMakefile17 release r deployment dep deploy: ;
/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/elfutils/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/include/llvm/Target/
H A DTargetSubtargetInfo.h63 SDep& dep) const { }
/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/webkit/Source/
H A DMakefile11 release r deployment dep deploy:
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp64 static InstTypePair getInstTypePair(MemDepResult dep) { argument
65 if (dep.isClobber())
66 return InstTypePair(dep.getInst(), Clobber);
67 if (dep.isDef())
68 return InstTypePair(dep.getInst(), Def);
69 if (dep.isNonFuncLocal())
70 return InstTypePair(dep.getInst(), NonFuncLocal);
71 assert(dep.isUnknown() && "unexptected dependence type");
72 return InstTypePair(dep.getInst(), Unknown);
/external/webkit/Tools/CodeCoverage/
H A Drun-generate-coverage-data67 have a relative path in the depends using os.path.join(dirname of .d, dep)
184 for dep in candidates[dir].keys():
185 cmd = "cd %s; gcov -p -l %s" % (dir, dep)
226 for dep in deps:
227 if not dep in dirs[dir]:
228 dirs[dir][dep] = dep
229 if not dep in files:
230 files[dep] = 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_API2 ("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/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py351 self.component_info_map[dep].get_llvmconfig_component_name()
352 for dep in c.required_libraries]
355 for dep in c.add_to_library_groups:
356 entries[dep][2].append(llvmconfig_component_name)
414 ', '.join('"%s"' % dep
415 for dep in required_names))
433 dep = self.component_info_map[name]
436 if dep.type_name == 'Library':
437 yield dep
442 if dep
[all...]
/external/chromium/build/
H A Dinstall-chroot.sh89 dep=
91 [ -d /usr/share/doc/"$i" ] || dep="$dep $i"
93 [ -n "$dep" ] && sudo apt-get -y install $dep
288 dep=
290 [ -d /usr/share/doc/"$i" ] || dep="$dep $i"
292 [ -n "$dep" ] && sudo apt-get -y install $dep
[all...]
/external/webkit/Tools/
H A DMakefile11 release r deployment dep deploy:
/external/bluetooth/bluedroid/stack/include/
H A Dmca_api.h306 MCA_API extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep);
358 MCA_API extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
376 MCA_API extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
406 MCA_API extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
422 MCA_API extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java121 boolean dep = false;
150 dep = true;
170 cl.setDeprecated(dep);
227 boolean dep = false;
241 dep = true;
250 //method = new MethodInfo(name, cl.qualifiedName(), false/*static*/, false/*final*/, dep,
260 method.setDeprecated(dep);
281 boolean dep = false;
310 dep = true;
329 method.setDeprecated(dep);
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl59 dep $X[$i]=$X[$i],tmp2,8,8 };;
65 dep tmp1=tmp0,tmp4,8,8 };;
68 dep $X[$i]=$X[$i],tmp1,16,16} //;;
71 dep.z tmp5=$a,5,27 };; // a<<5
82 dep $Xn=$Xn,tmp2,8,8 // forward Xload
90 dep tmp1=tmp0,tmp4,8,8;;
91 dep $X[$i]=$X[$i],tmp1,16,16} //;;
94 dep.z tmp5=$a,5,27 };; // a<<5
122 dep.z tmp5=$a,5,27 } // a<<5
153 dep
[all...]
/external/webkit/Tools/CygwinDownloader/
H A Dcygwin-downloader.py123 for dep in packages[name]["requires"]:
124 add_package_and_dependencies(dep)

Completed in 396 milliseconds

123