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

<<21222324252627282930>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TrieBuilder.java 96 // protected data member -----------------------------------------------
103 protected int m_index_[];
104 protected int m_indexLength_;
105 protected int m_dataCapacity_;
106 protected int m_dataLength_;
107 protected boolean m_isLatin1Linear_;
108 protected boolean m_isCompacted_;
113 protected int m_map_[];
118 protected static final int SHIFT_ = Trie.INDEX_STAGE_1_SHIFT_;
124 protected static final int MAX_INDEX_LENGTH_ = (0x110000 >> SHIFT_)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 105 protected void onIconAdded(int index, String slot, boolean blocked,
112 protected LayoutParams onCreateLayoutParams() {
120 protected void destroy() {
128 protected void onRemoveIcon(int viewIndex) {
140 protected DemoStatusIcons createDemoStatusIcons() {
148 protected void exitDemoMode() {
162 protected void onIconAdded(int index, String slot, boolean blocked,
182 protected DemoStatusIcons createDemoStatusIcons() {
193 protected final ViewGroup mGroup;
194 protected final Context mContext
    [all...]
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DeviceAtomTestCase.java 33 protected static final String DEVICE_SIDE_TEST_APK = "CtsStatsdApp.apk";
34 protected static final String DEVICE_SIDE_TEST_PACKAGE =
36 protected static final long DEVICE_SIDE_TEST_PKG_HASH =
39 protected static final String CONFIG_NAME = "cts_config";
42 protected void setUp() throws Exception {
49 protected void tearDown() throws Exception {
66 protected List<EventMetricData> doDeviceMethodOnOff(
89 protected List<EventMetricData> doDeviceMethod(String methodName, StatsdConfig.Builder cfg)
101 protected void createAndUploadConfig(int atomTag, boolean useAttribution) throws Exception {
114 protected void addAtomEvent(StatsdConfig.Builder conf, int atomTag, FieldValueMatcher.Builder fvm
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForMapsInJavaUtil.java 69 protected Collection<Method> suppressForEmptyMap() {
72 protected Collection<Method> suppressForSingletonMap() {
75 protected Collection<Method> suppressForHashMap() {
78 protected Collection<Method> suppressForLinkedHashMap() {
81 protected Collection<Method> suppressForTreeMapNatural() {
84 protected Collection<Method> suppressForTreeMapWithComparator() {
87 protected Collection<Method> suppressForEnumMap() {
90 protected Collection<Method> suppressForConcurrentHashMap() {
93 protected Collection<Method> suppressForConcurrentSkipListMap() {
100 @Override protected Map<String, String> create
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
QuickActivity.java 74 protected long mExecutionStartNanoTime = 0;
76 protected boolean mStartupOnCreate = false;
98 protected final void onNewIntent(Intent intent) {
108 protected final void onCreate(Bundle bundle) {
119 protected final void onStart() {
127 protected final void onResume() {
159 protected final void onPause() {
176 protected final void onStop() {
187 protected final void onRestart() {
195 protected final void onDestroy()
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 60 protected static final String DEBUG_FILE_NAME_BASE =
63 protected static final Size DEFAULT_CAPTURE_SIZE = new Size(640, 480);
64 protected static final int CAPTURE_WAIT_TIMEOUT_MS = 5000;
66 protected CameraManager mCameraManager;
67 protected CameraDevice mCamera;
68 protected CameraCaptureSession mCameraSession;
69 protected BlockingSessionCallback mCameraSessionListener;
70 protected BlockingStateCallback mCameraListener;
71 protected String[] mCameraIds;
72 protected HashMap<String, StaticMetadata> mAllStaticInfo
    [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 68 protected static final int USER_SYSTEM = 0; // From the UserHandle class.
70 protected static final int USER_OWNER = 0;
83 protected static final String TEST_TIMEOUT_INST_ARGS_KEY = "timeout_msec";
92 protected static final int FLAG_PRIMARY = 0x00000001;
93 protected static final int FLAG_GUEST = 0x00000004;
94 protected static final int FLAG_EPHEMERAL = 0x00000100;
95 protected static final int FLAG_MANAGED_PROFILE = 0x00000020;
97 protected static interface Settings {
104 protected IBuildInfo mCtsBuild;
113 protected boolean mHasFeature
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceSetup.java 52 protected BinaryState mAirplaneMode = BinaryState.IGNORE;
59 protected BinaryState mData = BinaryState.IGNORE;
66 protected BinaryState mCell = BinaryState.IGNORE;
71 protected BinaryState mCellAutoSetting = BinaryState.IGNORE;
76 protected BinaryState mWifi = BinaryState.IGNORE;
85 protected String mWifiSsid = null;
89 protected String mWifiPsk = null;
93 protected BinaryState mWifiWatchdog = BinaryState.IGNORE;
98 protected BinaryState mDisableCwWifiMediator = BinaryState.IGNORE;
106 protected BinaryState mWifiScanAlwaysEnabled = BinaryState.IGNORE
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
BaseTestCase.java 31 protected Context mContext;
32 protected Resources mResources;
33 protected Listener mListener;
37 protected Handler mHandler;
39 protected WifiAwareManager mWifiAwareManager;
49 protected void setUp() {
57 protected void tearDown() {
66 protected abstract boolean executeTest() throws InterruptedException;
72 protected String getFailureReason() {
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerTestBase.java 54 protected static final int[] ALL_ACTIVITY_TYPE_BUT_HOME = {
69 protected static final String AM_START_HOME_ACTIVITY_COMMAND =
77 protected Context mContext;
78 protected ActivityManager mAm;
85 protected static String getAmStartCmd(final ComponentName activityName,
113 protected ActivityAndWindowManagersState mAmWmState = new ActivityAndWindowManagersState();
138 protected void removeStacksWithActivityTypes(int... activityTypes) {
155 protected void launchActivity(final ComponentName activityName, final String... keyValuePairs) {
164 protected void launchHomeActivity() {
169 protected void launchActivity(ComponentName activityName, int windowingMode
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java 36 protected ScriptC_verify mVerify;
61 protected void waitForMessage() {
67 protected boolean FoundError = false;
68 protected RSErrorHandler mRsError = new RSErrorHandler() {
77 protected Element makeElement(Element.DataType dt, int vecSize) {
91 protected Allocation makeAllocation(int w, int h, Element e) {
100 protected void checkForErrors() {
109 protected void setUp() throws Exception {
122 protected void tearDown() throws Exception {
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
invert.py 63 if not bijector._is_injective: # pylint: disable=protected-access
77 return self.bijector._inverse_event_shape(input_shape) # pylint: disable=protected-access
80 return self.bijector._inverse_event_shape_tensor(input_shape) # pylint: disable=protected-access
83 return self.bijector._forward_event_shape(output_shape) # pylint: disable=protected-access
86 return self.bijector._forward_event_shape_tensor(output_shape) # pylint: disable=protected-access
93 return self.bijector._inverse(x, **kwargs) # pylint: disable=protected-access
96 return self.bijector._forward(y, **kwargs) # pylint: disable=protected-access
99 return self.bijector._forward_log_det_jacobian(y, **kwargs) # pylint: disable=protected-access
102 return self.bijector._inverse_log_det_jacobian(x, **kwargs) # pylint: disable=protected-access
  /external/tensorflow/tensorflow/core/kernels/
transpose_op.h 30 protected:
40 protected:
50 protected:
60 protected:
70 protected:
82 protected:
94 protected:
106 protected:
118 protected:
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 37 protected MainView mHardwareView = null;
39 protected Bitmap mSoftwareBitmap;
40 protected Bitmap mHardwareBitmap;
42 protected ErrorCalculator mErrorCalculator;
44 protected Handler mHandler;
47 protected boolean mRedrewFlag = true;
49 protected void onCreateCommon(final Runnable postDrawCallback) {
75 protected abstract boolean forceRecreateBitmaps();
77 protected void loadBitmaps() {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 38 protected final Map<String, String> mGeneralSetting = new TreeMap<>();
39 protected final List<Camera.Area> mMeteringAreas = new ArrayList<>();
40 protected final List<Camera.Area> mFocusAreas = new ArrayList<>();
41 protected boolean mSizesLocked;
42 protected int mPreviewFpsRangeMin;
43 protected int mPreviewFpsRangeMax;
44 protected int mPreviewFrameRate;
45 protected Size mCurrentPreviewSize;
47 protected Size mCurrentPhotoSize;
48 protected byte mJpegCompressQuality
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
OnboardingDemoFragment.java 65 protected int getPageCount() {
70 protected CharSequence getPageTitle(int i) {
75 protected CharSequence getPageDescription(int i) {
80 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) {
86 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) {
94 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) {
99 protected Animator onCreateEnterAnimation() {
118 protected void onPageChanged(final int newPage, int previousPage) {
154 protected void onFinishFragment() {
OnboardingDemoSupportFragment.java 68 protected int getPageCount() {
73 protected CharSequence getPageTitle(int i) {
78 protected CharSequence getPageDescription(int i) {
83 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) {
89 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) {
97 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) {
102 protected Animator onCreateEnterAnimation() {
121 protected void onPageChanged(final int newPage, int previousPage) {
157 protected void onFinishFragment() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
AbstractCharsetTestCase.java 32 protected final String canonicalName;
35 protected final String[] aliases;
38 protected final boolean canEncode;
41 protected final boolean isRegistered;
44 protected Charset testingCharset;
51 protected void setUp() throws Exception {
59 protected void tearDown() throws Exception {
139 protected void internalTestEncode(String input, byte[] output) {
159 protected void internalTestDecode(byte[] input, char[] output) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java 45 protected void engineInit(KeyManager[] km, TrustManager[] tm,
54 protected SSLSocketFactory engineGetSocketFactory() {
61 protected SSLServerSocketFactory engineGetServerSocketFactory() {
68 protected SSLSessionContext engineGetServerSessionContext() {
75 protected SSLSessionContext engineGetClientSessionContext() {
82 protected SSLParameters engineGetDefaultSSLParameters() {
87 protected SSLParameters engineGetSupportedSSLParameters() {
95 protected SSLEngine engineCreateSSLEngine(String host, int port) {
102 protected SSLEngine engineCreateSSLEngine() {
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 43 protected void engineInit(KeyManager[] km, TrustManager[] tm,
52 protected SSLSocketFactory engineGetSocketFactory() {
59 protected SSLServerSocketFactory engineGetServerSocketFactory() {
66 protected SSLSessionContext engineGetServerSessionContext() {
73 protected SSLSessionContext engineGetClientSessionContext() {
80 protected SSLParameters engineGetDefaultSSLParameters() {
85 protected SSLParameters engineGetSupportedSSLParameters() {
93 protected SSLEngine engineCreateSSLEngine(String host, int port) {
100 protected SSLEngine engineCreateSSLEngine() {
  /packages/apps/Dialer/java/com/android/dialer/app/settings/
AppCompatPreferenceActivity.java 38 protected void onCreate(Bundle savedInstanceState) {
46 protected void onPostCreate(Bundle savedInstanceState) {
81 protected void onPostResume() {
87 protected void onTitleChanged(CharSequence title, int color) {
99 protected void onStop() {
105 protected void onDestroy() {
123 protected void onStart() {
129 protected void onResume() {
135 protected void onSaveInstanceState(Bundle outState) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 42 protected ContentResolver mContentResolver;
45 protected Uri mUri;
46 protected long mId;
47 protected String mDataPath;
48 protected final int mIndex;
49 protected String mMimeType;
53 protected BaseImageList mContainer;
58 protected BaseImage(BaseImageList container, ContentResolver cr,
184 protected void onRemove() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AbstractSlotRenderer.java 38 protected AbstractSlotRenderer(Context context) {
46 protected void drawContent(GLCanvas canvas,
69 protected void drawVideoOverlay(GLCanvas canvas, int width, int height) {
82 protected void drawPanoramaIcon(GLCanvas canvas, int width, int height) {
88 protected boolean isPressedUpFrameFinished() {
99 protected void drawPressedUpFrame(GLCanvas canvas, int width, int height) {
106 protected void drawPressedFrame(GLCanvas canvas, int width, int height) {
110 protected void drawSelectedFrame(GLCanvas canvas, int width, int height) {
114 protected static void drawFrame(GLCanvas canvas, Rect padding, Texture frame,
  /packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java 37 protected final int mType;
39 protected final String mSetting;
40 protected final int mDefault;
44 protected TwoStatePreference mTwoState;
45 protected DropDownPreference mDropDown;
60 protected String getCaption(Resources res, int value) {
107 protected boolean setSetting(Context context, int value) {
138 protected static boolean putInt(int type, ContentResolver cr, String setting, int value) {
148 protected static int getInt(int type, ContentResolver cr, String setting, int def) {
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DvrItemPresenter.java 38 protected final Context mContext;
42 protected class DvrItemViewHolder extends ViewHolder {
47 protected RecordingCardView getView() {
51 protected void onBound(T item) {}
53 protected void onUnbound() {}
104 protected abstract DvrItemViewHolder onCreateDvrItemViewHolder();
107 protected abstract void onBindDvrItemViewHolder(DvrItemViewHolder viewHolder, T item);
110 protected Context getContext() {
115 protected OnClickListener onCreateOnClickListener() {

Completed in 726 milliseconds

<<21222324252627282930>>