Home
last modified time | relevance | path

Searched defs:aps (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/cros/network/
Dchaos_clique_utils.py85 def power_down_aps(aps, broken_pdus=[]): argument
98 def configure_aps(aps, ap_spec, broken_pdus=[]): argument
177 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DPSSParameterSpecTest.java50 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testPSSParameterSpec0101() local
77 AlgorithmParameterSpec aps = new PSSParameterSpec("SHA-1", "MGF1", in testPSSParameterSpec0201() local
DMGF1ParameterSpecTest.java78 MGF1ParameterSpec aps = new MGF1ParameterSpec(testAlgName); in testGetDigestAlgorithm() local
DDSAParameterSpecTest.java48 AlgorithmParameterSpec aps = new DSAParameterSpec( in testDSAParameterSpec() local
DRSAKeyGenParameterSpecTest.java50 AlgorithmParameterSpec aps = in testRSAKeyGenParameterSpec() local
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DKeyGeneratorSpiTest.java66 AlgorithmParameterSpec aps = null; in testKeyGeneratorSpi01() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java353 AlgorithmParameterSpec aps = null; in testKeyPairGenerator11() local
388 AlgorithmParameterSpec aps; in testKeyPairGenerator12() local
DAlgorithmParameterGenerator1Test.java333 AlgorithmParameterSpec aps = null; in testAlgorithmParameterGenerator12() local
/external/autotest/server/cros/clique_lib/
Dclique_runner.py133 def _get_debug_string(dut_objects, aps): argument
161 def _are_all_conn_workers_healthy(workers, aps, assoc_params_list, job): argument
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyGeneratorTest.java376 AlgorithmParameterSpec aps = null; in testInitParams() local
DKeyAgreementTest.java378 AlgorithmParameterSpec aps = null; in testInit01() local