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

<<11121314151617181920>>

  /external/v8/test/webkit/
dfg-ensure-array-storage-on-string.js 25 "Checks that trying to arrayify a string to have array storage doesn't crash."
dfg-put-by-id-allocate-storage-polymorphic.js 25 "Tests that a polymorphic DFG PutById that allocates property storage works."
dfg-put-by-id-allocate-storage.js 25 "Tests that a DFG PutById that allocates property storage works."
dfg-put-by-id-reallocate-storage-polymorphic.js 25 "Tests that a polymorphic DFG PutById that allocates, and then reallocates, property storage works."
dfg-put-by-id-reallocate-storage.js 25 "Tests that a DFG PutById that allocates, and then reallocates, property storage works."
  /external/v8/test/webkit/fast/js/
object-slow-put.js 25 "Tests that defining a setter on the prototype of an object used for indexed storage works."
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 93 jbyteArray storage, // byte[]
97 SkStreamRewindable* stream = CopyJavaInputStream(env, is, storage);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 23 import android.os.storage.OnObbStateChangeListener;
24 import android.os.storage.StorageManager;
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 27 * persistent storage and computes retry strategy accordingly. Handles
80 * @param storage to use for recording the state of operations across restarts/reboots
82 public OperationScheduler(SharedPreferences storage) {
83 mStorage = storage;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
bool.pass.cpp 225 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
226 A& zero = *new (storage) A();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageSettings.java 33 import android.os.storage.DiskInfo;
34 import android.os.storage.StorageEventListener;
35 import android.os.storage.StorageManager;
36 import android.os.storage.VolumeInfo;
37 import android.os.storage.VolumeRecord;
67 * Panel showing both internal storage (both built-in storage and private
68 * volumes) and removable storage (public volumes).
190 // TODO: add actual storage type to record
231 // Only showing primary internal storage, so just shortcu
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider.h 49 // (created due to user or storage configuration) Services.
122 // Save configuration for wifi_provider to |storage|.
123 virtual bool Save(StoreInterface* storage) const;
208 // Retrieve a WiFi service's identifying properties from passed-in |storage|.
209 // Return true if storage contain valid parameter values and populates |ssid|,
212 static bool GetServiceParametersFromStorage(const StoreInterface* storage,
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 157 CvMemStorage *storage, CvMat *image, int flags );
161 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags );*/
167 CvMemStorage* storage );
177 CvSize pattern_size, CvMemStorage* storage );
247 cv::Ptr<CvMemStorage> storage; local
273 storage.reset(cvCreateMemStorage(0));
330 CV_CALL( quad_count = icvGenerateQuadsEx( &quads, &corners, storage, img, thresh_img, dilations, flags ));
372 quad_count = icvGenerateQuads( &quads, &corners, storage, thresh_img, flags );
418 count = icvFindConnectedQuads( quads, quad_count, quad_group, group_idx, storage );
428 pattern_size, storage );
    [all...]
  /external/mesa3d/src/glsl/tests/
set_uniform_initializer_tests.cpp 90 * Create some uniform storage for a program.
92 * \param prog Program to get some storage
93 * \param num_storage Total number of storage slots
94 * \param index_to_set Storage slot that will actually get a value
95 * \param name Name for the actual storage slot
96 * \param type Type for the elements of the actual storage slot
97 * \param array_size Size for the array of the actual storage slot. This
122 prog->UniformStorage[index_to_set].storage =
125 fill_storage_array_with_sentinels(prog->UniformStorage[index_to_set].storage,
140 prog->UniformStorage[i].storage = NULL
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 336 CvMemStorage* storage )
389 sizeof(CvContour), sizeof(CvPoint), storage, &writer );
480 CvMemStorage* storage )
551 if( storage )
554 region.rect, storage );
  /external/skia/src/core/
