HomeSort by relevance Sort by last modified time
    Searched refs:storage (Results 101 - 125 of 1009) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv3/modules/core/src/
datastructs.cpp 46 /* default storage block size */
49 #define ICV_FREE_PTR(storage) \
50 ((schar*)(storage)->top + (storage)->block_size - (storage)->free_space)
84 * Functions for manipulating memory storage - list of memory blocks *
87 /* Initialize allocated storage: */
89 icvInitMemStorage( CvMemStorage* storage, int block_size )
91 if( !storage )
100 memset( storage, 0, sizeof( *storage ))
110 CvMemStorage* storage = (CvMemStorage *)cvAlloc( sizeof( CvMemStorage )); local
123 CvMemStorage* storage = cvCreateMemStorage(parent->block_size); local
643 CvMemStorage *storage = seq->storage; local
888 CvMemStorage *storage = seq->storage; local
    [all...]
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
sample_tools.py 85 # flow. The Storage object will ensure that if successful the good
87 storage = file.Storage(name + '.dat')
88 credentials = storage.get()
90 credentials = tools.run_flow(flow, storage, flags)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
old_run.py 50 def run(flow, storage, http=None):
59 are also stored in the ``storage`` argument, which updates the file
60 associated with the ``Storage`` object.
82 storage: Storage, a ``Storage`` to store the credential in.
157 storage.put(credential)
158 credential.set_store(storage)
  /external/clang/test/Analysis/
casts.c 6 // Test if the 'storage' region gets properly initialized after it is cast to
20 struct sockaddr_storage storage; local
21 struct sockaddr* sockaddr = (struct sockaddr*)&storage;
22 socklen_t addrlen = sizeof(storage);
malloc.cpp 52 void **storage; member in class:PR13751::OwningVector
58 storage[length++] = Item;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
ForgetPrivateConfirmFragment.java 17 package com.android.tv.settings.device.storage;
20 import android.os.storage.StorageManager;
21 import android.os.storage.VolumeRecord;
FormattingProgressFragment.java 17 package com.android.tv.settings.device.storage;
MissingStorageFragment.java 17 package com.android.tv.settings.device.storage;
20 import android.os.storage.StorageManager;
21 import android.os.storage.VolumeRecord;
78 private class StorageEventListener extends android.os.storage.StorageEventListener {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java 51 IStorage storage = jarInput.getStorage(); local
52 if (storage instanceof JarEntryFile) {
53 JarEntryFile jarEntryFile = (JarEntryFile) storage;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 63 VariableSearchFilter VariableSearchFilter::createStorageFilter (glu::Storage storage)
65 DE_ASSERT(storage < glu::STORAGE_LAST);
68 filter.m_storageBits = (1u << storage);
72 VariableSearchFilter VariableSearchFilter::createShaderTypeStorageFilter (glu::ShaderType type, glu::Storage storage)
74 return logicalAnd(createShaderTypeFilter(type), createStorageFilter(storage));
101 DE_ASSERT(variable.storage < glu::STORAGE_LAST);
102 return (m_storageBits & (1u << variable.storage)) != 0;
107 DE_ASSERT(block.storage < glu::STORAGE_LAST)
    [all...]
  /external/libmtp/examples/
format.c 3 * Example program that formats the device storage.
68 // This will just format the first storage.
69 ret = LIBMTP_Format_Storage(device, device->storage);
  /external/llvm/unittests/ADT/
TwineTest.cpp 85 SmallString<8> storage; local
86 EXPECT_EQ(0, *Twine("hello").toNullTerminatedStringRef(storage).end());
88 *Twine(StringRef("hello")).toNullTerminatedStringRef(storage).end());
90 .toNullTerminatedStringRef(storage)
  /external/opencv/cvaux/src/
cvbgfg_common.cpp 73 CvMemStorage* storage, CvPoint offset )
76 CvMemStorage* tempStorage = storage ? storage : cvCreateMemStorage();
114 if( tempStorage != storage )
  /external/opencv/ml/src/
