HomeSort by relevance Sort by last modified time
    Searched defs:storage (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/skia/gm/
gmmain.cpp 338 SkDynamicMemoryWStream storage; local
339 src.serialize(&storage);
341 int streamSize = storage.getOffset();
346 storage.copyTo(dst);
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 320 // JSNonFinalObject is a type of JSObject that has some internal storage,
350 // storage to fully make use of the colloctor cell containing it.
827 PropertyStorage storage = propertyStorage(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 17 package android.os.storage;
405 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
StorageManagerBaseTest.java 17 package android.os.storage;
28 import android.os.storage.OnObbStateChangeListener;
29 import android.os.storage.StorageManager;
172 Log.i(LOG_TAG, "Storage state changing to: " + state);
  /frameworks/base/include/media/stagefright/
MetaData.h 211 void *storage() { function in struct:android::MetaData::typed_data
215 const void *storage() const { function in struct:android::MetaData::typed_data
  /frameworks/base/media/mtp/
MtpServer.cpp 117 void MtpServer::addStorage(MtpStorage* storage) {
120 mStorages.push(storage);
121 sendStoreAdded(storage->getStorageID());
124 void MtpServer::removeStorage(MtpStorage* storage) {
128 if (mStorages[i] == storage) {
130 sendStoreRemoved(storage->getStorageID());
140 MtpStorage* storage = mStorages[i]; local
141 if (storage->getStorageID() == id)
142 return storage;
517 MtpStorage* storage = getStorage(id) local
819 MtpStorage* storage = getStorage(storageID); local
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 651 CvMemStorage* storage; local
680 CV_CALL( storage = cvCreateMemStorage( CV_SPARSE_MAT_BLOCK ));
681 CV_CALL( arr->heap = cvCreateSet( 0, sizeof(CvSet), size, storage ));
718 cvReleaseMemStorage( &arr->heap->storage );
    [all...]
cxdatastructs.cpp 43 #define ICV_FREE_PTR(storage) \
44 ((schar*)(storage)->top + (storage)->block_size - (storage)->free_space)
78 * Functions for manipulating memory storage - list of memory blocks *
81 /* Initialize allocated storage: */
83 icvInitMemStorage( CvMemStorage* storage, int block_size )
89 if( !storage )
98 memset( storage, 0, sizeof( *storage ));
110 CvMemStorage *storage = 0; local
132 CvMemStorage *storage = 0; local
755 CvMemStorage *storage = seq->storage; local
1036 CvMemStorage *storage = seq->storage; local
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 833 cvReleaseMemStorage( &weak->storage );
915 CvMemStorage* storage = 0; local
934 CV_CALL( storage = cvCreateMemStorage() );
935 weak = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvBoostTree*), storage );
936 storage = 0;
1552 CvMemStorage* storage; local
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 129 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) {
131 uint8_t* tmp = storage;
386 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
387 uint8_t* base = (uint8_t*)storage.get();
405 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
406 uint8_t* srcRow = (uint8_t*)storage.get();
744 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
745 uint8_t* base = (uint8_t*)storage.get();
768 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
769 uint8_t* srcRow = (uint8_t*)storage.get()
1127 char* storage = (char*)rowStorage.get(); local
    [all...]
  /external/v8/src/
handles.cc 880 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(num_enum); local
886 (*storage)->set(index, descs->GetKey(i));
892 (*storage)->SortPairs(*sort_array, sort_array->length());
898 desc->SetEnumCache(*bridge_storage, *storage);
900 ASSERT(storage->length() == index);
901 return storage;
904 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(num_enum); local
906 object->property_dictionary()->CopyEnumKeysTo(*storage, *sort_array);
907 return storage;
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 17 package android.os.storage;
25 import android.os.storage.StorageVolume;
32 * @hide - Applications should use android.os.storage.StorageManager to access
33 * storage functions.
89 * Returns true if a USB mass storage host is connected
108 * Enables / disables USB mass storage. The caller should check
109 * actual status of enabling/disabling USB mass storage via
127 * Returns true if a USB mass storage host is enabled (media is
147 * Mount external storage at given mount point. Returns an int
168 * Safely unmount external storage at given mount point. The unmoun
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 112 SkRect storage; local
114 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
115 bounds_ = &storage;
132 SkRect storage; local
134 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
135 bounds_ = &storage;
342 SkAutoSTMalloc<32, SkPoint> storage(count);
343 SkPoint* pts = storage.get();
568 /* Our temp storage holds 2 or 3 arrays.
576 storageSize += ptCount * sizeof(SkPoint); // storage for vert
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 384 jbyte* storage = env->GetByteArrayElements(chunks, NULL); local
385 Res_png_9patch* patch = reinterpret_cast<Res_png_9patch*>(storage);
392 env->ReleaseByteArrayElements(chunks, storage, 0);
441 jfloat* storage = env->GetFloatArrayElements(points, NULL); local
442 renderer->drawPoints(storage + offset, count, paint);
443 env->ReleaseFloatArrayElements(points, storage, 0);
453 jfloat* storage = env->GetFloatArrayElements(points, NULL); local
454 renderer->drawLines(storage + offset, count, paint);
455 env->ReleaseFloatArrayElements(points, storage, 0);
663 jint* storage = env->GetIntArrayElements(layerInfo, NULL) local
676 jint* storage = env->GetIntArrayElements(layerInfo, NULL); local
689 jint* storage = env->GetIntArrayElements(layerInfo, NULL); local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 377 // load the EventDisplay from storage.
814 String storage = store.getString(PREFS_EVENT_DISPLAY); local
816 if (storage.length() > 0) {
817 String[] values = storage.split(Pattern.quote(EVENT_DISPLAY_STORAGE_SEPARATOR));
838 String storage = eventDisplay.getStorageString(); local
839 if (storage != null) {
846 sb.append(storage);
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3721 struct sockaddr_storage storage; member in union:__anon5493
    [all...]
  /external/mesa3d/test/
egl.cpp 320 return storage;
323 return storage+count;
327 Rect* storage = reg.storage; local
330 storage->left = lhs.left;
331 storage->top = lhs.top;
332 storage->right = lhs.right;
333 storage->bottom = rhs.top;
334 storage++;
340 storage->left = lhs.left
369 Rect storage[4]; member in struct:android::egl_window_surface_v2_t::Region
    [all...]
  /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/opencv/cxcore/include/
cxcore.h 939 CVAPI(void) cvReleaseMemStorage( CvMemStorage** storage ); variable
946 CVAPI(void) cvClearMemStorage( CvMemStorage* storage ); variable
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 636 XilMemoryStorage storage; local
654 if (xil_get_memory_storage(quake_image, &storage) == FALSE)
660 if (xil_get_memory_storage(quake_image, &storage) == FALSE)
663 vid.rowbytes = storage.byte.scanline_stride;
664 vid.buffer = storage.byte.data;
682 XilMemoryStorage storage; local
999 XilMemoryStorage storage; local
1011 if (xil_get_memory_storage(quake_image, &storage) == FALSE)
1014 vid.buffer = storage.byte.data;
1078 XilMemoryStorage storage; local
1120 XilMemoryStorage storage; local
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 157 stored in the ...Storage field, and the pointer points to that. If the
158 value is not copied for this level, we ignore ...Storage, and just point
1225 SkRect storage; local
1243 SkRect storage; local
1545 SkRect storage; local
1561 SkRect storage; local
1578 SkRect storage; local
    [all...]
SkPicturePlayback.cpp 305 SkAutoSTMalloc<16, SkFlattenable::Factory> storage(count);
306 SkFlattenable::Factory* array = (SkFlattenable::Factory*)storage.get();
327 SkAutoSTMalloc<16, SkTypeface*> storage(count);
328 SkTypeface** array = (SkTypeface**)storage.get();
376 SkAutoSMalloc<512> storage(size);
377 fRegions[i].flatten(storage.get());
378 buffer.writePad(storage.get(), size);
425 void* storage = sk_malloc_throw(size); local
426 stream->read(storage, size);
427 fReader.setMemory(storage, size)
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 457 SkAutoSMalloc<1024> storage; local
474 // need tmp storage for 32bit RGB offscreen
477 image = storage.realloc(size);
484 image = storage.realloc(size);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 279 const_iterator begin() const { return storage; }
280 const_iterator end() const { return storage+count; }
283 Rect* storage = reg.storage; local
286 storage->left = lhs.left;
287 storage->top = lhs.top;
288 storage->right = lhs.right;
289 storage->bottom = rhs.top;
290 storage++;
296 storage->left = lhs.left
325 Rect storage[4]; member in struct:android::egl_window_surface_v2_t::Region
    [all...]

Completed in 582 milliseconds

1 2 34 5