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

  /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/gptfdisk/
mbr.cc 65 partitions[0].SetLocation(UINT32_C(1), (uint32_t) diskSize - UINT32_C(1));
67 partitions[0].SetLocation(UINT32_C(1), UINT32_MAX);
mbrpart.h 84 void SetLocation(uint64_t start, uint64_t length);
gptcl.cc 493 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(),
505 newPart.SetLocation(1, newMBR.FindLastInFree(1));
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()
gpttext.cc 438 hybridPart.SetLocation(partitions[j].GetFirstLBA(), partitions[j].GetLengthLBA());
459 hybridPart.SetLocation(1, hybridMBR.FindLastInFree(1));
    [all...]
basicmbr.cc     [all...]
  /art/runtime/mirror/
dex_cache.cc 196 SetLocation(location);
229 void DexCache::SetLocation(ObjPtr<mirror::String> location) {
dex_cache.h 406 void SetLocation(ObjPtr<String> location) REQUIRES_SHARED(Locks::mutator_lock_);
  /art/runtime/
class_linker_test.cc     [all...]

Completed in 398 milliseconds