/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 68 List<String> ReverseStringList(in List<String> input, in ReverseStringList() 69 out List<String> repeated); in ReverseStringList() 70 List<IBinder> ReverseNamedCallbackList(in List<IBinder> input, in ReverseNamedCallbackList() 71 out List<IBinder> repeated); in ReverseNamedCallbackList() 83 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input); in RepeatNullableStringList() 94 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList() 95 in @nullable @utf8InCpp List<String> input, in ReverseUtf8CppStringList() 96 out @nullable @utf8InCpp List<String> repeated); in ReverseUtf8CppStringList()
|
/system/core/include/sysutils/ |
D | List.h | 43 class List 61 friend class List; 160 friend class List; 164 List() { in List() function 167 List(const List<T>& src) { // copy-constructor in List() function 171 virtual ~List() { in ~List() 179 List<T>& operator=(const List<T>& right); 314 List<T>& List<T>::operator=(const List<T>& right)
|
D | FrameworkClient.h | 20 typedef android::sysutils::List<FrameworkClient *> FrameworkClientCollection;
|
D | FrameworkCommand.h | 37 typedef android::sysutils::List<FrameworkCommand *> FrameworkCommandCollection;
|
D | SocketClient.h | 87 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
|
/system/keymaster/ |
D | List.h | 42 class List 60 friend class List; 159 friend class List; 163 List() { in List() function 166 List(const List<T>& src) { // copy-constructor in List() function 170 virtual ~List() { in ~List() 178 List<T>& operator=(const List<T>& right); 313 List<T>& List<T>::operator=(const List<T>& right)
|
D | keymaster_enforcement.cpp | 31 using android::List; 53 android::List<AccessTime> last_access_list_; 74 android::List<AccessCount> access_count_list_; 518 List<AccessTime>::iterator iter; in UpdateKeyAccessTime()
|
/system/core/include/utils/ |
D | List.h | 42 class List 60 friend class List; 159 friend class List; 163 List() { in List() function 166 List(const List<T>& src) { // copy-constructor in List() function 170 virtual ~List() { in ~List() 178 List<T>& operator=(const List<T>& right); 313 List<T>& List<T>::operator=(const List<T>& right)
|
/system/webservd/aidl/android/webservd/ |
D | IServer.aidl | 20 List<IBinder> GetProtocolHandlers(); in GetProtocolHandlers()
|
/system/weaved/brillo/android/weave/ |
D | IWeaveService.aidl | 20 void addComponent(in String name, in List<String> traits); in addComponent()
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 14 // List of addresses that represents a call stack. 18 // List of load_module_ids that represents a call stack. 92 // List of all load modules.
|
/system/connectivity/shill/binder/android/system/connectivity/shill/ |
D | IManager.aidl | 115 List<IBinder> GetDevices(); in GetDevices()
|
/system/extras/tests/workloads/ |
D | capture.sh | 21 devInfo=$(adb devices -l | grep -v ^List | head -1)
|
D | defs.sh | 89 devInfo=$(adb devices -l | grep -v ^List | head -1)
|
/system/media/camera/docs/ |
D | CaptureResultTest.mako | 23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 39 import java.util.List; 418 List<String> input = Arrays.asList("Walk", "into", "Córdoba"); in checkListReversal() 419 List<String> echoed = new ArrayList<String>(); in checkListReversal() 420 List<String> reversed = service.ReverseStringList(input, echoed); in checkListReversal() 664 final List<String> utf8_queries = Arrays.asList( in checkUtf8Strings()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 95 | List<String> | vector<String16> | inout | … 97 | List<IBinder> | vector<sp<IBinder>> | inout | … 100 Note that java.util.Map and java.utils.List are not good candidates for cross
|
/system/vold/ |
D | VolumeManager.h | 64 typedef android::List<ContainerData*> AsecIdCollection;
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 142 List of profile Entry objects. Use the GetEntry 179 List of service objects. This property is
|
D | manager-api.txt | 575 List of device object paths. 678 List of profile object paths. 682 List of service object paths that are visible. The 710 List of service object paths that are in a
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 327 int List(const std::string& prefix) { in List() function 453 return List(command_line->GetSwitchValueASCII("prefix")); in main()
|
/system/connectivity/shill/mobile_operator_db/ |
D | mobile_operator_db.proto | 87 // List of localized names for this provider.
|
/system/core/adb/ |
D | SYNC.TXT | 27 LIST - List the files in a folder
|
D | SERVICES.TXT | 135 List all existing forward connections from this server.
|
/system/update_engine/ |
D | update_metadata.proto | 245 // Only present in major version = 1. List of install operations for the 277 // Only present in major version >= 2. List of partitions that will be
|