/external/v8/test/mjsunit/ |
debug-liveedit-patch-positions-replace.js | 31 // Scenario: a function is being changed, which causes enclosing function to
|
readonly.js | 205 TestAllScenarios(function(scenario) { 209 scenario(strict, create, readonly);
|
/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuScenario.java | 108 * Override this to set the parameters for the scenario. Call through to super first.
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
Config.java | 54 // Special case the most used scenario.
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 689 const char* scenario = "Scenario"; local 690 size_t len = strlen(scenario); 695 "Scenario", static_cast<int>(rightPad), "");
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLContextTest.java | 96 // Test the scenario where only a PSKKeyManager is provided and no TrustManagers are 112 // Test the scenario where an X509TrustManager and PSKKeyManager are provided. 125 // Test the scenario where an X509KeyManager and PSKKeyManager are provided. 140 // Test the scenario where neither X.509 nor PSK KeyManagers or TrustManagers are provided.
|
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
ContactInteractionUtilTest.java | 65 // Test today scenario (time shown)
|
/external/autotest/client/site_tests/network_DhcpNak/ |
network_DhcpNak.py | 20 NAKs in two scenarios. In the first scenario, the DHCP client 22 second scenario, an already-running DHCP client is asked to
|
/external/conscrypt/src/main/java/org/conscrypt/ |
PSKKeyManager.java | 66 * concern then a randomly generated key should be used in the scenario where no key is available. 67 * This will lead to the handshake aborting later, due to key mismatch -- same as in the scenario
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
DoubleStreamTestScenario.java | 37 * Each scenario is provided with a data source, a function that maps a fresh 39 * receive results. Each scenario describes a different way of computing the
|
IntStreamTestScenario.java | 37 * Each scenario is provided with a data source, a function that maps a fresh 39 * receive results. Each scenario describes a different way of computing the
|
LongStreamTestScenario.java | 37 * Each scenario is provided with a data source, a function that maps a fresh 39 * receive results. Each scenario describes a different way of computing the
|
StreamTestScenario.java | 36 * Each scenario is provided with a data source, a function that maps a fresh 38 * receive results. Each scenario describes a different way of computing the
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
DoubleStreamTestScenario.java | 41 * Each scenario is provided with a data source, a function that maps a fresh 43 * receive results. Each scenario describes a different way of computing the
|
IntStreamTestScenario.java | 40 * Each scenario is provided with a data source, a function that maps a fresh 42 * receive results. Each scenario describes a different way of computing the
|
LongStreamTestScenario.java | 40 * Each scenario is provided with a data source, a function that maps a fresh 42 * receive results. Each scenario describes a different way of computing the
|
StreamTestScenario.java | 39 * Each scenario is provided with a data source, a function that maps a fresh 41 * receive results. Each scenario describes a different way of computing the
|
/system/connectivity/shill/cellular/ |
active_passive_out_of_credits_detector.cc | 177 << "scenario."; 186 SLOG(this, 2) << "Disconnecting due to out-of-credit scenario.";
|
/cts/tests/tests/text/src/android/text/method/cts/ |
DigitsKeyListenerTest.java | 392 * Scenario description: 423 * Scenario description: 465 * Scenario description: 507 * Scenario description: 551 * Scenario description:
|
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 195 * <scenario operation="standard"> 199 * </scenario> 206 Element scenarioElement = (Element) testCaseElement.getElementsByTagName("scenario").item(0); 241 return new MisspecifiedTest("Expected <scenario> to have " 253 return new MisspecifiedTest("Expected <scenario> to have principal element at " + name);
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
ListScenario.java | 263 * How each scenario customizes its behavior. 407 * Returns the LinearLayout containing the ListView in this scenario. 452 * Read in and validate all of the params passed in by the scenario.
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListScenario.java | 263 * How each scenario customizes its behavior. 409 * Returns the LinearLayout containing the ListView in this scenario. 454 * Read in and validate all of the params passed in by the scenario.
|
/frameworks/base/core/java/android/net/ |
PskKeyManager.java | 66 * concern then a randomly generated key should be used in the scenario where no key is available. 67 * This will lead to the handshake aborting later, due to key mismatch -- same as in the scenario
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventBasicVerification.java | 125 // The worst scenario happens when the sensor batch time being just above half of the
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
CtsConnectionService.java | 71 * created. Used by {@link VideoCallTest#testVideoCallDelayProvider()} to test scenario where
|