Home
last modified time | relevance | path

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

12

/build/tools/atree/
Datree.cpp171 for (vector<string>::iterator it=g_listFiles.begin(); in main()
172 it!=g_listFiles.end(); it++) { in main()
173 printf("-f \"%s\"\n", it->c_str()); in main()
175 for (vector<string>::iterator it=g_inputBases.begin(); in main()
176 it!=g_inputBases.end(); it++) { in main()
177 printf("-I \"%s\"\n", it->c_str()); in main()
192 for (vector<string>::iterator it=g_listFiles.begin(); in main() local
193 it!=g_listFiles.end(); it++) { in main()
194 err = read_list_file(*it, g_variables, &files, &excludes); in main()
202 for (vector<FileRecord>::iterator it=files.begin(); in main() local
[all …]
Dfiles.cpp150 for (map<string, string>::const_iterator it = variables.begin(); in replace_variables() local
151 it != variables.end(); ++it) { in replace_variables()
153 while((pos = result.find(it->first, pos)) != string::npos) { in replace_variables()
154 result = result.replace(pos, it->first.length(), it->second); in replace_variables()
155 pos += it->second.length(); in replace_variables()
164 for (map<string, string>::const_iterator it = variables.begin(); in replace_variables() local
165 it != variables.end(); ++it) { in replace_variables()
167 it->first.c_str(), it->second.c_str()); in replace_variables()
272 for (vector<string>::iterator it = words.begin(); it != words.end(); ++it) { in read_list_file() local
273 const string& word = *it; in read_list_file()
[all …]
Dfs.cpp82 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) { in remove_recursively() local
83 err = remove_file(*it); in remove_recursively()
89 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) { in remove_recursively() local
90 err = remove_recursively(*it); in remove_recursively()
/build/tools/acp/
DREADME10 links. This is the default behavior, so it's not all bad, but it
15 "cp: skipping file 'foo.exe', as it was replaced while being copied".
20 - On some systems it's possible to have microsecond-accurate timestamps
36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"
/build/target/board/emulator/
DREADME.txt2 without a kernel or bootloader, except that it defines the
10 from it or use it in any way.
/build/tools/droiddoc/templates-sac/assets/
DGPL-LICENSE.txt7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
18 the GNU Lesser General Public License instead.) You can apply it to
24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
53 program proprietary. To prevent this, we have made it clear that any
63 a notice placed by the copyright holder saying it may be distributed
67 that is to say, a work containing the Program or a portion of it,
[all …]
/build/tools/droiddoc/templates-ds/assets/
DGPL-LICENSE.txt7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
18 the GNU Lesser General Public License instead.) You can apply it to
24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
53 program proprietary. To prevent this, we have made it clear that any
63 a notice placed by the copyright holder saying it may be distributed
67 that is to say, a work containing the Program or a portion of it,
[all …]
/build/tools/droiddoc/templates-sdk/assets/
DGPL-LICENSE.txt7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
18 the GNU Lesser General Public License instead.) You can apply it to
24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
53 program proprietary. To prevent this, we have made it clear that any
63 a notice placed by the copyright holder saying it may be distributed
67 that is to say, a work containing the Program or a portion of it,
[all …]
/build/target/board/vbox_x86/
Dinit.vbox_x86.rc48 # it is created (ie, after a data wipe).
66 # might read them (e.g. surface flinger), so define it in
80 # program to check wether it runs on the emulator
81 # if it does, it redirects its output to the device
83 # if not, it simply exits immediately
/build/target/board/generic_armv5/
DREADME.txt5 from it or use it in any way.
/build/target/board/generic_x86/
DREADME.txt8 from it or use it in any way.
/build/target/board/generic/
DREADME.txt9 from it or use it in any way.
/build/target/board/generic_mips/
DREADME.txt9 from it or use it in any way.
/build/
Dbuildspec.mk.default18 # This is a do-nothing template file. To use it, copy it to a file
48 # Set this to debug or release if you care. Otherwise, it defaults to release.
54 # it defaults to release.
82 # it goes to <build-root>/out
/build/target/product/security/
DREADME31 it's a Java tool
32 but it generates C code
34 you'll see it running $(HOST_OUT_JAVA_LIBRARIES)/dumpkey.jar
/build/tools/droiddoc/templates-pdk/
Dsdkpage.cs88 the NDK offers and whether it will be useful to you.
217 Android 3.0 release, to give you a head-start on developing applications for it. in onDownload()
227 <?cs else ?><?cs # it's normal offline docs ?>
/build/tools/droiddoc/templates-sdk/components/
Dmasthead.cs3 <?cs if:!devsite ?><?cs # leave out the global header for devsite; it's in devsite template ?>
/build/core/
Dproguard.flags16 # Add this flag in your package's own configuration if it's needed.
Dproduct_config.mk113 $(error "tests" has been deprecated as a build variant. Use it as a build goal instead.)
/build/tools/zipalign/
DREADME.txt24 Compressed data isn't very useful until it's uncompressed, so there's no
/build/core/combo/
DTARGET_linux-x86.mk256 $(info the Android Market. Also, it is likely that the image will fail the CTS tests)
/build/tools/droiddoc/templates-sac/
Dsdkpage.cs445 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
/build/tools/droiddoc/templates-ds/
Dsdkpage.cs446 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
/build/tools/droiddoc/templates-sdk/
Dsdkpage.cs472 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-core.css1106 margin-top:-23px; /* instead of bottom:23px, because IE won't do it correctly */
1119 background:transparent; /* IE6, otherwise it inherits white */

12