Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DType.cpp43 void Type::setArrays(std::vector<Expression*> *arrays) { in setArrays() argument
44 mArrays = arrays; in setArrays()
Dc2hal_y.yy129 %type<expressions> arrays
412 : type arrays
422 | type '(' '*' ID arrays ')' '(' params ')'
531 arrays
533 | arrays array {
DType.h86 void setArrays(std::vector<Expression *> *arrays);
/system/media/audio_utils/tests/
Dstatistics_tests.cpp381 std::vector<array_t> arrays(TEST_SIZE); in TEST() local
382 initUniform(arrays, -1., 1.); in TEST()
393 stat_array.add(arrays[i]); in TEST()
394 stat_array_ut.add(arrays[i]); in TEST()
/system/extras/libjsonpb/
DREADME.md91 - JSON arrays should be repeated fields.
/system/tools/aidl/docs/
Daidl-cpp.md186 final CREATOR field that acts as a factory for new instances/arrays of
192 In order to be used in arrays, a parcelable must implement a copy or move
/system/bt/doc/
Dstyle_guide.md119 Use C99 flexible arrays as the last member of a struct if the array needs
147 Instead, use zero-length arrays as described above to avoid pointer arithmetic