/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_watcher_unittest.cc | 421 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 D | DelegateLastClassLoaderTest.java | 107 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 D | alarm_factory.cc | 18 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 D | quic_service_common.cc | 19 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/ |
D | metalava-reporter.jar | META-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/ |
D | metalava-reporter.jar | META-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/ |
D | KeyboardDragAndDropView.java | 138 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 D | low_energy_connection.cc | 324 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 D | AarTypeSolver.java | 35 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/ |
D | AccountPersonalDashboardFragment.java | 72 CredentialManagerPreferenceController.Delegate delegate = in onAttach() local 98 DashboardFragment parent, in buildAccountPreferenceControllers()
|
D | AccountWorkProfileDashboardFragment.java | 72 CredentialManagerPreferenceController.Delegate delegate = in onAttach() local 98 DashboardFragment parent, in buildAccountPreferenceControllers()
|
D | AccountDashboardFragment.java | 83 CredentialManagerPreferenceController.Delegate delegate = in onAttach() local 127 DashboardFragment parent, in buildAccountPreferenceControllers()
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | InjectorImpl.java | 114 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/ |
D | ColorDelegator.py | 45 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 D | FilesTest.java | 107 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 D | FilesTest.java | 107 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/ |
D | colorizer.py | 132 def setdelegate(self, delegate): argument 358 def _color_delegator(parent): # htest # argument
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | verify_certificate_chain.cc | 520 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/ |
D | LinkAccessibilityHelperTest.java | 259 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 D | Elements.java | 163 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/ |
D | MagnificationModePreferenceController.java | 218 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 D | prop_registry.h | 49 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 D | BcSmartspaceDataPlugin.java | 84 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/ |
D | MediaProjectionAppSelectorActivity.java | 236 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 D | osp_demo.cc | 177 explicit ConnectionObserver(DemoConnectionServerObserver* parent) in ConnectionObserver() 459 DemoReceiverDelegate& delegate, in HandleReceiverCommand() 486 DemoReceiverDelegate& delegate) { in RunReceiverPollLoop()
|