Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 34) sorted by relevance

12

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl76 List<String> ReverseStringList(in List<String> input, in ReverseStringList()
77 out List<String> repeated); in ReverseStringList()
78 List<IBinder> ReverseNamedCallbackList(in List<IBinder> input, in ReverseNamedCallbackList()
79 out List<IBinder> repeated); in ReverseNamedCallbackList()
91 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input); in RepeatNullableStringList()
95 void TakesAnIBinderList(in List<IBinder> input); in TakesAnIBinderList()
97 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList()
107 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList()
108 in @nullable @utf8InCpp List<String> input, in ReverseUtf8CppStringList()
109 out @nullable @utf8InCpp List<String> repeated); in ReverseUtf8CppStringList()
/system/core/libsysutils/include/sysutils/
DList.h43 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)
DFrameworkClient.h20 typedef android::sysutils::List<FrameworkClient *> FrameworkClientCollection;
DFrameworkCommand.h37 typedef android::sysutils::List<FrameworkCommand *> FrameworkCommandCollection;
DSocketClient.h87 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
/system/keymaster/
DList.h42 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)
Dkeymaster_enforcement.cpp31 using android::List;
53 android::List<AccessTime> last_access_list_;
74 android::List<AccessCount> access_count_list_;
527 List<AccessTime>::iterator iter; in UpdateKeyAccessTime()
/system/core/libutils/include/utils/
DList.h42 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/connectivity/wificond/aidl/android/net/wifi/
DIWificond.aidl38 List<IBinder> GetClientInterfaces(); in GetClientInterfaces()
41 List<IBinder> GetApInterfaces(); in GetApInterfaces()
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DNullableTests.java22 import java.util.List;
68 List<IBinder> listWithNulls = new ArrayList<IBinder>(); in checkNullBinderInListDetection()
DTestServiceClient.java40 import java.util.List;
171 List<String> queries = Arrays.asList( in checkPrimitiveRepeat()
382 List<String> input = Arrays.asList("Walk", "into", "Córdoba"); in checkListReversal()
383 List<String> echoed = new ArrayList<String>(); in checkListReversal()
384 List<String> reversed = service.ReverseStringList(input, echoed); in checkListReversal()
628 final List<String> utf8_queries = Arrays.asList( in checkUtf8Strings()
/system/update_engine/
Dpylintrc34 # List of plugins (as comma separated values of python modules names) to load,
61 # List of checkers and warnings to enable.
148 # List of module names for which member attributes should not be checked
154 # List of classes names for which member attributes should not be checked
159 # List of members which are set dynamically and missed by pylint inference
164 # List of decorators that create context managers from functions, such as
175 # List of comma separated words that should not be checked.
201 # List of additional names supposed to be defined in builtins. Remember that
205 # List of strings which can identify a callback function by name. A callback
253 # List of note tags to take in consideration, separated by a comma.
[all …]
/system/extras/perfprofd/
Dperf_profile.proto14 // 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/libhidl/transport/manager/1.0/
DIServiceManager.hal93 * List all registered services. Must be sorted.
95 * @return fqInstanceNames List of fully-qualified instance names.
100 * List all instances of a particular service. Must be sorted.
104 * @return instanceNames List of instance names running the particular service.
/system/extras/tests/workloads/
Dcapture.sh21 devInfo=$(adb devices -l | grep -v ^List | head -1)
Ddefs.sh89 devInfo=$(adb devices -l | grep -v ^List | head -1)
/system/timezone/distro/core/src/test/com/android/timezone/distro/
DTimeZoneDistroTest.java29 import java.util.List;
40 private final List<File> testFiles = new ArrayList<>();
DFileUtilsTest.java32 import java.util.List;
41 private List<File> testFiles = new ArrayList<>();
/system/media/camera/docs/
DCaptureResultTest.mako23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
/system/tools/aidl/docs/
Daidl-cpp.md97 | List<String> | vector<String16> | inout | …
99 | List<IBinder> | vector<sp<IBinder>> | inout | …
117 IAnotherInterface DoSomething(int count, out List<String> output);
245 Consider an AIDL type `in @nullable List<String> bar`. This type
/system/nvram/messages/include/nvram/messages/
Dstruct.h249 using List = FieldSpecList<FieldSpec, Tail...>;
/system/vold/
DVolumeManager.h64 typedef android::List<ContainerData*> AsecIdCollection;
/system/security/keystore/
Dkeystore_cli_v2.cpp334 int List(const std::string& prefix) { in List() function
461 return List(command_line->GetSwitchValueASCII("prefix")); in main()
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java37 import java.util.List;
658 final List<Path> paths = new ArrayList<>(); in assertFileCount()
/system/core/adb/
DSYNC.TXT27 LIST - List the files in a folder

12