Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/system/libprocinfo/
H A Dprocess_map_test.cpp99 saved.start = start; in VerifyReadMapFileAsyncSafe()
100 saved.end = end; in VerifyReadMapFileAsyncSafe()
101 saved.flags = flags; in VerifyReadMapFileAsyncSafe()
102 saved.pgoff = pgoff; in VerifyReadMapFileAsyncSafe()
103 saved.inode = inode; in VerifyReadMapFileAsyncSafe()
104 strcpy(saved.name, name); in VerifyReadMapFileAsyncSafe()
105 saved.isShared = shared; in VerifyReadMapFileAsyncSafe()
129 EXPECT_EQ(expected.start, saved.start); in VerifyReadMapFileAsyncSafe()
130 EXPECT_EQ(expected.end, saved.end); in VerifyReadMapFileAsyncSafe()
131 EXPECT_EQ(expected.flags, saved.flags); in VerifyReadMapFileAsyncSafe()
[all …]
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java62 int saved = modifyCanvas(canvas, shadowSize); in paintShadow() local
63 if (saved == -1) { in paintShadow()
125 canvas.restoreToCount(saved); in paintShadow()
143 int saved = canvas.save(); in modifyCanvas() local
157 return saved; in modifyCanvas()
165 int saved = canvas.save(); in sideShadow() local
169 canvas.restoreToCount(saved); in sideShadow()
183 int saved = canvas.save(); in drawCorner() local
191 canvas.restoreToCount(saved); in drawCorner()
/aosp12/art/test/905-object-free/src/art/
H A DTest905.java125 final Object[] saved = new Object[num_obj/2]; in stress() local
131 saved[(idx.intValue() - 1)/2] = obj; in stress()
149 for (int i = 0; i < saved.length; i++) { in stress()
152 if (Main.getTag(saved[i]) != expectedTag1) { in stress()
154 + expectedTag1 + " got " + Main.getTag(saved[i])); in stress()
156 if (getTag2(saved[i]) != 1 + expectedTag1) { in stress()
158 + (expectedTag1 + 1) + " got " + getTag2(saved[i])); in stress()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DJapanesePhoneNumberFormatter.java172 CharSequence saved = text.subSequence(0, length); in format() local
192 text.replace(0, length, saved); in format()
198 text.replace(0, length, saved); in format()
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
H A DP2pDiscovery.java100 for (DiscoveredPrinter saved : getSavedPrinters()) { in onPeerFound()
101 if (saved.path.equals(printer.path)) { in onPeerFound()
102 printerFound(saved); in onPeerFound()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DPasswordSlotManagerTests.java105 final ByteArrayOutputStream saved = new ByteArrayOutputStream(); in testSerialization() local
106 mManager.saveSlotMap(saved); in testSerialization()
114 new ByteArrayInputStream(saved.toByteArray())); in testSerialization()
/aosp12/frameworks/base/wifi/migration_samples/
H A DREADME.txt13 user's saved Wi-Fi networks.
27 user's saved passpoint networks, Wi-Fi network request approvals, etc.
/aosp12/art/test/526-checker-caller-callee-regs/
H A Dinfo.txt1 Test allocation of caller and callee saved registers.
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DTestAccessPointBuilder.java180 public TestAccessPointBuilder setSaved(boolean saved){ in setSaved() argument
181 if (saved) { in setSaved()
/aosp12/system/libbase/include/android-base/
H A Dresult.h138 int saved = errno; variable
140 errno = saved;
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A Drecord.sh84 printf 'SKP saved to %s\n\n' "$local_path"
/aosp12/frameworks/base/docs/downloads/
H A DREADME7 Once saved here, the files must be uploaded to a separate
/aosp12/frameworks/base/libs/hwui/tests/scripts/
H A Dskp-capture.sh133 printf '\nSKP saved to file:\n %s\n\n' "$local_path"
/aosp12/bionic/libc/arch-arm/bionic/
H A D__bionic_clone.S56 # In the parent, reload saved registers then either return or set errno.
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dinstall_recovery.te22 # Create and delete /cache/saved.file
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dinstall_recovery.te22 # Create and delete /cache/saved.file
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dinstall_recovery.te22 # Create and delete /cache/saved.file
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dinstall_recovery.te22 # Create and delete /cache/saved.file
/aosp12/build/make/
H A DUsage.txt19 This is saved in the shell environment as $TARGET_PRODUCT by `lunch`.
22 This gets saved in the shell environment as $TARGET_BUILD_VARIANT by
/aosp12/art/runtime/
H A Dnative_stack_dump.cc213 char saved = *(new_line + 1); in Drain() local
216 *(new_line + 1) = saved; in Drain()
/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java192 final LocaleStore.LocaleInfo saved = mFeedItemList.get(fromPosition); in onItemMove() local
194 mFeedItemList.add(toPosition, saved); in onItemMove()
/aosp12/frameworks/base/tools/protologtool/
H A DREADME.md40 Input is provided as a list of java source file names. Transformed source is saved to a single
100 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
/aosp12/art/test/497-inlining-and-class-loader/src/
H A DMain.java129 static native void restoreResolvedMethods(Class<?> cls, Object saved); in restoreResolvedMethods() argument
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java723 boolean saved = false; in saveMetrics()
726 saved = true; in saveMetrics()
730 if (saved) { in saveMetrics()
/aosp12/packages/apps/SettingsIntelligence/proto/
H A Dsettings_intelligence_log.proto37 // Clicks a saved query

123