Searched refs:in (Results 1 – 20 of 20) sorted by relevance
/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. 53 # Uncomment this if you want the host tools built in debug mode. Otherwise 74 # built product. Any locales that appear in CUSTOM_LOCALES but not in 96 # To enable instrumentation in webcore based apps like gmail and [all …]
|
/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/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
|
/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_armv5/ |
D | README.txt | 5 from it or use it in any way.
|
/build/target/board/generic_x86/ |
D | README.txt | 8 from it or use it in any way.
|
/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/target/board/vbox_x86/ |
D | init.rc | 39 # Backwards Compat - XXX: Going away in G* 172 # double check the perms, in case lost+found already exists, and set owner 193 # killed by the kernel. These are used in ActivityManagerService. 205 # be killed. These numbers are in pages (4k). 300 # adbd on at boot in emulator
|
/build/tools/acp/ |
D | README | 30 Futzing around these in make with GNU make functions is awkward at best.
|
/build/tools/droiddoc/templates-sdk/assets/ |
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 */ 675 in details sections */ 871 see toggleContent() script in android-developer-docs.js */
|
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 */
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 308 /* adjustments for in/direct subclasses tables */ 319 /* right alignment for the return type in sumtable */ 324 /* adjustments for the expando table-in-table */ 653 in details sections */
|
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 */
|