Home
last modified time | relevance | path

Searched refs:wanted (Results 1 – 9 of 9) 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.cpp136 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery() argument
140 bool isFakeBold = wanted.weight() >= 600 && (wanted.weight() - actual.weight()) >= 200; in computeFakery()
141 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;
Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp1132 size_t wanted = buffer->mFrameCount; in obtainBuffer() local
1133 if (avail < wanted) { in obtainBuffer()
1136 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/native/libs/renderengine/gl/
DGLESRenderEngine.cpp121 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument
133 if (wanted == value) { in selectConfigForAttribute()