/aosp12/system/core/libutils/include/utils/ |
H A D | StrongPointer.h | 33 inline sp() : m_ptr(nullptr) { } in sp() function 62 sp(std::nullptr_t) : sp() {} in sp() function 240 sp<T>::sp(T* other) in sp() function 250 sp<T>::sp(U* other) : m_ptr(other) { in sp() function 272 sp<T>::sp(const sp<T>& other) in sp() function 279 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function 284 sp<T>::sp(const sp<U>& other) in sp() function 291 sp<T>::sp(sp<U>&& other) in sp() function
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/ |
H A D | WifiTetherPasswordPreferenceControllerTest.java | 74 SharedPreferences sp = mContext.getSharedPreferences( in tearDown() local 153 SharedPreferences sp = mContext.getSharedPreferences( in onChangePassword_savesNewPassword() local 171 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToNone_visibilityIsFalse() local 190 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToWPA2PSK_visibilityIsTrue() local 210 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToNone_updatesSecurityTypeToNone() local 231 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToWPA2PSK_updatesSecurityTypeToWPA2PSK() local 249 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceSwitchFromNoneToWPA2PSK_retrievesSavedPassword() local
|
H A D | WifiTetherSecurityPreferenceControllerTest.java | 71 SharedPreferences sp = mContext.getSharedPreferences( in tearDown() local 115 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceChangedToNone_updatesSharedSecurityTypeToNone() local 134 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceChangedToWPA2PSK_updatesSharedSecurityTypeToWPA2PSK() local
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | StrongPointer.h | 67 inline sp() : m_ptr(0) { } in sp() function 122 sp<T>::sp(T* other) in sp() function 129 sp<T>::sp(const sp<T>& other) in sp() function 136 sp<T>::sp(U* other) : m_ptr(other) in sp() function 142 sp<T>::sp(const sp<U>& other) in sp() function
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | SharedPreferencesHelper.java | 31 public static void clear(SharedPreferences sp) { in clear() 38 public static void setPeopleTileKey(SharedPreferences sp, PeopleTileKey key) { in setPeopleTileKey() 43 public static void setPeopleTileKey(SharedPreferences sp, String shortcutId, int userId, in setPeopleTileKey() 53 public static PeopleTileKey getPeopleTileKey(SharedPreferences sp) { in getPeopleTileKey()
|
H A D | PeopleBackupFollowUpJob.java | 110 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(this); in onStartJob() local 187 SharedPreferences.Editor followUpEditor, SharedPreferences sp) { in cancelJobAndClearRemainingWidgets() 195 Set<String>> remainingWidgets, SharedPreferences sp) { in removeUnavailableShortcutsFromSharedStorage()
|
/aosp12/bionic/libc/bionic/ |
H A D | fts.c | 79 FTS *sp; in __fts_open() local 184 fts_load(FTS *sp, FTSENT *p) in fts_load() 208 fts_close(FTS *sp) in fts_close() 259 fts_read(FTS *sp) in fts_read() 468 fts_children(FTS *sp, int instr) in fts_children() 551 fts_build(FTS *sp, int type) in fts_build() 798 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) in fts_stat() 874 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() 908 fts_alloc(FTS *sp, const char *name, size_t namelen) in fts_alloc() 956 fts_palloc(FTS *sp, size_t more) in fts_palloc() [all …]
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/ |
H A D | SpacingAndPunctuationsTests.java | 120 private static void testingStandardWordSeparator(final SpacingAndPunctuations sp) { in testingStandardWordSeparator() 172 private static void testingStandardWordConnector(final SpacingAndPunctuations sp) { in testingStandardWordConnector() 219 private static void testingCommonPrecededBySpace(final SpacingAndPunctuations sp) { in testingCommonPrecededBySpace() 257 private static void testingStandardPrecededBySpace(final SpacingAndPunctuations sp) { in testingStandardPrecededBySpace() 281 private static void testingStandardFollowedBySpace(final SpacingAndPunctuations sp) { in testingStandardFollowedBySpace() 329 private static void testingStandardSentenceSeparator(final SpacingAndPunctuations sp) { in testingStandardSentenceSeparator() 445 private static void testingStandardPunctuationSuggestions(final SpacingAndPunctuations sp, in testingStandardPunctuationSuggestions()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | PasswordTransformationMethod.java | 41 Spannable sp = (Spannable) source; in getTransformation() local 80 Spannable sp = (Spannable) s; in onTextChanged() local 126 Spannable sp = (Spannable) sourceText; in onFocusChanged() local 133 private static void removeVisibleSpans(Spannable sp) { in removeVisibleSpans() 153 Spanned sp = (Spanned) mSource; in charAt() local 198 Spanned sp = (Spanned) mSource; in getChars() local 241 public Visible(Spannable sp, PasswordTransformationMethod ptm) { in Visible()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | RegsArm.cpp | 42 uint64_t RegsArm::sp() { in sp() function in unwindstack::RegsArm 50 void RegsArm::set_sp(uint64_t sp) { in set_sp() 110 uint64_t sp = regs_[ARM_REG_SP]; in StepIfSignalHandler() local 135 uint64_t sp = regs_[ARM_REG_SP]; in StepIfSignalHandler() local
|
H A D | RegsMips64.cpp | 43 uint64_t RegsMips64::sp() { in sp() function in unwindstack::RegsMips64 51 void RegsMips64::set_sp(uint64_t sp) { in set_sp() 142 uint64_t sp = regs_[MIPS64_REG_SP]; in StepIfSignalHandler() local
|
H A D | RegsX86_64.cpp | 42 uint64_t RegsX86_64::sp() { in sp() function in unwindstack::RegsX86_64 50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | SharedPreferencesHelperTest.java | 64 SharedPreferences sp = mContext.getSharedPreferences( in testGetPeopleTileKey() local 76 SharedPreferences sp = mContext.getSharedPreferences( in testSetPeopleTileKey() local 90 SharedPreferences sp = mContext.getSharedPreferences( in testClear() local
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastReceiver.java | 288 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setTestingMode() local 297 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in isTestingMode() local 307 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setServiceState() local 315 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in getServiceState() local 324 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in adjustReminderInterval() local 374 SharedPreferences sp = getDefaultSharedPreferences(); in initializeSharedPreference() local 429 SharedPreferences.Editor sp = PreferenceManager in migrateSharedPreferenceFromLegacy() local
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | CapsModeUtilsTests.java | 41 final int mask, final SpacingAndPunctuations sp, final boolean hasSpaceBefore) { in onePathForCaps() 48 final SpacingAndPunctuations sp, final boolean hasSpaceBefore) { in allPathsForCaps() 73 SpacingAndPunctuations sp = job.runInLocale(res, Locale.ENGLISH); in testGetCapsMode() local
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 288 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 527 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() 893 GetQuickReferenceArgumentAtVisitor(ArtMethod** sp, in GetQuickReferenceArgumentAtVisitor() 948 GetQuickReferenceArgumentsVisitor(ArtMethod** sp, in GetQuickReferenceArgumentsVisitor() 1030 ArtMethod** sp) in artInstrumentationMethodEntryFromCode() 1087 ArtMethod** sp, in artInstrumentationMethodExitFromCode() 1220 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline() 2179 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline() local 2197 ArtMethod** sp) { in artInvokeCommon() 2270 ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in artInvokeStaticTrampolineWithAccessCheck() [all …]
|
/aosp12/bionic/libc/tzcode/ |
H A D | localtime.c | 280 register struct state * const sp = lclptr; in settzname() local 315 scrub_abbrs(struct state *sp) in scrub_abbrs() 1247 gmtload(struct state *const sp) in gmtload() 1284 struct state *sp = lclptr; in tzsetlcl() local 1356 timezone_t sp = malloc(sizeof *sp); in tzalloc() local 1369 tzfree(timezone_t sp) in tzfree() 1588 const struct state *sp, struct tm *tmp) in timesub() 1836 struct state const *sp, in time2sub() 2033 struct state const *sp, in time2() 2052 struct state const *sp, in time1() [all …]
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | RegsFake.h | 38 uint64_t sp() override { return fake_sp_; } in sp() function 40 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() 83 uint64_t sp() override { return fake_sp_; } in sp() function 85 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp()
|
/aosp12/system/core/init/ |
H A D | epoll.cpp | 45 auto sp = std::make_shared<decltype(handler)>(std::move(handler)); in RegisterHandler() local 87 auto sp = *reinterpret_cast<std::shared_ptr<Handler>*>(ev[i].data.ptr); in Wait() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
H A D | HdHomeRunTunerManager.java | 63 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in acquireDevice() local 114 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in markAsScannedDevice() local
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | sensor_param_test.c | 73 struct iaxxx_sensor_param sp; in set_param() local 100 struct iaxxx_sensor_param sp; in get_param() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | ConfigurableTexts.java | 53 final int sp = (int)(px / fontScale / density); in add() local 79 private void setTextSizeH(TextView text, int sp) { in setTextSizeH()
|
/aosp12/system/extras/simpleperf/ |
H A D | CallChainJoiner_test.cpp | 41 std::vector<uint64_t> sp = {0x1}; in TEST() local 99 std::vector<uint64_t> sp = {1, 1}; in TEST() local 111 std::vector<uint64_t> sp; in TEST() local 134 std::vector<uint64_t> sp = {1, 2, 3, 4}; in TEST() local
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
H A D | NotificationController.java | 159 SharedPreferences sp = context.getSharedPreferences( in shouldShowNotification() local 261 SharedPreferences sp = context.getSharedPreferences(SHARED_PREFERENCES_NAME, in incrementNotificationShownCount() local 270 SharedPreferences sp = context.getSharedPreferences(SHARED_PREFERENCES_NAME, in incrementNotificationDismissedCount() local 279 SharedPreferences sp = context.getSharedPreferences(SHARED_PREFERENCES_NAME, in delayNextNotification() local
|
/aosp12/bionic/tests/headers/posix/ |
H A D | time_h.c | 109 char** sp = tzname; in time_h() local
|