Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 62) 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 System.out.println(":AllowPackage: " + it.next()); in dump()
106 Iterator<String> it = mInvalidPackages.iterator(); in dump() local
107 while (it.hasNext()) { in dump()
108 System.out.println(":DisallowPackage: " + it.next()); in dump()
/development/ndk/sources/android/ndk_helper/
Dshader.cpp45 std::map<std::string, std::string>::const_iterator it = map_parameters.begin(); in CompileShader() local
47 while( it != itEnd ) in CompileShader()
50 while( (pos = str.find( it->first, pos )) != std::string::npos ) in CompileShader()
58 str.replace( pos, it->first.length(), it->second ); in CompileShader()
59 str_replacement_map.replace( pos, it->first.length(), it->first.length(), in CompileShader()
61 pos += it->second.length(); in CompileShader()
66 pos += it->second.length(); in CompileShader()
69 it++; in CompileShader()
DgestureDetector.cpp184 std::vector<int32_t>::iterator it = vec_pointers_.begin(); in Detect() local
187 for( ; it != it_end; ++it, ++i ) in Detect()
189 if( *it == released_pointer_id ) in Detect()
191 vec_pointers_.erase( it ); in Detect()
292 std::vector<int32_t>::iterator it = vec_pointers_.begin(); in Detect() local
295 for( ; it != it_end; ++it, ++i ) in Detect()
297 if( *it == released_pointer_id ) in Detect()
299 vec_pointers_.erase( it ); in Detect()
/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/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/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/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/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/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense.txt6 This source is free software; you can redistribute it and/or
7 modify it under the terms of EITHER:
16 This source is distributed in the hope that it will be useful,
Dlicense-LGPL.txt7 of this license document, but changing it is not allowed.
16 freedom to share and change it. By contrast, the GNU General Public
22 Free Software Foundation and other authors who decide to use it. You
23 can use it too, but we suggest you first think carefully about whether
31 it if you want it; that you can change the software and use pieces of
32 it in new free programs; and that you are informed that you can do
38 you if you distribute copies of the library or if you modify it.
46 it. And you must show them these terms so they know their rights.
52 To protect each distributor, we want to make it very clear that
81 We call this license the "Lesser" General Public License because it
[all …]
/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/tools/checkstyle/
DLICENSE7 of this license document, but changing it is not allowed.
16 freedom to share and change it. By contrast, the GNU General Public
22 Free Software Foundation and other authors who decide to use it. You
23 can use it too, but we suggest you first think carefully about whether
31 it if you want it; that you can change the software and use pieces of
32 it in new free programs; and that you are informed that you can do
38 you if you distribute copies of the library or if you modify it.
46 it. And you must show them these terms so they know their rights.
52 To protect each distributor, we want to make it very clear that
81 We call this license the "Lesser" General Public License because it
[all …]
/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/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/samples/hello-neon/
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/tutorials/ReverseDebug/
DREADME.txt19 26 /* Make sure it clobbers something. */
57 This is free software: you are free to change and redistribute it.
119 And here it is:
131 (as of gdb 7.6) it only recognizes ARM instructions and will punt on all
132 Thumb(2) instructions. To give it a try you will need to recompile your
/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/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/BasicNetworking/
D_index.jd9 a network connection, and if so, what type of connection it is.

123