OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protected
(Results
826 - 850
of
40743
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction45cc.java
46
protected
final int registerCount;
47
protected
final int registerC;
48
protected
final int registerD;
49
protected
final int registerE;
50
protected
final int registerF;
51
protected
final int registerG;
52
@Nonnull
protected
final Reference reference;
53
@Nonnull
protected
final Reference reference2;
/external/snakeyaml/src/patches/android/
CompactConstructor.patch
18
-
protected
String getSequencePropertyName(Class<?> bean) throws IntrospectionException {
19
+
protected
String getSequencePropertyName(Class<?> bean) {
Constructor.patch
19
-
protected
Property getProperty(Class<? extends Object> type, String name)
21
+
protected
Property getProperty(Class<? extends Object> type, String name) {
/external/testng/src/test/java/test/inheritance/
ZBase_0.java
11
protected
static boolean m_verbose = false;
12
protected
static List<String> m_methodList = new ArrayList<>();
/external/testng/src/test/java/test/junit/testsetup/
TestSuiteContainerWrapper.java
22
protected
void setUp() throws Exception {
28
protected
void tearDown() throws Exception {
/external/testng/src/test/java/test/regression/groupsordering/
Base.java
9
protected
static boolean s_childAWasRun;
10
protected
static boolean s_childBWasRun;
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
trace_after_dispatch.h
16
protected
:
41
protected
:
/external/v8/tools/clang/blink_gc_plugin/tests/
trace_after_dispatch.h
16
protected
:
41
protected
:
/external/v8/tools/clang/plugins/tests/
base_refcounted.h
14
protected
:
22
protected
:
72
protected
:
85
protected
:
151
protected
:
194
protected
:
203
protected
:
219
protected
:
/frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1Item.java
27
protected
void onInitParams(Params params) {
38
protected
void onCreate(Bundle icicle) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageCombineFilter.java
34
protected
Program mProgram;
35
protected
String[] mInputNames;
36
protected
String mOutputName;
37
protected
String mParameterName;
38
protected
int mCurrentTarget = FrameFormat.TARGET_UNSPECIFIED;
106
protected
void updateProgramWithTarget(int target, FilterContext context) {
130
protected
abstract Program getNativeProgram(FilterContext context);
132
protected
abstract Program getShaderProgram(FilterContext context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java
65
protected
final String TAG = "Tile." + getClass().getSimpleName();
66
protected
static final boolean DEBUG = Log.isLoggable("Tile", Log.DEBUG);
69
protected
static final Object ARG_SHOW_TRANSIENT_ENABLING = new Object();
71
protected
final QSHost mHost;
72
protected
final Context mContext;
74
protected
H mHandler = new H(Dependency.get(Dependency.BG_LOOPER));
75
protected
final Handler mUiHandler = new Handler(Looper.getMainLooper());
81
protected
TState mState = newTileState();
92
abstract
protected
void handleClick();
94
abstract
protected
void handleUpdateState(TState state, Object arg)
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
PersistentPreferredIntentResolver.java
24
protected
PersistentPreferredActivity[] newArray(int size) {
29
protected
boolean isPackageForFilter(String packageName, PersistentPreferredActivity filter) {
/frameworks/base/test-base/src/junit/framework/
TestFailure.java
13
protected
Test fFailedTest;
14
protected
Throwable fThrownException;
/frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java
43
protected
void printHeader(long runTime) {
48
protected
void printErrors(TestResult result) {
52
protected
void printFailures(TestResult result) {
56
protected
void printDefects(Enumeration<TestFailure> booBoos, int count, String type) {
72
protected
void printDefectHeader(TestFailure booBoo, int count) {
78
protected
void printDefectTrace(TestFailure booBoo) {
82
protected
void printFooter(TestResult result) {
103
protected
String elapsedTimeAsString(long runTime) {
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
ProtectedConstructorTest.java
22
* A
protected
constructor test case that should not be loaded.
26
protected
ProtectedConstructorTest() {
/frameworks/native/libs/vr/libpdx/private/pdx/
message_writer.h
24
protected
:
33
protected
:
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java
34
protected
final ContentValues mContentValuesForQP;
35
protected
final ContentValues mContentValuesForSJis;
36
protected
final ContentValues mContentValuesForUtf8;
37
protected
final ContentValues mContentValuesForQPAndSJis;
38
protected
final ContentValues mContentValuesForQPAndUtf8;
39
protected
final ContentValues mContentValuesForBase64V21;
40
protected
final ContentValues mContentValuesForBase64V30;
42
protected
VCardVerifier mVerifier;
/frameworks/support/room/runtime/src/test/java/androidx/room/
BuilderTest_TestDatabase_Impl.java
30
protected
SupportSQLiteOpenHelper createOpenHelper(DatabaseConfiguration config) {
35
protected
InvalidationTracker createInvalidationTracker() {
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
AppBarLayoutToolbarParallaxOverlapContent.java
24
protected
int getLayoutId() {
29
protected
boolean displayTitle() {
/libcore/luni/src/test/java/tests/targets/security/
SignatureTestMD2withRSA.java
136
protected
Object engineGetParameter(String param)
142
protected
void engineInitSign(PrivateKey privateKey)
147
protected
void engineInitVerify(PublicKey publicKey)
152
protected
void engineSetParameter(String param, Object value)
157
protected
byte[] engineSign() throws SignatureException {
162
protected
void engineUpdate(byte b) throws SignatureException {
166
protected
void engineUpdate(byte[] b, int off, int len)
171
protected
boolean engineVerify(byte[] sigBytes)
/libcore/ojluni/src/main/java/sun/nio/ch/
SelectorImpl.java
44
protected
Set<SelectionKey> selectedKeys;
47
protected
HashSet<SelectionKey> keys;
53
protected
SelectorImpl(SelectorProvider sp) {
78
protected
abstract int doSelect(long timeout) throws IOException;
119
protected
abstract void implClose() throws IOException;
123
protected
final SelectionKey register(AbstractSelectableChannel ch,
138
protected
abstract void implRegister(SelectionKeyImpl ski);
160
protected
abstract void implDereg(SelectionKeyImpl ski) throws IOException;
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
SetupLayoutActivity.java
44
protected
final Utils mUtils;
53
protected
SetupLayoutActivity(Utils utils) {
58
protected
void onCreate(Bundle savedInstanceState) {
75
protected
int getMetricsCategory() {
79
protected
Utils getUtils() {
86
protected
void setStatusBarColor(int statusBarColor) {
119
protected
void showDialog(DialogBuilder dialogBuilder, String tag) {
130
protected
boolean isDialogAdded(String tag) {
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
FragmentTestCase.java
31
protected
T mFragment;
32
protected
Class<T> mFragmentClass;
40
protected
void setUp() throws Exception {
44
protected
T getFragment() {
60
protected
void attachFragment() {
73
protected
void tearDown() throws Exception {
97
protected
void clickButton(final View view) {
107
protected
void setFocus(final View view, final boolean focused) {
/packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintProfileStatusPreferenceController.java
32
protected
boolean isUserSupported() {
38
protected
int getUserId() {
Completed in 926 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>