/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/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/v8/gypfiles/ |
D | isolate.gypi | 7 # to "build" .isolate files into a .isolated file. 34 # The generated .isolated file will be: 35 # <(PRODUCT_DIR)/foo_test.isolated 37 # See http://dev.chromium.org/developers/testing/isolated-testing/for-swes 52 '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated', 58 '--isolated', '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
|
/external/webrtc/webrtc/build/ |
D | isolate.gypi | 22 # to "build" .isolate files into a .isolated file. 50 # The generated .isolated file will be: 51 # <(PRODUCT_DIR)/foo_test.isolated 53 # See http://dev.chromium.org/developers/testing/isolated-testing/for-swes 72 '--isolated', '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated', 124 '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated.gen.json', 128 '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
|
/external/swiftshader/third_party/llvm-7.0/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/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/webrtc/talk/build/ |
D | isolate.gypi | 40 # to "build" .isolate files into a .isolated file. 68 # The generated .isolated file will be: 69 # <(PRODUCT_DIR)/foo_test.isolated 71 # See http://dev.chromium.org/developers/testing/isolated-testing/for-swes 90 '--isolated', '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated', 142 '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated.gen.json', 146 '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 199 | 51 …ive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0… 53 …:12kB active_file:7108kB inactive_file:10020kB unevictable:0kB isolated(anon):0kB isolated(file):0… 55 …:68kB active_file:7312kB inactive_file:19880kB unevictable:0kB isolated(anon):0kB isolated(file):0… 140 …ive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0… 142 …:12kB active_file:7108kB inactive_file:10020kB unevictable:0kB isolated(anon):0kB isolated(file):0… 144 …168kB active_file:7312kB inactive_file:19880kB unevictable:0kB isolated(anon):0kB isolated(file):0…
|
/external/syzkaller/docs/linux/ |
D | setup_linux-host_isolated.md | 1 # Setup: Linux isolated host 3 These are the instructions on how to fuzz the kernel on isolated machines. 7 This syzkaller configuration uses only ssh to launch and monitor an isolated 23 The isolated VM does not deploy kernel images so ensure the kernel on the target 40 The isolated configuration supports ssh keys as described in the generic 89 "type": "isolated",
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | activity.py | 62 def __init__(self, parent, isolated=True, add_unknown_symbols=False): argument 74 self.isolated = isolated 84 return not self.isolated and self.parent is not None 101 self.isolated = other.isolated 255 def _enter_scope(self, isolated): argument 256 self.scope = Scope(self.scope, isolated=isolated)
|
/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/pcre/dist2/testdata/ |
D | testoutput14-16 | 19 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2 23 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2 27 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
|
/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/swiftshader/third_party/llvm-7.0/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/skia/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/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/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/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/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/wayland-protocols/flinger_headers/ |
D | README | 3 put them under an isolated folder in external/wayland-protocols, because
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | dead-phi.ll | 10 ; These three instructions form an isolated cycle and can be deleted.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | dead-phi.ll | 10 ; These three instructions form an isolated cycle and can be deleted.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | dead-phi.ll | 10 ; These three instructions form an isolated cycle and can be deleted.
|
/external/v8/tools/ |
D | BUILD.gn | 52 # num-fuzzer on all existing isolated V8 test suites.
|