Searched refs:proposed (Results 1 – 25 of 66) sorted by relevance
123
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
D | dammit.py | 398 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/ |
D | BeautifulSoup.py | 1814 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/ |
D | BlockFrequencyTerminology.rst | 114 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/ |
D | README.md | 10 …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/ |
D | py_fast.markdown | 18 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/ |
D | py_shi_tomasi.markdown | 21 Instead of this, Shi-Tomasi proposed:
|
/external/mesa3d/docs/ |
D | MESA_drm_image.spec | 138 RESOLVED: The eglQueryImage function has been proposed often,
|
D | MESA_texture_array.spec | 62 Several solutions to this problem have been proposed, but they either
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 110 being proposed as an internet standard. See the internet-draft:
|
/external/valgrind/helgrind/ |
D | README_MSMProp2.txt | 16 In early 2008 Konstantin Serebryany proposed "MSMProp1", a memory
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/ |
D | py_histogram_backprojection.markdown | 12 It was proposed by **Michael J. Swain , Dana H. Ballard** in their paper **Indexing via color
|
/external/libunwind/ |
D | TODO | 42 safe caching; I proposed on 12/16/2003 that glibc maintain two
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | README.md | 7 proposed Web Animations API, use `web-animations-next.min.js`.
|
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/ |
D | py_face_detection.markdown | 16 method proposed by Paul Viola and Michael Jones in their paper, "Rapid Object Detection using a
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_err.et.in | 144 "Not enough space to build proposed filesystem"
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/ |
D | py_matcher.markdown | 28 other. It provides consistant result, and is a good alternative to ratio test proposed by D.Lowe in
|
/external/libvorbis/doc/ |
D | 05-comment.tex | 93 Below is a proposed, minimal list of standard field names with a
|
/external/clang/docs/ |
D | DataFlowSanitizerDesign.rst | 78 Instead, a low overhead approach is proposed which is best-case O(log\
|
/external/tinyxml/ |
D | changes.txt | 137 - Fletcher Dunn proposed and submitted new error handling that tracked the row and column. Lee
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 91 It was proposed (Where? I do not remember any explicit statement)
|
/external/libjpeg-turbo/ |
D | README | 236 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
|
/external/opencv3/3rdparty/libjpeg/ |
D | README | 241 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/ |
D | IJG_README | 269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 193 The draft proposed American National Standard for C (as of May, 1988)
|
/external/avahi/specs/ |
D | draft-cheshire-dnsext-multicastdns-06.txt | 362 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