Home
last modified time | relevance | path

Searched defs:newBar (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/test/SemaObjC/
H A Darc-decls.m84 - (id)newBar; // expected-note {{explicitly declare getter '-newBar' with 'OBJC_METHOD_FAMILY_NONE'… method in none
85 @property (retain) id newBar; // expected-error {{property follows Cocoa naming convention for retu… property
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DProgressBarDrawableContainerTest.java67 ProgressBar newBar = new ProgressBar(mActivity); in testMutate() local
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DBindingsTest.java43 private static Bar newBar() { in newBar() method in BindingsTest
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/testdata/props/
Dreturns2.go213 func newBar(x int) Itf { func