Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 6 of 6) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/
DCodeWriter.java72 public void printf(String code, Object... arguments) { in printf()
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl50 …ateKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments arguments, in b… in generateKey()
54 …ortKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments arguments, int … in importKey()
71 in String wrappingKeyAlias, in byte[] maskingKey, in KeymasterArguments arguments, in importWrappedKey()
/system/tools/aidl/
Dast_java.h175 std::vector<Expression*> arguments; member
203 std::vector<Expression*> arguments; member
Dast_java.cpp68 void WriteArgumentList(CodeWriter* to, const vector<Expression*>& arguments) { in WriteArgumentList()
/system/update_engine/
Dbinder_service_brillo.cc52 Status BinderUpdateEngineBrilloService::CallCommonHandler( in CallCommonHandler()
/system/bt/btif/src/
Dbluetooth.cc308 static void dump(int fd, const char** arguments) { in dump()