HomeSort by relevance Sort by last modified time
    Searched defs:storage (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/ADT/
TwineTest.cpp 85 SmallString<8> storage; local
86 EXPECT_EQ(0, *Twine("hello").toNullTerminatedStringRef(storage).end());
88 *Twine(StringRef("hello")).toNullTerminatedStringRef(storage).end());
90 .toNullTerminatedStringRef(storage)
  /external/libcxx/test/std/atomics/atomics.flag/
default.pass.cpp 29 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
30 A& zero = *new (storage) A();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
default.pass.cpp 26 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
27 A& zero = *new (storage) A();
  /art/runtime/base/
arena_bit_vector.h 38 void* storage = arena->template Alloc<ArenaBitVector>(kind); local
39 return new (storage) ArenaBitVector(arena, start_bits, expandable, kind);
arena_bit_vector.cc 56 void* storage = arena->template Alloc<ArenaBitVectorAllocator>(kind); local
57 return new (storage) ArenaBitVectorAllocator(arena, kind);
  /external/libcxx/test/std/atomics/atomics.types.generic/
bool.pass.cpp 229 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
230 A& zero = *new (storage) A();
address.pass.cpp 124 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
125 A& zero = *new (storage) A();
integral.pass.cpp 154 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
155 A& zero = *new (storage) A();
  /external/skia/src/core/
SkRasterizer.cpp 18 SkIRect storage; local
29 storage = clipBounds->makeOutset(margin.fX, margin.fY);
30 clipBounds = &storage;
SkData.cpp 73 char* storage = (char*)sk_malloc_throw(actualLength); local
74 SkData* data = new (storage) SkData(length);
155 rather than referencing it. This would duplicate the storage (of the
  /frameworks/base/core/java/android/os/storage/
MountServiceListener.java 17 package android.os.storage;
26 * USB Mass storage connection state has changed.
34 * Storage state has changed.
MountServiceInternal.java 17 package android.os.storage;
27 * Policy that influences how external storage is mounted and reported.
31 * Gets the external storage mount mode for the given uid.
45 * Gets whether external storage should be reported to the given UID.
47 * @param uid The UID for which to determine whether it has external storage.
49 * @return Weather to report external storage.
50 * @return True to report the state of external storage, false to
57 * Adds a policy for determining how external storage is mounted and reported.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
bool.pass.cpp 225 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
226 A& zero = *new (storage) A();
address.pass.cpp 118 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
119 A& zero = *new (storage) A();
integral.pass.cpp 149 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
150 A& zero = *new (storage) A();
  /external/skia/tests/
ImageIsOpaqueTest.cpp 20 // just need a safe amount of storage, but ensure that it is 4-byte aligned.
21 int32_t storage[(sizeof(SkImageInfo)*2) / sizeof(int32_t)]; local
22 SkWriteBuffer wb(storage, sizeof(storage));
24 SkASSERT(wb.bytesWritten() < sizeof(storage));
26 SkReadBuffer rb(storage, wb.bytesWritten());
BitmapGetColorTest.cpp 39 uint32_t storage[4]; local
40 bm.installPixels(info, storage, info.minRowBytes());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_container.h 58 storage_t storage; member in struct:__anon28343
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorInternal.java 17 package com.android.server.storage;
  /system/update_engine/
metrics_utils_unittest.cc 153 int64_t storage = 0; local
165 &storage,
170 &storage,
177 &storage,
181 &storage,
189 &storage,
193 &storage,
200 &storage,
204 &storage,