HomeSort by relevance Sort by last modified time
    Searched defs:Storage (Results 201 - 225 of 494) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 22 package com.android.verifiedboot.storage;
45 import com.android.verifiedboot.storage.GlobalStateImpl;
46 import com.android.verifiedboot.storage.BasicLock;
47 import com.android.verifiedboot.storage.CarrierLock;
48 import com.android.verifiedboot.storage.LockInterface;
49 import com.android.verifiedboot.storage.OsBackupInterface;
50 import com.android.verifiedboot.storage.VersionStorage;
52 import com.android.verifiedboot.storage.JcopBackupImpl;
54 public class Storage extends Applet implements ExtendedLength, Shareable {
118 Storage applet = new Storage()
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 821 /// Storage for the SmallVector elements which aren't contained in
824 /// to avoid allocating unnecessary storage.
843 SmallVectorStorage<T, N> Storage;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 823 /// Storage for the SmallVector elements which aren't contained in
826 /// to avoid allocating unnecessary storage.
845 SmallVectorStorage<T, N> Storage;
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 48 public class Storage {
61 private static final Log.Tag TAG = new Log.Tag("Storage");
66 // 20MB cache as an upper bound for session bitmap storage
212 * Remove a placeholder from in memory storage.
405 if (Storage.isSessionUri(imageUri)) {
494 Log.d(TAG, "External storage state=" + state);
512 Log.i(TAG, "Fail to access external storage", e);
518 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 823 /// Storage for the SmallVector elements which aren't contained in
826 /// to avoid allocating unnecessary storage.
845 SmallVectorStorage<T, N> Storage;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 823 /// Storage for the SmallVector elements which aren't contained in
826 /// to avoid allocating unnecessary storage.
845 SmallVectorStorage<T, N> Storage;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 624 LoopT *Storage = LoopAllocator.Allocate<LoopT>();
625 return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 222 writeTo(out, null /* storage */, humanOut, verbose);
231 * @param storage temporary storage for storing dexing.
235 public void writeTo(OutputStream out, Storage storage, Writer humanOut, boolean verbose)
238 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose, storage);
252 * @param storage temporary storage for storing dexing.
255 public ByteArrayAnnotatedOutput writeTo(Storage storage) {
583 byte[] storage; field in class:DexFile.Storage
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c     [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 41 * Variable type represents data type. No storage qualifiers are supported
170 enum Storage
182 const char* getStorageName (Storage storage);
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
265 Storage storage; member in struct:glu::VariableDeclaration
276 Storage storage; member in struct:glu::InterfaceBlock
  /external/deqp/modules/glshared/
glsDrawTest.hpp 121 enum Storage
185 static std::string storageToString (Storage storage);
194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
199 Storage storage; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
230 Storage indexStorage; //!< used only if drawMethod = DrawElements*
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 21 * This class implements a more versatile variants of the common \em compressed row/column storage format.
30 * More details on this storage sceheme are given in the \ref TutorialSparse "manual pages".
33 * \tparam _Options Union of bit flags controlling the storage scheme. Currently the only possibility
37 * \warning In %Eigen 3.2, the undocumented type \c SparseMatrix::Index was improperly defined as the storage index type (e.g., int),
117 typedef internal::CompressedStorage<Scalar,StorageIndex> Storage;
131 Storage m_data;
140 /** \returns the number of rows (resp. columns) of the matrix if the storage order column major (resp. row major) */
142 /** \returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
182 inline Storage& data() { return m_data; }
184 inline const Storage& data() const { return m_data;
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 659 std::string Storage;
660 llvm::raw_string_ostream Buffer(Storage);
679 std::string Storage;
680 llvm::raw_string_ostream Buffer(Storage);
910 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
912 Storage Buffer;
948 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
950 Storage Buffer;
    [all...]
  /external/pdfium/third_party/lcms/src/
cmslut.c 109 // the storage process.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 746 std::string Storage;
747 llvm::raw_string_ostream Buffer(Storage);
766 std::string Storage;
767 llvm::raw_string_ostream Buffer(Storage);
998 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1000 Storage Buffer;
1036 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1038 Storage Buffer;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h 775 std::string Storage;
776 llvm::raw_string_ostream Buffer(Storage);
795 std::string Storage;
796 llvm::raw_string_ostream Buffer(Storage);
1042 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1044 Storage Buffer;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h 775 std::string Storage;
776 llvm::raw_string_ostream Buffer(Storage);
795 std::string Storage;
796 llvm::raw_string_ostream Buffer(Storage);
1042 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1044 Storage Buffer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h 775 std::string Storage;
776 llvm::raw_string_ostream Buffer(Storage);
795 std::string Storage;
796 llvm::raw_string_ostream Buffer(Storage);
1042 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1044 Storage Buffer
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 7 891011>>