Searched refs:wanted (Results 1 – 18 of 18) sorted by relevance
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | in_memory_wrapper_input.cpp | 29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() argument 36 while (found < wanted) { in Read()
|
D | file_wrapper_input.cpp | 35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() argument 36 size_t found = fread((char*) buffer, 1, wanted, _file); in Read()
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
D | wrapper_input.h | 36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
|
D | file_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
D | in_memory_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 789 size_t wanted = buffer->mFrameCount; in obtainBuffer() local 790 if (avail < wanted) { in obtainBuffer() 793 avail = wanted; in obtainBuffer()
|
/frameworks/base/docs/html/training/design-navigation/ |
D | screen-planning.jd | 65 <p>If we later wanted to allow users to submit news stories or upload photos, we could add addition…
|
/frameworks/base/docs/html/design/building-blocks/ |
D | progress.jd | 71 In all of the Google Play apps (Music, Books, Movies, Magazines), we wanted the current download st…
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
D | tablets.jd | 154 <p>“We knew we had a lot more real estate, and we wanted to provide a more 341 and wanted to position ourselves to be ready for them” said Jeff Rock of
|
D | games.jd | 220 <p>“We wanted to provide a really compelling multiplayer experience for our users, and
|
/frameworks/base/docs/html/training/system-ui/ |
D | status.jd | 69 theme if you wanted to). For example:</p>
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 324 EGLint attribute, EGLint wanted, in selectConfigForAttribute() argument 338 if (wanted == value) { in selectConfigForAttribute()
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
D | spam.jd | 381 <p>Have you ever wanted to use the full, desktop web version of Turtoogle
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex1.jd | 547 is done using the respective ordering of the two arrays. If we had more columns we wanted
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 239 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 172 objects, so if you wanted to animate non-{@link android.view.View} objects, you have to implement
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 793 <p>Previously, if you wanted to listen for when your view attached/detached to the window or
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 1031 <p>For example, if you wanted to run an HTTP server, you can select
|