/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/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 | 265 long committed; in update_mem() local 273 committed = read_meminfo("Committed_AS:"); in update_mem() 274 commit_left = commit_limit - committed; in update_mem() 278 " is %ld", commit_limit, committed); in update_mem()
|
/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/boringssl/src/infra/config/ |
D | README.md | 4 are committed.
|
/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 | 11 - make sure all relevant changes are committed on the master branch 40 - make sure all relevant changes are committed and pushed on the master branch
|
D | CODE_OF_CONDUCT.md | 9 We are committed to making participation in this project a harassment-free
|
/external/v8/ |
D | CODE_OF_CONDUCT.md | 3 As part of the Chromium team, the V8 team is committed to preserving and
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 264 committed = [] 267 committed.append(e.file) 268 self.mailinfo(committed, message)
|
/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/skia/site/ |
D | schedule.md | 11 security) fixes will be committed to any previous branch.
|
/external/llvm/docs/ |
D | DeveloperPolicy.rst | 132 are committed to the repository. 137 #. Code can be reviewed either before it is committed or after. We expect major 138 changes to be reviewed before being committed, but smaller changes (or 145 ready to be committed. Specifically, once a patch is sent out for review, it 183 committed are reviewed after they go in: you don't want everyone to assume 195 patches that are committed are actually reviewed. 232 committed to the main development branch are: 327 * If the commit is a bug fix on top of another recently committed patch, or a 383 reviewed after they are committed. 389 after they are committed, depending on the nature of the change). You are [all …]
|
D | HowToAddABuilder.rst | 23 will get feedback sooner after changes get committed.
|
/external/libxml2/ |
D | trio.c | 726 int committed; member 3292 *(size_t *)pointer = (size_t)data->committed; 3297 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed; 3302 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed; 3307 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed; 3311 *(long int *)pointer = (long int)data->committed; 3315 *(short int *)pointer = (short int)data->committed; 3319 *(int *)pointer = (int)data->committed; 3488 self->committed++; 3515 self->committed++; [all …]
|
/external/libopus/doc/ |
D | release.txt | 29 Website updates are committed to https://svn.xiph.org/websites/opus-codec.org/
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
D | DiskLruCache.java | 708 private boolean committed; field in DiskLruCache.Editor 782 committed = true; in commit() 794 if (!committed) { in abortUnlessCommitted()
|
/external/llvm/test/Bitcode/ |
D | thinlto-function-summary.ll | 45 ; entries are committed.
|
/external/clang/test/Index/ |
D | complete-recovery.m | 26 // Test case for fix committed in r145441.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | palignr.ll | 63 ; (It is possible, but before this testcase was committed, it was being done
|
/external/valgrind/docs/internals/ |
D | 3_12_BUGSTATUS.txt | 252 new glibc cond var implementation (workaround committed as 16097) 495 new glibc cond var implementation (workaround committed as 16097)
|
/external/llvm/test/Transforms/FunctionImport/ |
D | funcimport.ll | 45 ; records is committed.
|