Home
last modified time | relevance | path

Searched refs:wanted (Results 1 – 11 of 11) 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/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt29 We didn't do this automatically because we wanted to keep the example simple.
/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.cpp120 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument
132 if (wanted == value) { in selectConfigForAttribute()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests.m1863 // This block confirms the names in the decriptors is what we wanted.