Home
last modified time | relevance | path

Searched refs:draft (Results 1 – 25 of 124) sorted by relevance

12345

/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp117 int img_width = widget->width()/widget->draft; in run()
118 int img_height = widget->height()/widget->draft; in run()
143 if(draft == 1) in paintEvent()
161 QImage image(buffer, width()/draft, height()/draft, QImage::Format_RGB32); in paintEvent()
165 if(draft>1) in paintEvent()
167 draft /= 2; in paintEvent()
168 setWindowTitle(QString("recomputing at 1/%1 resolution...").arg(draft)); in paintEvent()
181 draft = 16; in mousePressEvent()
198 draft = 16; in mouseMoveEvent()
Dmandelbrot.h44 int draft; variable
56 size(0), buffer(0), draft(16) in MandelbrotWidget()
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
DStory.java29 private int draft; field in Story
45 return draft; in getDraft()
56 story.draft = draft; in clone()
/external/libopus/doc/
Dbuild_draft.sh66 cp -a "${toplevel}"/README.draft "${destdir}"/README
102 xml2rfc draft-ietf-codec-opus.xml draft-ietf-codec-opus.html &
103 xml2rfc draft-ietf-codec-opus.xml
Dbuild_oggdraft.sh52 xml2rfc draft-ietf-codec-oggopus.xml --text --html
/external/python/cpython2/Lib/email/test/data/
Dmsg_36.txt5 Subject: I-D ACTION:draft-ietf-mboned-mix-00.txt
24 FILE /internet-drafts/draft-ietf-mboned-mix-00.txt
28 name="draft-ietf-mboned-mix-00.txt";
/external/curl/docs/cmdline-opts/
Dlogin-options.d11 RFC 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt
/external/libedit/
Dacinclude.m433 dnl POSIX draft version returns 'struct passwd *' (used on Solaris)
55 # The prototype for the POSIX draft version is:
63 …_R_DRAFT], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1 versions.]…
/external/e2fsprogs/debian/
Duuid-dev.README.Debian3 draft-leach-uuids-guids-01.txt has been removed. It can be obtained
6 search for the string "draft-leach-uuids-guids-01".
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi2 based on the ietf draft draft-ietf-ipsec-isakmp-gss-auth-06.txt.
45 specified in the draft.
80 This implementation tried to follow the specification in the ietf draft
97 The draft specifies that the a fallback should be done to main mode,
/external/mesa3d/docs/specs/OLD/
DMESA_program_debug.spec301 Initial draft. (Brian Paul)
303 Second draft. (Brian Paul)
305 Third draft. Lots of fundamental changes. (Brian Paul)
/external/libmicrohttpd/src/
DMakefile.am31 datadir/spdy-draft.txt
/external/icu/icu4c/
Dicu4c.css20 body.draft {
25 body .only-draft,
34 body.draft .only-draft {
/external/libcap/
DREADME2 draft 15 capabilities.
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp1057 UnicodeString draft; in formatNumeric() local
1058 dateFmt.format(date, draft, smallestFieldPosition, status); in formatNumeric()
1067 appendRange(draft, 0, smallestFieldPosition.getBeginIndex(), appendTo); in formatNumeric()
1074 draft, in formatNumeric()
1083 draft, in formatNumeric()
1087 appendTo.append(draft); in formatNumeric()
/external/clang/include/clang/Frontend/
DLangStandards.def134 "Working draft for ISO C++ 2017",
138 "Working draft for ISO C++ 2017 with GNU extensions",
/external/mesa3d/src/compiler/glsl/glcpp/
DREADME11 preprocessors". To fill in these details, I've been using a draft of
/external/curl/tests/data/
Dtest13252 # http://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml24 <para>Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version
25 of the IEEE 802.11i work (draft 3.0) to define a subset of the
/external/e2fsprogs/debian/attic/libs/
Dcontrol110 being proposed as an internet standard. See the internet-draft:
112 draft-leach-uuids-guids-01.txt
/external/icu/icu4c/source/
DDoxyfile.in36 …"draft=\xrefitem draft \"Draft\" \"Draft List\" This API may be changed in the future versions an…
/external/cmockery/cmockery_0_1_2/packages/rpm/
Drpm.spec39 - First draft
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java1317 String draft = formatter.format( in formatNumeric() local
1324 appendTo.append(draft, 0, smallestFieldPosition.getBeginIndex()); in formatNumeric()
1332 draft, in formatNumeric()
1341 appendTo.append(draft, smallestFieldPosition.getEndIndex(), draft.length()); in formatNumeric()
1344 appendTo.append(draft); in formatNumeric()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java1345 String draft = formatter.format( in formatNumeric() local
1352 appendTo.append(draft, 0, smallestFieldPosition.getBeginIndex()); in formatNumeric()
1360 draft, in formatNumeric()
1369 appendTo.append(draft, smallestFieldPosition.getEndIndex(), draft.length()); in formatNumeric()
1372 appendTo.append(draft); in formatNumeric()
/external/curl/docs/
DROADMAP.md44 origins](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-00)
46 [Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00)

12345