/build/tools/rgb2565/ |
D | to565.c | 31 unsigned char in[3]; in to_565_raw() local 34 while(read(0, in, 3) == 3) { in to_565_raw() 35 out = to565(in[0],in[1],in[2]); in to_565_raw() 43 unsigned char in[3]; in to_565_raw_dither() local 55 while(read(0, in, 3) == 3) { in to_565_raw_dither() 56 int r = in[0] + error[i*3+0]; in to_565_raw_dither() 59 int g = in[1] + error[i*3+1]; in to_565_raw_dither() 62 int b = in[2] + error[i*3+2]; in to_565_raw_dither() 103 unsigned char in[3]; in to_565_rle() local 108 while(read(0, in, 3) == 3) { in to_565_rle() [all …]
|
/build/ |
D | buildspec.mk.default | 5 # you may not use this file except in compliance with the License. 10 # Unless required by applicable law or agreed to in writing, software 19 # named "buildspec.mk" in the root directory, and uncomment or change 21 # "buildspec.mk" should never be checked in to source control. 24 # Choose a product to build for. Look in the products directory for ones 42 # LOCAL_PACKAGE_NAME. Modules listed here will always be installed in 43 # /system, even if they'd usually go in /data. 60 # Uncomment this if you want the host tools built in debug mode. Otherwise 81 # built product. Any locales that appear in CUSTOM_LOCALES but not in 103 # To enable instrumentation in webcore based apps like gmail and [all …]
|
/build/tools/kcm/ |
D | kcm.cpp | 66 int in = open(filename, O_RDONLY); in main() local 67 if (in == -1) { in main() 72 off_t size = lseek(in, 0, SEEK_END); in main() 73 lseek(in, 0, SEEK_SET); in main() 76 read(in, input, size); in main() 79 close(in); in main() 80 in = -1; in main()
|
/build/target/product/security/ |
D | README | 12 shared -- a test key for things that are shared in the home/contacts process. 15 These test keys are used strictly in development, and should never be assumed 17 honor these keys in any context. 24 % openssl pkcs8 -inform DER -nocrypt -in testkey.pk8 -out testkey.pem
|
/build/tools/droiddoc/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 10 Unless required by applicable law or agreed to in writing, software 29 "Software"), to deal in the Software without restriction, including 36 included in all copies or substantial portions of the Software.
|
/build/core/ |
D | proguard.flags | 6 # To prevent name conflict in incremental obfuscation. 16 # Add this flag in your package's own configuration if it's needed. 19 # Some classes in the libraries extend package private classes to chare common functionality 60 # Please specify classes to be kept explicitly in your package's configuration.
|
D | apicheck_msg_last.txt | 3 You have tried to change the API from what has been previously released in
|
D | apicheck_msg_current.txt | 6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
|
D | armelf.xsc | 111 is in. */ 169 Symbols in the DWARF debugging sections are relative to the beginning
|
D | prelink-linux-arm.map | 20 # note: look at the LOAD sections in the library header:
|
/build/tools/droiddoc/src/ |
D | ClearPage.java | 162 FileInputStream in; in copyFile() local 168 in = new FileInputStream(from); in copyFile() 189 size = in.read(buf); in copyFile() 209 in.close(); in copyFile()
|
D | DroidDoc.java | 331 BufferedReader in = null; in readKnownTagsFiles() local 333 in = new BufferedReader(new FileReader(fn)); in readKnownTagsFiles() 338 String line = in.readLine(); in readKnownTagsFiles() 366 if (in != null) { in readKnownTagsFiles() 368 in.close(); in readKnownTagsFiles()
|
D | ClassInfo.java | 1259 for (ClassInfo in: inners) { in searchInnerClasses() 1260 String[] innerParts = in.nameParts(); in searchInnerClasses() 1263 return in; in searchInnerClasses() 1265 return in.searchInnerClasses(nameParts, index+1); in searchInnerClasses()
|
/build/tools/zipalign/ |
D | README.txt | 9 <align> is in bytes, e.g. "4" provides 32-bit alignment 21 the "extra" field in the zip Local File Header sections. Existing data 22 in the "extra" fields may be altered by this process.
|
/build/target/board/generic_x86/ |
D | README.txt | 11 A2. Copy in the buildspeck.mk 15 A3. Copy in the kernel
|
D | init.rc | 84 # double check the perms, in case lost+found already exists, and set owner 107 # killed by the kernel. These are used in ActivityManagerService. 119 # be killed. These numbers are in pages (4k). 204 # adbd on at boot in emulator 208 # adbd on at boot in insecure builds 247 # Set by PRODUCT_PROPERTY_OVERRIDES in <product>.mk
|
/build/target/board/generic/ |
D | README.txt | 9 from it or use it in any way.
|
/build/target/board/emulator/ |
D | README.txt | 10 from it or use it in any way.
|
/build/tools/signapk/ |
D | SignApk.java | 103 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword() 400 JarFile in, JarOutputStream out, long timestamp) throws IOException { in copyFiles() argument 408 JarEntry inEntry = in.getJarEntry(name); in copyFiles() 420 InputStream data = in.getInputStream(inEntry); in copyFiles()
|
/build/tools/bin2asm/ |
D | data | 4 * argument for the name of the symbol in the assembly file.
|
/build/tools/acp/ |
D | README | 30 Futzing around these in make with GNU make functions is awkward at best.
|
/build/tools/droiddoc/templates/assets/ |
D | android-developer-core.css | 84 line-height:inherit; /* fixes vertical scrolling in webkit */ 231 /* Tabs in the header */ 605 /* Disable built in search forms */
|
D | android-developer-docs.css | 304 /* adjustments for in/direct subclasses tables */ 315 /* right alignment for the return type in sumtable */ 320 /* adjustments for the expando table-in-table */ 649 in details sections */
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 137 line-height:inherit; /* fixes vertical scrolling in webkit */ 272 /* Tabs in the header */ 736 /* Disable built in search forms */
|