HomeSort by relevance Sort by last modified time
    Searched full:filling (Results 1 - 25 of 410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/
THANKS 4 Richard Moore <rich@kde.org> - for filling the Math object with some life
  /external/libvpx/vpx_scale/
yv12extend.h 24 /* Copy Y,U,V buffer data from src to dst, filling border of dst as well. */
  /development/samples/ApiDemos/res/anim/
zoom_exit.xml 22 normal size (filling the screen) and scales down while fading out.
  /development/samples/BackupRestore/res/values/
strings.xml 18 <string name="filling_text">Choose a sandwich filling:</string>
  /external/chromium/base/
data_pack.h 35 // Get resource by id |resource_id|, filling in |data|.
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 102 /* Don't block on first calls to simulate initial fragment filling. */
146 * it seems like we're filling two audio fragments right out of the
  /external/skia/include/core/
SkPerspIter.h 32 /** Return the buffer of [x,y] fixed point values we will be filling.
  /frameworks/base/docs/html/guide/topics/ui/
binding.jd 10 <li><a href="#FillingTheLayout">Filling the Layout with Data</a></li>
31 <li>Filling the layout with data
38 <h2 id="FillingTheLayout">Filling the Layout with Data</h2>
  /dalvik/tests/061-out-of-memory/src/
Main.java 96 "OutOfMemoryError not thrown while filling heap");
  /external/proguard/src/proguard/obfuscate/
NameAndTypeShrinker.java 47 // Shift the used constant pool entries together, filling out the
Utf8Shrinker.java 47 // Shift the used constant pool entries together, filling out the
  /external/genext2fs/
genext2fs.8 13 .\" .nf disable filling
14 .\" .fi enable filling
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 218 int filling; local
234 filling = (playing + 1)%num_buffers;
235 return (dma_buf + (filling * this->spec.size));
  /dalvik/docs/opcodes/
opcode-25-filled-new-array-range.html 17 Construct an array of the given type and size, filling it with the supplied
opcode-24-filled-new-array.html 17 Construct an array of the given type and size, filling it with the supplied
  /external/icu4c/common/
uvectr64.cpp 167 * newSize. If newSize is larger, grow the array, filling in new
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/
siteMap.t 55 # Find files, filling 'fileList'
  /external/webkit/WebCore/platform/graphics/skia/
PatternSkia.cpp 74 // filling the space with arbitrary pixels, this workaround forces the
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPickerDialog.java 40 * The callback interface used to indicate the user is done filling in
  /external/chromium/net/base/
host_resolver.h 116 // Resolves the given hostname (or IP address literal), filling out the
191 // Resolves the given hostname (or IP address literal), filling out the
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.3.js 27 Performs a zero-filling bitwise right shift operation on the left argument
41 8. Perform zero-filling right shift of Result(5) by Result(7) bits.
  /frameworks/base/core/java/android/database/
CursorJoiner.java 167 populateValues(mValues, mCursorLeft, mColumnsLeft, 0 /* start filling at index 0 */);
168 populateValues(mValues, mCursorRight, mColumnsRight, 1 /* start filling at index 1 */);
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 168 + " filling=" + whichFilling);
229 + " filling=" + whichFilling);
  /frameworks/base/core/jni/
android_database_SQLiteQuery.cpp 270 LOGE("Unknown column type when filling database window");
271 throw_sqlite3_exception(env, "Unknown column type when filling window");
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 171 * converting bytes in this reader's buffer or by first filling the buffer
195 * reader's buffer or by first filling the buffer from the source

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 91011>>