/third_party/python/Lib/test/test_importlib/ |
D | test_api.py | 222 reloaded = self.init.reload(module) 225 self.assertEqual(reloaded.spam, 3) 232 reloaded = self.init.reload(types) 234 self.assertIs(reloaded, types) 236 self.assertEqual(reloaded.__loader__.path, loader.path) 243 reloaded = self.init.reload(types) 245 self.assertIsNot(reloaded.__loader__, None) 246 self.assertIs(reloaded, types) 288 reloaded = self.init.reload(module) 289 ns = vars(reloaded).copy() [all …]
|
D | test_spec.py | 345 reloaded = self.bootstrap._exec(self.spec, loaded) 349 self.assertIs(reloaded, loaded) 357 reloaded = self.bootstrap._exec(self.spec, loaded) 360 self.assertIs(reloaded, loaded) 367 reloaded = self.bootstrap._exec(self.spec, loaded) 370 self.assertIs(reloaded, loaded) 396 reloaded = self.bootstrap._exec(self.spec, loaded) 400 self.assertIs(reloaded, loaded)
|
/third_party/typescript/src/server/ |
D | scriptInfo.ts | 126 const reloaded = this.reload(newText); constant 129 return reloaded;
|
/third_party/iptables/ |
D | iptables-config | 45 # Space separated list of sysctl items which are to be reloaded on start.
|
/third_party/python/Doc/library/ |
D | imp.rst | 160 When a module is reloaded, its dictionary (containing the module's global 176 more than once, and may fail in arbitrary ways when reloaded. 190 being reloaded instead of just ``__name__``.
|
D | importlib.rst | 177 When a module is reloaded, its dictionary (containing the module's global 195 when reloaded. 210 :exc:`ModuleNotFoundError` is raised when the module being reloaded lacks 407 when a module is imported or reloaded. The module should already 423 module should be used and reloaded. 433 reloaded):
|
/third_party/libinput/doc/user/ |
D | touchpad-jitter.rst | 89 :ref:`reload the hwdb <hwdb_reloading>`. Once reloaded, :ref:`libinput-record`
|
/third_party/node/deps/v8/src/objects/ |
D | js-objects.tq | 160 // The "next" method is loaded during GetIterator, and is not reloaded for
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_display_color_table.txt | 189 WGL_OK is returned if the table is successfully reloaded. [Return 216 application are calculated whenever a table is created or reloaded with
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_display_color_table.txt | 189 WGL_OK is returned if the table is successfully reloaded. [Return 216 application are calculated whenever a table is created or reloaded with
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b4.rst | 128 warnings module is reloaded (thing usually only done in unit tests).
|
D | 3.5.0a3.rst | 468 Modules bz2, tarfile and tokenize now can be reloaded with imp.reload().
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.1.rst | 122 - panfrost: Always write reloaded tiles when making CRC data valid
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 30 <para>Changes to configuration file can be reloaded be sending
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 26 <para>Changes to configuration file can be reloaded be sending
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_spill.cpp | 1675 bool reloaded = ctx.is_reloaded[vec[i]] || ctx.is_reloaded[vec[j]]; in assign_spill_slots() local 1676 ctx.is_reloaded[vec[i]] = reloaded; in assign_spill_slots() 1677 ctx.is_reloaded[vec[j]] = reloaded; in assign_spill_slots()
|
/third_party/python/Doc/c-api/ |
D | import.rst | 94 Reload a module. Return a new reference to the reloaded module, or ``NULL`` with
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_ngg.c | 1038 nir_ssa_def *reloaded = nir_load_var(b, saved->var); in save_reusable_variables() local 1039 nir_ssa_def_rewrite_uses_after(ssa, reloaded, reloaded->parent_instr); in save_reusable_variables()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_get_program_binary.txt | 54 program binary can be reloaded into the GL via ProgramBinaryOES. This is a
|
/third_party/openGLES/extensions/OES/ |
D | OES_get_program_binary.txt | 64 program binary can be reloaded into the GL via ProgramBinaryOES. This is a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_get_program_binary.txt | 65 offline compiler. The resulting program binary can be reloaded into the
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_get_program_binary.txt | 75 offline compiler. The resulting program binary can be reloaded into the
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 3394 reloaded
|
/third_party/ffmpeg/doc/ |
D | demuxers.texi | 331 Maximum number of times a insufficient list is attempted to be reloaded.
|
/third_party/jinja2/ |
D | CHANGES.rst | 600 - If unmarshalling of cached data fails the template will be reloaded
|