Home
last modified time | relevance | path

Searched refs:Yes (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/autotest/client/site_tests/security_SandboxedServices/
Dbaseline15 # pidns: Whether the process runs in a unique pid namespace (Yes|No).
17 # pivot_root(2) (Yes|No).
18 # caps: Whether the process runs with restricted capabilities (Yes|No).
20 # filter: Whether the process runs with a seccomp filter (Yes|No).
23 # is to say, a "No" setting means the check is skipped, while a "Yes" setting
35 rsyslogd,syslog,syslog,No,Yes,Yes,No,No
36 systemd-journal,syslog,syslog,No,Yes,Yes,No,No
37 dbus-daemon,messagebus,messagebus,No,No,Yes,No,No
38 wpa_supplicant,wpa,wpa,No,No,Yes,Yes,No
39 shill,shill,shill,No,No,Yes,Yes,No
[all …]
Dbaseline.cheza6 rmtfs,root,root,Yes,Yes,Yes,Yes,No
/external/flatbuffers/docs/source/
DSupport.md23 … all basic features | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes
24 …arsing | Yes | No | No | No | No | No | No | Ye…
25 Simple mutation | Yes | Yes | Yes | Yes | No | No | No …
26 Reflection | Yes | No | No | No | No | No | No …
27 Buffer verifier | Yes | No | No | No | No | No | No …
28 …sic | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes
29 …zz | Yes | No | No | Yes | Yes | No | No | No …
31 …ws | VS2010 | Yes | Yes | ? | ? | ? | Yes | VS2010 | ?…
32 … | GCC282 | Yes | ? | Yes | Yes | ? | Yes | Yes | ?…
33 … | Xcode4 | ? | ? | ? | Yes | ? | Yes | Yes | ? | Yes |…
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
DScript_Metadata.csv4 2,Latin,Latn,1.1,"1,340",L,4C,Italy,1,English,en,Recommended,no,no,min,no,Yes
5 3,Han,Hani,1.1,"75,963",字,5B57,China,3,Chinese,zh,Recommended,no,Yes,no,Yes,no
6 4,Cyrillic,Cyrl,1.1,431,Я,42F,Bulgaria,1,Russian,ru,Recommended,no,no,min,no,Yes
7 5,Hiragana,Hira,1.1,91,か,304B,Japan,2,Japanese,ja,Recommended,no,Yes,no,no,no
8 6,Katakana,Kana,1.1,300,カ,30AB,Japan,2,Japanese,ja,Recommended,no,Yes,no,no,no
9 7,Thai,Thai,1.1,86,ท,E17,Thailand,1,Thai,th,Recommended,no,Yes,min,no,no
10 8,Arabic,Arab,1.1,"1,245",ب,628,Saudi Arabia,1,Arabic,ar,Recommended,Yes,no,Yes,no,no
11 9,Hangul,Hang,1.1,"11,739",가,AC00,Republic of Korea,3,Korean,ko,Recommended,no,no,min,Yes,no
12 10,Devanagari,Deva,1.1,152,अ,905,India,1,Hindi,hi,Recommended,no,no,Yes,no,no
13 11,Greek,Grek,1.1,515,Ω,3A9,Greece,1,Greek,el,Recommended,no,no,no,no,Yes
[all …]
/external/tensorflow/tensorflow/python/autograph/
DLIMITATIONS.md13 If statement | Yes | | Converts to `tf.cond`. If variabl…
14 For statement | Yes | | We will specialize `for` loops wi…
15 While statement | Yes | | Converts to `tf.while_loop`. Crea…
16 Continue and break | Yes | | Converts to boolean flags and ext…
17 Composition of control flow | Yes | | Arbitrary composition of `if`, `w…
18 Iterators | Some | Yes | Not all iterators supported, but …
19 Multiple return values | Yes | | We desugar them into variables, b…
20 Print expression | Yes | | Wrapped in `PyFunc`, and given pr…
21 Static function calls | Yes | | Non-recursive function calls
22 Nested call trees | Yes | | For example, `f` calls `g` which …
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test115 MFUN32-NEXT IsStatement: Yes
120 MFUN32-NEXT IsStatement: Yes
125 MFUN32-NEXT IsStatement: Yes
138 MFUN32-NEXT IsStatement: Yes
143 MFUN32-NEXT IsStatement: Yes
148 MFUN32-NEXT IsStatement: Yes
161 MFUN32-NEXT IsStatement: Yes
166 MFUN32-NEXT IsStatement: Yes
171 MFUN32-NEXT IsStatement: Yes
176 MFUN32-NEXT IsStatement: Yes
[all …]
/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test115 MFUN32-NEXT IsStatement: Yes
120 MFUN32-NEXT IsStatement: Yes
125 MFUN32-NEXT IsStatement: Yes
138 MFUN32-NEXT IsStatement: Yes
143 MFUN32-NEXT IsStatement: Yes
148 MFUN32-NEXT IsStatement: Yes
161 MFUN32-NEXT IsStatement: Yes
166 MFUN32-NEXT IsStatement: Yes
171 MFUN32-NEXT IsStatement: Yes
176 MFUN32-NEXT IsStatement: Yes
[all …]
/external/clang/test/Modules/
Dmodule_file_info.m14 // CHECK: C99: Yes
15 // CHECK: Objective-C 1: Yes
16 // CHECK: modules extension to C: Yes
26 // CHECK: IgnoreWarnings: Yes
32 // CHECK: Use builtin include directories [-nobuiltininc]: Yes
34 // CHECK: Use standard C++ include directories [-nostdinc++]: Yes
38 // CHECK: Uses compiler/target-specific predefines [-undef]: Yes
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox37 <td>Yes</td>
47 <td>Yes</td>
49 <td>Yes</td>
61 <td>Yes</td>
71 <td>Yes</td>
73 <td>Yes</td>
83 <td>Yes</td>
85 <td>Yes</td>
97 <td>Yes</td>
109 <td>Yes</td>
[all …]
/external/catch2/include/internal/
Dcatch_matchers_string.h71 …tcher Equals( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes );
72 …her Contains( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes );
73 …her EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes );
74 …r StartsWith( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes );
75 …er Matches( std::string const& regex, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes );
Dcatch_console_colour.cpp113 colourMode = UseColour::Yes; in platformColourInstance()
114 return colourMode == UseColour::Yes in platformColourInstance()
188 ? UseColour::Yes in platformColourInstance()
190 return colourMode == UseColour::Yes in platformColourInstance()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist.h103 typedef char Yes[1];
108 static Yes &test(U *I, decltype(I->getNext(&make<NodeT>())) * = 0);
112 static const bool value = sizeof(test<TraitsT>(nullptr)) == sizeof(Yes);
118 typedef char Yes[1];
122 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
126 static const bool value = sizeof(test<TraitsT>(nullptr)) == sizeof(Yes);
133 typedef char Yes[1];
138 static Yes &test(U *I, decltype(I->createNode(make<NodeT>())) * = 0);
142 static const bool value = sizeof(test<TraitsT>(nullptr)) == sizeof(Yes);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist.h113 typedef char Yes[1];
118 static Yes &test(U *I, decltype(I->getNext(&make<NodeT>())) * = 0);
122 static const bool value = sizeof(test<TraitsT>(nullptr)) == sizeof(Yes);
128 typedef char Yes[1];
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
136 static const bool value = sizeof(test<TraitsT>(nullptr)) == sizeof(Yes);
143 typedef char Yes[1];
148 static Yes &test(U *I, decltype(I->createNode(make<NodeT>())) * = 0);
152 static const bool value = sizeof(test<TraitsT>(nullptr)) == sizeof(Yes);
/external/u-boot/doc/
DREADME.fsl-ddr34 |None | Yes | Yes | Yes | Yes | Yes |
36 |Cacheline | Yes | Yes | No | No, Only(*)| Yes |
39 |Page | Yes | Yes | No | No, Only(*)| Yes |
42 |Bank | Yes | Yes | No | No, Only(*)| Yes |
45 |Superbank | No | Yes | No | No, Only(*)| Yes |
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend170 VALUE Ascend-FR-Direct FR-Direct-Yes 1
180 VALUE Ascend-FT1-Caller FT1-Yes 1
187 VALUE Ascend-Route-IPX Route-IPX-Yes 1
189 VALUE Ascend-Bridge Bridge-Yes 1
205 VALUE Ascend-Callback Callback-Yes 1
207 VALUE Ascend-Expect-Callback Expect-Callback-Yes 1
255 VALUE Ascend-Force-56 Force-56-Yes 1
263 VALUE Ascend-Token-Immediate Tok-Imm-Yes 1
276 VALUE Ascend-Multicast-Client Multicast-Yes 1
283 VALUE Ascend-DHCP-Reply DHCP-Reply-Yes 1
[all …]
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.rc35 PUSHBUTTON "&Yes", IDYES, bx3, by2, bxs, bys
36 PUSHBUTTON "Yes to &All", IDB_YES_TO_ALL, bx2, by2, bxs, bys
77 PUSHBUTTON "&Yes", IDYES, bx3, by2, bxs, bys
78 PUSHBUTTON "Yes to &All", IDB_YES_TO_ALL, bx2, by2, bxs, bys
/external/elfutils/tests/
Drun-readelf-A.sh51 ARM_ISA_use: Yes
59 ABI_align8_needed: Yes
60 ABI_align8_preserved: Yes, except leaf SP
/external/libxml2/result/noent/
Ddtd12.sax24 SAX.entityDecl(YN, 1, (null), (null), "Yes")
13 SAX.characters("Yes", 5)
Dbigentname.xml.sax24 …34567890123456789012345678901234567890123456789_end_of_very_big_ent_name, 1, (null), (null), "Yes")
13 SAX.characters("Yes", 5)
/external/libxml2/result/
Ddtd12.sax4 SAX.entityDecl(YN, 1, (null), (null), "Yes")
13 SAX.characters("Yes", 5)
Dbigentname.xml.sax4 …34567890123456789012345678901234567890123456789_end_of_very_big_ent_name, 1, (null), (null), "Yes")
13 SAX.characters("Yes", 5)
Ddtd12.sax24 SAX.entityDecl(YN, 1, (null), (null), "Yes")
13 SAX.characters("Yes", 5)
Dbigentname.xml.sax24 …34567890123456789012345678901234567890123456789_end_of_very_big_ent_name, 1, (null), (null), "Yes")
13 SAX.characters("Yes", 5)
/external/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh281 select ok in Yes No
290 Yes) break
/external/tensorflow/tensorflow/lite/models/testdata/
Dsmartreply_samples.tsv6 cool, let me know when you have time Cool Yes very cool Yeah, cool
27 lunch? Yes coming
39 tomorrow would be ideal. Yes it would

12345678910>>...17