/aosp12/system/libprocinfo/ |
H A D | process_map_test.cpp | 99 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 D | RectShadowPainter.java | 62 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 D | Test905.java | 125 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 D | JapanesePhoneNumberFormatter.java | 172 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 D | P2pDiscovery.java | 100 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 D | PasswordSlotManagerTests.java | 105 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 D | README.txt | 13 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 D | info.txt | 1 Test allocation of caller and callee saved registers.
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | TestAccessPointBuilder.java | 180 public TestAccessPointBuilder setSaved(boolean saved){ in setSaved() argument 181 if (saved) { in setSaved()
|
/aosp12/system/libbase/include/android-base/ |
H A D | result.h | 138 int saved = errno; variable 140 errno = saved;
|
/aosp12/frameworks/native/libs/renderengine/skia/debug/ |
H A D | record.sh | 84 printf 'SKP saved to %s\n\n' "$local_path"
|
/aosp12/frameworks/base/docs/downloads/ |
H A D | README | 7 Once saved here, the files must be uploaded to a separate
|
/aosp12/frameworks/base/libs/hwui/tests/scripts/ |
H A D | skp-capture.sh | 133 printf '\nSKP saved to file:\n %s\n\n' "$local_path"
|
/aosp12/bionic/libc/arch-arm/bionic/ |
H A D | __bionic_clone.S | 56 # In the parent, reload saved registers then either return or set errno.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | install_recovery.te | 22 # Create and delete /cache/saved.file
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | install_recovery.te | 22 # Create and delete /cache/saved.file
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | install_recovery.te | 22 # Create and delete /cache/saved.file
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | install_recovery.te | 22 # Create and delete /cache/saved.file
|
/aosp12/build/make/ |
H A D | Usage.txt | 19 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 D | native_stack_dump.cc | 213 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 D | LocaleDragAndDropAdapter.java | 192 final LocaleStore.LocaleInfo saved = mFeedItemList.get(fromPosition); in onItemMove() local 194 mFeedItemList.add(toPosition, saved); in onItemMove()
|
/aosp12/frameworks/base/tools/protologtool/ |
H A D | README.md | 40 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 D | Main.java | 129 static native void restoreResolvedMethods(Class<?> cls, Object saved); in restoreResolvedMethods() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ShutdownThread.java | 723 boolean saved = false; in saveMetrics() 726 saved = true; in saveMetrics() 730 if (saved) { in saveMetrics()
|
/aosp12/packages/apps/SettingsIntelligence/proto/ |
H A D | settings_intelligence_log.proto | 37 // Clicks a saved query
|