HomeSort by relevance Sort by last modified time
    Searched refs:Storage (Results 51 - 75 of 273) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.idl 28 ] interface Storage {
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_address_validator.h 25 class Storage;
76 // Takes ownership of |source| and |storage|.
78 scoped_ptr< ::i18n::addressinput::Storage> storage,
chrome_storage_impl.cc 32 const Storage::Callback& data_ready) const {
49 const Storage::Callback& data_ready) {
chrome_address_validator.cc 18 #include "third_party/libaddressinput/src/cpp/include/libaddressinput/storage.h"
30 using ::i18n::addressinput::Storage;
42 scoped_ptr<Storage> storage,
45 storage.release())),
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
retriever.cc 19 #include <libaddressinput/storage.h>
40 ValidatingStorage* storage)
43 storage_(storage),
63 // Validating storage returns (false, key, stale-data) for valid but stale
80 data = NULL; // Deleted by Storage::Put().
96 const scoped_ptr<const Storage::Callback> validated_data_ready_;
104 Retriever::Retriever(const Source* source, Storage* storage)
105 : source_(source), storage_(new ValidatingStorage(storage)) {
ondemand_supplier.cc 31 OndemandSupplier::OndemandSupplier(const Source* source, Storage* storage)
32 : retriever_(new Retriever(source, storage)) {
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 74 class Storage;
273 // HTML 5 key/value storage
274 Storage* sessionStorage(ExceptionState&) const;
275 Storage* localStorage(ExceptionState&) const;
276 Storage* optionalSessionStorage() const { return m_sessionStorage.get(); }
277 Storage* optionalLocalStorage() const { return m_localStorage.get(); }
378 mutable RefPtrWillBeMember<Storage> m_sessionStorage;
379 mutable RefPtrWillBeMember<Storage> m_localStorage;
  /external/deqp/framework/opengl/
gluVarType.hpp 41 * Variable type represents data type. No storage qualifiers are supported
170 enum Storage
180 const char* getStorageName (Storage storage);
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
263 Storage storage; member in struct:glu::VariableDeclaration
274 Storage storage; member in struct:glu::InterfaceBlock
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
BIQUAD.h 33 LVM_INT32 Storage[6];
126 LVM_INT32 Storage[ (1*2) ]; /* One channel, two taps of size LVM_INT32 */
131 LVM_INT32 Storage[ (2*2) ]; /* Two channels, two taps of size LVM_INT32 */
139 LVM_INT32 Storage[ (1*4) ]; /* One channel, four taps of size LVM_INT32 */
144 LVM_INT32 Storage[ (2*4) ]; /* Two channels, four taps of size LVM_INT32 */
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pythread.pxd 32 # Thread Local Storage (TLS) API
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
validating_storage_test.cc 18 #include <libaddressinput/storage.h>
38 using i18n::addressinput::Storage;
59 Storage* const wrapped_storage_; // Owned by |storage_|.
retriever_test.cc 19 #include <libaddressinput/storage.h>
42 using i18n::addressinput::Storage;
50 // The value of the data that the stale storage returns.
53 // The actual data that the stale storage returns.
126 // The storage that always returns stale data.
127 class StaleStorage : public Storage {
132 // Storage implementation.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.h 50 class Storage;
InspectorDOMStorageAgent.h 34 #include "core/storage/StorageArea.h"
44 class Storage;
  /external/chromium_org/win8/metro_driver/
stdafx.h 24 #include <windows.storage.pickers.h>
38 namespace winstorage = ABI::Windows::Storage;
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 71 struct Storage : StorageBase {
  /external/llvm/include/llvm/Support/
ErrorOr.h 43 T *Storage;
46 ReferenceStorage(T &Ref) : Storage(&Ref) {}
48 operator T &() const { return *Storage; }
49 T &get() const { return *Storage; }
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 124 enum Storage
146 static std::string storageToString (Storage storage);
161 virtual Storage getStorageType (void) const = 0;
171 ContextArray (Storage storage, sglr::Context& context);
176 virtual void bindIndexArray (Array::Target storage);
184 virtual Array::Storage getStorageType (void) const { return m_storage; }
198 Storage m_storage;
222 virtual void newArray (Array::Storage storage)
422 Array::Storage storage; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 22 * See http://www.netlib.org/linalg/html_templates/node91.html for details on the storage scheme.
75 typedef internal::CompressedStorage<Scalar,Index> Storage;
94 inline Storage& data() { return m_data; }
96 inline const Storage& data() const { return m_data; }
327 EIGEN_DEPRECATED Storage& _data() { return m_data; }
329 EIGEN_DEPRECATED const Storage& _data() const { return m_data; }
343 Storage m_data;
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 106 private long mStorageSpace = Storage.LOW_STORAGE_THRESHOLD;
310 mStorageSpace = Storage.getAvailableSpace();
332 if (storageSpace == Storage.UNAVAILABLE) {
334 } else if (storageSpace == Storage.PREPARING) {
336 } else if (storageSpace == Storage.UNKNOWN_SIZE) {
338 } else if (storageSpace <= Storage.LOW_STORAGE_THRESHOLD) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmdfs.h 87 LPDFS_STORAGE_INFO Storage;
96 ULONG Storage;
107 LPDFS_STORAGE_INFO Storage;
118 ULONG Storage;
142 LPDFS_STORAGE_INFO_1 Storage;
232 LPDFS_STORAGE_INFO_1 Storage;
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) :
133 DFS(Storage), LI(LInfo) {}
  /external/chromium_org/tools/telemetry/telemetry/util/
cloud_storage.py 5 """Wrappers for gsutil, for basic interaction with Google Cloud Storage."""
33 _GSUTIL_URL = 'http://storage.googleapis.com/pub/gsutil.tar.gz'
57 'Attempted to access a file from Cloud Storage but you don\'t '
64 'Attempted to access a file from Cloud Storage but you have no '
199 If the file is not in Cloud Storage, log a warning instead of raising an
228 logging.warning('Unable to find file in Cloud Storage: %s', file_path)
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 31 Variable::Variable (const VariableType& type, Storage storage, const char* name)
33 , m_storage (storage)

Completed in 486 milliseconds

1 23 4 5 6 7 8 91011