Home
last modified time | relevance | path

Searched defs:SetLocation (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/image_io/includes/image_io/base/
H A Ddata_context.h35 void SetLocation(size_t location) { location_ = location; } in SetLocation() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A Ddata_context.h35 void SetLocation(size_t location) { location_ = location; } in SetLocation() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.h100 void SetLocation(mlir::Location loc) { loc_ = loc; } in SetLocation() function
/aosp_15_r20/external/skia/gm/
H A Dnonclosedpaths.cpp66 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation() function in skiagm::NonClosedPathsGM
H A Dpolygons.cpp89 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation() function in skiagm::PolygonsGM
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.cc155 void DexCache::SetLocation(ObjPtr<mirror::String> location) { in SetLocation() function in art::mirror::DexCache
/aosp_15_r20/external/gptfdisk/
H A Dmbrpart.cc176 void MBRPart::SetLocation(uint64_t start, uint64_t length) { in SetLocation() function in MBRPart
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/DataFormatters/
DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/DataFormatters/
DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/
DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/
DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
/aosp_15_r20/external/vixl/src/
H A Dpool-manager.h205 void SetLocation(internal::AssemblerBase* assembler, T location) { in SetLocation() function
/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/
H A Dproject4.go113 func (hq *Headquarter) SetLocation(x string) { hq.location = x } func
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
H A Dsw_filter.cpp2235 void SwFilterSet::SetLocation(std::vector<SwFilterSet *> *location) in SetLocation() function in SwFilterSet
H A Dsw_filter.h333 void SetLocation(SwFilterSet *swFilterSet) in SetLocation() function