mltestset.cpp 67 CvMemStorage* storage = NULL; local
118 CV_CALL( storage = cvCreateMemStorage() );
119 CV_CALL( cvStartWriteSeq( 0, sizeof( CvSeq ), sizeof( CvDI ), storage, &writer ));
167 cvReleaseMemStorage( &storage );
  /external/skia/include/core/
SkDrawLooper.h 64 * The caller has to ensure that the storage pointer provides enough
69 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
85 * storage rect, where the storage rect is with the union of the src rect
  /external/skia/src/core/
SkVarAlloc.h 17 // Same as above, but first uses up to len bytes from storage.
18 SkVarAlloc(size_t minLgSize, char* storage, size_t len);
  /external/skia/src/image/
SkImageShader.h 31 Context* onCreateContext(const ContextRec&, void* storage) const override;
  /frameworks/base/libs/storage/
IMountShutdownObserver.cpp 17 #include <storage/IMountShutdownObserver.h>
  /external/icu/icu4c/source/layout/
KernTable.cpp 193 void KernTable::process(LEGlyphStorage& storage, LEErrorCode &success)
197 le_uint32 key = storage[0]; // no need to mask off high bits
200 for (int i = 1, e = storage.getGlyphCount(); LE_SUCCESS(success)&& i < e; ++i) {
201 key = key << 16 | (storage[i] & 0xffff);
238 storage[i-1], storage[i], i, value & 0xffff, font->xUnitsToPoints(value));
249 storage.adjustPosition(i, adjust, 0, success);
252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatProgress.java 28 import android.os.storage.DiskInfo;
29 import android.os.storage.StorageManager;
30 import android.os.storage.VolumeInfo;
94 final StorageManager storage = mActivity.mStorage; local
97 storage.partitionPrivate(activity.mDisk.getId());
101 mPrivateBench = storage.benchmark(privateVol.getId());
105 // physical storage, then automatically move storage to the
108 && Objects.equals(storage.getPrimaryStorageUuid(),
111 + "storage to new emulated volume")
    [all...]
  /system/update_engine/
metrics_utils_unittest.cc 153 int64_t storage = 0; local
165 &storage,
170 &storage,
177 &storage,
181 &storage,
189 &storage,
193 &storage,
200 &storage,
204 &storage,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 331 storage = StorageByKeyName(
334 self.assertEqual(None, storage.get())
335 self.credentials.set_store(storage)
342 storage = StorageByKeyName(
345 self.assertEqual(None, storage.get())
346 self.credentials.set_store(storage)
356 credentials = storage.get()
361 storage.delete()
362 credentials = storage.get()
367 storage = StorageByKeyName
    [all...]
  /system/connectivity/shill/wifi/
wifi_service.cc 334 const StoreInterface& storage) const {
335 set<string> groups = storage.GetGroupsWithProperties(GetStorageProperties());
350 bool WiFiService::IsLoadableFrom(const StoreInterface& storage) const {
351 return !storage.GetGroupsWithProperties(GetStorageProperties()).empty();
361 bool WiFiService::Load(StoreInterface* storage) {
362 string id = GetLoadableStorageIdentifier(*storage);
367 // Set our storage identifier to match the storage name in the Profile.
371 if (!Service::Load(storage)) {
376 storage->GetBool(id, kStorageHiddenSSID, &hidden_ssid_)
    [all...]
  /art/runtime/base/
arena_bit_vector.cc 56 void* storage = arena->template Alloc<ArenaBitVectorAllocator>(kind); local
57 return new (storage) ArenaBitVectorAllocator(arena, kind);
  /external/autotest/client/cros/
storage.py 5 """Storage device utilities to be used in storage device based tests
17 """Indicates that a storage/volume operation failed.
24 """Scan device for storage points.
26 It also performs basic operations on found storage devices as mount/umount,
29 Each storage device is defined by a dictionary containing the following
45 make the filter matching all the values for said key in the storage
63 expressions (str). If an element of self.storage matches the regex
78 for storage in self.storages:
81 if not re.match(storage_filter[key], storage[key])
    [all...]

Completed in 1561 milliseconds

1 2 3 45 6 7 8 91011>>