Searched refs:set (Results 51 - 75 of 810) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsObjectBase.h118 set(ref);
127 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
137 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
138 set(ref.mRef);
/frameworks/testing/support/src/android/support/test/internal/runner/
H A DInstrumentationArgumentsRegistry.java57 InstrumentationArgumentsRegistry.sArguments.set(new Bundle(arguments));
H A DInstrumentationRegistry.java50 sInstrumentationRef.set(instrumentation);
/frameworks/testing/support/src/android/support/test/internal/runner/lifecycle/
H A DActivityLifecycleMonitorRegistry.java61 sLifecycleMonitor.set(monitor);
/frameworks/base/libs/hwui/
H A DOutline.h36 mBounds.set(left, top, right, bottom);
51 mBounds.set(outline->getBounds());
90 outRect->set(mBounds);
H A DRenderState.h19 #include <set>
87 std::set<const Layer*> mActiveLayers;
88 std::set<renderthread::CanvasContext*> mRegisteredContexts;
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DRectUtils.java53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right,
55 partialRect.set((int) partialRectF.left, (int) partialRectF.top, (int) partialRectF.right,
64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java44 m.set(1, 0, 0.2f);
45 m.set(1, 1, 0.9f);
46 m.set(1, 2, 0.2f);
H A DUsageIO.java44 m.set(1, 0, 0.2f);
45 m.set(1, 1, 0.9f);
46 m.set(1, 2, 0.2f);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DColorMatrix.java44 m.set(1, 0, 0.2f);
45 m.set(1, 1, 0.9f);
46 m.set(1, 2, 0.2f);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAccessibilityTest.java85 hScrolledFwd.set(true);
87 hScrolledBack.set(true);
96 vScrolledFwd.set(true);
98 vScrolledBack.set(true);
180 hScrolledBack.set(false);
181 vScrolledBack.set(false);
182 hScrolledFwd.set(false);
183 vScrolledBack.set(false);
191 hScrolledBack.set(false);
192 vScrolledBack.set(fals
[all...]
/frameworks/webview/chromium/tools/
H A Drun_webview_cts.py29 EXPECTED_FAILURES = set([
75 passes = set(re.findall(r'.*: (.*) PASS', stdout))
76 failures = set(re.findall(r'.*: (.*) FAIL', stdout))
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DUiControllerImplIntegrationTest.java106 injectEventWorked.set(uiController.injectKeyEvent(events[0]));
109 injectEventThrewSecurityException.set(true);
130 requestFocusSucceded.set(view.requestFocus() && view.hasWindowFocus());
144 injectEventWorked.set(uiController.injectString("Hello! \n&*$$$"));
147 injectEventThrewSecurityException.set(true);
168 requestFocusSucceded.set(view.requestFocus());
182 injectEventWorked.set(uiController.injectString("This is a string with 32 chars!!"));
185 injectEventThrewSecurityException.set(true);
205 requestFocusSucceded.set(view.requestFocus());
217 injectEventWorked.set(uiControlle
[all...]
/frameworks/base/tools/aapt/
H A DResourceFilter.h11 #include <set>
81 StrongResourceFilter(const std::set<ConfigDescription>& configs)
87 std::set<ConfigDescription>::const_iterator iter = mConfigs.begin();
96 inline const std::set<ConfigDescription>& getConfigs() const {
101 std::set<ConfigDescription> mConfigs;
H A DApkBuilder.cpp27 mSplits.add(new ApkSplit(std::set<ConfigDescription>(), mDefaultFilter, true));
30 status_t ApkBuilder::createSplitForConfigs(const std::set<ConfigDescription>& configs) {
33 const std::set<ConfigDescription>& splitConfigs = mSplits[i]->getConfigs();
34 std::set<ConfigDescription>::const_iterator iter = configs.begin();
81 ApkSplit::ApkSplit(const std::set<ConfigDescription>& configs, const sp<ResourceFilter>& filter, bool isBase)
83 std::set<ConfigDescription>::const_iterator iter = configs.begin();
120 std::set<OutputEntry>::const_iterator iter = mFiles.begin();
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java77 /** Not set up for a transition. */
408 AnimationSet set = new AnimationSet(false);
409 set.addAnimation(scale);
410 set.addAnimation(alpha);
411 set.setDetachWallpaper(true);
412 a = set;
532 AnimationSet set = new AnimationSet(false);
533 set.addAnimation(scale);
534 set.addAnimation(alpha);
535 set
[all...]
H A DFocusedStackFrame.java68 mTmpDrawRect.set(bounds);
83 mTmpDrawRect.set(0, 0, w, THICKNESS);
87 mTmpDrawRect.set(0, THICKNESS, THICKNESS, h - THICKNESS);
91 mTmpDrawRect.set(w - THICKNESS, THICKNESS, w, h - THICKNESS);
95 mTmpDrawRect.set(0, h - THICKNESS, w, h);
126 mLastBounds.set(mBounds);
/frameworks/base/core/tests/coretests/src/android/util/
H A DTimeUtilsTest.java43 c.set(2008, Calendar.OCTOBER, 20, 12, 00, 00);
47 c.set(2009, Calendar.JANUARY, 20, 12, 00, 00);
64 c.set(2008, Calendar.OCTOBER, 20, 12, 00, 00);
80 c.set(2005, Calendar.OCTOBER, 20, 12, 00, 00);
394 c.set(2009, Calendar.JULY, 20, 12, 00, 00);
398 c.set(2009, Calendar.JANUARY, 20, 12, 00, 00);
418 c.set(2009, Calendar.JULY, 20, 12, 00, 00);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java58 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
136 NetworkTemplate template, int uid, int set, int tag, int fields) {
137 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE);
145 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) {
150 final boolean setMatches = set == SET_ALL || key.set == set;
181 entry.set = key.set;
201 public void recordData(NetworkIdentitySet ident, int uid, int set, in argument
135 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields) argument
144 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) argument
233 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
501 public final int set; field in class:NetworkStatsCollection.Key
506 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStats.java51 /** {@link #set} value when all sets combined. */
53 /** {@link #set} value where background data is accounted. */
55 /** {@link #set} value where foreground data is accounted. */
71 private int[] set; field in class:NetworkStats
82 public int set; field in class:NetworkStats.Entry
99 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, argument
103 this.set = set;
134 builder.append(" set=").append(setToString(set));
236 addValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
324 combineValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
364 findIndex(String iface, int uid, int set, int tag) argument
379 findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) argument
722 setToString(int set) argument
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFloat4Param.java48 set(x, 0, 0, 0);
53 set(x, y, 0, 0);
58 set(x, y, z, 0);
63 set(x, y, z, w);
66 void set(float x, float y, float z, float w) { method in class:Float4Param
78 set(v.x, v.y, v.z, v.w);
/frameworks/base/core/java/android/os/
H A DSystemService.java62 SystemProperties.set("ctl.start", name);
67 SystemProperties.set("ctl.stop", name);
72 SystemProperties.set("ctl.restart", name);
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java38 * @param dataArray values to set the matrix to, must be 4
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:Matrix2f
142 set(i,0, ri0);
143 set(i,1, ri1);
/frameworks/native/services/surfaceflinger/
H A DTransform.h74 void set(float tx, float ty);
75 void set(float a, float b, float c, float d);
76 status_t set(uint32_t flags, float w, float h);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java54 m.set(1, 0, 0.2f);
55 m.set(1, 1, 0.9f);
56 m.set(1, 2, 0.2f);

Completed in 792 milliseconds

1234567891011>>