Home
last modified time | relevance | path

Searched refs:Make (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/msm8998/json-c/
DChangeLog16 * Make the json_tokener_errors array local. It has been deprecated for
30 * Make strict mode more strict:
59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
61 * Make float parsing locale independent.
75 * Make json_object_iter public to enable external use of the
109 * Make json_object_from_file take const char *filename
124 * Make sure every va_start has a va_end.
172 * Make headers C++ compatible by change *this to *obj
DREADME.md22 Make sure you have a complete `libtool` install, including `libtoolize`.
DRELEASE_CHECKLIST.txt12 Make any fixes/changes *before* branching.
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp337 SkImageInfo info = SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp345 SkImageInfo info = SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
/hardware/google/av/codec2/vndk/
DC2Store.cpp143 C2FieldSupportedValuesQuery::Possible(C2ParamField::Make(usageInfo, usageInfo.usage)), in UseComponentStoreForIonAllocator()
144 C2FieldSupportedValuesQuery::Possible(C2ParamField::Make(usageInfo, usageInfo.capacity)), in UseComponentStoreForIonAllocator()
/hardware/google/av/codec2/include/
DC2Param.h734 inline static C2ParamField Make(S& param, T& offset) { in Make() function