SkRRect.cpp 471 SkScalar storage[12];
472 SkASSERT(sizeof(storage) == kSizeInMemory);
475 memcpy(storage, buffer, kSizeInMemory);
477 this->setRectRadii(*(const SkRect*)&storage[0],
478 (const SkVector*)&storage[4]);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 21 import static android.os.storage.StorageVolume.EXTRA_DIRECTORY_NAME;
22 import static android.os.storage.StorageVolume.EXTRA_STORAGE_VOLUME;
62 import android.os.storage.StorageManager;
63 import android.os.storage.StorageVolume;
64 import android.os.storage.VolumeInfo;
309 Log.e(TAG, "Did not get doc id from External Storage provider for " + file, e);
315 Log.e(TAG, "Did not get doc id from External Storage provider for " + file);
  /external/opencv/cv/src/
cvcalibinit.cpp 129 CvMemStorage *storage, CvMat *image, int flags );
133 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags );
139 CvMemStorage* storage );
149 CvSize pattern_size, CvMemStorage* storage );
215 CvMemStorage* storage = 0; local
244 CV_CALL( storage = cvCreateMemStorage(0) );
287 CV_CALL( quad_count = icvGenerateQuadsEx( &quads, &corners, storage, img, thresh_img, dilations, flags ));
330 CV_CALL( quad_count = icvGenerateQuads( &quads, &corners, storage, thresh_img, flags ));
376 CV_CALL( count = icvFindConnectedQuads( quads, quad_count, quad_group, group_idx, storage ));
386 pattern_size, storage );
    [all...]
cvhough.cpp 491 CvMemStorage* storage = 0; local
522 CV_CALL( storage = cvCreateMemStorage(0) );
532 CV_CALL( cvStartWriteSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage, &writer ));
729 cvReleaseMemStorage( &storage );
862 CvMemStorage* storage = 0; local
890 CV_CALL( storage = cvCreateMemStorage() );
891 CV_CALL( nz = cvCreateSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage ));
892 CV_CALL( centers = cvCreateSeq( CV_32SC1, sizeof(CvSeq), sizeof(int), storage ));
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 1560 CVAPI(void) cvReleaseMemStorage( CvMemStorage** storage ); variable
1567 CVAPI(void) cvClearMemStorage( CvMemStorage* storage ); variable
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 291 StorageQualifier (const SharedPtr& enclosing, glu::Storage storage)
293 , m_storage (storage)
299 const glu::Storage m_storage;
328 // Must be storage qualified
595 DE_ASSERT(variable.storage == glu::STORAGE_LAST);
596 variable.storage = qualifier->m_storage;
600 DE_ASSERT(interfaceBlock.storage == glu::STORAGE_LAST);
601 interfaceBlock.storage = qualifier->m_storage;
685 DE_ASSERT(variable.storage == glu::STORAGE_LAST)
    [all...]
  /external/ImageMagick/coders/
sgi.c 79 storage,
327 iris_info.storage=(unsigned char) ReadBlobByte(image);
328 switch (iris_info.storage)
387 if ((int) iris_info.storage != 0x01)
940 iris_info.storage=(unsigned char) 0x00;
942 iris_info.storage=(unsigned char) 0x01;
968 (void) WriteBlobByte(image,iris_info.storage);
77 storage, member in struct:_SGIInfo
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 243 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
254 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
290 gls::DrawTestSpec::Storage storage; member in struct:deqp::gles3::Stress::__anon9661::IndexTest
315 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER);
320 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
324 spec.indexStorage = indexTest.storage;
461 gls::DrawTestSpec::Storage storages[] =
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( (…)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 101 sz += arg->storage();
189 _cl_kernel::argument::storage() const { function in class:_cl_kernel::argument
251 _cl_kernel::local_argument::storage() const { function in class:_cl_kernel::local_argument
  /external/mesa3d/src/glsl/
link_uniforms.cpp 46 * Count the backing storage requirements for a type
110 * Class to help calculate the storage requirements for a set of uniforms
113 * the storage requirements for those uniforms are accumulated. The active
140 * Number of data values required to back the storage for the active uniforms
172 * don't use any storage on current hardware.
196 * Class to help parcel out pieces of backing storage to uniforms
271 /* If there is already storage associated with this uniform, it means
276 if (this->uniforms[id].storage != NULL) {
277 /* If the uniform already has storage set from another shader stage,
332 this->uniforms[id].storage = this->values
    [all...]

Completed in 1942 milliseconds

<<11121314151617181920>>