Home
last modified time | relevance | path

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

123

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java300 private int committed = 0; field in IndicInputMethodImpl.ACIText
303 ACIText( char [] chArray, int offset, int length, int committed ) { in ACIText() argument
305 this.committed = committed; in ACIText()
370 return index >= committed ? committed : 0; in getRunStart()
374 return (index >= committed && in getRunStart()
375 attribute == TextAttribute.INPUT_METHOD_UNDERLINE) ? committed : 0; in getRunStart()
379 return (index >= committed && in getRunStart()
380 attributes.contains(TextAttribute.INPUT_METHOD_UNDERLINE)) ? committed : 0; in getRunStart()
384 return index < committed ? committed : text.length; in getRunLimit()
388 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);
54 void *chunk, size_t size, bool zeroed, bool committed);
208 bool zeroed, committed; in chunk_recycle() local
247 committed = extent_node_committed_get(node); in chunk_recycle()
248 if (committed) in chunk_recycle()
277 cache, ret, size + trailsize, zeroed, committed); in chunk_recycle()
287 zeroed, committed); in chunk_recycle()
292 trailsize, zeroed, committed); in chunk_recycle()
[all …]
Darena.c762 bool committed; in arena_chunk_dalloc() local
772 committed = (arena_mapbits_decommitted_get(spare, map_bias) == in arena_chunk_dalloc()
774 if (!committed) { in arena_chunk_dalloc()
788 chunksize, committed); in arena_chunk_dalloc()
1706 bool committed = extent_node_committed_get(chunkselm); in arena_unstash_purged() local
1711 zeroed, committed); in arena_unstash_purged()
/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.h84 void extent_node_committed_set(extent_node_t *node, bool committed);
88 size_t size, bool zeroed, bool committed);
175 extent_node_committed_set(extent_node_t *node, bool committed) in extent_node_committed_set() argument
178 node->en_committed = committed; in extent_node_committed_set()
197 bool zeroed, bool committed) in extent_node_init() argument
204 extent_node_committed_set(node, committed); in extent_node_init()
Dchunk.h68 void *chunk, size_t size, bool committed);
70 void *chunk, size_t size, bool zeroed, bool committed);
/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/valgrind/
DREADME_DEVELOPERS_processes9 It is updated and committed together with the code fixing the bug/implementing
30 The update of the NEWS file should be committed together with the
31 code change (or as part of the last committed change) that fixes the
33 The documentation (e.g. user manual) should also be committed as part of
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
D.gitignore17 # Make sure a generated file isn't accidentally committed.
/external/llvm/test/FileCheck/
Ddos-style-eol.txt2 // This test was deliberately committed with DOS style end of line.
/external/chromium-trace/catapult/
D.gitignore10 # directory but should not be committed for privacy reasons. This prevents
/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
/external/mesa3d/docs/
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
381 reviewed after they are committed.
387 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/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/clang/test/Index/
Dcomplete-recovery.m26 // Test case for fix committed in r145441.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java830 private boolean committed; field in Editor
901 committed = true;
917 if (!committed) {
/external/skia/site/dev/testing/
Dskiagold.md93 + Wait for the bot/test/config to be committed and show up in the Gold UI
/external/llvm/test/CodeGen/X86/
Dpalignr.ll135 ; (It is possible, but before this testcase was committed, it was being done
/external/clang/
DToolchainPrebuilts.md28 committed to *aosp/dev* too.
/external/skia/site/dev/contrib/
Dsubmit.md159 on the codereview page and it will be committed on your behalf.
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td166 // ALQ or AGQ respectively they are committed to that path.

123