Home
last modified time | relevance | path

Searched +defs:parent +defs:delegate (Results 1 – 25 of 1205) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_unittest.cc421 TestDelegateBase* delegate, in SetupWatch()
431 TestDelegateBase* delegate, in SetupWatchWithOptions()
441 TestDelegateBase* delegate, in SetupWatchWithChangeInfo()
452 TestDelegate delegate; in TEST_F() local
467 TestDelegate delegate; in TEST_F() local
484 TestDelegate delegate; in TEST_F() local
499 TestDelegate delegate; in TEST_F() local
513 TestDelegate delegate; in TEST_F() local
514 FilePath parent(temp_dir_.GetPath().AppendASCII("parent")); in TEST_F() local
528 TestDelegate delegate; in TEST_F() local
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/dalvik/system/
H A DDelegateLastClassLoaderTest.java107 ClassLoader parent = new PathClassLoader(parentPath.getAbsolutePath(), in createClassLoader() local
133 ClassLoader delegate = createClassLoader("parent.jar", "child.jar"); in testLookupOrder_loadClass() local
142 ClassLoader delegate = createClassLoader("parent.jar", "child.jar"); in testLookupOrder_foundInParent() local
147 Class<?> parent = delegate.loadClass("libcore.test.delegatelast.Parent"); in testLookupOrder_foundInParent() local
152 ClassLoader delegate = createClassLoader("parent.jar", "child.jar"); in testLoadClass_exceptionMessages() local
177 ClassLoader delegate = createClassLoader("parent.jar", "child.jar"); in testLookupOrder_getResource() local
187 ClassLoader delegate = createClassLoader("parent.jar", "child.jar", false); in testLookupOrderNodelegate_getResource() local
197 ClassLoader delegate = createClassLoader("parent.jar", "child.jar"); in testLookupOrder_getResources() local
213 ClassLoader delegate = createClassLoader("parent.jar", "child.jar"); in testLookupOrder_getResources2() local
227 ClassLoader delegate = createClassLoader("parent.jar", "child.jar", false); in testLookupOrderNoDelegate_getResources() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dalarm_factory.cc18 QuicArenaScopedPtr<QuicAlarm::Delegate> delegate) in Alarm()
35 Adapter(Simulator* simulator, std::string name, Alarm* parent) in Adapter()
63 QuicAlarm* AlarmFactory::CreateAlarm(QuicAlarm::Delegate* delegate) { in CreateAlarm()
69 QuicArenaScopedPtr<QuicAlarm::Delegate> delegate, in CreateAlarm()
/aosp_15_r20/external/openscreen/osp/impl/quic/
H A Dquic_service_common.cc19 ServiceConnectionDelegate* delegate, in FromExisting()
72 ServiceConnectionDelegate::ServiceConnectionDelegate(ServiceDelegate* parent, in ServiceConnectionDelegate()
161 std::unique_ptr<ServiceConnectionDelegate> delegate) in ServiceConnectionData()
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/local-javac-header/
Dmetalava-reporter.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/tools__metalava__metalava-reporter__linux_glibc_common__metalava- ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/kotlin/
Dmetalava-reporter.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/tools__metalava__metalava-reporter__linux_glibc_common__metalava- ...
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java138 ViewParent parent = host.getParent(); in setCurrentSelection() local
293 public final DragAndDropAccessibilityDelegate delegate; field in KeyboardDragAndDropView.VirtualNodeInfo
296 VirtualNodeInfo(DragAndDropAccessibilityDelegate delegate, int id) { in VirtualNodeInfo()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_connection.cc324 void LowEnergyConnection::AttachInspect(inspect::Node& parent, in AttachInspect()
847 auto delegate = conn_mgr_->pairing_delegate(); in OnPairingComplete() local
899 auto delegate = conn_mgr_->pairing_delegate(); in ConfirmPairing() local
920 auto delegate = conn_mgr_->pairing_delegate(); in DisplayPasskey() local
935 auto delegate = conn_mgr_->pairing_delegate(); in RequestPasskey() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
H A DAarTypeSolver.java35 private JarTypeSolver delegate; field in AarTypeSolver
60 public void setParent(TypeSolver parent) { in setParent()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPersonalDashboardFragment.java72 CredentialManagerPreferenceController.Delegate delegate = in onAttach() local
98 DashboardFragment parent, in buildAccountPreferenceControllers()
DAccountWorkProfileDashboardFragment.java72 CredentialManagerPreferenceController.Delegate delegate = in onAttach() local
98 DashboardFragment parent, in buildAccountPreferenceControllers()
DAccountDashboardFragment.java83 CredentialManagerPreferenceController.Delegate delegate = in onAttach() local
127 DashboardFragment parent, in buildAccountPreferenceControllers()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DInjectorImpl.java114 final InjectorImpl parent; field in InjectorImpl
128 InjectorImpl(InjectorImpl parent, State state, InjectorOptions injectorOptions) { in InjectorImpl() method in InjectorImpl
358 BindingImpl<T> delegate = getBindingOrThrow(providedKey, errors, JitLimitation.NO_JIT); in createProviderBinding() local
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DColorDelegator.py45 def setdelegate(self, delegate): argument
238 def _color_delegator(parent): # htest # argument
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DFilesTest.java107 public BadLengthFile(File delegate, long badLength) { in BadLengthFile()
311 File parent = file.getParentFile(); in testCreateParentDirs_oneParentNeeded() local
323 File parent = file.getParentFile(); in testCreateParentDirs_multipleParentsNeeded() local
331 File parent = getTestFile("ascii.txt"); in testCreateParentDirs_nonDirectoryParentExists() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DFilesTest.java107 public BadLengthFile(File delegate, long badLength) { in BadLengthFile()
311 File parent = file.getParentFile(); in testCreateParentDirs_oneParentNeeded() local
323 File parent = file.getParentFile(); in testCreateParentDirs_multipleParentsNeeded() local
331 File parent = getTestFile("ascii.txt"); in testCreateParentDirs_nonDirectoryParentExists() local
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dcolorizer.py132 def setdelegate(self, delegate): argument
358 def _color_delegator(parent): # htest # argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dverify_certificate_chain.cc520 for (der::Input parent : node.parent_policies) { in GetUserConstrainedPolicySet() local
1460 VerifyCertificateChainDelegate *delegate, const der::GeneralizedTime &time, in Run()
1604 VerifyCertificateChainDelegate *delegate, const der::GeneralizedTime &time, in VerifyCertificateChain()
/aosp_15_r20/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelperTest.java259 AccessibilityDelegateCompat delegate = mock(AccessibilityDelegateCompat.class); in testMethodDelegation() local
295 FrameLayout parent = new FrameLayout(InstrumentationRegistry.getTargetContext()); in testMethodDelegation() local
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DElements.java163 private final RecordingBinder parent; field in Elements.RecordingBinder
207 private RecordingBinder(RecordingBinder parent, PrivateElementsImpl privateElements) { in RecordingBinder() method in Elements.RecordingBinder
323 Object delegate = ((ProviderMethodsModule) module).getDelegateModule(); in install() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DMagnificationModePreferenceController.java218 private void onMagnificationModeSelected(AdapterView<?> parent, View view, int position, in onMagnificationModeSelected()
304 void setDialogDelegate(DialogCreatable delegate); in setDialogDelegate()
/aosp_15_r20/external/libchrome-gestures/include/
H A Dprop_registry.h49 Property(PropRegistry* parent, const char* name) in Property()
61 void SetDelegate(PropertyDelegate* delegate) { in SetDelegate()
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java84 default SmartspaceView getView(ViewGroup parent) { in getView()
153 default void setTimeChangedDelegate(TimeChangedDelegate delegate) {} in setTimeChangedDelegate()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorActivity.java236 protected android.view.ViewGroup createContentPreviewView(@org.jetbrains.annotations.NotNull() in createContentPreviewView()
296 …ivate final com.android.internal.app.ResolverActivity.AppListAccessibilityDelegate delegate = null; field in MediaProjectionAppSelectorActivity.RecyclerViewExpandingAccessibilityDelegate
/aosp_15_r20/external/openscreen/osp/demo/
H A Dosp_demo.cc177 explicit ConnectionObserver(DemoConnectionServerObserver* parent) in ConnectionObserver()
459 DemoReceiverDelegate& delegate, in HandleReceiverCommand()
486 DemoReceiverDelegate& delegate) { in RunReceiverPollLoop()

12345678910>>...49