Searched refs:Ensure (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dpagemap_unittest.cc71 map.Ensure(i, 1);
80 { // Test bulk Ensure
82 map.Ensure(0, limit);
95 CHECK_EQ(map.Ensure(limit, limit+1), limit_is_below_the_overflow_boundary);
106 map.Ensure(elements[i], 1);
133 map.Ensure(40, 1);
142 map.Ensure(41, 1);
143 map.Ensure(100, 3);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dpagemap_unittest.cc71 map.Ensure(i, 1);
80 { // Test bulk Ensure
82 map.Ensure(0, limit);
95 CHECK_EQ(map.Ensure(limit, limit+1), limit_is_below_the_overflow_boundary);
106 map.Ensure(elements[i], 1);
133 map.Ensure(40, 1);
142 map.Ensure(41, 1);
143 map.Ensure(100, 3);
/external/stlport/src/
H A Dsparc_atomic64.s19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
H A Dsparc_atomic.s41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h77 // Ensure that the map contains initialized entries "x .. x+n-1".
79 bool Ensure(Number x, size_t n) { function in class:TCMalloc_PageMap1
160 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap2
184 Ensure(0, 1 << BITS);
266 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap3
H A Dpage_heap.cc439 if (pagemap_.Ensure(p-1, ask+2)) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h83 // Ensure that the map contains initialized entries "x .. x+n-1".
85 bool Ensure(Number x, size_t n) { function in class:TCMalloc_PageMap1
127 // only grow, and we'll only be called to Ensure when we really grow the heap.
181 // Ensure that the map contains initialized and committed entries in array_ to
186 // Only the bits of committed_ near end-points for calls to Ensure() are ever
187 // set, as the calls to Ensure() will never have overlapping ranges other than
192 // of 40...50 is observed, then Ensure of (39,51) will be called. The range
195 // 51...83 are allocated, Ensure() will be called with arguments (50,84),
198 // After the above, we would NEVER get a call such as Ensure(45,60), as that
199 // overlaps with the interior of prior ensured regions. We ONLY get an Ensure
209 bool Ensure(Number x, size_t n) { function in class:TCMalloc_PageMap1_LazyCommit
363 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap2
469 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap3
[all...]
H A Dpage_heap.cc501 if (pagemap_.Ensure(p-1, ask+2)) {
/external/llvm/test/MC/X86/
H A Dx86_long_nop.s7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
/external/scrypt/
H A DScrypt-config.mk23 # Ensure these are empty.
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S11 AND D0Ar2,D0Ar2,#0xFF ! Ensure a byte input value
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpystate.pxd52 # Ensure that the current thread is ready to call the Python
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb21 Ensure the library has been installed on your system and is available
H A Dgroup-file-lexer.rb21 Ensure the library has been installed on your system and is available
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h184 @ Ensure size claimed on stack is 8-byte aligned
/external/chromium_org/v8/src/
H A Dgdb-jit.cc79 Ensure(position_ + sizeof(T));
86 Ensure(offset + sizeof(T));
99 Ensure(position_);
103 void Ensure(uintptr_t pos) { function in class:v8::internal::BASE_EMBEDDED
118 Ensure(position_ += padding);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg43 Ensure the library has been installed on your system and is available
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m405 % Ensure each codec is only printed once
/external/bison/
H A Dmaint.mk716 # Ensure that each .c file containing a "main" function also
725 # Ensure that each .c file containing a "main" function also
1064 # Ensure that we don't accidentally insert an entry into an old NEWS block.
1077 # Ensure that we use only the standard $(VAR) notation,
1386 # Ensure that each sub-module commit we're using is public.
/external/mksh/src/
H A DBuild.sh2647 them, set to a value other than 0 or 1. Ensure /bin/ed is installed. For
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1544 /// Ensure stream emits trees; tokens must be converted to AST nodes.
/external/bison/build-aux/
H A Dtexinfo.tex705 % Ensure vertical mode, so we don't make a big box in the middle of a

Completed in 3258 milliseconds