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

1 2 3 4 56 7 8 91011>>

  /external/robolectric-shadows/processor/src/test/java/com/example/objects/
OuterDummy2.java 5 protected class InnerProtected {
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
PerlLanguage.java 26 protected String getImportStatement() {
31 protected String getRpcReceiverDeclaration(String rpcReceiver) {
36 protected String getDefaultRpcReceiver() {
41 protected String getApplyOperatorText() {
  /external/testng/src/main/java/org/testng/internal/junit/
ExactComparisonCriteria.java 7 protected void assertElementsEqual(Object expected, Object actual) {
  /external/testng/src/main/java/org/testng/reporters/jq/
BasePanel.java 18 protected Model getModel() {
22 protected List<ISuite> getSuites() {
26 protected static String pluralize(int count, String singular) {
32 protected static String suiteToTag(ISuite suite) {
  /external/testng/src/test/java/test/cyclic/
BaseIntegrationTest.java 8 protected void initIntegrationTesting() {
  /external/testng/src/test/java/test/dependent/
BaseOrderMethodTest.java 12 protected boolean[] m_group1 = {
15 protected boolean[] m_group2 = {
18 protected boolean[] m_group3 = {
39 protected void verifyGroup(int groupNumber, boolean[] group) {
  /external/testng/src/test/java/test/sample/
BaseAfterClassCalledAtEnd.java 6 protected boolean m_afterClass = false;
BaseSampleInheritance.java 17 protected List<String> m_configurations = new ArrayList<>();
19 protected void addConfiguration(String c) {
23 protected boolean m_invokedBaseMethod = false;
30 protected boolean m_invokedBaseConfiguration = false;
  /frameworks/base/test-base/src/junit/framework/
Protectable.java 11 * Run the the following method protected.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SlotFilter.java 21 protected final String mSlotName;
23 protected SlotFilter(MffContext context, String name, String slotName) {
28 protected final FrameType getSlotType() {
32 protected final boolean slotHasFrame() {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsServiceBase.java 137 protected int onOpen(int phoneId, int serviceClass, PendingIntent incomingCallIntent,
144 protected void onClose(int serviceId) {
148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) {
154 protected boolean onIsOpened(int serviceId) {
160 protected void onSetRegistrationListener(int serviceId, IImsRegistrationListener listener) {
164 protected void onAddRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener listener) {
168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) {
174 protected IImsCallSession onCreateCallSession(int serviceId, ImsCallProfile profile,
181 protected IImsCallSession onGetPendingCallSession(int serviceId, String callId) {
187 protected IImsUt onGetUtInterface(int serviceId)
    [all...]
  /frameworks/support/lifecycle/livedata-core/api/
current.txt 10 method protected void onActive();
11 method protected void onInactive();
12 method protected void postValue(T);
15 method protected void setValue(T);
  /frameworks/support/lifecycle/livedata-core/api_legacy/
1.1.0.txt 10 method protected void onActive();
11 method protected void onInactive();
12 method protected void postValue(T);
15 method protected void setValue(T);
current.txt 10 method protected void onActive();
11 method protected void onInactive();
12 method protected void postValue(T);
15 method protected void setValue(T);
  /frameworks/support/room/compiler/src/test/data/common/input/
ComputableLiveData.java 6 abstract protected T compute();
  /libcore/luni/src/test/java/libcore/javax/crypto/
MockCipherSpi.java 104 protected void engineInit(int opmode, Key key, SecureRandom random)
110 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params,
116 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
124 protected void engineInit(int opmode, Key key, SecureRandom random)
130 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params,
136 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
144 protected void engineInit(int opmode, Key key, SecureRandom random)
150 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params,
156 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
164 protected void engineInit(int opmode, Key key, SecureRandom random
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 22 protected void setUp() throws Exception {
26 protected void tearDown() throws Exception {
84 protected AlgorithmParameters engineGetParameters() {
95 protected Object engineGetParameter(String param)
101 protected void engineInitSign(PrivateKey privateKey)
107 protected void engineInitVerify(PublicKey publicKey)
113 protected void engineSetParameter(String param, Object value)
119 protected byte[] engineSign() throws SignatureException {
124 protected void engineUpdate(byte b) throws SignatureException {
129 protected void engineUpdate(byte[] b, int off, int len
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/util/
TestLauncherProvider.java 20 protected synchronized void createDbIfNotExists() {
32 protected void notifyListeners() { }
46 protected void onEmptyDbCreated() { }
49 protected void handleOneTimeDataUpgrade(SQLiteDatabase db) { }
  /packages/experimental/PrintService/src/foo/bar/printservice/
AddPrintersActivity.java 9 protected void onCreate(Bundle savedInstanceState) {
SettingsActivity.java 9 protected void onCreate(Bundle savedInstanceState) {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
exclude_libs_test_2.c 21 void __attribute__((visibility ("protected")))
exclude_libs_test_3.c 21 void __attribute__((visibility ("protected")))
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
protected1.d 3 #error: .*relocation R_386_GOTOFF against protected function `foo' can not be used when making a shared object
protected6a.d 4 #error: .*relocation R_386_GOTOFF against protected data `foo' can not be used when making a shared object
protected6b.d 3 #ld: -shared -melf_i386 -z noextern-protected-data

Completed in 1652 milliseconds

1 2 3 4 56 7 8 91011>>