Searched refs:wanted (Results 1 – 11 of 11) 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 | 136 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/ |
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/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | README.txt | 29 We didn't do this automatically because we wanted to keep the example simple.
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 1132 size_t wanted = buffer->mFrameCount; in obtainBuffer() local 1133 if (avail < wanted) { in obtainBuffer() 1136 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/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 120 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument 132 if (wanted == value) { in selectConfigForAttribute()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests.m | 1863 // This block confirms the names in the decriptors is what we wanted.
|