/external/chromium-trace/catapult/dashboard/dashboard/ |
quick_logger.py | 5 """A bounded size logger that's save in datastore. 8 stored by namespaced key in datastore. Each log message has a size limit of 33 # should be less than App Engine 1MB BlobProperty size limit. 90 size = ndb.IntegerProperty(default=0) variable in class:QuickLog 103 if self.size < 1: 108 for i in xrange(self.size)] 141 self.size = len(log_parts) 186 # Not subclassing object (aka old-style class) reduces the serialization size.
|
/external/clang/include/clang/Driver/ |
Job.h | 164 size_type size() const { return Jobs.size(); } function in class:clang::driver::JobList
|
Multilib.h | 44 (StringRef(GCCSuffix).front() == '/' && GCCSuffix.size() > 1)); 54 (StringRef(OSSuffix).front() == '/' && OSSuffix.size() > 1)); 64 (StringRef(IncludeSuffix).front() == '/' && IncludeSuffix.size() > 1)); 152 unsigned size() const { return Multilibs.size(); } function in class:clang::driver::MultilibSet
|
/external/clang/include/clang/Rewrite/Core/ |
RewriteRope.h | 77 unsigned size() const { return EndOffs-StartOffs; } function in struct:clang::RopePiece 116 if (CurChar+1 < CurPiece->size()) 127 return llvm::StringRef(&(*CurPiece)[0], CurPiece->size()); 148 unsigned size() const; 149 unsigned empty() const { return size() == 0; } 168 /// We allocate space for string data out of a buffer of size AllocChunkSize. 184 unsigned size() const { return Chunks.size(); } function in class:clang::RewriteRope 197 assert(Offset <= size() && "Invalid position to insert!"); 203 assert(Offset+NumBytes <= size() && "Invalid region to erase!") [all...] |
/external/clang/include/clang/Serialization/ |
ModuleManager.h | 164 unsigned size() const { return Chain.size(); } function in class:clang::serialization::ModuleManager 194 /// \param ExpectedSize The expected size of the module file, used for 265 /// \param ExpectedSize The size that the module file is expected to have. 266 /// If the actual size differs, the resolver should return \c true. 275 /// \returns True if a file exists but does not meet the size/
|
/external/clang/lib/AST/ |
TemplateBase.cpp | 46 // extended to the size of the integer underlying the enum type. This 47 // may create a size difference between the enum value and template 525 std::size_t size = ASTTemplateArgumentListInfo::sizeFor(List.size()); local 526 void *Mem = C.Allocate(size, llvm::alignOf<ASTTemplateArgumentListInfo>()); 536 NumTemplateArgs = Info.size(); 550 NumTemplateArgs = Info.size();
|
/external/clang/test/Analysis/inlining/ |
containers.cpp | 87 unsigned size; member in class:MySet 89 MySet() : storage(0), size(0) { 96 MySet(unsigned n) : storage(new int[n]), size(n) { 110 return size == 0; 132 return iterator(storage+size); 149 return storage + size;
|
/external/clang/test/Sema/ |
gnu-flags.c | 126 static const int size = 100; variable 127 void foo(void) { int data[size]; }
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-scalars.cpp | 32 size_t size() const {return __size_;} function in class:std::initializer_list
|
flexible-array-test.cpp | 73 unsigned size; member in struct:rdar9065507::StorageBase
|
invalid-member-expr.cpp | 70 LengthSize size; member in struct:rdar11293995::FillSize
|
vararg-non-pod.cpp | 95 const int size = sizeof(Helper(Foo())); variable
|
/external/compiler-rt/lib/asan/ |
asan_allocator.h | 56 uptr UsedSize(); // Size requested by the user. 91 // List of AsanChunks with total size. 99 uptr size() { return size_; } function in class:__asan::AsanChunkFifoList 109 void OnMap(uptr p, uptr size) const; 110 void OnUnmap(uptr p, uptr size) const; 160 void *asan_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, 163 void asan_sized_free(void *ptr, uptr size, BufferedStackTrace *stack, 166 void *asan_malloc(uptr size, BufferedStackTrace *stack); 167 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack); 168 void *asan_realloc(void *p, uptr size, BufferedStackTrace *stack) [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 52 stack1.size = 2; 57 stack2.size = 2; 62 stack3.size = 2; 68 size_t idx = my_rand_r(&seed) % vec.size(); 74 size_t size = my_rand_r(&seed) % 1000 + 1; local 76 case 0: size += 1024; break; 77 case 1: size += 2048; break; 78 case 2: size += 4096; break; 81 char *ptr = (char*)__asan::asan_memalign(alignment, size, 83 EXPECT_EQ(size, __asan::asan_malloc_usable_size(ptr, 0, 0)) 141 const int size = 1024; local 247 uptr size = 1 << size_log; local [all...] |
asan_str_test.cc | 82 size_t size = Ident(123); local 83 char *str = MallocAndMemsetString(size); 86 Ident(strnlen(str, size)); 87 Ident(strnlen(str + size - 1, 1)); 88 str[size - 1] = '\0'; 89 Ident(strnlen(str, 2 * size)); 92 EXPECT_DEATH(Ident(strnlen(str + size, 1)), RightOOBReadMessage(0)); 94 str[size - 1] = 'z'; 95 EXPECT_DEATH(Ident(strnlen(str, size + 1)), RightOOBReadMessage(0)); 101 size_t size = Ident(42) local 190 size_t size = Ident(100); local 206 size_t size = Ident(100); local 283 size_t size = Ident(100); local 318 size_t size = Ident(100); local 429 size_t size = Ident(100); local [all...] |
/external/compiler-rt/lib/builtins/ |
emutls.c | 31 size_t size; /* size of the object in bytes */ member in struct:__emutls_control 40 static __inline void *emutls_memalign_alloc(size_t align, size_t size) { 43 if (posix_memalign(&base, align, size) != 0) 48 if ((object = malloc(EXTRA_ALIGN_PTR_BYTES + size)) == NULL) 76 size_t size = control->size; local 84 void* base = emutls_memalign_alloc(align, size); 86 memcpy(base, control->value, size); 88 memset(base, 0, size); 97 uintptr_t size; \/* number of elements in the 'data' array *\/ member in struct:emutls_address_array [all...] |
/external/compiler-rt/lib/lsan/ |
lsan_common.h | 73 uptr size; member in struct:__lsan::LeakedObject 122 // new T[0] will allocate one word for the array size (0) and store a pointer
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_quarantine.h | 31 uptr size; member in struct:__sanitizer::QuarantineBatch 40 // void *cb.Allocate(uptr size); 51 void Init(uptr size, uptr cache_size) { 52 atomic_store(&max_size_, size, memory_order_release); 53 atomic_store(&min_size_, size / 10 * 9, 54 memory_order_release); // 90% of max size. 60 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { 61 c->Enqueue(cb, ptr, size); 62 if (c->Size() > max_cache_size_) 71 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock() [all...] |
sanitizer_symbolizer_libbacktrace.cc | 45 uptr size, allocated; member in struct:__sanitizer::__anon8444::CplusV3DemangleData 51 uptr needed = data->size + l + 1; 58 internal_memcpy(buf, data->buf, data->size); 63 internal_memcpy(data->buf + data->size, s, l); 64 data->buf[data->size + l] = '\0'; 65 data->size += l; 72 data.size = 0; 76 if (data.size + 64 > data.allocated) 140 info->size = symsize;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_libc_test.cc | 38 size_t size = 128; local 39 char *x = new char[size]; 40 memset(x, 0, size); 41 for (size_t pos = 0; pos < size; pos++) { 43 for (size_t beg = 0; beg < size; beg++) { 44 for (size_t end = beg; end < size; end++) {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_inl.h | 111 void __tsan_read_range(void *addr, uptr size) { 112 MemoryAccessRange(cur_thread(), CALLERPC, (uptr)addr, size, false); local 115 void __tsan_write_range(void *addr, uptr size) { 116 MemoryAccessRange(cur_thread(), CALLERPC, (uptr)addr, size, true); local
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_clock_test.cc | 25 ASSERT_EQ(clk.size(), 1U); 27 ASSERT_EQ(clk.size(), 1U); 30 ASSERT_EQ(clk.size(), 4U); 42 ASSERT_EQ(vector.size(), 1U); 43 ASSERT_EQ(chunked.size(), 0U); 45 ASSERT_EQ(vector.size(), 1U); 46 ASSERT_EQ(chunked.size(), 0U); 48 ASSERT_EQ(vector.size(), 1U); 49 ASSERT_EQ(chunked.size(), 1U); 51 ASSERT_EQ(vector.size(), 1U) 222 uptr size; member in struct:__tsan::SimpleSyncClock 251 uptr size; member in struct:__tsan::SimpleThreadClock [all...] |
/external/compiler-rt/test/msan/ |
dtor-multiple-inheritance-nontrivial-class-members.cc | 12 int size; member in class:Vector 14 assert(__msan_test_shadow(&this->size, sizeof(this->size)) == -1); 26 virtual_v.size = 1; 71 base_v.size = 1; 102 derived_v1.size = 1; 103 derived_v2.size = 1;
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLMac.java | 44 * Holds the output size of the message digest. 46 private final int size; field in class:OpenSSLMac 53 private OpenSSLMac(long evp_md, int size) { 55 this.size = size; 60 return size; 157 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); 160 super(EVP_MD, SIZE); 166 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); 169 super(EVP_MD, SIZE); [all...] |
OpenSSLMessageDigestJDK.java | 35 * Holds the output size of the message digest. 37 private final int size; field in class:OpenSSLMessageDigestJDK 52 private OpenSSLMessageDigestJDK(long evp_md, int size) throws NoSuchAlgorithmException { 54 this.size = size; 59 private OpenSSLMessageDigestJDK(long evp_md, int size, NativeRef.EVP_MD_CTX ctx, 62 this.size = size; 77 // Reset to the same state as at the end of the <init>(long evp_md, int size). We can avoid 87 return size; [all...] |