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

1 2 3 4 5 67 8 91011

  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java     [all...]
VideoModule.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 421 Storage &reg = ld->getSrc(0)->asImm()->reg;
  /external/chromium_org/win8/metro_driver/
file_picker.cc 8 #include <windows.storage.pickers.h>
23 namespace winstorage = ABI::Windows::Storage;
133 // from a storage file collection.
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 521 enum Storage
536 VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type);
547 const Storage m_storage;
554 VertexAttributeCase::VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type)
556 , m_storage (storage)
562 DE_ASSERT(storage < STORAGE_LAST);
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 158 std::string Array::storageToString (Storage storage)
160 DE_ASSERT(storage < STORAGE_LAST);
169 return storages[(int)storage];
468 ContextArray::ContextArray (Storage storage, sglr::Context& context)
469 : m_storage (storage)
773 void ContextArrayPack::newArray (Array::Storage storage)
775 m_arrays.push_back(new ContextArray(storage, m_ctx))
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 148 typename SparseMatrixType::Storage newdata(m_matrix.data().allocatedSize() - block_size + nnz);
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 421 Storage &reg = ld->getSrc(0)->asImm()->reg;
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 105 * Updates the Local Storage summary.
111 $('local-storage-freespace').innerText = freeSpaceInMB;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 70 * Get the URL for Google Cloud Storage.
77 var baseUrl = '//storage.googleapis.com/gonacl/demos/publish/';
  /external/clang/lib/AST/
DeclBase.cpp 50 // Allocate an extra 8 bytes worth of storage, which ensures that the
984 /// \brief We have just acquired external visible storage, and we already have
986 /// the external storage.
995 /// \brief Load the declarations within this lexical storage from an
1000 assert(hasExternalLexicalStorage() && Source && "No external storage?");
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 94 <span class="en">Storage Access Framework</span>
488 <span class="en">Data Storage</span>
491 <li><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">
492 <span class="en">Storage Options</span>
501 </li><!-- end of data storage -->
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 392 struct Storage *const a = &imm0.reg, *const b = &imm1.reg;
393 struct Storage res;
523 Storage res;
    [all...]
nv50_ir_emit_nv50.cpp 314 const Storage *reg = &dst->join->reg;
455 const Storage *reg = &i->src(s).rep()->reg;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 392 struct Storage *const a = &imm0.reg, *const b = &imm1.reg;
393 struct Storage res;
523 Storage res;
    [all...]
nv50_ir_emit_nv50.cpp 314 const Storage *reg = &dst->join->reg;
455 const Storage *reg = &i->src(s).rep()->reg;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 676 Storage.ensureOSXCompatible();
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 499 accessing URLs and to local storage in the browser (the Pepper file I/O API
500 has access to the same per-application storage that JavaScript has via Local
501 Storage). HTML5 File System can be used, among others. For POSIX compatabiliy
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 965 // Random storage \todo [pyry] Check that scalar count in uniform/input classes is not exceeded
966 static const Variable::Storage storages[] =
987 state.getVariableManager().setStorage(variable, state.getRandom().chooseWeighted<Variable::Storage>(&storages[0], &storages[DE_LENGTH_OF_ARRAY(storages)], &weights[0]));
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 275 gm_summaries_bucket: Google Storage bucket to download json_filename
291 Google Storage buckets; if None, we will only be able to access
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 60 _persistent_storage = file_storage.Storage(_PERSISTENT_STORAGE_PATH)
530 @AjaxHandler(r'/ajax/storage/list')
555 @AjaxHandler(r'/ajax/storage/(.+)/(.+)/mmaps')
568 @AjaxHandler(r'/ajax/storage/(.+)/(.+)/nheap')
  /external/llvm/include/llvm/ADT/
SmallVector.h 825 /// Storage for the SmallVector elements which aren't contained in
828 /// to avoid allocating unnecessary storage.
846 /// Storage - Inline space for elements which aren't stored in the base class.
847 SmallVectorStorage<T, N> Storage;

Completed in 2708 milliseconds

1 2 3 4 5 67 8 91011