Searched defs:expect (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java31 * key must have been previously declared with {@link #expect(Object, Callback)}.
46 * the first expected, then we remove key <b>A</b> from the list of keys that we expect.</li>
72 * will call {@link #expect(Object, Callback)}. This means that the expected
74 * the maximum number of UI elements that you expect to show on the screen at any time.
82 * Declare a key to be expected in the future. The order in which you expect keys is very
87 * If you call expect with a previously expected key, the key will be placed at the back of
90 * @param key the key to expect a task for. Use the same key when setting the task later
94 public void expect(final T key, final Callback<T> callback) { method in class:ContiguousFIFOAggregator
99 Trace.beginSection("pool expect");
119 * Remove a previously declared key that we no longer expect t
[all...]
/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp113 void DumpDifference(const char* expect, const char* actual) { argument
115 while (*expect && *expect == *actual) {
116 putchar(*expect);
117 ++expect;
120 printf("\n expect: %s\n", expect);
131 UInputRecorder expect; local
161 expect.Reset();
163 expect
297 UInputRecorder expect; local
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPRequest.java284 String nonce, String cnonce, String nc, String qop, String expect)
305 System.out.println("Success: " + responseString.equals(expect));
283 test(String user, String realm, String password, String method, String path, String nonce, String cnonce, String nc, String qop, String expect) argument
/frameworks/base/core/java/android/util/
H A DJsonReader.java277 expect(JsonToken.BEGIN_ARRAY);
285 expect(JsonToken.END_ARRAY);
293 expect(JsonToken.BEGIN_OBJECT);
301 expect(JsonToken.END_OBJECT);
307 private void expect(JsonToken expected) throws IOException { method in class:JsonReader
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DAsyncListUtilTest.java220 mTilesFilledLatch.expect(positions);
318 void expect(int ... positions) { method in class:AsyncListUtilTest.PositionSetLatch
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DListRowPresenterTest.java314 void expect(boolean shadowOverlayContainer, int shadowOverlayContainerOverlayColor, method in class:ListRowPresenterTest.ShadowOverlayResult
413 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
417 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
421 result.expect(false, 0, 0, false, false,
438 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
442 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
446 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
463 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
467 result.expect(true, HALF_OVERLAY_COLOR, 0, false, false,
471 result.expect(fals
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java1108 expect(parser, XmlPullParser.START_TAG, TAG_SPOOLER);
1116 expect(parser, XmlPullParser.END_TAG, TAG_SPOOLER);
1178 expect(parser, XmlPullParser.END_TAG, TAG_PRINTER_ID);
1194 expect(parser, XmlPullParser.END_TAG, TAG_PAGE_RANGE);
1238 expect(parser, XmlPullParser.END_TAG, TAG_MEDIA_SIZE);
1254 expect(parser, XmlPullParser.END_TAG, TAG_RESOLUTION);
1272 expect(parser, XmlPullParser.END_TAG, TAG_MARGINS);
1279 expect(parser, XmlPullParser.END_TAG, TAG_ATTRIBUTES);
1299 expect(parser, XmlPullParser.END_TAG, TAG_DOCUMENT_INFO);
1319 expect(parse
1341 private void expect(XmlPullParser parser, int type, String tag) method in class:PrintSpoolerService.PersistenceManager
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java423 // We expect the user to not move too fast while printing. Hence prefer more accurate
885 expect(parser, XmlPullParser.START_TAG, TAG_PRINTERS);
897 expect(parser, XmlPullParser.END_TAG, TAG_PRINTERS);
914 expect(parser, XmlPullParser.START_TAG, TAG_PRINTER_ID);
921 expect(parser, XmlPullParser.END_TAG, TAG_PRINTER_ID);
937 expect(parser, XmlPullParser.END_TAG, TAG_LOCATION);
958 expect(parser, XmlPullParser.END_TAG, TAG_PRINTER);
963 private void expect(XmlPullParser parser, int type, String tag) method in class:FusedPrintersProvider.PersistenceManager.ReadTask
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java447 mPolicyListener.expect().onUidPoliciesChanged(anyInt(), anyInt());
568 mPolicyListener.expect().onUidPoliciesChanged(anyInt(), anyInt());
605 mPolicyListener.expect().onUidPoliciesChanged(anyInt(), anyInt());
643 mPolicyListener.expect().onUidPoliciesChanged(anyInt(), anyInt());
936 mPolicyListener.expect().onMeteredIfacesChanged(any());
951 mPolicyListener.expect().onMeteredIfacesChanged(any());
986 mPolicyListener.expect().onMeteredIfacesChanged(any());
1005 mPolicyListener.expect().onMeteredIfacesChanged(any());
1059 mPolicyListener.expect().onMeteredIfacesChanged(any());
1094 mPolicyListener.expect()
1681 INetworkPolicyListener expect() { method in class:NetworkPolicyManagerServiceTest.NetworkPolicyListenerAnswer
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3265 milliseconds