HomeSort by relevance Sort by last modified time
    Searched refs:storages (Results 1 - 15 of 15) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 37 List<List<ResultStorageDescriptor>> storages; field in class:ScanClient
64 List<List<ResultStorageDescriptor>> storages) {
65 this(scannerId, new UUID[0], settings, filters, storages);
69 List<List<ResultStorageDescriptor>> storages) {
74 this.storages = storages;
GattService.java 387 List storages, String callingPackage) {
390 service.startScan(scannerId, settings, filters, storages, callingPackage);
    [all...]
  /external/autotest/client/cros/
storage.py 51 storages = None variable in class:StorageScanner
66 Calling this method does not change self.storages, thus can be called
77 for storage in self.storages:
95 The result (being it filtered or not) will be saved in self.storages.
105 self.storages = liststorage.get_all()
108 self.storages = self.filter(storage_filter)
110 return self.storages
120 @param index: (int) the index in self.storages for the storage
129 storage_dict = self.storages[0]
131 storage_dict = self.storages[index
    [all...]
  /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/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/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/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...]
  /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 2318 static const char* storages[] = local
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 473 milliseconds