Searched defs:kind (Results 1 – 9 of 9) sorted by relevance
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 75 def _GetContainerName(kind): argument 312 def GetObjectInterface(self, kind, path): argument 317 def FindElementByNameSubstring(self, kind, substring): argument 324 def FindElementByPropertySubstring(self, kind, prop, substring): argument 342 def GetObjectList(self, kind, properties=None): argument
|
/system/tools/aidl/ |
D | type_cpp.cpp | 81 PrimitiveType(int kind, // from ValidatableType in PrimitiveType() 101 static PrimitiveType* PrimitiveArrayType(int kind, // from ValidatableType in PrimitiveArrayType() 118 PrimitiveType(int kind, // from ValidatableType in PrimitiveType() 386 Type::Type(int kind, in Type()
|
D | type_namespace.cpp | 73 int kind, const string& package, const string& type_name, in ValidatableType()
|
D | type_cpp.h | 103 : Type(kind, package, aidl_type, header, cpp_type, read_method, in Type() argument
|
D | type_java.cpp | 43 Type::Type(const JavaTypeNamespace* types, const string& name, int kind, in Type() 48 const string& name, int kind, bool canWriteToParcel, in Type()
|
/system/webservd/webservd/ |
D | request.cc | 54 MHD_ValueKind kind, in ValueCallback()
|
/system/vold/ |
D | KeyStorage.cpp | 74 static bool checkSize(const std::string& kind, size_t actual, size_t expected) { in checkSize()
|
/system/core/crash_reporter/ |
D | user_collector.cc | 145 const char *prefix, IdKind kind, in GetIdFromStatus()
|
/system/media/camera/docs/ |
D | metadata_model.py | 354 def is_entry_this_kind(self, entry, kind): argument 1154 def kind(self): member in Entry
|