HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 1 - 14 of 14) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 273 CharSequence garbage = mSuggestions.remove(index); local
274 if (garbage != null && garbage instanceof StringBuilder) {
275 mStringPool.add(garbage);
337 CharSequence garbage = mSuggestions.remove(prefMaxSuggestions); local
338 if (garbage instanceof StringBuilder) {
339 mStringPool.add(garbage);
359 CharSequence garbage = mSuggestions.get(garbageSize - 1); local
360 if (garbage != null && garbage instanceof StringBuilder)
    [all...]
  /system/core/libcutils/
selector.c 48 static char garbage[64]; local
49 if (read(wakeupFd->fd, garbage, sizeof(garbage)) < 0) {
77 static char garbage[1]; local
78 if (write(selector->wakeupPipe[1], garbage, sizeof(garbage)) < 0) {
  /external/zlib/contrib/pascal/
example.pas 66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
  /external/webkit/WebKitTools/CodeCoverage/
cov.py 134 (garbage,extension) = os.path.splitext(f)
  /external/v8/test/mjsunit/
object-literal-gc.js 31 // works. In particular, test that the garbage collector handles the
json.js 215 // Test for trailing garbage detection.
231 TestInvalid('"Garbage""After string"');
unicode-test.js     [all...]
  /external/v8/benchmarks/
splay.js 90 // Allow the garbage collector to reclaim the memory
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 85 // Allow the garbage collector to reclaim the memory
  /external/zlib/contrib/masmx64/
gvmat64.asm 175 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
  /external/v8/src/
debug-debugger.js 94 // point as this would cause function not to be garbage collected when it is
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/iproute2/doc/
ip-cref.tex 932 the next garbage collection.
    [all...]

Completed in 656 milliseconds