/external/skia/include/effects/ |
SkTransparentShader.h | 38 Context* onCreateContext(const ContextRec&, void* storage) const override;
|
/external/skia/src/images/ |
SkImageDecoder_libbmp.cpp | 100 SkAutoMalloc storage; local 102 const size_t length = SkCopyStreamToStorage(&storage, stream); 114 if (!helper.DecodeImage((const char*)storage.get(), length, 122 storage.free();
|
/frameworks/base/libs/storage/ |
IMountShutdownObserver.cpp | 17 #include <storage/IMountShutdownObserver.h>
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
FormattingProgressFragment.java | 17 package com.android.tv.settings.device.storage;
|
/external/clang/test/Analysis/ |
malloc.cpp | 52 void **storage; member in class:PR13751::OwningVector 58 storage[length++] = Item;
|
/external/deqp/modules/glshared/ |
glsShaderPerformanceCase.hpp | 50 void setCalibrationInitialParamStorage (const de::SharedPtr<InitialCalibration>& storage) { m_initialCalibration = storage; }
|
/external/freetype/include/internal/ |
ftrfork.h | 84 /* this array is a storage in non-PIC mode, so ; is needed in END */ 97 FT_Init_Table_ ## name( type* storage ) \ 99 type* local = storage; \
|
/external/mesa3d/src/mesa/math/ |
m_vector.h | 40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ 69 void *storage; /**< self-allocated storage */ member in struct:__anon17125 70 GLuint storage_count; /**< storage size in elements */ 75 GLfloat (*storage)[4] );
|
/external/pdfium/third_party/freetype/include/internal/ |
ftrfork.h | 84 /* this array is a storage in non-PIC mode, so ; is needed in END */ 97 FT_Init_Table_ ## name( type* storage ) \ 99 type* local = storage; \
|
/external/skia/include/codec/ |
SkScanlineDecoder.h | 88 SkAutoMalloc storage(fDstInfo.minRowBytes()); 94 return this->onGetScanlines(storage.get(), countLines, 0);
|
/external/skia/src/core/ |
SkLocalMatrixShader.cpp | 26 void* storage) const { 35 return fProxyShader->createContext(newRec, storage);
|
SkPictureShader.h | 39 Context* onCreateContext(const ContextRec&, void* storage) const override; 52 static Context* Create(void* storage, const SkPictureShader&, const ContextRec&,
|
SkVarAlloc.cpp | 36 SkVarAlloc::SkVarAlloc(size_t minLgSize, char* storage, size_t len) 38 , fByte(storage)
|
SkFilterShader.cpp | 59 SkShader::Context* SkFilterShader::onCreateContext(const ContextRec& rec, void* storage) const { 60 char* shaderContextStorage = (char*)storage + sizeof(FilterShaderContext); 65 return SkNEW_PLACEMENT_ARGS(storage, FilterShaderContext, (*this, shaderContext, rec));
|
/external/skia/tests/ |
ColorFilterTest.cpp | 23 SkAutoSMalloc<1024> storage(size); 24 // make a copy into storage 25 wb.writeToMemory(storage.get()); 27 SkReadBuffer rb(storage.get(), size); 224 SkPMColor storage[256]; local 226 storage[b] = SkPackARGB32(0xFF, r, g, b); 228 cf->filterSpan(storage, 256, storage); 230 REPORTER_ASSERT(reporter, 0xFF == SkGetPackedA32(storage[b]));
|
PointTest.cpp | 72 uint32_t storage; local 73 memcpy(&storage, &value, 4); 78 storage = ~storage; 80 memcpy(&value, &storage, 4);
|
/hardware/intel/common/libwsbm/src/ |
wsbm_driver.h | 45 unsigned long storage[WSBM_MUTEX_SPACE]; member in struct:_WsbmMutex 51 unsigned long storage[WSBM_COND_SPACE]; member in struct:_WsbmCond
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
XmlStorageEditorInput.java | 31 * Storage associated with this editor input 36 * Constructs an editor input on the given storage 38 * @param storage 40 public XmlStorageEditorInput(IStorage storage) { 41 mStorage = storage;
|
/external/deqp/framework/randomshaders/ |
rsgExecutionContext.cpp | 63 ExecValueStorage* storage = m_varValues[variable]; local 65 if (!storage) 67 storage = new ExecValueStorage(variable->getType()); 68 m_varValues[variable] = storage; 71 return storage->getValue(variable->getType());
|
/external/boringssl/src/crypto/bn/ |
rsaz_exp.c | 81 unsigned char storage[320*3+32*9*16+64]; /* 5.5KB */ local 82 unsigned char *p_str = storage + (64-((size_t)storage%64)); 259 OPENSSL_cleanse(storage,sizeof(storage)); 277 unsigned char storage[16*8*8+64*2+64]; /* 1.2KB */ local 278 unsigned char *table = storage + (64-((size_t)storage%64)); 323 OPENSSL_cleanse(storage,sizeof(storage)); [all...] |
/external/libopus/celt/ |
entenc.c | 61 if(_this->offs+_this->end_offs>=_this->storage)return -1; 67 if(_this->offs+_this->end_offs>=_this->storage)return -1; 68 _this->buf[_this->storage-++(_this->end_offs)]=(unsigned char)_value; 124 _this->storage=_size; 240 _this->buf+_this->storage-_this->end_offs,_this->end_offs); 241 _this->storage=_size; 278 _this->storage-_this->offs-_this->end_offs); 281 if(_this->end_offs>=_this->storage)_this->error=-1; 286 if(_this->offs+_this->end_offs>=_this->storage&&l<used){ 290 _this->buf[_this->storage-_this->end_offs-1]|=(unsigned char)window [all...] |
/external/deqp/framework/common/ |
tcuTextureUtil.hpp | 50 * \brief Color channel storage type 146 //! storage for access storage storage 148 tcu::Texture1DView getEffectiveTextureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler); 149 tcu::Texture2DView getEffectiveTextureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler); 150 tcu::Texture3DView getEffectiveTextureView (const tcu::Texture3DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler); 151 tcu::Texture1DArrayView getEffectiveTextureView (const tcu::Texture1DArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler); 152 tcu::Texture2DArrayView getEffectiveTextureView (const tcu::Texture2DArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler); 153 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler) [all...] |
/external/wpa_supplicant_8/src/utils/ |
trace.c | 74 long storage, symcount; local 85 storage = bfd_get_symtab_upper_bound(abfd); 86 if (storage == 0) { 87 storage = bfd_get_dynamic_symtab_upper_bound(abfd); 90 if (storage < 0) { 95 syms = malloc(storage); 98 "(%ld bytes)", storage);
|
/external/opencv/cv/src/ |
cvdominants.cpp | 55 CvMemStorage * storage, 76 if( storage == NULL ) 285 sizeof( CvSeq ), sizeof( int ), storage, &writer ); 359 cvFindDominantPoints( CvSeq * contour, CvMemStorage * storage, int method, 370 if( !storage ) 371 storage = contour->storage; 373 if( !storage ) 394 IPPI_CALL( icvFindDominantPointsIPAN( contour, storage, &corners,
|
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 36 return mem_usage.for_lu; /* bytes used by the factor storage */ \ 70 return mem_usage.for_lu; /* bytes used by the factor storage */ \ 88 * This wrapper class mainly aims to avoids the need of dynamic allocation of the storage structure. 94 Store = &storage; 100 Store = &storage; 101 storage = other.storage; 107 Store = &storage; 108 storage = other.storage; 118 } storage; member in struct:Eigen::SluMatrix [all...] |