Home
last modified time | relevance | path

Searched defs:definition (Results 1 – 24 of 24) sorted by relevance

/aosp12/art/tools/jvmti-agents/ti-alloc-sample/
H A Dmkflame.py34 def definition(self, index): member in TraceCollection
40 def set_definition(self, index, definition): argument
66 def expand_stack_trace(definition): argument
/aosp12/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp154 const TagDefinition_t* definition = NULL; in lookupDefinition() local
188 const TagDefinition_t* definition = lookupDefinition(tag); in addEntry() local
312 const TagDefinition_t* definition = lookupDefinition(tag); in getDefaultType() local
321 const TagDefinition_t* definition = lookupDefinition(tag); in getDefaultCount() local
339 const TagDefinition_t* definition = lookupDefinition(tag); in getTagName() local
/aosp12/frameworks/base/core/java/android/window/
H A DITaskFragmentOrganizerController.aidl41 in RemoteAnimationDefinition definition); in registerRemoteAnimations()
H A DTaskFragmentOrganizer.java101 public void registerRemoteAnimations(@NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DActivityCompat.java35 public void registerRemoteAnimations(RemoteAnimationDefinitionCompat definition) { in registerRemoteAnimations()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
H A DMessageDefinition.cpp28 auto definition = find(std::nullopt)->second; in __anonc0c14fb30102() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppChangeTransitionTests.java65 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setUpOnDisplay() local
H A DAppTransitionControllerTest.java708 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideWindowContainer() local
724 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideTransitionController() local
1006 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setupTaskFragmentRemoteAnimation() local
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h274 const TagDefinition_t* definition = lookupDefinition(tag); in buildEntry() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java138 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
509 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride() local
642 final RemoteAnimationDefinition definition = organizer != null in overrideWithTaskFragmentRemoteAnimation() local
H A DTaskFragmentOrganizerController.java255 RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DActivityClientController.java1178 public void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DDisplayContent.java1418 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DActivityRecord.java7119 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DActivityTaskManagerService.java3638 RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
/aosp12/frameworks/rs/script_api/
H A DGenerateDocumentation.cpp249 static void writeSummaryTableEntry(ostream* stream, Definition* definition, in writeSummaryTableEntry()
472 static void writeDeprecatedWarning(GeneratedFile* file, Definition* definition) { in writeDeprecatedWarning()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityTaskManager.java451 int displayId, RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
H A DIActivityClientController.aidl132 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations()
H A DActivityClient.java466 void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DIActivityTaskManager.aidl301 void registerRemoteAnimationsForDisplay(int displayId, in RemoteAnimationDefinition definition); in registerRemoteAnimationsForDisplay()
/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc494 HInstruction* definition = GetParent()->GetDefinedBy(); in NumberOfSpillSlotsNeeded() local
/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java451 public ClassLoader2 add(String className, byte[] definition) { in add()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1085 RemoteAnimationDefinitionCompat definition = new RemoteAnimationDefinitionCompat(); in registerRemoteAnimations() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp624 void addVirtualKeyDefinition(int32_t deviceId, const VirtualKeyDefinition& definition) { in addVirtualKeyDefinition()