Home
last modified time | relevance | path

Searched refs:Where (Results 1 – 25 of 174) sorted by relevance

1234567

/external/opencv3/doc/tutorials/imgproc/
Dtable_of_content_imgproc.markdown60 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/
DWebAssemblyStoreResults.cpp97 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/
DTokenRewriter.cpp70 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/
Ddirpaths.h.in6 /* 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/
Dopenssl-root.cnf18 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
Dopenssl.cnf18 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/
Dcil_user_statements.md13 **Where:**
49 **Where:**
91 **Where:**
127 **Where:**
185 **Where:**
231 **Where:**
296 **Where:**
339 **Where:**
380 **Where:**
425 **Where:**
Dcil_mls_labeling_statements.md15 **Where:**
51 **Where:**
83 **Where:**
125 **Where:**
168 **Where:**
204 **Where:**
232 **Where:**
272 **Where:**
312 **Where:**
385 **Where:**
[all …]
Dcil_role_statements.md13 **Where:**
51 **Where:**
93 **Where:**
129 **Where:**
193 **Where:**
229 **Where:**
288 **Where:**
Dcil_sid_statements.md13 **Where:**
49 **Where:**
87 **Where:**
Dcil_xen_statements.md17 **Where:**
57 **Where:**
97 **Where:**
135 **Where:**
173 **Where:**
Dcil_policy_config_statements.md15 **Where:**
49 **Where:**
86 **Where:**
Dcil_type_statements.md13 **Where:**
49 **Where:**
81 **Where:**
124 **Where:**
158 **Where:**
227 **Where:**
282 **Where:**
342 **Where:**
402 **Where:**
474 **Where:**
Dcil_class_and_permission_statements.md13 **Where:**
51 **Where:**
91 **Where:**
151 **Where:**
208 **Where:**
240 **Where:**
351 **Where:**
387 **Where:**
467 **Where:**
Dcil_default_object_statements.md15 **Where:**
67 **Where:**
114 **Where:**
152 **Where:**
Dcil_container_statements.md16 **Where:**
56 **Where:**
104 **Where:**
211 **Where:**
266 **Where:**
Dcil_access_vector_rules.md13 **Where:**
97 **Where:**
145 **Where:**
190 **Where:**
245 **Where:**
293 **Where:**
341 **Where:**
386 **Where:**
Dcil_network_labeling_statements.md19 **Where:**
63 **Where:**
114 **Where:**
164 **Where:**
Dcil_conditional_statements.md13 **Where:**
58 **Where:**
127 **Where:**
170 **Where:**
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.031 Where type is either
48 Where type is d.
/external/libexif/m4m/
Dgp-packaging.m446 [Where to install hotplug scripts as docs [default=autodetect]])])
61 [Where to install hotplug scripts as docs [default=autodetect]])])
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp102 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/
DFAQ79 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/
DMachineBasicBlock.h665 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/
Dconstruct-seq.data9 - Uranus # Where the sun hardly shines.

1234567