HomeSort by relevance Sort by last modified time
    Searched refs:Answer (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java 49 import org.mockito.stubbing.Answer;
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MagnificationControllerTest.java 63 import org.mockito.stubbing.Answer;
119 doAnswer(new Answer<Void>() {
121 public Void answer(InvocationOnMock invocationOnMock) throws Throwable {
    [all...]
  /external/v8/benchmarks/
deltablue.js 168 * graph. Answer the constraint that this constraint overrides, if
388 * Answer true if this constraint is satisfied in the current solution.
682 * detected, remove the given constraint and answer
683 * false. Otherwise, answer true.
709 * downstream of the given constraint. Answer a collection of
  /prebuilts/misc/common/robolectric/lib/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java 73 import org.mockito.stubbing.Answer;
112 static Answer<WifiStatus> answerWifiStatus(Answer<WifiStatus> statusLambda) {
134 public boolean answer() {
143 public void answer() {
238 public boolean answer() throws Exception {
476 public void answer(IWifiStaIface.getBackgroundScanCapabilitiesCallback cb)
498 public void answer(int band, IWifiStaIface.getValidFrequenciesForBandCallback cb)
506 public void answer(int band, IWifiApIface.getValidFrequenciesForBandCallback cb)
712 public void answer(IWifiChip.requestChipDebugInfoCallback cb) throws RemoteException
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 982 {Name: Name{Local: "Answer"}, Value: "42"},
992 ExpectXML: `<AttrsTest Answer="42" Int="8" int="9" Float="23.5" Uint8="255" Bool="true" Str="str" Bytes="byt" Int="0" int="0" Float="0" Uint8="0" Bool="false" Str="" Bytes=""></AttrsTest>`,
998 {Name: Name{Local: "Answer"}, Value: "42"},
1008 ExpectXML: `<AttrsTest Answer="42" Int="8" int="9" Float="23.5" Uint8="255" Bool="true" Str="str" Bytes="byt"></AttrsTest>`,
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 982 {Name: Name{Local: "Answer"}, Value: "42"},
992 ExpectXML: `<AttrsTest Answer="42" Int="8" int="9" Float="23.5" Uint8="255" Bool="true" Str="str" Bytes="byt" Int="0" int="0" Float="0" Uint8="0" Bool="false" Str="" Bytes=""></AttrsTest>`,
998 {Name: Name{Local: "Answer"}, Value: "42"},
1008 ExpectXML: `<AttrsTest Answer="42" Int="8" int="9" Float="23.5" Uint8="255" Bool="true" Str="str" Bytes="byt"></AttrsTest>`,
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 94 import org.mockito.stubbing.Answer;
839 protected class AnswerWithSystemCheck<T> implements Answer<T> {
847 public T answer(InvocationOnMock invocation) throws Throwable { method in class:BaseShortcutManagerTest.AnswerWithSystemCheck
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/des/
des_test.go 268 // Table A.1 Resulting Ciphertext from the Variable Plaintext Known Answer Test
467 // Table A.2 Resulting Ciphertext from the Variable Key Known Answer Test
    [all...]
  /prebuilts/go/linux-x86/src/crypto/des/
des_test.go 268 // Table A.1 Resulting Ciphertext from the Variable Plaintext Known Answer Test
467 // Table A.2 Resulting Ciphertext from the Variable Key Known Answer Test
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java 69 import org.mockito.stubbing.Answer;
205 doAnswer(new Answer<Void>() {
207 public Void answer(InvocationOnMock invocation) throws Throwable {
220 doAnswer(new Answer<Bundle>() {
222 public Bundle answer(InvocationOnMock invocation) throws Throwable {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]
tapi3if.h     [all...]

Completed in 2492 milliseconds

1 2 3 4 56