Home
last modified time | relevance | path

Searched refs:org (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/
A Dgradle-wrapper.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download$1 ...
/AliOS-Things-master/components/SDL2/src/filesystem/emscripten/
A DSDL_sysfilesystem.c43 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() argument
53 if (!org) { in SDL_GetPrefPath()
54 org = ""; in SDL_GetPrefPath()
57 len = SDL_strlen(append) + SDL_strlen(org) + SDL_strlen(app) + 3; in SDL_GetPrefPath()
64 if (*org) { in SDL_GetPrefPath()
65 SDL_snprintf(retval, len, "%s%s/%s/", append, org, app); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/filesystem/haiku/
A DSDL_sysfilesystem.cc74 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() argument
85 if (!org) { in SDL_GetPrefPath()
86 org = ""; in SDL_GetPrefPath()
92 len += SDL_strlen(append) + SDL_strlen(org) + SDL_strlen(app) + 3; in SDL_GetPrefPath()
97 if (*org) { in SDL_GetPrefPath()
98 SDL_snprintf(retval, len, "%s%s%s/%s/", home, append, org, app); in SDL_GetPrefPath()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafangles.c289 if ( table[j].org >= table[j - 1].org ) in af_sort_and_quantize_widths()
299 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
307 if ( table[i].org - cur_val > threshold || in af_sort_and_quantize_widths()
313 if ( table[i].org - cur_val <= threshold && in af_sort_and_quantize_widths()
319 sum += table[j].org; in af_sort_and_quantize_widths()
320 table[j].org = 0; in af_sort_and_quantize_widths()
322 table[cur_idx].org = sum / j; in af_sort_and_quantize_widths()
327 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
337 if ( table[i].org ) in af_sort_and_quantize_widths()
A Daflatin2.c154 ? axis->widths[0].org in af_latin2_metrics_init_widths()
367 blue_ref = & blue->ref.org; in af_latin2_metrics_init_blues()
368 blue_shoot = & blue->shoot.org; in af_latin2_metrics_init_blues()
645 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); in af_latin2_metrics_scale_dim()
650 delta1 = blue->shoot.org - blue->ref.org; in af_latin2_metrics_scale_dim()
2068 org = frac_left; in af_latin2_hint_edges()
2075 org = frac_right; in af_latin2_hint_edges()
2085 org = org_left; in af_latin2_hint_edges()
2086 fit = FT_PIX_ROUND( org ); in af_latin2_hint_edges()
2087 delta = FT_ABS( fit - org ); in af_latin2_hint_edges()
[all …]
/AliOS-Things-master/components/py_engine/tests/io/data/
A Dbigfile19 "package_url": "http://pypi.python.org/pypi/micropython-uasyncio",
18 "release_url": "http://pypi.python.org/pypi/micropython-uasyncio/0.8.1",
41 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.8.ta…
55 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.6.2.…
69 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.6.1.…
83 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.8.1.…
97 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.7.ta…
111 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.7.1.…
125 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.6.ta…
140 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.8.1.…
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md21 <li><a href="https://bellard.org/quickjs/pi.html">Small Javascript programs</a> to compute
70 <h2><a href="https://bellard.org/quickjs/bench.html">Benchmark</a></h2>
83 QuickJS documentation: <a href="https://bellard.org/quickjs/quickjs.html">HTML version</a>,
84 <a href="https://bellard.org/quickjs/quickjs.pdf">PDF version</a>.
86 Specification of the JS Bignum Extensions: <a href="https://bellard.org/quickjs/jsbignum.html">HTML
87 version</a>, <a href="https://bellard.org/quickjs/jsbignum.pdf">PDF version</a>.
93 …QuickJS source code: <a href="https://bellard.org/quickjs/quickjs-2020-04-12.tar.xz">quickjs-2020-…
122 exact rounding. It is maintained as a <a href="https://bellard.org/libbf">separate project</a>.
129 …<li><a href="https://www.freelists.org/list/quickjs-devel">QuickJS Development</a> mailing list</l…
135 the <a href="https://opensource.org/licenses/MIT">MIT license</a>.
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp197 ios::seek_dir org; in seekInt() local
200 org = ios::beg; in seekInt()
203 org = ios::cur; in seekInt()
206 org = ios::end; in seekInt()
212 ts->m_inStream->seekg(offset, org); in seekInt()
215 ts->m_outStream->seekp(offset, org); in seekInt()
218 ts->m_ioStream->seekg(offset, org); in seekInt()
219 ts->m_ioStream->seekp(offset, org); in seekInt()
/AliOS-Things-master/components/SDL2/
A DINSTALL.txt8 * Read the FAQ at https://wiki.libsdl.org/moin.fcg/FAQWindows
30 documentation at https://wiki.libsdl.org/
33 sdl-request@libsdl.org
37 https://www.libsdl.org/mailing-list.php
40 Sam Lantinga <slouken@libsdl.org>
A DSDL2.spec5 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
6 URL: http://www.libsdl.org/
82 * Thu Jun 04 2015 Ryan C. Gordon <icculus@icculus.org>
88 * Sun Jan 22 2012 Sam Lantinga <slouken@libsdl.org>
91 * Tue May 16 2006 Sam Lantinga <slouken@libsdl.org>
97 * Wed Jan 19 2000 Sam Lantinga <slouken@libsdl.org>
A DSDL2.spec.in5 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
6 URL: http://www.libsdl.org/
82 * Thu Jun 04 2015 Ryan C. Gordon <icculus@icculus.org>
88 * Sun Jan 22 2012 Sam Lantinga <slouken@libsdl.org>
91 * Tue May 16 2006 Sam Lantinga <slouken@libsdl.org>
97 * Wed Jan 19 2000 Sam Lantinga <slouken@libsdl.org>
/AliOS-Things-master/components/SDL2/src/filesystem/unix/
A DSDL_sysfilesystem.c177 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() argument
196 if (!org) { in SDL_GetPrefPath()
197 org = ""; in SDL_GetPrefPath()
217 len += SDL_strlen(append) + SDL_strlen(org) + SDL_strlen(app) + 3; in SDL_GetPrefPath()
224 if (*org) { in SDL_GetPrefPath()
225 SDL_snprintf(retval, len, "%s%s%s/%s/", envr, append, org, app); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dcontrol4 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
5 Uploaders: Barry deFreese <bdefreese@debian.org>,
6 Aurelien Jarno <aurel32@debian.org>,
8 Sam Lantinga <slouken@libsdl.org>
18 Homepage: http://www.libsdl.org/projects/SDL_image/
A Dcopyright3 Upstream-Contact: Sam Lantinga <slouken@libsdl.org>
4 Source: downloaded from http://www.libsdl.org/projects/SDL_image/
16 2010, Aurelien Jarno <aurel32@debian.org>
17 2009, Barry deFreese <bdefreese@debian.org>
19 2001,2002, Christian T. Steigies <cts@debian.org>
A Dchangelog5 -- Sam Lantinga <slouken@libsdl.org> Wed, 19 Jun 2019 08:28:56 -0800
11 -- Sam Lantinga <slouken@libsdl.org> Fri, 26 Oct 2018 10:01:54 -0800
17 -- Sam Lantinga <slouken@libsdl.org> Sun, 28 Jan 2018 21:31:07 -0800
23 -- Sam Lantinga <slouken@libsdl.org> Sun, 22 Oct 2017 13:38:34 -0800
29 -- Sam Lantinga <slouken@libsdl.org> Thu, 07 Jan 2016 12:02:13 -0800
35 -- Sam Lantinga <slouken@libsdl.org> Tue, 26 Feb 2013 15:48:41 -0800
41 -- Sam Lantinga <slouken@libsdl.org> Fri, 15 Feb 2013 13:09:44 -0800
80 -- Luk Claes <luk@debian.org> Sun, 26 Jun 2011 17:58:00 +0200
90 -- Aurelien Jarno <aurel32@debian.org> Thu, 11 Feb 2010 15:12:43 +0100
102 -- Barry deFreese <bdefreese@debian.org> Mon, 16 Nov 2009 14:30:11 -0500
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog338 ( https://trac.osgeo.org/gdal/ticket/6924 )
2670 http://trac.osgeo.org/gdal/ticket/3894
3018 http://trac.osgeo.org/gdal/ticket/3539
3046 http://trac.osgeo.org/gdal/ticket/3539
3075 http://trac.osgeo.org/gdal/ticket/3514
3087 http://trac.osgeo.org/gdal/ticket/3512
3321 http://trac.osgeo.org/gdal/ticket/2976
3473 http://trac.osgeo.org/gdal/ticket/2621
3748 http://trac.osgeo.org/gdal/ticket/1965
3753 http://trac.osgeo.org/gdal/ticket/1948
[all …]
A DHOWTO-RELEASE13 m4 - ftp://ftp.gnu.org/pub/gnu/m4
14 autoconf - ftp://ftp.gnu.org/pub/gnu/autoconf
15 automake - ftp://ftp.gnu.org/pub/gnu/automake
16 libtool - ftp://ftp.gnu.org/pub/gnu/libtool
113 ftp.remotesensing.org ftp site.
116 warmerdam@upload.osgeo.org:/osgeo/download/libtiff
118 16. Announce to list, tiff@lists.maptools.org
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DAUTHORS21 - Nico Weber (thakis at chromium dot org)
22 - Noel Chromium (noel at chromium dot org)
26 - Paweł Hajdan, Jr (phajdan dot jr at chromium dot org)
28 - Sam Clegg (sbc at chromium dot org)
31 - Scott Talbot (s at chikachow dot org)
40 - Vlad Tsyrklevich (vtsyrklevich at chromium dot org)
/AliOS-Things-master/components/SDL2/src/filesystem/cocoa/
A DSDL_sysfilesystem.m3 Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
71 SDL_GetPrefPath(const char *org, const char *app)
78 if (!org) {
79 org = "";
109 const size_t len = SDL_strlen(base) + SDL_strlen(org) + SDL_strlen(app) + 4;
115 if (*org) {
116 SDL_snprintf(retval, len, "%s/%s/%s/", base, org, app);
/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c104 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() argument
125 if (!org) { in SDL_GetPrefPath()
126 org = ""; in SDL_GetPrefPath()
134 worg = WIN_UTF8ToString(org); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/docs/
A DREADME.md9 http://www.libsdl.org/
30 More documentation and FAQs are available online at [the wiki](http://wiki.libsdl.org/)
54 issues, you can join the [developers mailing list](http://www.libsdl.org/mailing-list.php)
57 [bugzilla](https://bugzilla.libsdl.org/)
62 Sam Lantinga <mailto:slouken@libsdl.org>
A DREADME-hg.md8 at the Mercurial website ( https://www.mercurial-scm.org/ ) for more
12 hg clone http://hg.libsdl.org/SDL
18 http://hg.libsdl.org/SDL/
/AliOS-Things-master/components/SDL2/src/image/
A DREADME.txt5 http://www.libsdl.org/projects/SDL_image/
29 JPEG support requires the JPEG library: http://www.ijg.org/
30 PNG support requires the PNG library: http://www.libpng.org/pub/png/libpng.html
31 and the Zlib library: http://www.gzip.org/zlib/
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp139 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() argument
159 if (!org) { in SDL_GetPrefPath()
160 org = ""; in SDL_GetPrefPath()
175 worg = WIN_UTF8ToString(org); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DREADME6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
41 A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
43 http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
47 http://docs.python.org/library/zlib.html .
106 jloup@gzip.org madler@alumni.caltech.edu

Completed in 29 milliseconds

12345678910>>...13