Home
last modified time | relevance | path

Searched refs:_modules (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/modules/skparagraph/
Dskparagraph.gni12 _modules = get_path_info("../../modules", "abspath")
18 "$_modules/skparagraph/include/DartTypes.h",
19 "$_modules/skparagraph/include/FontArguments.h",
20 "$_modules/skparagraph/include/FontCollection.h",
21 "$_modules/skparagraph/include/Metrics.h",
22 "$_modules/skparagraph/include/Paragraph.h",
23 "$_modules/skparagraph/include/ParagraphBuilder.h",
24 "$_modules/skparagraph/include/ParagraphCache.h",
25 "$_modules/skparagraph/include/ParagraphPainter.h",
26 "$_modules/skparagraph/include/ParagraphStyle.h",
[all …]
/third_party/skia/modules/skunicode/
Dskunicode.gni11 _modules = get_path_info("../../modules", "abspath")
14 skia_unicode_public = [ "$_modules/skunicode/include/SkUnicode.h" ]
17 skia_unicode_sources = [ "$_modules/skunicode/src/SkUnicode.cpp" ]
21 "$_modules/skunicode/src/SkUnicode_icu.cpp",
22 "$_modules/skunicode/src/SkUnicode_icu.h",
23 "$_modules/skunicode/src/SkUnicode_icu_bidi.cpp",
24 "$_modules/skunicode/src/SkUnicode_icu_bidi.h",
29 "$_modules/skunicode/src/SkUnicode_client.cpp",
30 "$_modules/skunicode/src/SkUnicode_client.h",
31 "$_modules/skunicode/src/SkUnicode_icu_bidi.cpp",
[all …]
/third_party/skia/modules/skshaper/
Dskshaper.gni11 _modules = get_path_info("../../modules", "abspath")
14 skia_shaper_public = [ "$_modules/skshaper/include/SkShaper.h" ]
18 "$_modules/skshaper/src/SkShaper.cpp",
19 "$_modules/skshaper/src/SkShaper_primitive.cpp",
24 [ "$_modules/skshaper/src/SkShaper_harfbuzz.cpp" ]
28 [ "$_modules/skshaper/src/SkShaper_coretext.cpp" ]
31 skia_shaper_tests = [ "$_modules/skshaper/tests/ShaperTest.cpp" ]
/third_party/python/Lib/dbm/
D__init__.py43 _modules = {} variable
73 _modules[name] = mod
90 elif result not in _modules:
94 mod = _modules[result]
/third_party/python/Lib/
Dpyclbr.py50 _modules = {} # Initialize cache of modules we've seen. variable
137 if fullmodule in _modules:
138 return _modules[fullmodule]
145 _modules[module] = tree
169 _modules[fullmodule] = tree
206 if module in _modules:
207 bases.append(_modules[module].get(class_, name))
/third_party/python/Lib/test/
Dtest_pyclbr.py236 self._modules = pyclbr._modules.copy()
239 pyclbr._modules = self._modules
251 assert module_name not in pyclbr._modules
Dtest_dbm.py26 dbm._modules[name] = mod
/third_party/qrcodegen/python/
Dqrcodegen.py155 _modules: List[List[bool]]
180 self._modules = [[False] * self._size for _ in range(self._size)] # Initially all light
229 return (0 <= x < self._size) and (0 <= y < self._size) and self._modules[y][x]
333 self._modules[y][x] = isdark
392 self._modules[y][x] = _get_bit(data[i >> 3], 7 - (i & 7))
410 self._modules[y][x] ^= (masker(x, y) == 0) and (not self._isfunction[y][x])
418 modules: List[List[bool]] = self._modules
/third_party/python/Doc/library/
Dmodules.rst1 .. _modules:
/third_party/python/Lib/idlelib/idle_test/
Dtest_pathbrowser.py38 eq(pyclbr._modules, {})
Dtest_browser.py37 eq(pyclbr._modules, {})
/third_party/node/deps/npm/docs/content/using-npm/
Dremoval.md42 rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/npm*
/third_party/python/Lib/idlelib/
Dbrowser.py101 pyclbr._modules.clear()
/third_party/node/doc/api/
Desm.md725 * Bare specifier package resolution lookup through node\_modules
848 > 1. Let _packageURL_ be the URL resolution of _"node\_modules/"_
973 > or _"node\_modules"_ segments after the first _"."_ segment, case
982 > _".."_, or _"node\_modules"_ segments, case insensitive and including
1039 > 2. If _scopeURL_ ends in a _"node\_modules"_ path segment, return **null**.
Dpackages.md1226 until a node\_modules folder or the volume root is reached.
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md2700 * [#1177](https://github.com/joyent/node/issues/1177) Remove node\_modules lookup optimization to b…
2707 ….com/joyent/node/issues/1196) Fix -e/--eval can't load module from node\_modules (Koichi Kobayashi)
2896 * node\_modules folders should be highest priority (isaacs)
2919 * Make the repl respect node\_modules folders (isaacs)
2951 * look for 'node\_modules' dir
3256 * require looks in node\_modules folders
DCHANGELOG_V10.md2519 …b.com/nodejs/node/commit/8f760c2476)] - **build**: touch tools/doc/node\_modules after run (Daniel…
2760 …ub.com/nodejs/node/commit/4520bb8a73)] - **build**: make tools/doc/node\_modules non-phony (Daniel…
3774 …//github.com/nodejs/node/commit/e06c5874f6)] - **doc**: add global node\_modules to require.resolv…
DCHANGELOG_V18.md732 …om/nodejs/node/commit/a98addb626)] - **tools**: skip ruff on tools/node\_modules (Moshe Atlow) [#4…
4607 …/93c4dc5e5a)] - **module**: ensure 'node:'-only modules can access node\_modules (Colin Ihrig) [#4…
DCHANGELOG_V7.md127 …github.com/nodejs/node/commit/d154aafe18)] - **deps**: remove \*\*/node\_modules/form-data/README.…
DCHANGELOG_IOJS.md1053 …ther than just resolving paths, so you can now pre-load modules in node\_modules. (Ali Ijaz Sheikh…
DCHANGELOG_V9.md1122 …e/commit/4bc4d004b1)] - **tools**: move eslint from tools to tools/node\_modules (Michaël Zasso) […
DCHANGELOG_V6.md1302 …odejs/node/commit/8f4214836e)] - **src**: use a std::vector for preload\_modules (Sam Roberts) [#1…
4037 …tps://github.com/nodejs/node/commit/ccbb46378f)] - **module**: fix node\_modules search path in ed…
DCHANGELOG_V8.md4877 …odejs/node/commit/cecdf7c118)] - **src**: use a std::vector for preload\_modules (Sam Roberts) [#1…
DCHANGELOG_V12.md5374 …s://github.com/nodejs/node/commit/bf76823a47)] - **tools**: ignore node\_modules when linting (Rub…