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

  /art/runtime/gc/collector/
immune_spaces_test.cc 276 std::unique_ptr<DummyImageSpace> space1(CreateImageSpace(space1_begin,
280 ASSERT_TRUE(space1 != nullptr);
300 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin());
301 spaces.AddSpace(space1.get());
308 space1->Begin());
319 space1->Begin());
343 space1->Begin());
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 639 ssize_t space1 = response->mStatusLine.find(" "); local
640 if (space1 < 0) {
643 ssize_t space2 = response->mStatusLine.find(" ", space1 + 1);
650 if (!IsRTSPVersion(AString(response->mStatusLine, 0, space1))) {
662 response->mStatusLine, space1 + 1, space2 - space1 - 1);
770 ssize_t space1 = request->mStatusLine.find(" "); local
771 CHECK_GE(space1, 0);
948 ssize_t space1 = request.find(" "); local
949 CHECK_GE(space1, 0)
    [all...]
  /external/skia/tests/
ImageIsOpaqueTest.cpp 45 sk_sp<SkColorSpace> space1 = SkColorSpace::MakeICC(data->data(), data->size()); local
55 space1,
  /external/skqp/tests/
ImageIsOpaqueTest.cpp 45 sk_sp<SkColorSpace> space1 = SkColorSpace::MakeICC(data->data(), data->size()); local
55 space1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
space.h 131 int isl_space_is_domain(__isl_keep isl_space *space1,
133 int isl_space_is_range(__isl_keep isl_space *space1,
135 int isl_space_is_equal(__isl_keep isl_space *space1,
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 796 C1 string `xml:"space1 x>c"`
797 D1 string `xml:"space1 x>d"`
807 `<c xmlns="space1">c1</c>` +
808 `<d xmlns="space1">d1</d>` +
818 C1 string `xml:"space1 x>c"`
819 D1 string `xml:"space1 x>d"`
834 `<c xmlns="space1">c1</c>` +
835 `<d xmlns="space1">d1</d>` +
843 B1 string `xml:"space1 x>b"`
850 `<b xmlns="space1">b1</b></x>`
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 796 C1 string `xml:"space1 x>c"`
797 D1 string `xml:"space1 x>d"`
807 `<c xmlns="space1">c1</c>` +
808 `<d xmlns="space1">d1</d>` +
818 C1 string `xml:"space1 x>c"`
819 D1 string `xml:"space1 x>d"`
834 `<c xmlns="space1">c1</c>` +
835 `<d xmlns="space1">d1</d>` +
843 B1 string `xml:"space1 x>b"`
850 `<b xmlns="space1">b1</b></x>`
    [all...]
  /packages/apps/Settings/src/com/android/settings/graph/
UsageView.java 116 setWeight(R.id.space1, before);
  /art/runtime/gc/
heap.cc 903 space::ContinuousSpace* space1 = main_space_ != nullptr ? main_space_ : non_moving_space_; local
    [all...]

Completed in 872 milliseconds