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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
protected1.d 8 +[0-9]+: [0-9a-fA-F]* +0 +NOTYPE +GLOBAL +PROTECTED +UND protected
  /cts/tests/tests/keystore/src/android/keystore/cts/
AES128GCMNoPaddingCipherTest.java 36 protected byte[] getKatKey() {
41 protected byte[] getKatIv() {
46 protected byte[] getKatPlaintext() {
51 protected byte[] getKatCiphertext() {
56 protected byte[] getKatAad() {
61 protected byte[] getKatCiphertextWhenKatAadPresent() {
AES192GCMNoPaddingCipherTest.java 36 protected byte[] getKatKey() {
41 protected byte[] getKatIv() {
46 protected byte[] getKatPlaintext() {
51 protected byte[] getKatCiphertext() {
56 protected byte[] getKatAad() {
61 protected byte[] getKatCiphertextWhenKatAadPresent() {
AES256GCMNoPaddingCipherTest.java 37 protected byte[] getKatKey() {
42 protected byte[] getKatIv() {
47 protected byte[] getKatPlaintext() {
52 protected byte[] getKatCiphertext() {
57 protected byte[] getKatAad() {
62 protected byte[] getKatCiphertextWhenKatAadPresent() {
AESCBCCipherTestBase.java 28 protected boolean isStreamCipher() {
33 protected boolean isAuthenticatedCipher() {
38 protected int getKatAuthenticationTagLengthBytes() {
43 protected int getBlockSize() {
48 protected AlgorithmParameterSpec getKatAlgorithmParameterSpec() {
53 protected byte[] getIv(AlgorithmParameters params) throws InvalidParameterSpecException {
AESCTRCipherTestBase.java 28 protected boolean isStreamCipher() {
33 protected boolean isAuthenticatedCipher() {
38 protected int getKatAuthenticationTagLengthBytes() {
43 protected int getBlockSize() {
48 protected AlgorithmParameterSpec getKatAlgorithmParameterSpec() {
53 protected byte[] getIv(AlgorithmParameters params) throws InvalidParameterSpecException {
AESECBCipherTestBase.java 26 protected boolean isStreamCipher() {
31 protected boolean isAuthenticatedCipher() {
36 protected int getKatAuthenticationTagLengthBytes() {
41 protected int getBlockSize() {
46 protected AlgorithmParameterSpec getKatAlgorithmParameterSpec() {
51 protected byte[] getIv(AlgorithmParameters params) throws InvalidParameterSpecException {
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolAacTest.java 26 protected int getSoundA() {
31 protected int getSoundCs() {
36 protected int getSoundE() {
41 protected int getSoundB() {
46 protected int getSoundGs() {
51 protected String getFileName() {
SoundPoolMidiTest.java 26 protected int getSoundA() {
31 protected int getSoundCs() {
36 protected int getSoundE() {
41 protected int getSoundB() {
46 protected int getSoundGs() {
51 protected String getFileName() {
SoundPoolOggTest.java 26 protected int getSoundA() {
31 protected int getSoundCs() {
36 protected int getSoundE() {
41 protected int getSoundB() {
46 protected int getSoundGs() {
51 protected String getFileName() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseSecretKeyFactory.java 18 protected String algName;
19 protected ASN1ObjectIdentifier algOid;
21 protected BaseSecretKeyFactory(
29 protected SecretKey engineGenerateSecret(
41 protected KeySpec engineGetKeySpec(
77 protected SecretKey engineTranslateKey(
  /external/llvm/test/Linker/
visibility.ll 14 ; CHECK-DAG: @v2 = protected global i32 0
18 @v3 = protected global i32 0
27 ; CHECK: @a2 = protected alias i32, i32* @v2
31 @a3 = protected alias i32, i32* @v3
41 ; CHECK: define protected void @f2()
48 define protected void @f3() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ComponentController.java 12 protected final C myself;
13 protected T component;
14 protected final ShadowLooper shadowMainLooper;
16 protected Intent intent;
18 protected boolean attached;
49 protected C invokeWhilePaused(final String methodName, final ClassParameter<?>... classParameters) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
PythonLanguage.java 26 protected String getImportStatement() {
31 protected String getRpcReceiverDeclaration(String rpcReceiver) {
36 protected String getQuote() {
41 protected String getNull() {
46 protected String getTrue() {
51 protected String getFalse() {
SquirrelLanguage.java 27 protected String getImportStatement() {
33 protected String getRpcReceiverDeclaration(String rpcReceiver) {
38 protected String getQuote() {
43 protected String getNull() {
48 protected String getTrue() {
53 protected String getFalse() {
  /external/testng/src/test/java/test/thread/
BaseThreadTest.java 25 protected void logString(String s) {
36 protected void logCurrentThread() {
40 protected void logThread(long threadId) {
47 protected void logSuite(String suiteName, long time) {
63 protected void log(String cls, String s) {
70 protected void verifyThreads(int expected) {
  /frameworks/base/core/java/android/webkit/
WebSyncManager.java 26 protected static final java.lang.String LOGTAG = "websync";
27 protected android.webkit.WebViewDatabase mDataBase;
28 protected android.os.Handler mHandler;
30 protected WebSyncManager(Context context, String name) {
33 protected Object clone() throws CloneNotSupportedException {
65 protected void onSyncInit() {
  /frameworks/base/services/core/java/com/android/server/pm/
KeySetHandle.java 25 protected KeySetHandle(long id) {
33 protected KeySetHandle(long id, int refCount) {
42 protected int getRefCountLPr() {
49 protected void setRefCountLPw(int newCount) {
54 protected void incrRefCountLPw() {
59 protected int decrRefCountLPw() {
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
TestBase.java 29 protected final String TAG = "BLAS";
31 protected RenderScript mRS;
32 protected Allocation mInPixelsAllocation;
33 protected Allocation mInPixelsAllocation2;
35 protected BlasBenchmark act;
37 protected TextView mText;
  /frameworks/support/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
LifecycleTestActivity.java 34 protected void onCreate(Bundle savedInstanceState) {
41 protected void onStart() {
48 protected void onResume() {
55 protected void onPause() {
62 protected void onStop() {
69 protected void onDestroy() {
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberPickerFragment.java 30 protected boolean getVisibleScrollbarEnabled() {
35 protected Uri getPhoneUri(int position) {
41 protected String getLookupKey(int position) {
47 protected ContactEntryListAdapter createListAdapter() {
54 protected void setPhotoPosition(ContactEntryListAdapter adapter) {
59 protected void startPhoneNumberShortcutIntent(Uri uri, boolean isVideoCall) {
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
AllContactsListViewHolder.java 34 protected int getLayoutResId() {
39 protected int getPageTitleResId() {
44 protected int getEmptyViewResId() {
49 protected int getListViewResId() {
54 protected int getEmptyViewTitleResId() {
59 protected int getEmptyViewImageResId() {
FrequentContactsListViewHolder.java 35 protected int getLayoutResId() {
40 protected int getPageTitleResId() {
45 protected int getEmptyViewResId() {
50 protected int getListViewResId() {
55 protected int getEmptyViewTitleResId() {
60 protected int getEmptyViewImageResId() {
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
FakeListViewHolder.java 32 protected int getLayoutResId() {
37 protected int getPageTitleResId() {
42 protected int getEmptyViewResId() {
47 protected int getListViewResId() {
52 protected int getEmptyViewTitleResId() {
57 protected int getEmptyViewImageResId() {
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java 19 protected void updateTimezoneDependentFields() {
30 protected void doUpdateTimezoneDependentFields() {
34 protected void postInitialize() {
38 protected void initCalendarAlarm() {
43 protected boolean shouldSyncFor(Uri uri) {
54 protected void initializeWithContext(Context context) {

Completed in 630 milliseconds

1 2 3 4 5 6 78 91011>>