Searched defs:storage (Results 251 - 275 of 620) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc37 DefaultMapStorage* storage = new DefaultMapStorage(); local
38 storage->ReadFromMap(descriptions);
39 storage_.reset(storage);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_uniform.h121 union gl_constant_value *storage; member in struct:gl_uniform_storage
H A Dlink_uniform_initializers.cpp38 get_storage(gl_uniform_storage *storage, unsigned num_storage, argument
42 if (strcmp(name, storage[i].name) == 0)
43 return &storage[i];
50 copy_constant_to_storage(union gl_constant_value *storage, argument
58 storage[i].u = val->value.u[i];
62 storage[i].i = val->value.i[i];
65 storage[i].f = val->value.f[i];
68 storage[i].b = int(val->value.b[i]);
111 struct gl_uniform_storage *const storage = local
115 if (storage
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.cpp31 fill_storage_array_with_sentinels(gl_constant_value *storage, argument
36 storage[i].u = 0xDEADBEEF;
39 storage[data_size + i].u = 0xBADDC0DE;
46 red_zone_is_intact(gl_constant_value *storage, argument
53 if (storage[idx].u != 0xBADDC0DE)
55 << "storage[" << idx << "].u = " << storage[idx].u
176 * \param storage Backing storage for the uniform
177 * \param storage_array_size Array size of the backing storage
185 verify_data(gl_constant_value *storage, unsigned storage_array_size, ir_constant *val, unsigned red_zone_size) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_vector.h40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/
69 void *storage; /**< self-allocated storage */ member in struct:__anon14567
70 GLuint storage_count; /**< storage size in elements */
75 GLfloat (*storage)[4] );
/external/chromium_org/third_party/opus/src/celt/
H A Dentcode.h60 opus_uint32 storage; member in struct:ec_ctx
/external/clang/test/Index/
H A Dindex-templates.cpp40 struct storage { }; struct
143 // CHECK-LOAD: index-templates.cpp:40:8: ClassTemplate=storage:40:8 (Definition) Extent=[39:1 - 40:19]
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp54 Variable (const VariableType& type, Storage storage, const char* name);
63 void setStorage (Storage storage) { m_storage = storage; } argument
/external/deqp/modules/glshared/
H A DglsShaderPerformanceCase.hpp50 void setCalibrationInitialParamStorage (const de::SharedPtr<InitialCalibration>& storage) { m_initialCalibration = storage; } argument
/external/libcxxabi/test/
H A Dtest_vector2.cpp55 void *storage; member in struct:vec_on_stack
56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/external/libopus/celt/
H A Dentcode.h60 opus_uint32 storage; member in struct:ec_ctx
/external/llvm/include/llvm/ADT/
H A DOptional.h29 AlignedCharArrayUnion<T> storage; member in class:llvm::Optional
35 new (storage.buffer) T(y);
39 new (storage.buffer) T(*O);
43 new (storage.buffer) T(std::forward<T>(y));
47 new (storage.buffer) T(std::move(*O));
55 new (storage.buffer) T(std::move(y));
83 new (storage.buffer) T(y);
108 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); }
109 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); }
/external/mesa3d/src/glsl/
H A Dir_uniform.h121 union gl_constant_value *storage; member in struct:gl_uniform_storage
H A Dlink_uniform_initializers.cpp38 get_storage(gl_uniform_storage *storage, unsigned num_storage, argument
42 if (strcmp(name, storage[i].name) == 0)
43 return &storage[i];
50 copy_constant_to_storage(union gl_constant_value *storage, argument
58 storage[i].u = val->value.u[i];
62 storage[i].i = val->value.i[i];
65 storage[i].f = val->value.f[i];
68 storage[i].b = int(val->value.b[i]);
111 struct gl_uniform_storage *const storage = local
115 if (storage
[all...]
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.cpp31 fill_storage_array_with_sentinels(gl_constant_value *storage, argument
36 storage[i].u = 0xDEADBEEF;
39 storage[data_size + i].u = 0xBADDC0DE;
46 red_zone_is_intact(gl_constant_value *storage, argument
53 if (storage[idx].u != 0xBADDC0DE)
55 << "storage[" << idx << "].u = " << storage[idx].u
176 * \param storage Backing storage for the uniform
177 * \param storage_array_size Array size of the backing storage
185 verify_data(gl_constant_value *storage, unsigned storage_array_size, ir_constant *val, unsigned red_zone_size) argument
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_vector.h40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/
69 void *storage; /**< self-allocated storage */ member in struct:__anon27978
70 GLuint storage_count; /**< storage size in elements */
75 GLfloat (*storage)[4] );
/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp73 CvMemStorage* storage, CvPoint offset )
76 CvMemStorage* tempStorage = storage ? storage : cvCreateMemStorage();
114 if( tempStorage != storage )
72 cvSegmentFGMask( CvArr* _mask, int poly1Hull0, float perimScale, CvMemStorage* storage, CvPoint offset ) argument
/external/opencv/ml/src/
H A Dmltestset.cpp67 CvMemStorage* storage = NULL; local
118 CV_CALL( storage = cvCreateMemStorage() );
119 CV_CALL( cvStartWriteSeq( 0, sizeof( CvSeq ), sizeof( CvDI ), storage, &writer ));
167 cvReleaseMemStorage( &storage );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client_parts.h12 #include "storage/browser/fileapi/file_system_context.h"
28 namespace storage { namespace
52 std::vector<storage::URLRequestAutoMountHandler>* handlers) {}
56 ScopedVector<storage::FileSystemBackend>* additional_backends) {}
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.h21 namespace storage { namespace
59 scoped_refptr<storage::FileSystemContext> file_system_context,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks.h69 // this information in chrome.storage instead. crbug.com/267359.
130 namespace storage { namespace
244 const std::vector<storage::FileSystemURL>& file_urls,
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.h15 #include "storage/browser/fileapi/file_system_url.h"
16 #include "storage/common/quota/quota_types.h"
18 namespace storage { namespace
70 typedef std::map<storage::FileSystemURL,
72 storage::FileSystemURL::Comparator> URLToStatusMap;
74 void DidGetFileStatus(const storage::FileSystemURL& file_system_url,
94 void DidGetUsageAndQuota(storage::QuotaStatusCode status,
113 storage::FileSystemContext* GetFileSystemContext();
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_worker.h32 namespace storage { namespace
95 const storage::FileSystemURL& url,
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h17 #include "storage/browser/blob/blob_data_handle.h"
18 #include "storage/browser/fileapi/file_system_operation.h"
19 #include "storage/browser/fileapi/file_system_url.h"
20 #include "storage/browser/quota/quota_callbacks.h"
21 #include "storage/common/fileapi/file_system_types.h"
22 #include "storage/common/fileapi/file_system_util.h"
23 #include "storage/common/quota/quota_types.h"
30 namespace storage { namespace
44 namespace storage { namespace
66 typedef storage
[all...]

Completed in 475 milliseconds

<<11121314151617181920>>