Home
last modified time | relevance | path

Searched refs:wanted (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() argument
36 while (found < wanted) { in Read()
Dfile_wrapper_input.cpp35 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/
DFontFamily.cpp143 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/
Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp1191 size_t wanted = buffer->mFrameCount; in obtainBuffer() local
1192 if (avail < wanted) { in obtainBuffer()
1195 avail = wanted; in obtainBuffer()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2301 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/
Dglossary.md22 … not have the intent of unlocking their device. Instead, they could have wanted to just check the …
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp82 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument
94 if (wanted == value) { in selectConfigForAttribute()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp144 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument
156 if (wanted == value) { in selectConfigForAttribute()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp120 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument
132 if (wanted == value) { in selectConfigForAttribute()