Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 67) sorted by relevance

123

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java302 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/
Dchunk.c23 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/
Dchunk.c41 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/
Dextent.h100 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()
Dchunk.h71 bool committed);
74 bool zeroed, bool committed);
/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c265 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/
Djemalloc_typedefs.h.in10 * 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/
DREADME.md4 are committed.
/external/llvm/test/FileCheck/
Ddos-style-eol.txt2 // This test was deliberately committed with DOS style end of line.
/external/curl/docs/
DRELEASE-PROCEDURE11 - 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
DCODE_OF_CONDUCT.md9 We are committed to making participation in this project a harassment-free
/external/v8/
DCODE_OF_CONDUCT.md3 As part of the Chromium team, the V8 team is committed to preserving and
/external/python/cpython2/Demo/pdist/
Drcvs.py264 committed = []
267 committed.append(e.file)
268 self.mailinfo(committed, message)
/external/mesa3d/docs/specs/
DMESA_swap_frame_usage.spec113 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/
Dschedule.md11 security) fixes will be committed to any previous branch.
/external/llvm/docs/
DDeveloperPolicy.rst132 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 …]
DHowToAddABuilder.rst23 will get feedback sooner after changes get committed.
/external/libxml2/
Dtrio.c726 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/
Drelease.txt29 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/
DDiskLruCache.java708 private boolean committed; field in DiskLruCache.Editor
782 committed = true; in commit()
794 if (!committed) { in abortUnlessCommitted()
/external/llvm/test/Bitcode/
Dthinlto-function-summary.ll45 ; entries are committed.
/external/clang/test/Index/
Dcomplete-recovery.m26 // Test case for fix committed in r145441.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpalignr.ll63 ; (It is possible, but before this testcase was committed, it was being done
/external/valgrind/docs/internals/
D3_12_BUGSTATUS.txt252 new glibc cond var implementation (workaround committed as 16097)
495 new glibc cond var implementation (workaround committed as 16097)
/external/llvm/test/Transforms/FunctionImport/
Dfuncimport.ll45 ; records is committed.

123