Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 57) sorted by relevance

123

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyUtils.java100 Iterator<String> it = mValidPackages.iterator(); in dump() local
101 while (it.hasNext()) { in dump()
102 Logger.out.println(":AllowPackage: " + it.next()); in dump()
106 Iterator<String> it = mInvalidPackages.iterator(); in dump() local
107 while (it.hasNext()) { in dump()
108 Logger.out.println(":DisallowPackage: " + it.next()); in dump()
/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation.cpp99 auto it = builtin_types_.emplace(builtin_linker_set_key, *builtin_type); in IsBuiltinTypeNodePresent() local
100 it.first->second.SetSelfType(builtin_global_type_id); in IsBuiltinTypeNodePresent()
101 it.first->second.SetReferencedType(builtin_global_type_id); in IsBuiltinTypeNodePresent()
102 type_graph_.emplace(builtin_global_type_id, &((it.first)->second)); in IsBuiltinTypeNodePresent()
117 auto it = odr_list_map_.find(ud_type_unique_id_and_source); in DoesUDTypeODRViolationExist() local
118 if (it == odr_list_map_.end()) { in DoesUDTypeODRViolationExist()
128 for (auto &contender_ud : it->second) { in DoesUDTypeODRViolationExist()
142 return MergeStatus(true, (*(it->second.begin()))->GetSelfType()); in DoesUDTypeODRViolationExist()
261 auto it = AddToMapAndTypeGraph(std::move(added_type_ir), specific_type_map, in UpdateUDTypeAccounting() local
264 const std::string &key = GetODRListMapKey(&(it->second)); in UpdateUDTypeAccounting()
[all …]
/development/samples/UiAutomator/
DREADME8 To run this demo you must build it first and push it on your device:
20 To run this demo you must build it first and push it on your device:
29 To run this demo you must build it first and push it on your device:
/development/samples/browseable/SpeedTracker/
D_index.jd11 limit and if the speed approaches that limit, it changes the
12 color to yellow and if it exceeds the limit, it turns red. User
13 can also enable recording of coordinates and when it pairs back
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter()
87 String key = it.next(); in filter()
94 it.remove(); in filter()
/development/host/windows/usb/api/
DBUILDME.TXT23 This old version is used because it can build for Windows Vista (WDK 8.1
24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is
26 it should be less risky.
28 When installing the WDK, uncheck `Device Simulation Framework' because it is
29 unnecessary and it installs a kernel-mode driver that we don't need.
/development/host/windows/usb/winusb/
DBUILDME.TXT23 This old version is used because it can build for Windows Vista (WDK 8.1
24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is
26 it should be less risky.
28 When installing the WDK, uncheck `Device Simulation Framework' because it is
29 unnecessary and it installs a kernel-mode driver that we don't need.
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT23 This old version is used because it can build for Windows Vista (WDK 8.1
24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is
26 it should be less risky.
28 When installing the WDK, uncheck `Device Simulation Framework' because it is
29 unnecessary and it installs a kernel-mode driver that we don't need.
/development/vndk/tools/header-checker/header-abi-dumper/src/
Dfixed_argv.h56 for (std::vector<const char *>::const_reverse_iterator it = argv_.rbegin(), in GetLastArg() local
57 end = argv_.rend(); it != end; ++it) { in GetLastArg()
59 if (::strcmp(*it, opt) == 0) { in GetLastArg()
/development/tools/labpretest/
DREADME9 It will detect if it is in a low battery situation and wait for it to charge
21 script, it will detect the device and go through 100 cycles, running the monkey
25 how many monkey events and finally -x to make it skip the monkey run portion
32 sub directory and put adb and fastboot in it and make sure they are executable.
48 generic functions or details to the flashing process. You must use it to define
/development/vndk/tools/header-checker/header-abi-linker/src/
Dheader_abi_linker.cpp173 for (auto it = begin_it; it != begin_it + end; it++) { in DeDuplicateAbiElementsThread() local
178 if (!reader->ReadDump(*it)) { in DeDuplicateAbiElementsThread()
261 std::set<std::string>::iterator it = link_set.begin(); in CreateRegexMatchExprFromSet() local
262 while (it != link_set.end()) { in CreateRegexMatchExprFromSet()
264 abi_util::FindAndReplace(*it, "\\*", ".*"); in CreateRegexMatchExprFromSet()
266 if (++it != link_set.end()) { in CreateRegexMatchExprFromSet()
296 std::set<std::string>::iterator it = in LinkDecl() local
298 if (it == link_set->end()) { in LinkDecl()
304 link_set->erase(*it); // Avoid multiple instances of the same symbol. in LinkDecl()
/development/samples/browseable/MediaBrowserService/
D_index.jd12 it to be used in Android Auto, for example.
16 to the Android Auto UI in the same manner as it provides them to the
/development/samples/training/basic/ActivityLifecycle/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
Dbuild.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/development/samples/browseable/DocumentCentricRelinquishIdentity/
D_index.jd8 This sample shows how to relinquish identity to activities above it in the task stack.
/development/tools/apkcheck/
DREADME.txt18 API XML file, it has much less detail.
28 analyze the APK, so if you have a large set of APKs it's best to run them
55 In some cases involving generic signatures it may not be possible
92 the enumeration values. This makes it look like an APK is referring
114 that overrides that method must also return Foo, so it would seem that
117 However, it's possible to override gimmeFoo with "public MegaFoo
118 gimmeFoo()" so long as MegaFoo is an instance of Foo. In that case it
123 find a method that matches on everything but the return type, it will
126 it's worth.)
163 signatures into the code (--uses-library=BUILTIN). (At some point it
/development/ndk/
DNOTICE.zlib8 including commercial applications, and to alter it and redistribute it
/development/samples/
DREADME1 Adding a new folder in development/samples is not enough to have it
/development/sdk/
Dsdk.properties3 # If it used by various tools to figure out what the platform can do.
/development/samples/browseable/ElevationBasic/
D_index.jd10 taps on it, using setTranslationZ().
/development/tools/checkcolor/
Dbuild.gradle13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
19 …// the build server does not pass the build number so we infer it from the last folder of the dist…
DREADME8 to presubmit, so it could detects whether hardcoded colors have been
D.gitignore32 #.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
/development/samples/SkeletonApp/
Dreadme.txt8 list in the app launcher (it is named Skeleton App) or by selecting it from
45 it must be lower-case.
/development/samples/browseable/FindMyPhone/
D_index.jd10it is still connected to your wearable, you can also start an activity on the wearable to sound an

123