/external/opencv3/doc/tutorials/imgproc/ |
D | table_of_content_imgproc.markdown | 60 Where we learn to design our own filters by using OpenCV functions 68 Where we learn how to pad our images! 76 Where we learn how to calculate gradients and use them to detect edges! 84 Where we learn about the *Laplace* operator and how to detect edges with it. 92 Where we learn a sophisticated alternative to detect edges. 100 Where we learn how to detect lines 108 Where we learn how to detect circles 116 Where we learn how to manipulate pixels locations 124 Where we learn how to rotate, translate and scale our images 132 Where we learn how to improve the contrast in our images [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyStoreResults.cpp | 97 MachineInstr *Where = O.getParent(); in runOnMachineFunction() local 98 if (Where->getOpcode() == TargetOpcode::PHI) { in runOnMachineFunction() 103 Where->getOperand(&O - &Where->getOperand(0) + 1).getMBB(); in runOnMachineFunction() 109 if (&MI == Where || !MDT.dominates(&MI, Where)) in runOnMachineFunction() 113 DEBUG(dbgs() << "Setting operand " << O << " in " << *Where in runOnMachineFunction()
|
/external/clang/lib/Rewrite/ |
D | TokenRewriter.cpp | 70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken() argument 71 Where = TokenList.insert(Where, T); in AddToken() 74 Where)).second; in AddToken() 77 return Where; in AddToken()
|
/external/e2fsprogs/lib/ |
D | dirpaths.h.in | 6 /* Where to put the messages file for internationalization support */ 9 /* Where to find the mke2fs.conf and e2fsck.conf files */
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 18 dir = ./rootCA # Where everything is kept 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
D | openssl.cnf | 18 dir = ./demoCA # Where everything is kept 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
/external/selinux/secilc/docs/ |
D | cil_user_statements.md | 13 **Where:** 49 **Where:** 91 **Where:** 127 **Where:** 185 **Where:** 231 **Where:** 296 **Where:** 339 **Where:** 380 **Where:** 425 **Where:**
|
D | cil_mls_labeling_statements.md | 15 **Where:** 51 **Where:** 83 **Where:** 125 **Where:** 168 **Where:** 204 **Where:** 232 **Where:** 272 **Where:** 312 **Where:** 385 **Where:** [all …]
|
D | cil_role_statements.md | 13 **Where:** 51 **Where:** 93 **Where:** 129 **Where:** 193 **Where:** 229 **Where:** 288 **Where:**
|
D | cil_sid_statements.md | 13 **Where:** 49 **Where:** 87 **Where:**
|
D | cil_xen_statements.md | 17 **Where:** 57 **Where:** 97 **Where:** 135 **Where:** 173 **Where:**
|
D | cil_policy_config_statements.md | 15 **Where:** 49 **Where:** 86 **Where:**
|
D | cil_type_statements.md | 13 **Where:** 49 **Where:** 81 **Where:** 124 **Where:** 158 **Where:** 227 **Where:** 282 **Where:** 342 **Where:** 402 **Where:** 474 **Where:**
|
D | cil_class_and_permission_statements.md | 13 **Where:** 51 **Where:** 91 **Where:** 151 **Where:** 208 **Where:** 240 **Where:** 351 **Where:** 387 **Where:** 467 **Where:**
|
D | cil_default_object_statements.md | 15 **Where:** 67 **Where:** 114 **Where:** 152 **Where:**
|
D | cil_container_statements.md | 16 **Where:** 56 **Where:** 104 **Where:** 211 **Where:** 266 **Where:**
|
D | cil_access_vector_rules.md | 13 **Where:** 97 **Where:** 145 **Where:** 190 **Where:** 245 **Where:** 293 **Where:** 341 **Where:** 386 **Where:**
|
D | cil_network_labeling_statements.md | 19 **Where:** 63 **Where:** 114 **Where:** 164 **Where:**
|
D | cil_conditional_statements.md | 13 **Where:** 58 **Where:** 127 **Where:** 170 **Where:**
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.0 | 31 Where type is either 48 Where type is d.
|
/external/libexif/m4m/ |
D | gp-packaging.m4 | 46 [Where to install hotplug scripts as docs [default=autodetect]])]) 61 [Where to install hotplug scripts as docs [default=autodetect]])])
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 102 ProfilingData::iterator Where; in addRecord() local 103 std::tie(Where, NewFunc) = in addRecord() 105 InstrProfRecord &Dest = Where->second; in addRecord()
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 79 Where racoon config file goes. Default is /etc, which means 82 Where is the directory where racoon stores the control socket 86 Where racoon gets installed.
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 665 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { 667 if (Where != From) 668 splice(Where, Other, From, std::next(From)); 676 void splice(iterator Where, MachineBasicBlock *Other, 678 Insts.splice(Where.getInstrIterator(), Other->Insts,
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | construct-seq.data | 9 - Uranus # Where the sun hardly shines.
|