Searched defs:get (Results 1 - 15 of 15) sorted by relevance

/cts/
H A DCtsBuild.mk39 # Functions to get the paths of the build outputs.
41 define cts-get-lib-paths
45 define cts-get-ui-lib-paths
49 define cts-get-native-paths
53 define cts-get-package-paths
57 define cts-get-test-xmls
61 define cts-get-executable-paths
65 define cts-get-deqp-test-xmls
/cts/tools/dasm/src/dasm/
H A DReservedWords.java26 public static token get(String name) { method in class:ReservedWords
27 return (token) reserved_words.get(name);
31 return reserved_words.get(name) != null;
H A DDopInfo.java104 public static DopInfo get(String name) { method in class:DopInfo
105 return (DopInfo) dopsTable.get(name);
109 return dopsTable.get(name) != null;
233 Dop dop = Dops.get(i);
/cts/tools/dex-tools/src/dex/structure/
H A DDexAnnotation.java61 public static Visibility get(byte value) { method in class:DexAnnotation.Visibility
H A DDexEncodedValueType.java185 public static DexEncodedValueType get(byte value) { method in class:DexEncodedValueType
186 // FIXME don't loop -> switch to get performance boost
/cts/libs/vogar-expect/src/vogar/
H A DExpectationStore.java63 public Expectation get(String name) { method in class:ExpectationStore
70 * completed. Unlike {@code get()}, this also takes into account the
77 public Expectation get(Outcome outcome) { method in class:ExpectationStore
78 Expectation exactNameMatch = outcomes.get(outcome.getName());
95 Expectation expectation = outcomes.get(name);
/cts/tests/tests/os/src/android/os/cts/
H A DParcelFileDescriptorPeer.java104 public ParcelFileDescriptor get() throws RemoteException { method in class:ParcelFileDescriptorPeer
115 mLocal = mPeer.get();
195 return String.valueOf(mListener.get());
215 public IOException get() throws InterruptedException, ExecutionException { method in class:ParcelFileDescriptorPeer.FutureCloseListener
217 return get(5, TimeUnit.SECONDS);
H A DParcelFileDescriptorProcessTest.java62 public IParcelFileDescriptorPeer get() throws InterruptedException, ExecutionException { method in class:ParcelFileDescriptorProcessTest.PeerConnection
64 return get(5, TimeUnit.SECONDS);
102 red = redConn.get();
103 blue = blueConn.get();
239 // make sure red heard us get leaked
/cts/tests/tests/animation/src/android/animation/cts/
H A DPropertyValuesHolderTest.java141 assertEquals("Keyframe should get the value from the target", emptyKeyframe1.getValue(),
153 assertEquals("Keyframe should get the value from the target", emptyKeyframe2.getValue(), 100f);
174 assertTrue("Keyframe should get a value", emptyKeyframe1.hasValue());
175 assertEquals("Keyframe should get the updated Y value", emptyKeyframe1.getValue(), updatedY);
194 assertTrue("Keyframe should get a value when target is set to another view of the same"
196 assertEquals("Keyframe should get the updated Y value when target is set to another view"
313 public Object get(Object object) { method in class:PropertyValuesHolderTest.ShapeHolderYProperty
357 public Object get(Object object) { method in class:PropertyValuesHolderTest.ViewColorProperty
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
H A DScript.java74 public <T> T get(Script.ScriptParameter<ScriptT, T> parameter) { method in class:Script.ParameterMap
77 return (T) mParameterMap.get(parameter);
/cts/tests/tests/media/src/android/media/cts/
H A DAudioTrack_ListenerTest.java128 public T get() method in class:AudioTrack_ListenerTest.FutureLatch
180 return futureLatch.get();
/cts/tests/tests/app/src/android/app/cts/
H A DDialogTest.java124 // get Theme and assert
492 // show a new dialog, the new dialog get focus
650 private void takeKeyEvents(final Dialog d, final boolean get) throws Throwable { argument
653 d.takeKeyEvents(get);
878 ((OnDismissListener) msg.obj).onDismiss(mDialog.get());
881 ((OnCancelListener) msg.obj).onCancel(mDialog.get());
H A DInstrumentationTest.java290 assertEquals(keyEvents[i++].getKeyCode(), keyDownList.get(j).getKeyCode());
291 assertEquals(keyEvents[i++].getKeyCode(), keyUpList.get(j).getKeyCode());
372 assertEquals(KeyEvent.KEYCODE_0, mActivity.getKeyUpList().get(0).getKeyCode());
373 assertEquals(KeyEvent.KEYCODE_0, mActivity.getKeyDownList().get(0).getKeyCode());
661 public void takeKeyEvents(boolean get) { argument
/cts/tests/tests/view/src/android/view/cts/
H A DWindowTest.java246 * 1. Set focus view to null, get current focus, it should be null
247 * 2. Set listview_window as focus view, get it and compare.
366 * Setting the background to null will make the window be opaque(No way to get the window
421 * 1. can't get the features requested because the getter is protected final.
484 // No way to get title and title color
933 public void takeKeyEvents(boolean get) { argument
/cts/tools/signature-tools/lib/
H A Dstringtemplate.jar ... .lang.Object) public java.lang.Object get (java.lang.String) public java.lang. ...

Completed in 293 milliseconds