HomeSort by relevance Sort by last modified time
    Searched full:protected (Results 351 - 375 of 40743) sorted by null

<<11121314151617181920>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
StreamAssetPathFetcher.java 17 protected InputStream loadResource(AssetManager assetManager, String path) throws IOException {
22 protected void close(InputStream data) throws IOException {
StreamLocalUriFetcher.java 20 protected InputStream loadResource(Uri uri, ContentResolver contentResolver) throws FileNotFoundException {
25 protected void close(InputStream data) throws IOException {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BaseKeyPool.java 11 protected T get() {
25 protected abstract T create();
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
Extension.java 14 protected String _value;
16 protected Extension(char key) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
Extension.java 14 protected String _value;
16 protected Extension(char key) {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
AbstractCommandHandlerTestCase.java 39 protected static final String DIR1 = "dir1";
40 protected static final String DIR2 = "dir2";
41 protected static final String FILENAME1 = "sample1.txt";
42 protected static final String FILENAME2 = "sample2.txt";
44 protected Session session;
45 protected ResourceBundle replyTextBundle;
54 protected void testHandleCommand_InvalidParameters(AbstractTrackingCommandHandler commandHandler,
73 protected void verifyNumberOfInvocations(InvocationHistory commandHandler, int expected) {
82 protected void verifyNoDataElements(InvocationRecord invocationRecord) {
95 protected void verifyOneDataElement(InvocationRecord invocationRecord, String key, Object value) {
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemDataBox.java 28 protected long getContentSize() {
40 protected void getContent(ByteBuffer byteBuffer) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/
ActionMessageFormat0SampleEntryBox.java 17 protected long getContentSize() {
34 protected void getContent(ByteBuffer byteBuffer) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewFlipper.java 11 protected ViewFlipper realObject;
13 protected boolean isFlipping;
  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
ShadowImplementationWithIncorrectVisibility.java 14 protected void __constructor__(int i0, int i1) {
29 protected static void protectedMethod() {}
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowFilterTest.java 20 protected FilterResults performFiltering(CharSequence charSequence) {
26 protected void publishResults(CharSequence charSequence, FilterResults filterResults) {
41 protected FilterResults performFiltering(CharSequence charSequence) {
49 protected void publishResults(CharSequence charSequence, FilterResults filterResults) {
69 protected FilterResults performFiltering(CharSequence charSequence) {
74 protected void publishResults(CharSequence charSequence, FilterResults filterResults) {}
91 protected FilterResults performFiltering(CharSequence charSequence) {
96 protected void publishResults(CharSequence charSequence, FilterResults filterResults) {}
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
SoftThreadLocal.java 12 @Override protected SoftReference<T> initialValue() {
30 abstract protected T create();
  /external/testng/src/main/java/org/testng/junit/
JUnitTestMethod.java 14 protected JUnitTestMethod(JUnitTestClass owner, Method method, Object instance) {
18 protected JUnitTestMethod(JUnitTestClass owner, String methodName, Method method, Object instance) {
  /external/testng/src/test/java/
ConverterSample2.java 8 protected void setUp() throws Exception {
14 protected void tearDown() throws Exception {
  /external/testng/src/test/java/test/expectedexceptions/
ParametersExceptionTest.java 23 protected Object[][] dp() {
28 protected void verify(Method method) {
  /external/testng/src/test/java/test/junit/
BaseTest.java 21 protected void setUp() throws Exception {
26 protected void tearDown() throws Exception {
  /external/turbine/javatests/com/google/turbine/lower/testdata/
java_lang_object.test 17 protected Object clone() throws CloneNotSupportedException {
25 protected void finalize() throws Throwable {}
  /frameworks/base/core/tests/coretests/src/android/net/
SSLSessionCacheTest.java 64 protected FakeSSLContext() {
71 protected void engineInit(KeyManager[] keyManagers, TrustManager[] trustManagers,
76 protected SSLSocketFactory engineGetSocketFactory() {
81 protected SSLServerSocketFactory engineGetServerSocketFactory() {
86 protected SSLEngine engineCreateSSLEngine(String s, int i) {
91 protected SSLEngine engineCreateSSLEngine() {
96 protected SSLSessionContext engineGetServerSessionContext() {
101 protected SSLSessionContext engineGetClientSessionContext() {
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 32 protected static final int UNSPECIFIED = -1;
34 protected static final int STATE_UNLOADED = 0;
35 protected static final int STATE_LOADED = 1;
36 protected static final int STATE_ERROR = -1;
41 protected int mId = -1;
42 protected int mState;
44 protected int mWidth = UNSPECIFIED;
45 protected int mHeight = UNSPECIFIED;
47 protected int mTextureWidth;
48 protected int mTextureHeight
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
RemoteListenerHelper.java 36 protected static final int RESULT_SUCCESS = 0;
37 protected static final int RESULT_NOT_AVAILABLE = 1;
38 protected static final int RESULT_NOT_SUPPORTED = 2;
39 protected static final int RESULT_GPS_LOCATION_DISABLED = 3;
40 protected static final int RESULT_INTERNAL_ERROR = 4;
41 protected static final int RESULT_UNKNOWN = 5;
42 protected static final int RESULT_NOT_ALLOWED = 6;
56 protected RemoteListenerHelper(Handler handler, String name) {
125 protected abstract boolean isAvailableInPlatform();
126 protected abstract boolean isGpsEnabled()
    [all...]
  /frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
BasePerfTest.java 43 protected Context mContext;
51 protected void addReceivedTimeNs(String type) {
55 protected Intent createServiceIntent() {
63 protected Intent createBroadcastIntent(String action) {
71 protected void putTimeReceiverBinderExtra(Intent intent) {
83 protected void startTargetPackage() {
87 protected long getReceivedTimeNs(String type) {
91 protected void runPerfFunction(LongSupplier func) {
  /frameworks/native/libs/vr/libpdx/private/pdx/
message_reader.h 18 protected:
31 protected:
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 38 protected void onCreate(@Nullable Bundle savedInstanceState) {
44 protected PhotoViewController createController() {
54 protected void onStart() {
60 protected void onResume() {
66 protected void onPause() {
72 protected void onStop() {
78 protected void onDestroy() {
112 protected void onActivityResult(int requestCode, int resultCode, Intent data) {
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UnitTest.java 28 protected Context mCtx;
37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) {
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) {
51 protected UnitTest(RSTestCore rstc, Context ctx) {
55 protected UnitTest(Context ctx) {
59 protected void _RS_ASSERT(String message, boolean b) {
66 protected void updateUI() {
81 protected RSMessageHandler mRsMessage = new RSMessageHandler() {
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UnitTest.java 28 protected Context mCtx;
37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) {
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) {
51 protected UnitTest(RSTestCore rstc, Context ctx) {
55 protected UnitTest(Context ctx) {
59 protected void _RS_ASSERT(String message, boolean b) {
66 protected void updateUI() {
81 protected RSMessageHandler mRsMessage = new RSMessageHandler() {

Completed in 3611 milliseconds

<<11121314151617181920>>