HomeSort by relevance Sort by last modified time
    Searched full:storages (Results 1 - 25 of 40) sorted by null

1 2

  /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;
GattService.java 357 List<ScanFilter> filters, WorkSource workSource, List storages,
361 service.startScan(appIf, isServer, settings, filters, workSource, storages,
    [all...]
  /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...]
  /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/gles2/stress/
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);
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],
  /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/jsoncpp/include/json/
config.h 67 // Storages, and 64 bits integer support is disabled.
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestUtil.java 124 instrumentation.show("Wait for storages.");
MtpDatabaseTest.java 327 // Add device and two storages.
359 // Add two storages, but one's name is different from previous one.
679 // Add a device and two storages that has same name.
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 105 // Handle devices that fail to obtain storages just after opening a MTP session.
108 "Not found MTP storages in the device.");
Mapper.java 339 // if parentIdentifier is DOCUMENT_TYPE_DEVICE, added documents are storages.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
balanced_quicksort.h 162 * @param __tls Array of thread-local storages.
241 * @param __tls Array of thread-local storages.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
balanced_quicksort.h 162 * @param __tls Array of thread-local storages.
241 * @param __tls Array of thread-local storages.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
balanced_quicksort.h 162 * @param __tls Array of thread-local storages.
241 * @param __tls Array of thread-local storages.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 162 * @param __tls Array of thread-local storages.
241 * @param __tls Array of thread-local storages.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.h 107 /* macroblock specific storages, size determined by image dimensions */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
CHANGELOG.md 234 * All Storages now have a `.delete()` method.
  /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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 337 BitstreamEncVideo *bitstream3; /* intermediate storages */
  /external/opencv3/modules/core/include/opencv2/core/
persistence.hpp 102 XML/YAML file storages. {#xml_storage}
451 Note that file nodes are only used for navigating file storages opened for reading. When a file
    [all...]

Completed in 1915 milliseconds

1 2