Home
last modified time | relevance | path

Searched defs:self (Results 676 – 700 of 974) sorted by relevance

1...<<21222324252627282930>>...39

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierEvent.java667 abstract T self(); in self() method in TextClassifierEvent.Builder
904 TextSelectionEvent.Builder self() { in self() method in TextClassifierEvent.TextSelectionEvent.Builder
992 Builder self() { in self() method in TextClassifierEvent.TextLinkifyEvent.Builder
1073 Builder self() { in self() method in TextClassifierEvent.LanguageDetectionEvent.Builder
1169 Builder self() { in self() method in TextClassifierEvent.ConversationActionsEvent.Builder
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dndk_rust_interop.rs79 fn echo(&self, s: &str) -> binder::Result<String> { in echo()
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Ditr_collect.py21 def __init__(self): argument
/aosp14/frameworks/base/tests/JankBench/scripts/
H A Ditr_collect.py21 def __init__(self): argument
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DDataClass.java266 void acceptObject(THIS self, String fieldName, Object fieldValue); in acceptObject()
274 void acceptInt(THIS self, String fieldName, int fieldValue); in acceptInt()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DDataClass.java266 void acceptObject(THIS self, String fieldName, Object fieldValue); in acceptObject()
274 void acceptInt(THIS self, String fieldName, int fieldValue); in acceptInt()
/aosp12/hardware/qcom/audio/post_proc/
H A Dbundle.c511 int effect_process(effect_handle_t self, in effect_process()
536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command()
735 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DInsertNewMessageAction.java133 final ParticipantData self = getSelf(db, conversationId, message); in executeAction() local
198 ParticipantData self; in getSelf() local
279 final ParticipantData self = BugleDatabaseOperations.getOrCreateSelf(db, subId); in createMessage() local
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp604 extern "C" int Equalizer_process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *ou… in Equalizer_process()
629 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Equalizer_command()
730 extern "C" int Equalizer_getDescriptor(effect_handle_t self, in Equalizer_getDescriptor()
/aosp12/system/libfmq/tests/
H A Dfmq_test.py33 def test(self): argument
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test.py33 def test(self): argument
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc332 art::Thread* self = art::Thread::Current(); in Run() local
372 art::Thread* self = art::Thread::Current(); in RunCheckpointAndWait() local
604 art::Thread* self = data.threads[index]; in GetThreadListStackTraces() local
930 art::Thread* self = art::Thread::Current(); in GetOwnedMonitorInfoCommon() local
1035 art::Thread* self = art::Thread::Current(); in NotifyFramePop() local
1117 NonStandardExitFrames(art::Thread* self, jvmtiEnv* env, jthread thread) in NonStandardExitFrames()
1203 art::Thread* self = art::Thread::Current(); in RELEASE_SHARED() local
1249 SetupMethodExitEvents(art::Thread* self, in SetupMethodExitEvents()
1358 art::Thread* self = art::Thread::Current(); in PopFrame() local
1382 art::Thread* self = art::Thread::Current(); in ForceEarlyReturn() local
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc66 static hiddenapi::AccessContext GetReflectionCaller(Thread* self) in GetReflectionCaller()
135 static std::function<hiddenapi::AccessContext()> GetHiddenapiAccessContextFunction(Thread* self) { in GetHiddenapiAccessContextFunction()
142 ALWAYS_INLINE static bool ShouldDenyAccessToMember(T* member, Thread* self) in ShouldDenyAccessToMember()
284 Thread* self, in GetDeclaredFields()
412 ALWAYS_INLINE static inline ObjPtr<mirror::Field> GetDeclaredField(Thread* self, in GetDeclaredField()
432 Thread* self, ObjPtr<mirror::Class> clazz, ObjPtr<mirror::String> name) in GetPublicFieldRecursive()
964 Thread* self = soa.Self(); in Class_newInstance() local
/aosp12/art/runtime/
H A Dthread.cc989 Thread* self; in Attach() local
1043 auto create_peer_action = [&](Thread* self) { in Attach()
1079 auto set_peer_action = [&](Thread* self) { in Attach()
1128 Thread* self = this; in CreatePeer() local
1635 void Run(Thread* self) override { in Run()
1655 Thread* self = Thread::Current(); in RequestSynchronousCheckpoint() local
1819 Thread* self = Thread::Current(); in DumpState() local
2398 Thread* self = this; in Destroy() local
2692 void Thread::Interrupt(Thread* self) { in Interrupt()
2705 Thread* self = Thread::Current(); in Notify() local
[all …]
H A Dobj_ptr-inl.h30 Thread* self = Thread::Current(); in GetCurrentTrimedCookie() local
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java.py39 def test(self): argument
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc249 void WaitForDataSource(art::Thread* self) { in WaitForDataSource()
512 void DumpPerfetto(art::Thread* self) { in DumpPerfetto()
860 art::Thread* self = art::Thread::Current(); in ArtPlugin_Initialize() local
910 art::Thread* self = art::Thread::Current(); in ArtPlugin_Initialize() local
954 art::Thread* self = art::Thread::Current(); in ArtPlugin_Deinitialize() local
/aosp12/art/runtime/mirror/
H A Dmethod_handle_impl.cc45 ObjPtr<mirror::MethodHandleImpl> MethodHandleImpl::Create(Thread* const self, in Create()
/aosp12/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc53 Thread* self = Thread::Current(); in Java_Main_hasOatCompiledCode() local
/aosp12/build/make/tools/warn/
H A Dseverity.py26 def __init__(self, value, color, column_header, header): argument
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp312 static int32_t Downmix_Process(effect_handle_t self, in Downmix_Process()
388 static int32_t Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Downmix_Command()
532 static int32_t Downmix_GetDescriptor(effect_handle_t self, effect_descriptor_t *pDescriptor) in Downmix_GetDescriptor()
/aosp12/art/compiler/optimizing/
H A Dintrinsic_objects.cc31 Thread* self, ClassLinker* class_linker) { in LookupIntegerCache()
/aosp12/art/runtime/gc/space/
H A Ddlmalloc_space-inl.h28 inline mirror::Object* DlMallocSpace::AllocNonvirtual(Thread* self, size_t num_bytes, in AllocNonvirtual()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DSelfParticipantsData.java92 final ParticipantData self = getSelfParticipantById(selfId); in isDefaultSelf() local
/aosp12/system/sepolicy/tests/
H A Dtreble_sepolicy_tests.py27 def __init__(self): argument
319 def take_action(self, action, dest, opt, value, values, parser): argument

1...<<21222324252627282930>>...39