HomeSort by relevance Sort by last modified time
    Searched refs:size_ (Results 151 - 175 of 390) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/base/platform/
platform-qnx.cc 186 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
190 : address_(ReserveRegion(size)), size_(size) { }
194 : address_(NULL), size_(0) {
229 size_ = aligned_size;
249 size_ = 0;
platform-solaris.cc 81 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
85 : address_(ReserveRegion(size)), size_(size) { }
89 : address_(NULL), size_(0) {
124 size_ = aligned_size;
144 size_ = 0;
platform-linux.cc 210 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) {}
213 : address_(ReserveRegion(size)), size_(size) {}
216 : address_(NULL), size_(0) {
248 size_ = aligned_size;
250 __lsan_register_root_region(address_, size_);
266 size_ = 0;
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 147 explicit Eraser(T& t) : buf_(reinterpret_cast<uint8_t*>(&t)), size_(sizeof(t)) {}
149 template <size_t N> explicit Eraser(uint8_t (&arr)[N]) : buf_(arr), size_(N) {} function in class:keymaster::Eraser
151 Eraser(void* buf, size_t size) : buf_(static_cast<uint8_t*>(buf)), size_(size) {}
152 ~Eraser() { memset_s(buf_, 0, size_); }
159 size_t size_; member in class:keymaster::Eraser
  /external/compiler-rt/lib/asan/
asan_allocator.h 102 uptr size() { return size_; }
105 size_ = 0;
108 uptr size_; member in class:__asan::AsanChunkFifoList
  /external/google-breakpad/src/processor/
stackwalker_unittest_utils.h 108 : base_address_(base_address), size_(size), code_file_(code_file) { }
111 uint64_t size() const { return size_; }
123 uint64_t size_; member in class:MockCodeModule
  /external/v8/src/
d8.h 154 : data_(contents.Data()), size_(contents.ByteLength()) {}
156 : data_(contents.Data()), size_(contents.ByteLength()) {}
158 : data_(other.data_), size_(other.size_) {
160 other.size_ = 0;
165 size_ = other.size_;
167 other.size_ = 0;
175 size_t size_; member in class:v8::ExternalizedContents
182 SerializationData() : size_(0) {
207 size_t size_; member in class:v8::SerializationData
    [all...]
  /external/v8/src/snapshot/
serializer-common.h 240 : data_(data), size_(size), owns_data_(false) {}
241 SerializedData() : data_(NULL), size_(0), owns_data_(false) {}
282 int size_; member in class:v8::internal::SerializedData
  /toolchain/binutils/binutils-2.25/gold/
nacl.h 45 : offset_(file_offset), size_(data_size)
52 { return this->size_; }
56 section_size_type size_; member in class:gold::Sniff_file::Location
  /external/stressapptest/src/
pattern.cc 328 size_= 0;
373 size_ = patterncount;
377 logprintf(12, "Log: initialized %d data patterns\n", size_);
388 size_ = 0;
396 if (static_cast<unsigned int>(i) < size_) {
415 if (i < size_) {
  /external/google-breakpad/src/common/linux/
synth_elf.h 145 , offset_label_(offset_label), size_(size) {
152 uint32_t size_; member in struct:google_breakpad::synth_elf::ELF::ElfSection
  /external/libchrome/sandbox/win/src/
crosscall_params.h 69 uint32_t size_; member in struct:sandbox::ParamInfo
257 param_info_[index].size_ = size;
  /external/libtextclassifier/util/utf8/
unicodetext.h 161 int size_; member in class:libtextclassifier::UnicodeText::Repr
165 Repr() : data_(NULL), size_(0), capacity_(0), ours_(true) {}
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /external/libvpx/libvpx/test/
partial_idct_test.cc 75 case TX_4X4: size_ = 4; break;
76 case TX_8X8: size_ = 8; break;
77 case TX_16X16: size_ = 16; break;
78 case TX_32X32: size_ = 32; break;
84 if (stride_ < size_) {
85 stride_ = size_;
92 input_block_size_ = size_ * size_;
93 output_block_size_ = size_ * stride_;
149 for (int y = 0; y < size_; y++)
173 int size_; member in class:__anon24585::PartialIDctTest
    [all...]
  /art/compiler/jit/
jit_logger.cc 115 uint32_t size_; // Total size of header member in struct:art::jit::PerfJitHeader
154 uint32_t size_; // Total size of this event record. member in struct:art::jit::PerfJitBase
238 header.size_ = sizeof(header);
277 jit_code.size_ = sizeof(jit_code) + method_name.size() + 1 + code_size;
  /art/runtime/
dex_file_layout.h 66 uint32_t size_ = 0u; member in class:art::DexLayoutSection::Subsection
  /art/runtime/gc/space/
bump_pointer_space-walk-inl.h 80 size_t block_size = header->size_;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 502 size_ = 0;
509 CHECK_LT(i, size_);
513 CHECK_LT(i, size_);
517 CHECK_LE(size_, capacity_);
518 if (size_ == capacity_) {
519 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1);
522 internal_memcpy(&data_[size_++], &element, sizeof(T));
525 CHECK_GT(size_, 0);
526 return data_[size_ - 1];
529 CHECK_GT(size_, 0)
    [all...]
  /external/libchrome/base/memory/
shared_memory_handle.h 148 mach_vm_size_t size_ = 0; member in class:base::SharedMemoryHandle
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftdriver.h 242 size_, \
269 size_, \
308 size_, \
365 size_, \
  /external/webp/src/demux/
demux.c 40 size_t size_; member in struct:__anon38526
200 frame->img_components_[0].size_ = size;
236 frame->img_components_[1].size_ = chunk_size;
357 chunk->data_.size_ = size;
410 if (!has_alpha && frame->img_components_[1].size_ > 0) {
412 frame->img_components_[1].size_ = 0;
614 if (alpha->size_ == 0 && image->size_ == 0) return 0;
616 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) {
626 if (alpha->size_ > 0 && image->size_ > 0 &
    [all...]

Completed in 1353 milliseconds

1 2 3 4 5 67 8 91011>>