/external/skqp/site/dev/testing/ |
D | download.md | 14 To download the isolated files for a test first visit 15 the build status page and find the "isolated output" link: 20 Follow that link to find the hash of the isolated outputs: 25 Then run `isolateserver.py` with --isolated set to that hash: 30 --isolated=5b85b7c382ee2a34530e33c7db20a07515ff9481 \
|
/external/skia/site/docs/dev/testing/ |
D | download.md | 19 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 \
|
/external/python/cpython3/Python/ |
D | preconfig.c | 138 COPY_ATTR(isolated); in precmdline_get_preconfig() 152 COPY_ATTR(isolated); in precmdline_set_preconfig() 171 COPY_ATTR(isolated); in _PyPreCmdline_SetConfig() 204 cmdline->isolated = 1; in precmdline_parse_cmdline() 241 if (cmdline->isolated < 0) { in _PyPreCmdline_Read() 242 cmdline->isolated = 0; in _PyPreCmdline_Read() 244 if (cmdline->isolated > 0) { in _PyPreCmdline_Read() 263 assert(cmdline->isolated >= 0); in _PyPreCmdline_Read() 280 config->isolated = -1; in _PyPreConfig_InitCompatConfig() 307 config->isolated = 0; in PyPreConfig_InitPythonConfig() [all …]
|
D | pathconfig.c | 89 config->isolated = config2->isolated; in pathconfig_copy() 335 if (pathconfig.isolated != -1) { in config_calculate_pathconfig() 336 config->isolated = pathconfig.isolated; in config_calculate_pathconfig()
|
/external/llvm/test/MC/AsmParser/ |
D | inline-comments.ll | 23 call void asm sideeffect "/*isolated c comment*/", "~{dirflag},~{fpsr},~{flags}"() #0 25 ;CHECK: #isolated c comment 36 call void asm sideeffect "//isolated line comment", "~{dirflag},~{fpsr},~{flags}"() #0 38 ;CHECK: #isolated line comment 40 call void asm sideeffect "#isolated line comment", "~{dirflag},~{fpsr},~{flags}"() #0 42 ;CHECK: #isolated line comment
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | inline-comments.ll | 23 call void asm sideeffect "/*isolated c comment*/", "~{dirflag},~{fpsr},~{flags}"() #0 25 ;CHECK: #isolated c comment 36 call void asm sideeffect "//isolated line comment", "~{dirflag},~{fpsr},~{flags}"() #0 38 ;CHECK: #isolated line comment 40 call void asm sideeffect "#isolated line comment", "~{dirflag},~{fpsr},~{flags}"() #0 42 ;CHECK: #isolated line comment
|
/external/libxml2/test/schematron/ |
D | zvon11.sct | 4 …<assert test="not(@aaa) or (@aaa and @bbb)">The element must not have an isolated aaa attribute</a… 5 …<assert test="not(@bbb) or (@aaa and @bbb)">The element must not have an isolated bbb attribute</a…
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | bridge_port_isolation.sh | 47 ip link set dev $swp1 type bridge_slave isolated on 49 ip link set dev $swp2 type bridge_slave isolated on 51 ip link set dev $swp3 type bridge_slave isolated off
|
/external/python/cpython3/Include/internal/ |
D | pycore_pathconfig.h | 26 int isolated; member 36 .isolated = -1, \
|
D | pycore_initconfig.h | 100 int isolated; /* -I option */ member 108 .isolated = -1, \
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | inline-comments-arm.ll | 11 call void asm sideeffect "#isolated preprocessor comment", "~{dirflag},~{fpsr},~{flags}"() #0 13 ;CHECK: @isolated preprocessor comment
|
/external/pcre/dist2/testdata/ |
D | testoutput14-16 | 22 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
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | activity.py | 98 def __init__(self, parent, isolated=True, function_name=None): argument 109 self.isolated = isolated 132 if self.parent is not None and not self.isolated: 192 if not self.isolated: 244 self.scope = Scope(parent_scope, isolated=True) 328 def _enter_scope(self, isolated, f_name=None): argument 329 self.scope = Scope(self.scope, isolated=isolated, function_name=f_name)
|
/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 92 isolated = env_vars.pop('__isolated') 94 isolated = not env_vars and not env_required 96 if isolated:
|
/external/skqp/src/ports/ |
D | SkFontMgr_android.cpp | 528 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily() argument 540 sk_make_sp<SkFontStyleSet_Android>(family, fScanner, isolated); in addFamily() 550 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) { in buildNameToFamilyMap() argument 553 addFamily(*family, isolated, familyIndex++); in buildNameToFamilyMap() 554 family->fallbackFamilies.foreach([this, isolated, &familyIndex] in buildNameToFamilyMap() 556 addFamily(*(*fallbackFamily).get(), isolated, familyIndex++); in buildNameToFamilyMap()
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 759 config.isolated = 1; in test_init_isolated_flag() 777 preconfig.isolated = 1; in test_preinit_isolated1() 803 preconfig.isolated = 0; in test_preinit_isolated2() 815 config.isolated = 1; in test_preinit_isolated2() 832 preconfig.isolated = 0; in test_preinit_dont_parse_argv() 850 config.isolated = 0; in test_preinit_dont_parse_argv() 927 assert(rt_preconfig->isolated == 1); in check_preinit_isolated_config() 938 assert(rt_preconfig->isolated == 1); in check_preinit_isolated_config() 1272 config.isolated = 0; in run_audit_run_test()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | CanonGSUBBuilder.java | 82 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()
|
/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 59 int isolated; member 136 int isolated; /* Isolated mode? see PyPreConfig.isolated */ member
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_ast_build.c | 326 isl_set_free(build->isolated); in isl_ast_build_free() 2244 __isl_keep isl_ast_build *build, int isolated) in isl_ast_build_get_loop_type() argument 2258 if (!isolated) in isl_ast_build_get_loop_type() 2284 isl_set *isolated; in isl_ast_build_extract_isolated() local 2290 if (build->isolated) in isl_ast_build_extract_isolated() 2297 isolated = isl_schedule_node_band_get_ast_isolate_option(build->node); in isl_ast_build_extract_isolated() 2298 isolated = isl_set_flatten(isolated); in isl_ast_build_extract_isolated() 2299 isolated = isl_set_preimage_multi_aff(isolated, in isl_ast_build_extract_isolated() 2302 build->isolated = isolated; in isl_ast_build_extract_isolated() 2303 if (!build->isolated) in isl_ast_build_extract_isolated() [all …]
|
/external/libxml2/result/schematron/ |
D | zvon11_2.err | 2 /AAA/BBB line 2: The element must not have an isolated aaa attribute
|
D | zvon11_1.err | 2 /AAA/BBB line 2: The element must not have an isolated bbb attribute
|
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/ |
D | isolate3.st | 1 # Check use of options specific to isolated part
|
D | isolate4.st | 1 # Check that generic options are not applied to isolated part
|
/external/angle/src/tests/test_utils/runner/ |
D | README.md | 29 * `--isolated-outdir` specifies a test artifacts directory 32 `--isolated-script-test-output` and `--isolated-script-perf-test-output` mirror `--results-file`
|
/external/skia/src/ports/ |
D | SkFontMgr_android.cpp | 513 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily() argument 525 sk_make_sp<SkFontStyleSet_Android>(family, fScanner, isolated); in addFamily() 535 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) { in buildNameToFamilyMap() argument 538 addFamily(*family, isolated, familyIndex++); in buildNameToFamilyMap() 540 addFamily(*fallbackFamily, isolated, familyIndex++); in buildNameToFamilyMap()
|