/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicInputMethodImpl.java | 302 private int committed = 0; field in IndicInputMethodImpl.ACIText 305 ACIText( char [] chArray, int offset, int length, int committed ) { in ACIText() argument 307 this.committed = committed; in ACIText() 372 return index >= committed ? committed : 0; in getRunStart() 376 return (index >= committed && in getRunStart() 377 attribute == TextAttribute.INPUT_METHOD_UNDERLINE) ? committed : 0; in getRunStart() 381 return (index >= committed && in getRunStart() 382 attributes.contains(TextAttribute.INPUT_METHOD_UNDERLINE)) ? committed : 0; in getRunStart() 386 return index < committed ? committed : text.length; in getRunLimit() 390 return (index < committed && in getRunLimit() [all …]
|
/external/jemalloc_new/test/include/test/ |
D | extent_hooks.h | 10 size_t size, bool committed, unsigned arena_ind); 12 size_t size, bool committed, unsigned arena_ind); 22 size_t size, size_t size_a, size_t size_b, bool committed, 25 size_t size_a, void *addr_b, size_t size_b, bool committed, 105 bool committed, unsigned arena_ind) { in extent_dalloc_hook() argument 109 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_dalloc_hook() 119 err = default_hooks->dalloc(default_hooks, addr, size, committed, 0); in extent_dalloc_hook() 126 bool committed, unsigned arena_ind) { in extent_destroy_hook() argument 128 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_destroy_hook() 138 default_hooks->destroy(default_hooks, addr, size, committed, 0); in extent_destroy_hook() [all …]
|
/external/jemalloc/src/ |
D | chunk.c | 23 static bool chunk_dalloc_default(void *chunk, size_t size, bool committed, 32 size_t size_b, bool committed, unsigned arena_ind); 34 size_t size_b, bool committed, unsigned arena_ind); 55 bool zeroed, bool committed); 209 bool zeroed, committed; in chunk_recycle() local 251 committed = extent_node_committed_get(node); in chunk_recycle() 252 if (committed) in chunk_recycle() 282 zeroed, committed); in chunk_recycle() 292 + trailsize, *sn, zeroed, committed); in chunk_recycle() 297 trailsize, *sn, zeroed, committed); in chunk_recycle() [all …]
|
/external/jemalloc/test/integration/ |
D | chunk.c | 41 chunk_dalloc(void *chunk, size_t size, bool committed, unsigned arena_ind) in chunk_dalloc() argument 45 __func__, chunk, size, committed ? "true" : "false", arena_ind); in chunk_dalloc() 49 return (old_hooks.dalloc(chunk, size, committed, arena_ind)); in chunk_dalloc() 96 bool committed, unsigned arena_ind) in chunk_split() argument 101 size_b, committed ? "true" : "false", arena_ind); in chunk_split() 103 return (old_hooks.split(chunk, size, size_a, size_b, committed, in chunk_split() 109 bool committed, unsigned arena_ind) in chunk_merge() argument 114 size_b, committed ? "true" : "false", arena_ind); in chunk_merge() 117 committed, arena_ind)); in chunk_merge()
|
/external/jemalloc/include/jemalloc/internal/ |
D | extent.h | 100 void extent_node_committed_set(extent_node_t *node, bool committed); 104 size_t size, size_t sn, bool zeroed, bool committed); 205 extent_node_committed_set(extent_node_t *node, bool committed) in extent_node_committed_set() argument 208 node->en_committed = committed; in extent_node_committed_set() 227 size_t sn, bool zeroed, bool committed) in extent_node_init() argument 235 extent_node_committed_set(node, committed); in extent_node_init()
|
D | chunk.h | 71 bool committed); 74 bool zeroed, bool committed);
|
/external/ltp/testcases/kernel/mem/tunable/ |
D | overcommit_memory.c | 231 long committed; in update_mem_commit() local 234 committed = SAFE_READ_MEMINFO("Committed_AS:"); in update_mem_commit() 235 commit_left = commit_limit - committed; in update_mem_commit() 239 commit_limit, committed); in update_mem_commit()
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_typedefs.h.in | 14 * bool committed, unsigned arena_ind); 22 * bool committed, unsigned arena_ind); 54 * size_t size_a, size_t size_b, bool committed, unsigned arena_ind); 62 * void *addr_b, size_t size_b, bool committed, unsigned arena_ind);
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_typedefs.h.in | 10 * chunk_dalloc(void *chunk, size_t size, bool committed, unsigned arena_ind); 38 * bool committed, unsigned arena_ind); 45 * bool committed, unsigned arena_ind);
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_sparse_texture_clamp.txt | 51 Allocate sparse texture for current <target> with committed and 63 vec4(1, 1, 1, 1) to the output if access committed region and 71 in the shader would be in committed regions, (0, 0, 0, 1) otherwise.
|
D | CTS_ARB_sparse_texture2.txt | 126 Allocate sparse texture for current <target> with committed and 147 if access committed region and vec4(0, 0, 0, 1) otherwise.
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | extent_inlines.h | 280 extent_committed_set(extent_t *extent, bool committed) { in extent_committed_set() argument 282 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT); in extent_committed_set() 305 bool committed, bool dumpable) { in extent_init() argument 316 extent_committed_set(extent, committed); in extent_init()
|
/external/gflags/ |
D | .gitattributes | 2 # and normalize them to LF line endings when committed
|
/external/python/apitools/ |
D | .gitignore | 17 # Make sure a generated file isn't accidentally committed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | dos-style-eol.txt | 2 // This test was deliberately committed with DOS style end of line.
|
/external/llvm/test/FileCheck/ |
D | dos-style-eol.txt | 2 // This test was deliberately committed with DOS style end of line.
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE.md | 11 - make sure all relevant changes are committed on the master branch 41 - make sure all relevant changes are committed and pushed on the master branch
|
/external/mesa3d/docs/specs/ |
D | MESA_swap_frame_usage.spec | 113 between two buffer-swap operations being committed. In unextended GLX the 122 the swap is committed before target_msc, and is greater than or equal to 155 number of swaps that have been committed. This value may not match the
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 264 committed = [] 267 committed.append(e.file) 268 self.mailinfo(committed, message)
|
/external/v8/ |
D | CODE_OF_CONDUCT.md | 3 As part of the Chromium team, the V8 team is committed to preserving and
|
/external/jemalloc_new/src/ |
D | extent.c | 29 size_t size, bool committed, unsigned arena_ind); 31 size_t size, bool committed, unsigned arena_ind); 55 size_t size, size_t size_a, size_t size_b, bool committed, 64 size_t size_a, void *addr_b, size_t size_b, bool committed, 1276 bool committed = false; in extent_grow_retained() local 1281 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained() 1285 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained() 1292 committed, true); in extent_grow_retained() 1680 bool committed, unsigned arena_ind) { in extent_dalloc_default() argument 1781 bool committed, unsigned arena_ind) { in extent_destroy_default() argument [all …]
|
/external/jemalloc_new/test/unit/ |
D | arena_reset.c | 270 bool committed, unsigned arena_ind) { in extent_dalloc_unmap() argument 272 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_dalloc_unmap()
|
/external/skqp/site/ |
D | schedule.md | 11 security) fixes will be committed to any previous branch.
|
/external/skia/site/ |
D | schedule.md | 11 security) fixes will be committed to any previous branch.
|
/external/grpc-grpc/doc/core/ |
D | moving-to-c++.md | 16 header files are committed to remain in C89. 50 - More updates as team time becomes available and committed to this project
|