Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 5 of 5) sorted by relevance

/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp46 jlong timespecToMs(timespec spec) { in timespecToMs()
52 struct timespec spec; in createIntent() local
/tools/security/gdb/heap_print/
Dheap_print_script.py114 def __init__(self, spec): argument
132 def __init__(self, spec): argument
152 def __init__(self, spec): argument
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java203 private void generateKeyPair(String algorithm, KeyGenParameterSpec spec) in generateKeyPair()
/tools/apksig/src/apksigner/java/com/android/apksigner/
DPasswordRetriever.java90 String spec, String description, Charset... additionalPwdEncodings) in getPasswords()
DSignerParams.java481 private static PrivateKey loadPkcs8EncodedPrivateKey(PKCS8EncodedKeySpec spec) in loadPkcs8EncodedPrivateKey()