Home
last modified time | relevance | path

Searched refs:proposed (Results 1 – 25 of 66) sorted by relevance

123

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Ddammit.py398 def _convert_from(self, proposed, errors="strict"): argument
399 proposed = self.find_codec(proposed)
400 if not proposed or (proposed, errors) in self.tried_encodings:
402 self.tried_encodings.append((proposed, errors))
407 and proposed in self.ENCODINGS_WITH_SMART_QUOTES):
415 u = self._to_unicode(markup, proposed, errors)
417 self.original_encoding = proposed
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1814 def _convertFrom(self, proposed): argument
1815 proposed = self.find_codec(proposed)
1816 if not proposed or proposed in self.triedEncodings:
1818 self.triedEncodings.append(proposed)
1823 if self.smartQuotesTo and proposed.lower() in("windows-1252",
1832 u = self._toUnicode(markup, proposed)
1834 self.originalEncoding = proposed
/external/llvm/docs/
DBlockFrequencyTerminology.rst114 Block bias is a proposed *absolute* metric to indicate a bias toward or away
119 The proposed calculation involves calculating a *reference* block frequency,
/external/slf4j/
DREADME.md10 …j-dev mailing list](http://www.slf4j.org/mailing-lists.html) about your proposed change. Alternate…
/external/opencv3/doc/py_tutorials/py_feature2d/py_fast/
Dpy_fast.markdown18 As a solution to this, FAST (Features from Accelerated Segment Test) algorithm was proposed by
35 5. A **high-speed test** was proposed to exclude a large number of non-corners. This test examines
/external/opencv3/doc/py_tutorials/py_feature2d/py_shi_tomasi/
Dpy_shi_tomasi.markdown21 Instead of this, Shi-Tomasi proposed:
/external/mesa3d/docs/
DMESA_drm_image.spec138 RESOLVED: The eglQueryImage function has been proposed often,
DMESA_texture_array.spec62 Several solutions to this problem have been proposed, but they either
/external/e2fsprogs/debian/attic/libs/
Dcontrol110 being proposed as an internet standard. See the internet-draft:
/external/valgrind/helgrind/
DREADME_MSMProp2.txt16 In early 2008 Konstantin Serebryany proposed "MSMProp1", a memory
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/
Dpy_histogram_backprojection.markdown12 It was proposed by **Michael J. Swain , Dana H. Ballard** in their paper **Indexing via color
/external/libunwind/
DTODO42 safe caching; I proposed on 12/16/2003 that glibc maintain two
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DREADME.md7 proposed Web Animations API, use `web-animations-next.min.js`.
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/
Dpy_face_detection.markdown16 method proposed by Paul Viola and Michael Jones in their paper, "Rapid Object Detection using a
/external/e2fsprogs/lib/ext2fs/
Dext2_err.et.in144 "Not enough space to build proposed filesystem"
/external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/
Dpy_matcher.markdown28 other. It provides consistant result, and is a good alternative to ratio test proposed by D.Lowe in
/external/libvorbis/doc/
D05-comment.tex93 Below is a proposed, minimal list of standard field names with a
/external/clang/docs/
DDataFlowSanitizerDesign.rst78 Instead, a low overhead approach is proposed which is best-case O(log\
/external/tinyxml/
Dchanges.txt137 - Fletcher Dunn proposed and submitted new error handling that tracked the row and column. Lee
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex91 It was proposed (Where? I do not remember any explicit statement)
/external/libjpeg-turbo/
DREADME236 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
/external/opencv3/3rdparty/libjpeg/
DREADME241 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
/external/e2fsprogs/lib/et/
Dcom_err.texinfo193 The draft proposed American National Standard for C (as of May, 1988)
/external/avahi/specs/
Ddraft-cheshire-dnsext-multicastdns-06.txt362 governed by ICANN. Since this proposed change is a change to the core
1004 a normal query by the fact that a probe query contains a proposed
1300 proposed rdata being probed for uniqueness.
1960 discovery mechanisms proposed in "DNS-Based Service Discovery"
2284 other of the "Ascii Compatible Encodings" proposed for Unicast DNS

123