Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/google-breakpad/src/common/
H A Dbyte_cursor_unittest.cc61 TEST(Extent, AvailableEmpty) { in TEST() argument
68 TEST(Extent, AtEndEmpty) { in TEST() argument
75 TEST(Extent, AsBoolEmpty) { in TEST() argument
82 TEST(Extent, AvailableSome) { in TEST() argument
89 TEST(Extent, AtEndSome) { in TEST() argument
97 TEST(Extent, AsBoolSome) { in TEST() argument
106 TEST(Extent, Cursor) { in TEST() argument
142 TEST(Extent, SetOffset) { in TEST() argument
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A 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
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Dmod.rs191 pub struct Extent { struct
196 impl Extent { implementation
1671 pub fn nth_image_max_extent(&self, index: u32) -> AvifResult<Extent> { in nth_image_max_extent()
Ditem.rs308 pub fn max_extent(&self, sample: &DecodeSample) -> AvifResult<Extent> { in max_extent()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dextent_utils.cc208 const std::set<Extent, ExtentLess>& extents) { in operator <<()
214 Range<std::set<Extent, ExtentLess>::const_iterator> range) { in operator <<()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h472 flatbuffers::span<ElementType, Extent> make_span(ElementType(&arr)[Extent]) FLATBUFFERS_NOEXCEPT { in make_span()
478 flatbuffers::span<const ElementType, Extent> make_span(const ElementType(&arr)[Extent]) FLATBUFFERS… in make_span()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dstl_emulation.h472 flatbuffers::span<ElementType, Extent> make_span(ElementType(&arr)[Extent]) FLATBUFFERS_NOEXCEPT { in make_span()
478 flatbuffers::span<const ElementType, Extent> make_span(const ElementType(&arr)[Extent]) FLATBUFFERS… in make_span()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_slice.proto16 message Extent { message
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfake_extent_writer.h36 bool Init(const google::protobuf::RepeatedPtrField<Extent>& /* extents */, in Init()
/aosp_15_r20/external/licenseclassifier/tools/identify_license/results/
H A Dresults.go26 Extent int member
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp71 DefinedOrUnknownSVal Extent = R->getExtent(svalBuilder); in evalCall() local
H A DVLASizeChecker.cpp168 DefinedOrUnknownSVal Extent = in checkPreStmt() local
/aosp_15_r20/system/update_engine/scripts/
H A Dupdate_metadata_pb2.py938 Extent = _reflection.GeneratedProtocolMessageType('Extent', (_message.Message,), { variable
/aosp_15_r20/external/rust/crabbyavif/include/avif/
Davif.h473 struct Extent { struct
478 using avifExtent = Extent; argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/
H A Dglossary.md41 ### Extent subsection
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.h33 using Extent = android::fs_mgr::Extent; member
H A Dpartition_cow_creator_test.cpp126 using Extent = chromeos_update_engine::Extent; in TEST_F() typedef
/aosp_15_r20/development/tools/ota_analysis/src/services/
H A Dupdate_metadata_pb.js19 chromeos_update_engine.Extent = (function() { class in chromeos_update_engine
37 function Extent(properties) { class in chromeos_update_engine.Extent
50 Extent.prototype.startBlock = $util.Long ? $util.Long.fromBits(0,0,true) : 0; class
/aosp_15_r20/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h53 explicit Extent(uint64_t num_sectors) : num_sectors_(num_sectors) {} in Extent() function
/aosp_15_r20/system/update_engine/
H A Dupdate_metadata.proto109 message Extent { message
/aosp_15_r20/system/update_engine/update_engine/
H A Dupdate_metadata.proto109 message Extent { message
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dtensor_slice.pb.h331 typedef TensorSliceProto_Extent Extent; in Swap() typedef
/aosp_15_r20/external/licenseclassifier/stringclassifier/
H A Dclassifier.go168 Extent int // The length from the offset into the unknown string member
/aosp_15_r20/external/llvm/lib/MC/
H A DMCCodeView.cpp284 auto Extent = getLineExtent(SecondaryId); in encodeInlineLineTable() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/
H A DAABB3f.h150 float3 Extent = (conservativeExtent(upper) - lower) * 0.5f; in transform_aabb() local

123