/external/autotest/client/cros/ |
storage.py | 52 storages = None variable in class:StorageScanner 67 Calling this method does not change self.storages, thus can be called 78 for storage in self.storages: 96 The result (being it filtered or not) will be saved in self.storages. 106 self.storages = liststorage.get_all() 109 self.storages = self.filter(storage_filter) 111 return self.storages 121 @param index: (int) the index in self.storages for the storage 130 storage_dict = self.storages[0] 132 storage_dict = self.storages[index [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ScanClient.java | 39 List<List<ResultStorageDescriptor>> storages; field in class:ScanClient 69 List<ScanFilter> filters, List<List<ResultStorageDescriptor>> storages) { 70 this(appIf, isServer, new UUID[0], settings, filters, null, storages); 75 List<List<ResultStorageDescriptor>> storages) { 76 this(appIf, isServer, new UUID[0], settings, filters, workSource, storages); 81 List<List<ResultStorageDescriptor>> storages) { 88 this.storages = storages;
|
/external/deqp/modules/gles2/stress/ |
es2sVertexArrayTests.cpp | 142 Array::Storage storages[] = {Array::STORAGE_BUFFER}; local 148 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 157 const bool bufferUnaligned = (storages[storageNdx] == Array::STORAGE_BUFFER) && (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) != 0; 161 storages[storageNdx],
|
es2sDrawTests.cpp | 261 gls::DrawTestSpec::Storage storages[] = local 266 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; 317 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights); 334 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
|
/external/deqp/modules/gles3/stress/ |
es3sVertexArrayTests.cpp | 173 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER}; local 177 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 188 const bool bufferUnaligned = (storages[storageNdx] == Array::STORAGE_BUFFER) && (stride % alignment) != 0; 190 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]); 197 storages[storageNdx],
|
es3sDrawTests.cpp | 461 gls::DrawTestSpec::Storage storages[] = local 466 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; 531 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights); 548 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
|
/external/deqp/modules/gles2/functional/ |
es2fVertexArrayTest.cpp | 141 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER}; local 147 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 156 const bool bufferAligned = (storages[storageNdx] == Array::STORAGE_BUFFER) && (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; 160 storages[storageNdx], 349 Array::Storage storages[] = {Array::STORAGE_USER}; local 354 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 362 storages[storageNdx], 412 Array::Storage storages[] = {Array::STORAGE_USER}; local 419 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 427 storages[storageNdx] 618 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER}; local [all...] |
es2fDrawTests.cpp | 547 static const gls::DrawTestSpec::Storage storages[] = local 552 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; 603 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights); 620 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
|
/external/deqp/modules/gles3/functional/ |
es3fVertexArrayTest.cpp | 170 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER}; local 174 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 185 const bool bufferUnaligned = (storages[storageNdx] == Array::STORAGE_BUFFER) && (stride % alignment) != 0; 187 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]); 194 storages[storageNdx], 572 Array::Storage storages[] = {Array::STORAGE_USER}; local 577 for (int storageNdx = 0; storageNdx < DE_LENGTH_OF_ARRAY(storages); storageNdx++) 608 storages[storageNdx], 782 : TestCaseGroup(context, "storage", "Attribute storages") 831 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER} local [all...] |
es3fDrawTests.cpp | 963 static const gls::DrawTestSpec::Storage storages[] = local [all...] |
/external/deqp/modules/glshared/ |
glsVertexArrayTests.cpp | 149 static const char* storages[] = local 155 return de::getSizedArrayElement<Array::STORAGE_LAST>(storages, (int)storage); [all...] |
glsDrawTest.cpp | 2402 static const char* storages[] = local [all...] |
/external/deqp/framework/randomshaders/ |
rsgExpression.cpp | 967 static const Variable::Storage storages[] = local 974 float weights[DE_LENGTH_OF_ARRAY(storages)]; 988 state.getVariableManager().setStorage(variable, state.getRandom().chooseWeighted<Variable::Storage>(&storages[0], &storages[DE_LENGTH_OF_ARRAY(storages)], &weights[0])); [all...] |