Searched refs:useArray (Results 1 – 6 of 6) sorted by relevance
/external/jspecify/samples/ |
D | ArraySubtype.java | 22 abstract void useArray(Object[] l); in useArray() method in ArraySubtype 29 useArray(l); in client() 36 useArray(l); in clientUnspec() 44 useArray(l); in clientUnionNull()
|
D | ArraySameType.java | 24 abstract void useArray(Lib<Object[]> l); in useArray() method in ArraySameType 31 useArray(l); in client() 40 useArray(l); in clientUnspec() 49 useArray(l); in clientUnionNull()
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 527 def makeGenerator(atg, subgen, subfieldgen, useRecord, useArray, useBitField): argument 538 if useArray and opts.useArray:
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 1017 bool useArray = rnd.getFloat() < 0.3f; in createRandomCase() local 1019 int arrayLen = useArray ? rnd.getInt(1, maxArrayLen) : 0; in createRandomCase() 1024 int numLocations = useArray ? arrayLen : 1; in createRandomCase()
|
D | es3fTransformFeedbackTests.cpp | 1581 bool useArray = rnd.getFloat() < arrayWeight; in init() local 1582 int arrayLen = useArray ? rnd.getInt(1, maxArrayLen) : 1; in init() 1585 if (useArray) in init()
|
/external/libcxx/include/experimental/ |
D | functional | 145 template<class _Key, class _Value, class _Hash, class _BinaryPredicate, bool /*useArray*/> class _B…
|