/external/dexmaker/src/dx/java/com/android/dx/dex/ |
H A D | SizeOf.java | 19 public final class SizeOf { class 20 private SizeOf() {} method in class:SizeOf
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
H A D | HeaderItem.java | 20 import com.android.dx.dex.SizeOf; 45 return SizeOf.HEADER_ITEM; 72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM)); 88 out.writeInt(SizeOf.HEADER_ITEM);
|
H A D | StringIdItem.java | 19 import com.android.dx.dex.SizeOf; 81 return SizeOf.STRING_ID_ITEM;
|
H A D | TypeIdItem.java | 19 import com.android.dx.dex.SizeOf; 47 return SizeOf.TYPE_ID_ITEM;
|
H A D | MemberIdItem.java | 23 import com.android.dx.dex.SizeOf; 47 return SizeOf.MEMBER_ID_ITEM;
|
H A D | ProtoIdItem.java | 19 import com.android.dx.dex.SizeOf; 106 return SizeOf.PROTO_ID_ITEM;
|
H A D | ClassDefItem.java | 19 import com.android.dx.dex.SizeOf; 123 return SizeOf.CLASS_DEF_ITEM;
|
/external/clang/test/SemaTemplate/ |
H A D | instantiate-static-var.cpp | 88 struct SizeOf { struct 93 Y3().Foo(X3<SizeOf<char>::value>());
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 232 /// SizeOf - Determine size of integer value in bytes. 234 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEInteger 270 AP->OutStreamer.EmitValue(Expr, SizeOf(AP, Form)); 273 /// SizeOf - Determine size of expression value in bytes. 275 unsigned DIEExpr::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEExpr 296 AP->EmitLabelReference(Label, SizeOf(AP, Form)); 299 /// SizeOf - Determine size of label value in bytes. 301 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIELabel 321 AP->EmitLabelDifference(LabelHi, LabelLo, SizeOf(AP, Form)); 324 /// SizeOf 326 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEDelta 350 unsigned DIEString::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEString 421 unsigned DIEBlock::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEBlock [all...] |
H A D | DIE.h | 218 /// SizeOf - Return the size of a value in bytes. 220 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const = 0; 258 /// SizeOf - Determine size of integer value in bytes. 260 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const; 286 /// SizeOf - Determine size of expression value in bytes. 288 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const; 314 /// SizeOf - Determine size of label value in bytes. 316 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const; 340 /// SizeOf - Determine size of delta value in bytes. 342 virtual unsigned SizeOf(AsmPrinte 401 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:llvm::DIEEntry [all...] |
/external/chromium_org/tools/stats_viewer/ |
H A D | stats_table.cs | 174 return memory_.ToInt64() + Marshal.SizeOf(typeof(StatsFileHeader));
188 Marshal.SizeOf(typeof(int)));
201 Marshal.SizeOf(typeof(int)));
261 offset += Marshal.SizeOf(typeof(int));
276 Marshal.SizeOf(typeof(int)));
285 data_offset += Marshal.SizeOf(typeof(int));
286 pid_offset += Marshal.SizeOf(typeof(int));
532 Marshal.SizeOf(typeof(int));
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | Inflater.cs | 39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream));
|
H A D | Deflater.cs | 40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
H A D | fakevideocapturer.h | 82 // TODO(fbarchard): Extend SizeOf to take fourcc. 87 size = static_cast<uint32>(cricket::VideoFrame::SizeOf(width, height));
|
H A D | videoframe.h | 182 static size_t SizeOf(size_t w, size_t h) { function in class:cricket::VideoFrame
|
H A D | videoframe.cc | 178 size_t needed = SizeOf(dst_width, dst_height);
|
H A D | videoframe_unittest.h | 158 size_t out_size = cricket::VideoFrame::SizeOf(frame.GetWidth(), 2053 size_t out_size = cricket::VideoFrame::SizeOf(kWidth, kHeight);
|
/external/eigen/Eigen/src/Core/util/ |
H A D | Meta.h | 119 template<typename Func, typename ArgType, int SizeOf=sizeof(has_none)> 141 template<typename Func, typename ArgType0, typename ArgType1, int SizeOf=sizeof(has_none)>
|
/external/v8/src/ |
H A D | objects-visiting.h | 226 int object_size = BodyDescriptor::SizeOf(map, object); 237 ASSERT(BodyDescriptor::SizeOf(map, object) == object_size);
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
H A D | webrtcvideoframe.cc | 307 size_t desired_size = SizeOf(new_width, new_height); 351 size_t buffer_size = VideoFrame::SizeOf(w, h);
|
/external/chromium_org/v8/src/ |
H A D | objects-visiting.h | 232 int object_size = BodyDescriptor::SizeOf(map, object); 243 ASSERT(BodyDescriptor::SizeOf(map, object) == object_size);
|
H A D | incremental-marking.cc | 240 int object_size = FixedArray::BodyDescriptor::SizeOf(map, object);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
H A D | mediachannel.h | 331 static size_t SizeOf(size_t w, size_t h) { function in class:cricket::VideoFrame
|
/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3501 if (const UnaryExprOrTypeTraitExpr *SizeOf = 3503 if (SizeOf->getKind() == clang::UETT_SizeOf && !SizeOf->isArgumentType()) 3504 return SizeOf->getArgumentExpr()->IgnoreParenImpCasts(); 3511 if (const UnaryExprOrTypeTraitExpr *SizeOf = 3513 if (SizeOf->getKind() == clang::UETT_SizeOf) 3514 return SizeOf->getTypeOfArgument();
|
/external/zlib/src/contrib/pascal/ |
H A D | example.pas | 538 comprLen := 10000 * SizeOf(Integer); (* don't overflow on MSDOS *)
|