Searched refs:_modules (Results 1 – 24 of 24) sorted by relevance
/third_party/skia/modules/skparagraph/ |
D | skparagraph.gni | 12 _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/ |
D | skunicode.gni | 11 _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/ |
D | skshaper.gni | 11 _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__.py | 43 _modules = {} variable 73 _modules[name] = mod 90 elif result not in _modules: 94 mod = _modules[result]
|
/third_party/python/Lib/ |
D | pyclbr.py | 50 _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/ |
D | test_pyclbr.py | 236 self._modules = pyclbr._modules.copy() 239 pyclbr._modules = self._modules 251 assert module_name not in pyclbr._modules
|
D | test_dbm.py | 26 dbm._modules[name] = mod
|
/third_party/qrcodegen/python/ |
D | qrcodegen.py | 155 _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/ |
D | modules.rst | 1 .. _modules:
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_pathbrowser.py | 38 eq(pyclbr._modules, {})
|
D | test_browser.py | 37 eq(pyclbr._modules, {})
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | removal.md | 42 rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/npm*
|
/third_party/python/Lib/idlelib/ |
D | browser.py | 101 pyclbr._modules.clear()
|
/third_party/node/doc/api/ |
D | esm.md | 725 * 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**.
|
D | packages.md | 1226 until a node\_modules folder or the volume root is reached.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 2700 * [#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
|
D | CHANGELOG_V10.md | 2519 …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…
|
D | CHANGELOG_V18.md | 732 …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…
|
D | CHANGELOG_V7.md | 127 …github.com/nodejs/node/commit/d154aafe18)] - **deps**: remove \*\*/node\_modules/form-data/README.…
|
D | CHANGELOG_IOJS.md | 1053 …ther than just resolving paths, so you can now pre-load modules in node\_modules. (Ali Ijaz Sheikh…
|
D | CHANGELOG_V9.md | 1122 …e/commit/4bc4d004b1)] - **tools**: move eslint from tools to tools/node\_modules (Michaël Zasso) […
|
D | CHANGELOG_V6.md | 1302 …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…
|
D | CHANGELOG_V8.md | 4877 …odejs/node/commit/cecdf7c118)] - **src**: use a std::vector for preload\_modules (Sam Roberts) [#1…
|
D | CHANGELOG_V12.md | 5374 …s://github.com/nodejs/node/commit/bf76823a47)] - **tools**: ignore node\_modules when linting (Rub…
|