| /external/cpuinfo/src/x86/cache/ |
| D | descriptor.c | 38 * "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries" in cpuinfo_x86_decode_cache_descriptor() 40 * "Instruction TLB: 4-KB Pages, 4-way set associative, 32 entries" in cpuinfo_x86_decode_cache_descriptor() 64 * "Data TLB: 4 KByte pages, 4-way set associative, 64 entries" in cpuinfo_x86_decode_cache_descriptor() 66 * "Data TLB: 4-KB Pages, 4-way set associative, 64 entries" in cpuinfo_x86_decode_cache_descriptor() 77 * "Data TLB: 4 MByte pages, 4-way set associative, 8 entries" in cpuinfo_x86_decode_cache_descriptor() 79 * "Data TLB: 4-MB Pages, 4-way set associative, 8 entries" in cpuinfo_x86_decode_cache_descriptor() 90 * "Data TLB1: 4 MByte pages, 4-way set associative, 32 entries" in cpuinfo_x86_decode_cache_descriptor() 92 * "Data TLB: 4-MB Pages, 4-way set associative, 32 entries" in cpuinfo_x86_decode_cache_descriptor() 103 * "1st-level instruction cache: 8 KBytes, 4-way set associative, 32 byte line size" in cpuinfo_x86_decode_cache_descriptor() 105 * "1st-level instruction cache: 8-KB, 4-way set associative, 32-byte line size" in cpuinfo_x86_decode_cache_descriptor() [all …]
|
| /external/vboot_reference/tests/futility/ |
| D | test_sign_kernel.sh | 28 # pack it up the old way 41 # verify the old way 46 # pack it up the new way 69 # repack it the old way 80 # verify the old way 85 # repack it the new way 106 # repack it the new way, in-place 128 # pack the old way 146 # pack the new way 166 # now repack the old way, again emitting just the vblock [all …]
|
| D | test_sign_keyblocks.sh | 18 # Create a copy of an existing keyblock, using the old way 32 # Now create it the new way 45 # old way 50 # new way 61 # old way 72 # new way 84 # old way 96 # new way
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | apigee_v1.organizations.environments.targetservers.html | 118 "clientAuthEnabled": True or False, # Optional. Enables two-way TLS. 123 …quot;: True or False, # Required. Enables TLS. If false, neither one-way nor two-way TLS will be e… 124 …way TLS. When used with a target endpoint/target server, if the backend system uses SNI and return… 154 "clientAuthEnabled": True or False, # Optional. Enables two-way TLS. 159 …quot;: True or False, # Required. Enables TLS. If false, neither one-way nor two-way TLS will be e… 160 …way TLS. When used with a target endpoint/target server, if the backend system uses SNI and return… 196 "clientAuthEnabled": True or False, # Optional. Enables two-way TLS. 201 …quot;: True or False, # Required. Enables TLS. If false, neither one-way nor two-way TLS will be e… 202 …way TLS. When used with a target endpoint/target server, if the backend system uses SNI and return… 238 "clientAuthEnabled": True or False, # Optional. Enables two-way TLS. [all …]
|
| /external/arm-trusted-firmware/lib/aarch64/ |
| D | cache_helpers.S | 67 * Data cache operations by set/way to the level specified 111 ubfx x4, x1, #3, #10 // maximum way number 112 clz w5, w4 // bit position of way size increment 113 lsl w9, w4, w5 // w9 = aligned max way number 114 lsl w16, w8, w5 // w16 = way number loop decrement 115 orr w9, w10, w9 // w9 = combine way and cache number 129 orr w11, w9, w7 // combine cache, way and set number 134 subs x9, x9, x16 // decrement way number 167 * Helper macro for data cache operations by set/way for the 179 * Data cache operations by set/way for level 1 cache [all …]
|
| /external/arm-trusted-firmware/lib/aarch32/ |
| D | cache_helpers.S | 68 * Data cache operations by set/way to the level specified 108 ubfx r4, r12, #3, #10 // r4 = maximum way number (right aligned) 109 clz r5, r4 // r5 = the bit position of the way size increment 110 mov r9, r4 // r9 working copy of the aligned max way number 116 orr r0, r1, r9, LSL r5 // factor in the way number and cache level into r0 122 subs r9, r9, #1 // decrement the way number 149 * Data cache operations by set/way till PoU. 161 * Data cache operations by set/way till PoC. 174 * Helper macro for data cache operations by set/way for the 186 * Data cache operations by set/way for level 1 cache [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
| D | ChiSquareTest.java | 128 * array, viewed as a two-way table. 130 * The rows of the 2-way table are 139 * <li>The 2-way table represented by <code>counts</code> must have at 146 * @param counts array representation of 2-way table 159 * array, viewed as a two-way table. 161 * The rows of the 2-way table are 169 * <li>The 2-way table represented by <code>counts</code> must have at least 2 columns and 176 * @param counts array representation of 2-way table 187 … * represented by the counts in the columns of the input 2-way table are independent of the rows, 191 * The rows of the 2-way table are [all …]
|
| /external/cronet/third_party/libxml/src/include/libxml/ |
| D | HTMLtree.h | 4 * tree in an HTML specific way. 30 * the same way as a text node in an XML document. 37 * the same way as an entity reference in an XML document. 44 * the same way as a comment in an XML document. 51 * the same way as a CDATA section in an XML document. 58 * the same way as a processing instruction in an XML document.
|
| /external/libxml2/include/libxml/ |
| D | HTMLtree.h | 4 * tree in an HTML specific way. 30 * the same way as a text node in an XML document. 37 * the same way as an entity reference in an XML document. 44 * the same way as a comment in an XML document. 51 * the same way as a CDATA section in an XML document. 58 * the same way as a processing instruction in an XML document.
|
| /external/gfxstream-protocols/registry/vulkan/scripts/spec_tools/ |
| D | base_printer.py | 34 """Base class for a way of outputting results of a checker execution.""" 142 """Output some text in a general way. 151 """Format a message context in a verbose way, if applicable. 159 """Format a message context in a brief way. 167 """Format a message type in a brief way. 174 """Format an entity in a brief way. 181 """Format any object in a brief way.
|
| /external/cpuinfo/src/arm/ |
| D | tlb.c | 12 * The main TLB is 128-entry two-way set-associative. 22 * Misses from the micro TLBs are handled by a unified main TLB. This is a 256-entry 2-way 45 * - A 2-way associative structure of 2x32, 2x64, 2x128 or 2x256 entries. 65 …es from the L1 instruction and data TLBs are handled by a unified L2 TLB. This is a 512-entry 4-way 83 …* 4-way set-associative structure. The main TLB supports all the VMSAv7 page sizes of 4K, 64K, … 95 …* A unified main TLB handles misses from the micro TLBs. It has a 512-entry, 2-way, set-associ… 107 …* A unified main TLB handles misses from the micro TLBs. This is a 512-entry, 4-way, set-associ… 124 …s from the L1 instruction and data TLBs are handled by a unified L2 TLB. This is a 1024-entry 4-way
|
| D | cache.c | 101 * - Data cache is 4-way set-associative. in cpuinfo_arm_decode_cache() 102 * - Instruction cache is 2-way set-associative. in cpuinfo_arm_decode_cache() 150 * Follow NXP specification: "Eight-way set-associative 512 kB L2 cache with 32B line size" in cpuinfo_arm_decode_cache() 166 * - 2-way set-associative instruction cache. in cpuinfo_arm_decode_cache() 170 * - 4-way set-associative data cache. in cpuinfo_arm_decode_cache() 177 * - 8-way set-associative cache structure in cpuinfo_arm_decode_cache() 229 * - 4-way set associative cache structure in cpuinfo_arm_decode_cache() 235 * - 8-way set associative cache structure in cpuinfo_arm_decode_cache() 278 * - Both caches are 4-way set-associative. in cpuinfo_arm_decode_cache() 317 /* OMAP4460 in Pandaboard ES has 16-way set-associative L2 cache */ in cpuinfo_arm_decode_cache() [all …]
|
| /external/replicaisland/res/values/ |
| D | kyle.xml | 15 Tell you what, grease ball. You stay out of my way and I might not send your shiny green posterior… 31 …tumble about for a while longer before I reduce you to your principal elements. More fun that way. 51 Stay out of my way. If I see you again I swear I am going to turn you inside out and set fire to y… 55 …okudou takes all the risk and Kabocha just rides on his coattails, all the way to The Source? You… 59 … to have to come down here and get it himself. No stupid little robot is going to stand in my way. 67 … obsessed with this delusional idea that Rokudou Corp. somehow snubbed him way back in the day. I… 71 Don’t get too comfortable, though. I meant what I said before: you get in our way and I’ll take yo… 80 Anyway, tell you what. You stay out of my way and I’ll try to keep my cool, alright? You make me … 102 … it’s not. We can see it on the GPR but we’ve been looking all over for a way in. Some old noteb…
|
| /external/libxml2/os400/libxmlrpg/ |
| D | HTMLtree.rpgle | 3 * tree in an HTML specific way. 23 * the same way as a text node in an XML document. 30 * the same way as an entity reference in an XML document. 38 * the same way as a comment in an XML document. 46 * the same way as a CDATA section in an XML document. 54 * the same way as a processing instruction in an XML document.
|
| /external/cronet/buildtools/third_party/libc++/trunk/docs/Status/ |
| D | SpaceshipProjects.csv | 5 | `[expos.only.func] <https://wg21.link/expos.only.func>`_,"| `synth-three-way <https://reviews.llv… 6 | `synth-three-way-result <https://reviews.llvm.org/D107721>`_",[cmp.concept],Kent Ross,|Complete| 7 | `[comparisons.three.way] <https://wg21.link/comparisons.three.way>`_,| `compare_three_way <https:… 14 …g.three.way] <https://wg21.link/alg.three.way>`_,| `lexicographical_compare_three_way <https://rev… 16 … `coroutine_handle <https://reviews.llvm.org/D109433>`_,[comparisons.three.way],Chuanqi Xu,|Comple… 18 …,| `error_category <https://reviews.llvm.org/D131363>`_,[comparisons.three.way],Adrian Vogelsgesan… 29 …l>`_,| `unique_ptr <https://reviews.llvm.org/D130838>`_,[comparisons.three.way],Adrian Vogelsgesan… 30 …p>`_,| `shared_ptr <https://reviews.llvm.org/D130852>`_,[comparisons.three.way],Adrian Vogelsgesan… 35 …cmp>`_,| `basic_stacktrace <https://reviews.llvm.org/D123228>`_,[alg.three.way],Nikolas Klauser,|I…
|
| /external/ipsec-tools/ |
| D | NOTICE | 24 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 53 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 82 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 111 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 139 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 168 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 198 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 227 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 260 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 289 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY [all …]
|
| /external/ipsec-tools/src/racoon/ |
| D | NOTICE | 24 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 53 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 82 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 111 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 139 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 168 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 198 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 227 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 260 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 289 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY [all …]
|
| /external/openthread/third_party/mbedtls/repo/doxygen/input/ |
| D | doc_hashing.h | 27 * The Message Digest (MD) or Hashing module provides one-way hashing 37 * - MD2, MD4, MD5 128-bit one-way hash functions by Ron Rivest. 38 * - SHA-1, SHA-256, SHA-384/512 160-bit or more one-way hash functions by 41 * This module provides one-way hashing which can be used for authentication.
|
| /external/mbedtls/doxygen/input/ |
| D | doc_hashing.h | 27 * The Message Digest (MD) or Hashing module provides one-way hashing 37 * - MD5 128-bit one-way hash function by Ron Rivest. 38 * - SHA-1, SHA-256, SHA-384/512 160-bit or more one-way hash functions by 41 * This module provides one-way hashing which can be used for authentication.
|
| /external/python/cpython2/Lib/idlelib/idle_test/ |
| D | test_formatparagraph.py | 255 " The second line's length is way over the max width. It goes " 257 " Same thing with the third line. It is also way over the max " 262 "# The second line's length is way over the max width. It goes on " 264 "# Same thing with the third line. It is also way over the max " 324 " The second line's length is way over the max width. It goes on and\n" 326 " line. It is also way over the max width, but FormatParagraph will\n" 340 "# way over the max width. It goes on and on until it is over 100\n" 341 "# characters long. Same thing with the third line. It is also way over\n" 354 "# The second line's length is way over the max width. It goes on and\n" 368 ##"# Same thing with the third line. It is also way over the max width,\n"
|
| /external/clang/docs/analyzer/ |
| D | nullability.rst | 27 …way the cast only suppress the first call but not the second. For this reason in the first impleme… 47 - We can either take the branch; this way the branch is analyzed 78 …pointing to pointers would make the checker more complicated, because this way a vector of nullabi… 89 - On a branch, where a nullable pointer is known to be non null, the checker treat it as a same way… 91 - Unannotated pointers are treated the same way as pointers annotated with nullability unspecified …
|
| /external/llvm/docs/tutorial/ |
| D | OCamlLangImpl8.rst | 44 way is to require the user to specify types for every variable 63 add the routines to a runtime, instead of inlining them all the way. 74 straightforward. The best way to understand it is to compile some 112 just get these out of the way right now, shall we? 118 in Kaleidoscope will work the same way on any target that it runs on. 135 "unfortunately", because there is really no way to make (fully general) 154 problems like this, it cannot be solved in full generality in a way that 196 this writing, there is no way to distinguish in the LLVM IR whether an 251 `clever way to use the getelementptr 253 that allows you to compute this in a portable way.
|
| /external/fsck_msdos/ |
| D | NOTICE | 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 51 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 81 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 110 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 138 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 173 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 201 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 232 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 259 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 286 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
| /external/curl/docs/ |
| D | TheArtOfHttpScripting.md | 161 exactly the way it would do for a GET, but without a body. It means that you 210 Forms are the general way a website can present an HTML page with fields for 242 Most search engines work this way. 257 The HTTP protocol then offers the POST method. This way the client sends the 293 Back in late 1995 they defined an additional way to post data over HTTP. It 316 A common way for HTML based applications to pass state information between 341 the way your browser does. 343 An easy way to get to see this, is to save the HTML page with the form on 354 Perhaps the best way to upload data to an HTTP server is to use PUT. Then 423 this is a stupid way to check something so easily forged, many scripts still [all …]
|
| /external/curl/docs/libcurl/ |
| D | libcurl-thread.3 | 48 engine is used by libcurl in a way that is fully thread-safe. 63 The engine is used by libcurl in a way that is fully thread-safe. 65 The engine is used by libcurl in a way that is fully thread-safe. 67 The engine is used by libcurl in a way that is fully thread-safe. 69 The engine is used by libcurl in a way that is fully thread-safe.
|