/external/webrtc/src/system_wrappers/source/ |
map.cc | 63 int MapWrapper::Size() const 65 return (int)map_.size();
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 38 typedef uint32_t Size; 84 /// size - the size of the relocation in bit 85 Size size(Relocator& pRelocator) const;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
Relocator.h | 36 typedef Relocation::Size Size; 107 /// getSize - get the size of a relocation in bit 108 virtual Size getSize(Type pType) const = 0;
|
/art/runtime/ |
elf_file.h | 55 size_t Size() const { 56 return map_->Size(); 113 // Returns the expected size when the file is loaded at runtime
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 65 /** <summary>Construct a bitset of size one word (64 bits)</summary> */ 82 /** <summary>Construct a bitset given the size</summary> 83 * <param name="nbits">The size of the bitset in bits</param> 160 /** <summary>Sets the size of a set.</summary> 176 public int Size() { 278 int[] elems = new int[Size()];
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 67 /** <summary>Construct a bitset of size one word (64 bits)</summary> */ 88 /** <summary>Construct a bitset given the size</summary> 89 * <param name="nbits">The size of the bitset in bits</param> 180 /** <summary>Sets the size of a set.</summary> 199 public int Size() 328 int[] elems = new int[Size()];
|
/external/chromium/chrome/browser/sync/sessions/ |
ordered_commit_set.h | 32 // TODO(chron): Reserve space according to batch size? 71 int Size() const { 72 return commit_ids_.size();
|
/external/chromium/testing/gtest/samples/ |
sample3-inl.h | 103 size_t Size() const { return size_; }
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
path.cc | 35 size_t Path::Size() const { 36 return paths_.size(); 40 return (paths_.size() == 0) || (paths_.size() == 1 && paths_[0] == "/"); 46 for (size_t index = 0; index < paths.size(); index++) { 48 if (paths_.size() && index == 0 && paths[0] == "/") continue; 59 for (size_t index = 0; index < paths_.size(); index++) { 77 if (out.paths_.size()) out.paths_.pop_back(); 82 if (paths_.size()) return paths_.back(); 87 return Range(paths_, 0, paths_.size()); [all...] |
/external/chromium_org/net/disk_cache/flash/ |
log_store_entry.cc | 46 streams_[i].size = stream_sizes[i]; 61 store_->DeleteEntry(id_, Size()); 74 return InvalidStream(index) ? 0 : streams_[index].size; 83 int stream_size = streams_[index].size; 111 DCHECK(!offset || offset == stream.size); 112 if (stream.write_buffer.size() < new_size) 116 stream.size = new_size; 133 int32 LogStoreEntry::Size() const { 135 int32 size = kFlashLogStoreEntryHeaderSize; local 137 size += streams_[i].size [all...] |
/external/chromium_org/net/quic/ |
iovector.h | 47 // int bytes_written = writev(fd, iovector.iovec(), iovector.Size()); 94 if (iovec_.size() > 0) { 131 if (iovec_.size() > 0 && bytes_to_consume != 0) { 137 if (iovec_.size() == 0 && bytes_to_consume > 0) { 155 size_t Size() const { return iovec_.size(); } 175 return iovec_.size() > 0 ? 181 size_t TotalBufferSize() const { return TotalIovecLength(iovec(), Size()); }
|
/external/chromium_org/sandbox/win/src/ |
internal_types.h | 28 // Encapsulates a pointer to a buffer and the size of the buffer. 31 CountedBuffer(void* buffer, uint32 size) : size_(size), buffer_(buffer) {} 33 uint32 Size() const {
|
/external/chromium_org/testing/gtest/samples/ |
sample3-inl.h | 102 size_t Size() const { return size_; }
|
/external/chromium_org/third_party/WebKit/public/platform/mac/ |
WebThemeEngine.h | 49 enum Size { 73 virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { }
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
autocompact_test.cc | 42 uint64_t Size(const Slice& start, const Slice& limit) { 44 uint64_t size; local 45 db_->GetApproximateSizes(&r, 1, &size); 46 return size; 57 // compacted (verified by checking the size of the key space). 75 const int64_t initial_size = Size(Key(0), Key(n)); 76 const int64_t initial_other_size = Size(Key(n), Key(kCount)); 78 // Read until size drops significantly. 91 uint64_t size = Size(Key(0), Key(n)) local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_parameter.h | 80 * The next program parameter's Size will be Size-4 of this parameter. 82 GLuint Size; 97 GLuint Size; /**< allocated size of Parameters, ParameterValues */ 99 struct gl_program_parameter *Parameters; /**< Array [Size] */ 100 gl_constant_value (*ParameterValues)[4]; /**< Array [Size] of constant[4] */ 110 _mesa_new_parameter_list_sized(unsigned size); 131 GLuint size, GLenum datatype, 143 GLuint size); [all...] |
/external/clang/include/clang/Basic/ |
FileSystemStatCache.h | 28 uint64_t Size;
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 72 ModuleInfo() : File(), Size(), ModTime() { } 80 /// \brief Size of the module file at the time the global index was built. 81 off_t Size;
|
/external/clang/lib/CodeGen/ |
CGRecordLayout.h | 35 /// into a single integer of that size (i24 or i40 -- may not be power-of-two 36 /// size), loading it, and shifting and masking to extract the particular 71 /// The total size of the bit-field, in bits. 72 unsigned Size : 15; 77 /// The storage size in bits which should be used when accessing this 85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {} 87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, 89 : Offset(Offset), Size(Size), IsSigned(IsSigned), 97 /// size) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCContainersChecker.cpp | 46 void addSizeInfo(const Expr *Array, const Expr *Size, 61 void ObjCContainersChecker::addSizeInfo(const Expr *Array, const Expr *Size, 64 SVal SizeV = State->getSVal(Size, C.getLocationContext()); 86 // Add array size information to the state. 112 // Retrieve the size. 119 const DefinedSVal *Size = State->get<ArraySizeMap>(ArraySym); 121 if (!Size) 131 // Now, check if 'Idx in [0, Size-1]'. 133 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); 134 ProgramStateRef StOutBound = State->assumeInBound(Idx, *Size, false, T) [all...] |
/external/gtest/samples/ |
sample3-inl.h | 103 size_t Size() const { return size_; }
|
/external/libffi/testsuite/libffi.call/ |
pyobjc-tc.c | 15 typedef struct Size { 18 } Size; 22 Size s; 47 point_type.size = 0; /*sizeof(Point);*/ 55 size_type.size = 0;/* sizeof(Size);*/ 56 size_type.alignment = 0;/* __alignof__(Size);*/ 63 rect_type.size = 0;/*sizeof(Rect);*/
|
/external/llvm/include/llvm/IR/ |
MDBuilder.h | 65 assert(Weights.size() >= 2 && "Need at least two branch weights!"); 67 SmallVector<Value *, 4> Vals(Weights.size()+1); 71 for (unsigned i = 0, e = Weights.size(); i != e; ++i) 140 uint64_t Size; 142 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : 143 Offset(Offset), Size(Size), TBAA(TBAA) {} 149 SmallVector<Value *, 4> Vals(Fields.size() * 3); 151 for (unsigned i = 0, e = Fields.size(); i != e; ++i) { 153 Vals[i * 3 + 1] = ConstantInt::get(Int64, Fields[i].Size); [all...] |
/external/llvm/include/llvm/Support/ |
OutputBuffer.h | 40 size_t Size = Output.size(); 42 if (Size & (Boundary - 1)) { 44 size_t Pad = Boundary - (Size & (Boundary - 1)); 45 Output.resize(Size + Pad);
|
/external/llvm/include/llvm/Target/ |
TargetJITInfo.h | 53 /// Records the required size and alignment for a call stub in bytes. 55 size_t Size; 58 /// Returns the maximum size and alignment for a call stub on this target. 112 virtual char* allocateThreadLocalMemory(size_t size) {
|