Searched refs:wanted (Results 1 – 12 of 12) 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/minikin/libs/minikin/ |
D | FontFamily.cpp | 143 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery() argument 147 bool isFakeBold = wanted.weight() >= 600 && (wanted.weight() - actual.weight()) >= 200; in computeFakery() 148 bool isFakeItalic = wanted.slant() == FontStyle::Slant::ITALIC && in computeFakery()
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/ |
D | wrapper_input.h | 36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
|
D | in_memory_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
D | file_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 1191 size_t wanted = buffer->mFrameCount; in obtainBuffer() local 1192 if (avail < wanted) { in obtainBuffer() 1195 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/packages/SystemUI/docs/device-entry/ |
D | glossary.md | 22 … not have the intent of unlocking their device. Instead, they could have wanted to just check the …
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 82 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument 94 if (wanted == value) { in selectConfigForAttribute()
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 144 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument 156 if (wanted == value) { in selectConfigForAttribute()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 120 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument 132 if (wanted == value) { in selectConfigForAttribute()
|