Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/python/Lib/test/support/
Dinterpreters.py22 def create(*, isolated=True): argument
24 id = _interpreters.create(isolated=isolated)
25 return Interpreter(id, isolated=isolated)
48 def __init__(self, id, *, isolated=None): argument
52 self._isolated = isolated
55 data = dict(id=int(self._id), isolated=self._isolated)
73 def isolated(self): member in Interpreter
Dscript_helper.py94 isolated = env_vars.pop('__isolated')
96 isolated = not env_vars and not env_required
98 if isolated:
/third_party/python/Python/
Dpreconfig.c136 COPY_ATTR(isolated); in precmdline_get_preconfig()
150 COPY_ATTR(isolated); in precmdline_set_preconfig()
169 COPY_ATTR(isolated); in _PyPreCmdline_SetConfig()
203 cmdline->isolated = 1; in precmdline_parse_cmdline()
240 if (cmdline->isolated < 0) { in _PyPreCmdline_Read()
241 cmdline->isolated = 0; in _PyPreCmdline_Read()
243 if (cmdline->isolated > 0) { in _PyPreCmdline_Read()
269 assert(cmdline->isolated >= 0); in _PyPreCmdline_Read()
287 config->isolated = -1; in _PyPreConfig_InitCompatConfig()
324 config->isolated = 0; in PyPreConfig_InitPythonConfig()
[all …]
Dpathconfig.c89 config->isolated = config2->isolated; in pathconfig_copy()
224 SET_ITEM_INT(isolated); in _PyPathConfig_AsDict()
409 if (pathconfig.isolated != -1) { in config_init_pathconfig()
410 config->isolated = pathconfig.isolated; in config_init_pathconfig()
Dinitconfig.c599 assert(config->isolated >= 0); in config_check_consistency()
701 config->isolated = -1; in _PyConfig_InitCompatConfig()
743 config->isolated = 0; in config_init_defaults()
780 config->isolated = 1; in PyConfig_InitIsolatedConfig()
889 COPY_ATTR(isolated); in _PyConfig_Copy()
994 SET_ITEM_INT(isolated); in _PyConfig_AsDict()
1267 GET_UINT(isolated); in _PyConfig_FromDict()
1408 COPY_FLAG(isolated, Py_IsolatedFlag); in config_get_global_vars()
1445 COPY_FLAG(isolated, Py_IsolatedFlag); in config_set_global_vars()
2262 preconfig->isolated = config->isolated; in _PyConfig_Write()
[all …]
/third_party/skia/site/docs/dev/testing/
Ddownload.md19 To download the isolated files for a test first visit
20 the build status page and find the "isolated output" link:
25 Follow that link to find the hash of the isolated outputs:
30 Then run `isolateserver.py` with --isolated set to that hash:
35 --isolated=5b85b7c382ee2a34530e33c7db20a07515ff9481 \
/third_party/node/test/fixtures/wpt/hr-time/resources/
Dclamped-time-origin.js1 const run_test = isolated => { argument
7 const resolution = isolated ? 5 : 100;
20 assert_equals(self.crossOriginIsolated, isolated,
Dtiming-attack.js1 function run_test(isolated) { argument
3 if (isolated) {
26 … assert_equals(self.crossOriginIsolated, isolated, "Document cross-origin isolated value matches");
/third_party/node/deps/v8/gni/
Dv8.cmx16 "isolated-cache-storage",
17 "isolated-persistent-storage",
18 "isolated-temp",
/third_party/python/Lib/test/
Dtest_interpreters.py205 self.assertFalse(main.isolated)
210 self.assertFalse(interp.isolated)
213 interp1 = interpreters.create(isolated=True)
214 interp2 = interpreters.create(isolated=False)
215 self.assertTrue(interp1.isolated)
216 self.assertFalse(interp2.isolated)
221 self.assertFalse(interp.isolated)
224 interp1 = interpreters.Interpreter(1, isolated=True)
225 interp2 = interpreters.Interpreter(1, isolated=False)
226 self.assertTrue(interp1.isolated)
[all …]
D_test_embed_set_config.py172 self.set_config(user_site_directory=0, isolated=0)
174 self.set_config(user_site_directory=1, isolated=0)
187 self.set_config(use_environment=0, isolated=0)
189 self.set_config(use_environment=1, isolated=0)
/third_party/python/Include/internal/
Dpycore_pathconfig.h26 int isolated; member
36 .isolated = -1, \
Dpycore_initconfig.h102 int isolated; /* -I option */ member
111 .isolated = -1, \
/third_party/python/Doc/c-api/
Dinit_config.rst22 * The :ref:`Isolated Configuration <init-isolated-conf>` can be used to embed
39 Example of customized Python always running in isolated mode::
47 config.isolated = 1;
50 Implicitly preinitialize Python (in isolated mode). */
223 <init-isolated-conf>`.
264 Default: ``1`` in Python config, ``0`` in isolated config.
275 Default: ``-1`` in Python config, ``0`` in isolated config.
281 Default: ``-1`` in Python config, ``0`` in isolated config.
288 Default: ``-1`` in Python mode, ``0`` in isolated mode.
290 .. c:member:: int isolated
[all …]
/third_party/pcre2/pcre2/testdata/
Dtestoutput14-1622 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
26 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
30 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
Dgrepoutput827 UTF-8 error: isolated byte with 0x80 bit set at offset 4
/third_party/python/Programs/
D_testembed.c771 config.isolated = 1; in test_init_isolated_flag()
789 preconfig.isolated = 1; in test_preinit_isolated1()
815 preconfig.isolated = 0; in test_preinit_isolated2()
827 config.isolated = 1; in test_preinit_isolated2()
844 preconfig.isolated = 0; in test_preinit_dont_parse_argv()
862 config.isolated = 0; in test_preinit_dont_parse_argv()
939 assert(rt_preconfig->isolated == 1); in check_preinit_isolated_config()
950 assert(rt_preconfig->isolated == 1); in check_preinit_isolated_config()
1284 config.isolated = 0; in run_audit_run_test()
1784 config.isolated = 1; in test_repeated_init_and_inittab()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java82 int isolated = UTF16.charAt(record.getDecomposition(), 0); in buildArabicContextualForms() local
86 initClassTable.addMapping(isolated, contextual); in buildArabicContextualForms()
90 mediClassTable.addMapping(isolated, contextual); in buildArabicContextualForms()
94 finaClassTable.addMapping(isolated, contextual); in buildArabicContextualForms()
98 isolClassTable.addMapping(isolated, contextual); in buildArabicContextualForms()
/third_party/python/Include/cpython/
Dinitconfig.h59 int isolated; member
137 int isolated; member
/third_party/skia/src/ports/
DSkFontMgr_android.cpp501 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily() argument
513 sk_make_sp<SkFontStyleSet_Android>(family, fScanner, isolated); in addFamily()
523 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) { in buildNameToFamilyMap() argument
526 addFamily(*family, isolated, familyIndex++); in buildNameToFamilyMap()
528 addFamily(*fallbackFamily, isolated, familyIndex++); in buildNameToFamilyMap()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DREADME.md29 * `--isolated-outdir` specifies a test artifacts directory
32 `--isolated-script-test-output` and `--isolated-script-perf-test-output` mirror `--results-file`
/third_party/skia/build/fuchsia/skqp/
Dskqp.cmx12 "isolated-temp"
/third_party/node/deps/v8/tools/
DBUILD.gn52 # num-fuzzer on all existing isolated V8 test suites.
/third_party/glslang/Test/
D420.tese71 … { {3, {4.0, 0, 0.0}, {0.0, 4.0, 0.0 } }, // ERROR, the mat2x3 isn't isolated
/third_party/musl/porting/linux/user/ldso/
DREADME.md5 Shared libraries can be isolated in different namespaces so that libraries with same library name …

123456