/external/chromium_org/third_party/codesighs/ |
msmap2tsv.c | 484 ** Could be time to grow the symbol pool. 498 ERROR_REPORT(retval, inDBName, "Unable to grow symbol DB symbol array."); 519 ERROR_REPORT(retval, symbol, "Unable to grow symbol DB for symbol."); 565 ERROR_REPORT(retval, section, "Unable to grow symbol sections for symbol DB."); 605 ERROR_REPORT(retval, length, "Unable to grow symbol section sizes for symbol DB."); 636 ERROR_REPORT(retval, object, "Unable to grow symbol section size objects for symbol DB."); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uhash.h | 68 * premium, the table can be set to both grow and shrink by calling 71 * that does not grow at all, the constant U_FIXED can be used. 122 U_GROW, /* Grow on demand, do not shrink */ 123 U_GROW_AND_SHRINK, /* Grow and shrink on demand */ 294 * By default, tables grow but do not shrink (policy U_GROW).
|
uidna.cpp | 255 // we do not have enough room so grow the buffer 340 /* we do not have enough room so grow the buffer*/ 460 /* we do not have enough room so grow the buffer*/ 500 /* we do not have enough room so grow the buffer*/ 518 /* we do not have enough room so grow the buffer*/
|
/external/icu/icu4c/source/common/ |
uhash.h | 68 * premium, the table can be set to both grow and shrink by calling 71 * that does not grow at all, the constant U_FIXED can be used. 122 U_GROW, /* Grow on demand, do not shrink */ 123 U_GROW_AND_SHRINK, /* Grow and shrink on demand */ 294 * By default, tables grow but do not shrink (policy U_GROW).
|
uidna.cpp | 255 // we do not have enough room so grow the buffer 340 /* we do not have enough room so grow the buffer*/ 460 /* we do not have enough room so grow the buffer*/ 500 /* we do not have enough room so grow the buffer*/ 518 /* we do not have enough room so grow the buffer*/
|
/external/llvm/include/llvm/ADT/ |
BitVector.h | 208 /// resize - Grow or shrink the bitvector. 212 grow(N); 231 grow(N); 451 // Grow the bitvector to have enough elements. 546 void grow(unsigned NewSize) {
|
SmallPtrSet.h | 38 /// array, we grow into the 'large set' case. SmallSet should be used when the 131 /// Grow - Allocate a larger backing store for the buckets and move it over. 132 void Grow(unsigned NewSize);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
Utils.java | 317 AnimatorSet grow = new AnimatorSet(); grow.play(xGrow).with(yGrow); local 328 s.play(grow.setDuration(SLIDE_TIME/2)).after(shrink); 336 grow.setDuration(FADE_TIME).setInterpolator(decel); 343 s.play(grow).after(FADE_TIME);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 84 /** or this element into this set (grow as necessary to accommodate) */ 181 if (n >= bits.length) { // grow as necessary to accommodate 384 // If this is smaller than a, grow this first
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 116 // This needs to grow too. Use a conservative estimate that the OpMapVector 118 // maximum of MAXTOKENQUEUESIZE*5. If the OpMapVector needs to grow, grow
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
TextResourceDecoder.cpp | 244 m_buffer.grow(oldSize + len); 289 m_buffer.grow(oldSize + len); 389 m_buffer.grow(oldSize + len);
|
/external/chromium_org/v8/src/heap/ |
store-buffer.cc | 130 size_t grow = old_limit_ - old_start_; // Double size. local 132 grow * kPointerSize, false)); 133 old_limit_ += grow;
|
/external/chromium_org/v8/src/ |
string-stream.cc | 26 // reaching a difference of 2 we need to grow the buffer. 29 char* new_buffer = allocator_->grow(&new_capacity); 543 char* HeapStringAllocator::grow(unsigned* bytes) { function in class:v8::HeapStringAllocator
|
/external/icu/icu4c/source/layout/ |
LEGlyphStorage.cpp | 570 // Could not grow the glyph array 577 // Could not grow the glyph array 585 // could not grow the aux data array
|
/external/llvm/lib/CodeGen/ |
MachineRegisterInfo.cpp | 75 // Stop early if there is no room to grow. 104 VRegInfo.grow(Reg); 106 RegAllocHints.grow(Reg);
|
/external/replicaisland/res/values/ |
wanda.xml | 108 Mr. Rokudou told us that this whole island, every little bit of it, is something that The Source manufactured. The eggheads don?t know why it makes stuff, or how it chooses to grow the things it does, but they think it has something to do with influences from outside sources. <small>Mr. Rokudou calls it ?proximity influence remanifestation,? whatever that means</small>. 163 I guess we?re actually pretty lucky nobody has found The Source so far. I mean, in the wrong hands it could probably be used as a powerful weapon. Mr. Rokudou once said that with The Source you could grow an army that would cover the earth. It?s a good thing he?s planning on using it to reduce green house gases and repopulate endangered species instead! I?m sure Dr. Kabochanomizu has a similar goal, right? 167 Despite all of the weird bugs and stuff here, I actually kind of like this island. It?s like a theme park: just weird enough to be fun but just normal enough to pass as natural. Kyle was telling me if we find The Source, we?ll be able to control it and make it grow whatever we want.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_controller_unittest.mm | 300 // should still change, but it should not grow down below the work area; it 336 // the workarea. The window should grow down until it hits the bottom and 337 // then continue to grow up. Then shrink it, and it should return to where it 352 // Inset the window slightly from the workarea. It should not grow to be 366 // Place the window at the bottom of the screen and grow; it should grow [all...] |
/art/runtime/gc/space/ |
dlmalloc_space.cc | 133 // Grow as much as possible within the space. 271 // Don't let the space grow any more.
|
rosalloc_space.cc | 151 // Grow as much as possible within the space. 272 // Don't let the space grow any more.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 129 /** <summary>or this element into this set (grow as necessary to accommodate)</summary> */ 150 // If this is smaller than a, grow this first
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 142 /** <summary>or this element into this set (grow as necessary to accommodate)</summary> */ 168 // If this is smaller than a, grow this first
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 116 /** or this element into this set (grow as necessary to accommodate) */ 140 // If this is smaller than a, grow this first
|
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_host.cc | 302 // While we are animating, the Find window will grow bottoms up so we need to 303 // re-position the widget so that it appears to grow out of the toolbar.
|
/external/chromium_org/net/dns/ |
host_resolver_impl.h | 72 // for |max_retry_attempts|. For every retry attempt, we grow the 95 // Factor to grow |unresponsive_delay| when we re-re-try.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PurgeableVectorTest.cpp | 77 TEST_P(PurgeableVectorTestWithPlatformSupport, grow) 80 purgeableVector.grow(kTestSize);
|