HomeSort by relevance Sort by last modified time
    Searched defs:storage (Results 1 - 25 of 461) 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:__anon29183
  /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,
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.tycho.noopsecurity_0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.tycho.noopsecurity_0.18.1.jar 
  /art/compiler/
compiled_method.cc 155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage(); local
156 storage->ReleaseLinkerPatches(patches_);
157 storage->ReleaseCFIInfo(cfi_info_);
158 storage->ReleaseVMapTable(vmap_table_);
159 storage->ReleaseSrcMappingTable(src_mapping_table_);
  /external/boringssl/src/crypto/bn/
rsaz_exp.c 81 unsigned char storage[320*3+32*9*16+64]; /* 5.5KB */ local
82 unsigned char *p_str = storage + (64-((size_t)storage%64));
259 OPENSSL_cleanse(storage,sizeof(storage));
277 unsigned char storage[16*8*8+64*2+64]; /* 1.2KB */ local
278 unsigned char *table = storage + (64-((size_t)storage%64));
323 OPENSSL_cleanse(storage,sizeof(storage));
    [all...]
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 32 copy_constant_to_storage(union gl_constant_value *storage,
49 gl_constant_value storage[17]; member in class:copy_constant_to_storage
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
73 fill_storage_array_with_sentinels(storage,
77 linker::copy_constant_to_storage(storage,
82 verify_data(storage, 0, val, red_zone_size);
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
92 fill_storage_array_with_sentinels(storage,
96 linker::copy_constant_to_storage(storage,
101 verify_data(storage, 0, val, red_zone_size)
    [all...]

Completed in 528 milliseconds

1 2 3 4 5 6 7 8 91011>>