/external/bluetooth/bluedroid/stack/mcap/ |
D | mca_api.c | 238 p_depcs = p_rcb->dep; in MCA_CreateDep() 287 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) in MCA_DeleteDep() argument 295 MCA_TRACE_API2 ("MCA_DeleteDep: %d dep:%d", handle, dep); in MCA_DeleteDep() 298 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback) in MCA_DeleteDep() 301 p_rcb->dep[dep].p_data_cback = NULL; in MCA_DeleteDep() 302 p_depcs = &(p_rcb->dep[dep]); in MCA_DeleteDep() 423 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, in MCA_CreateMdl() argument 432 …MCA_TRACE_API4 ("MCA_CreateMdl: %d dep=%d mdl_id=%d peer_dep_id=%d", mcl, dep, mdl_id, peer_dep_id… in MCA_CreateMdl() 453 p_dcb = mca_dcb_alloc(p_ccb, dep); in MCA_CreateMdl() 501 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, in MCA_CreateMdlRsp() argument [all …]
|
D | mca_dsm.c | 173 tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep) in mca_dcb_alloc() argument 180 if (dep < MCA_NUM_DEPS) in mca_dcb_alloc() 182 p_cs = &p_rcb->dep[dep]; in mca_dcb_alloc() 213 UINT8 mca_dep_free_mdl(tMCA_CCB *p_ccb, tMCA_DEP dep) in mca_dep_free_mdl() argument 222 if (dep < MCA_NUM_DEPS) in mca_dep_free_mdl() 224 p_cs = &p_rcb->dep[dep]; in mca_dep_free_mdl()
|
D | mca_int.h | 186 tMCA_CS dep[MCA_NUM_DEPS]; /* the registration info for each MDEP */ member 287 extern tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep); 288 extern UINT8 mca_dep_free_mdl(tMCA_CCB*p_ccb, tMCA_DEP dep); 319 extern BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep);
|
D | mca_main.c | 617 BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep) in mca_is_valid_dep_id() argument 620 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback) in mca_is_valid_dep_id()
|
/external/webkit/Tools/CodeCoverage/ |
D | run-generate-coverage-data | 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
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 64 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair() 65 if (dep.isClobber()) in getInstTypePair() 66 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair() 67 if (dep.isDef()) in getInstTypePair() 68 return InstTypePair(dep.getInst(), Def); in getInstTypePair() 69 if (dep.isNonFuncLocal()) in getInstTypePair() 70 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair() 71 assert(dep.isUnknown() && "unexptected dependence type"); in getInstTypePair() 72 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 351 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.type_name in ('LibraryGroup', 'TargetGroup'): [all …]
|
/external/chromium/build/ |
D | install-chroot.sh | 89 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
|
/external/e2fsprogs/lib/e2p/ |
D | iod.c | 31 struct dirent *de, *dep; in iterate_on_dir() local 60 while ((dep = readdir (dir))) { in iterate_on_dir() 62 len = dep->d_reclen; in iterate_on_dir() 68 memcpy(de, dep, len); in iterate_on_dir()
|
/external/openssl/crypto/aes/asm/ |
D | aes-ia64.S | 242 dep te33=te22,te33,8,8} // 7/0: 248 dep te30=te23,te30,8,8} // 8/1: 253 dep te33=te11,te33,16,8 // 9/0: 256 dep te31=te20,te31,8,8 // 10/2: 259 dep te32=te21,te32,8,8 // 11/3: 262 dep te31=te13,te31,16,8 // 12/2: 266 dep te32=te10,te32,16,8};; // 13/3: 354 dep out1=r16,out1,24,8 //;; 355 dep out3=r20,out3,24,8 }//;; 357 dep out5=r24,out5,24,8 //;; [all …]
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
D | makedep.sh | 28 do dep="$path/$file" 29 if test -f "$dep"; then 30 echo " $dep \\" >>$cache 31 search_deps $dep >>$cache
|
/external/elfutils/src/ |
D | make-debug-archive.in | 86 dep=/lib/modules/$release/modules.dep 95 if [ $force_kernel = no -a "$archive" -nt "$dep" ]; then
|
/external/bluetooth/bluedroid/stack/include/ |
D | mca_api.h | 306 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/ |
D | ApiFile.java | 121 boolean dep = false; in parseClass() 150 dep = true; in parseClass() 170 cl.setDeprecated(dep); in parseClass() 227 boolean dep = false; in parseConstructor() 241 dep = true; in parseConstructor() 260 method.setDeprecated(dep); in parseConstructor() 281 boolean dep = false; in parseMethod() 310 dep = true; in parseMethod() 329 method.setDeprecated(dep); in parseMethod() 353 boolean dep = false; in parseField() [all …]
|
/external/libvpx/ |
D | solution.mk | 17 --dep=$(vcp:.vcproj=):vpx)) \ 18 --dep=vpx:obj_int_extract \
|
/external/libvpx/build/make/ |
D | gen_msvs_sln.sh | 97 for dep in $deps; do 98 eval "local dep_guid=\${${dep}_guid}" 99 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)" 220 --dep=*) eval "${optval%%:*}_deps=\"\${${optval%%:*}_deps} ${optval##*:}\""
|
/external/llvm/test/Analysis/LoopDependenceAnalysis/ |
D | siv-strong.ll | 21 ; CHECK: 0,2: dep 48 ; CHECK: 0,2: dep 74 ; CHECK: 0,2: dep 102 ; CHECK: 0,2: dep
|
D | siv-weak-crossing.ll | 23 ; CHECK: 0,2: dep 50 ; CHECK: 0,2: dep 79 ; CHECK: 0,2: dep 110 ; CHECK: 0,2: dep
|
D | siv-weak-zero.ll | 22 ; CHECK: 0,2: dep 48 ; CHECK: 0,2: dep
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
D | ant | 169 for dep in `cat "$file"`; do 171 *"$dep"*) ;; 172 *) OPT_JAR_LIST="$OPT_JAR_LIST${OPT_JAR_LIST:+ }$dep"
|
/external/oprofile/module/ia64/ |
D | IA64minstate.h | 40 dep r1=-1, r1, 61, 3; \ 84 (pKern) dep r1=0, sp, 61, 3; \ 90 (pUser) dep rKRBS=-1, rKRBS, 61, 3; \ 205 dep r14=-1, r0, 61, 3; \
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 275 SDep dep(SU, SDep::Data, LDataLatency, *Alias); in addPhysRegDataDeps() local 280 dep.setLatency(Latency); in addPhysRegDataDeps() 285 dep.setMinLatency(MinLatency); in addPhysRegDataDeps() 287 ST.adjustSchedDependency(SU, UseSU, dep); in addPhysRegDataDeps() 289 UseSU->addPred(dep); in addPhysRegDataDeps() 475 SDep dep(DefSU, SDep::Data, DefSU->Latency, Reg); in addVRegUseDeps() local 482 dep.setLatency(Latency); in addVRegUseDeps() 486 dep.setMinLatency(MinLatency); in addVRegUseDeps() 489 ST.adjustSchedDependency(DefSU, SU, const_cast<SDep &>(dep)); in addVRegUseDeps() 491 SU->addPred(dep); in addVRegUseDeps()
|
/external/webkit/Tools/CygwinDownloader/ |
D | cygwin-downloader.py | 123 for dep in packages[name]["requires"]: 124 add_package_and_dependencies(dep)
|
/external/webkit/Source/WebKit/wx/ |
D | wscript | 123 for dep in windows_deps: 124 bld.install_files(obj.install_path, [os.path.join(msvclibs_dir, dep)])
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 174 #define GETLW(dst, src, align) dep.z dst = src, 32 - 8 * align, 8 * align 298 dep DPtr_ = 0, DPtrIn, 0, 2 469 dep.z Y = Z, 32, 32 ;; \ 482 dep.z Y = Z, 32, 32 ;; \ 585 dep.z Y = Z, 32, 32 ; \ 607 dep.z Y = Z, 32, 32 ; \ 844 dep.z Y = Z, 32, 32 ;; \ 871 dep.z Y = Z, 32, 32 ;; \
|