Searched refs:set (Results 176 - 200 of 810) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java91 * Add policy flags for specific UID. The given policy bits will be set for
103 * Clear/remove policy flags for specific UID. The given policy bits will be set for
196 now.set(currentTime);
212 cycle.set(lastMonth);
226 now.set(currentTime);
242 cycle.set(nextMonth);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java65 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java40 /* TODO: This test is commented out because we will not be able to set properities. Fix the test.
43 SystemProperties.set(PROPERTY_TAG, null);
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
68 SystemProperties.set(PROPERTY_TAG, "DEBUG");
79 SystemProperties.set(PROPERTY_TAG, "INFO");
90 SystemProperties.set(PROPERTY_TAG, "WARN");
101 SystemProperties.set(PROPERTY_TAG, "ERROR");
112 SystemProperties.set(PROPERTY_TAG, "ASSERT");
123 SystemProperties.set(PROPERTY_TAG, "SUPPRESS");
140 SystemProperties.set(LOG_TA
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScroll.java68 rect.set(0, 0, 0, mTextBlob.getHeight());
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, argument
159 final int i = stats.findIndex(iface, uid, set, tag);
165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, argument
167 final int i = stats.findIndex(iface, uid, set, tag);
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java67 /** Return a region set to the specified rectangle
74 /** Return a region set to the specified rectangle
89 public boolean set(Region region) { method in class:Region
96 public boolean set(Rect r) { method in class:Region
102 public boolean set(int left, int top, int right, int bottom) { method in class:Region
132 * Return a new Rect set to the bounds of the region. If the region is
133 * empty, the Rect will be set to [0, 0, 0, 0]
143 * Rect will be set to [0, 0, 0, 0]
226 * If this region is empty, then dst will be set to empty.
245 * If this region is empty, then dst will be set t
[all...]
/frameworks/base/include/androidfw/
H A DByteBucketArray.h79 bool set(size_t index, const T& value) {
/frameworks/base/libs/hwui/
H A DPatch.cpp239 TextureVertex::set(vertex++, x1, y1, u1, v1);
240 TextureVertex::set(vertex++, x2, y1, u2, v1);
241 TextureVertex::set(vertex++, x1, y2, u1, v2);
242 TextureVertex::set(vertex++, x2, y2, u2, v2);
H A DRect.h103 inline void set(float left, float top, float right, float bottom) { function in class:android::uirenderer::Rect
110 inline void set(const Rect& r) { function in class:android::uirenderer::Rect
111 set(r.left, r.top, r.right, r.bottom);
134 set(tmp);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFieldPort.java65 mField.set(mFilter, mValue);
108 // Since a frame was set, mark this port as having a frame to pull
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java76 mOutlineRect.set((int) left, (int) top, (int) right, (int) bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java238 AnimatorSet set = new AnimatorSet();
239 set.playTogether(alphaAnimator, sizeAnimator);
241 set.addListener(new StateUpdateAnimatorListener());
243 return set;
/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java38 * @param dataArray values to set the matrix to, must be 9
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix3f
218 set(i,0, ri0);
219 set(i,1, ri1);
220 set(i,2, ri2);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion2Activity.java72 mRegion.set(0, 0, getWidth(), getHeight());
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderable.java73 mField.set(mData, 0, true);
102 mField.set(mData, 0, true);
132 mField.set(mData, 0, true);
172 mField.set(mData, 0, true);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h11 #include <set>
/frameworks/rs/driver/
H A DrsdVertexArray.h46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char *name);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_struct.java41 p.set(i, 0, true);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_struct.java41 p.set(i, 0, true);
/frameworks/rs/
H A DrsContext.cpp85 mFragment.set(con->getProgramFragment());
86 mVertex.set(con->getProgramVertex());
87 mStore.set(con->getProgramStore());
88 mRaster.set(con->getProgramRaster());
89 mFont.set(con->getFont());
696 mRootScript.set(s);
702 mFragmentStore.set(mStateFragmentStore.mDefault);
704 mFragmentStore.set(pfs);
711 mFragment.set(mStateFragment.mDefault);
713 mFragment.set(p
[all...]
H A DrsMatrix4x4.h32 void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix4x4
H A DrsSignal.cpp50 void Signal::set() { function in class:Signal
55 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status);
63 ALOGE("LocklessCommandFifo: error %i on set condition.", status);
68 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentStatePagerAdapter.java46 * valid ID set.</p>
122 mFragments.set(position, fragment);
140 mSavedState.set(position, mFragmentManager.saveFragmentInstanceState(fragment));
141 mFragments.set(position, null);
221 mFragments.set(index, f);
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DSlide.java241 mProp.set(mView, mTerminalValue);
248 mProp.set(mView, mTerminalValue);
256 mProp.set(mView, mEndValue);
262 mProp.set(mView, mPausedValue);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalHoverCardSwitcher.java64 mTmpRect.set(0, 0, childView.getWidth(), childView.getHeight());

Completed in 753 milliseconds

1234567891011>>