Home
last modified time | relevance | path

Searched defs:Extent (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.proto16 message Extent { message
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DItemLocationBox.java292 public class Extent { class in ItemLocationBox
297 public Extent(long extentOffset, long extentLength, long extentIndex) { in Extent() method in ItemLocationBox.Extent
304 public Extent(ByteBuffer in) { in Extent() method in ItemLocationBox.Extent
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc58 TEST(Extent, AvailableEmpty) { in TEST() argument
65 TEST(Extent, AtEndEmpty) { in TEST() argument
72 TEST(Extent, AsBoolEmpty) { in TEST() argument
79 TEST(Extent, AvailableSome) { in TEST() argument
86 TEST(Extent, AtEndSome) { in TEST() argument
94 TEST(Extent, AsBoolSome) { in TEST() argument
103 TEST(Extent, Cursor) { in TEST() argument
139 TEST(Extent, SetOffset) { in TEST() argument
/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp71 DefinedOrUnknownSVal Extent = R->getExtent(svalBuilder); in evalCall() local
DVLASizeChecker.cpp168 DefinedOrUnknownSVal Extent = in checkPreStmt() local
DCStringChecker.cpp298 SVal Extent = in CheckLocation() local
881 SVal Extent = in IsFirstBufInBound() local
DMallocChecker.cpp1113 DefinedOrUnknownSVal Extent = R->getExtent(svalBuilder); in MallocMemAux() local
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h283 using Extent = int64_t; variable
/external/llvm-project/flang/runtime/
Ddescriptor.h47 SubscriptValue Extent() const { return raw_.extent; } in Extent() function
/external/llvm/lib/MC/
DMCCodeView.cpp284 auto Extent = getLineExtent(SecondaryId); in encodeInlineLineTable() local
/external/dng_sdk/source/
Ddng_resample.cpp31 real64 dng_resample_bicubic::Extent () const in Extent() function in dng_resample_bicubic
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp471 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp471 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp198 DefinedOrUnknownSVal Extent = DeclRegion::getExtent(svalBuilder); in getExtent() local
DRegionStore.cpp812 SVal Extent = Top->getExtent(SVB); in collectSubRegionBindings() local
/external/ImageMagick/MagickCore/
Dwidget.c70 #define Extent(s) ((int) strlen(s)) macro
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp871 SVal Extent = Top->getMemRegionManager().getStaticSize(Top, SVB); in collectSubRegionBindings() local
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2863 isl::set Extent = isl::set::universe(Array->getSpace()); in getExtent() local