/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/minikin/libs/minikin/ |
D | FontFamily.cpp | 119 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery() argument 123 int wantedWeight = wanted.getWeight(); in computeFakery() 125 bool isFakeItalic = wanted.getItalic() && !actual.getItalic(); in computeFakery()
|
/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/base/docs/html/distribute/stories/apps/ |
D | intuit-mint.jd | 18 Intuit wanted to expand their 32 more real estate, and we wanted to provide a more immersive experience for
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument 296 if (wanted == value) { in selectConfigForAttribute()
|
/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 1001 size_t wanted = buffer->mFrameCount; in obtainBuffer() local 1002 if (avail < wanted) { in obtainBuffer() 1005 avail = wanted; in obtainBuffer()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2301 bool wanted = false; in placeOutputSections() local 2307 wanted = true; in placeOutputSections() 2314 wanted = true; in placeOutputSections() 2320 wanted = true; in placeOutputSections() 2336 wanted = true; in placeOutputSections() 2345 wanted = true; in placeOutputSections() 2357 if (wanted) { in placeOutputSections()
|
/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/training/system-ui/ |
D | status.jd | 74 theme if you wanted to). For example:</p>
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 269 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/ |
D | document-provider.jd | 267 // 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/topic/libraries/data-binding/ |
D | index.jd | 470 Or if you wanted to use the parameter in the expression, it could work as follows:
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/ |
D | document-provider.jd | 267 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
|
/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
|