HomeSort by relevance Sort by last modified time
    Searched defs:SetLocation (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
dex_cache.cc 199 SetLocation(location);
214 void DexCache::SetLocation(ObjPtr<mirror::String> location) {
  /external/skia/gm/
nonclosedpaths.cpp 64 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) {
104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
polygons.cpp 82 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) {
120 SetLocation(canvas, counter, fPolygons.count());
145 SetLocation(canvas, counter, fPolygons.count());
  /external/skqp/gm/
nonclosedpaths.cpp 64 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) {
104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
polygons.cpp 82 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) {
120 SetLocation(canvas, counter, fPolygons.count());
145 SetLocation(canvas, counter, fPolygons.count());
  /external/gptfdisk/
mbrpart.cc 178 void MBRPart::SetLocation(uint64_t start, uint64_t length) {
182 cerr << "Partition values out of range in MBRPart::SetLocation()!\n"
198 } // MBRPart::SetLocation()
  /external/vixl/src/
pool-manager.h 206 void SetLocation(internal::AssemblerBase* assembler, T location) {
241 // See comment on SetLocation() for the use of this field.

Completed in 398 milliseconds