Home
last modified time | relevance | path

Searched refs:in (Results 1 – 20 of 20) sorted by relevance

/build/tools/rgb2565/
Dto565.c31 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/
Dbuildspec.mk.default5 # 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/
DREADME12 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/
Dproguard.flags6 # 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.
Dapicheck_msg_last.txt3 You have tried to change the API from what has been previously released in
Dapicheck_msg_current.txt6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
Darmelf.xsc111 is in. */
169 Symbols in the DWARF debugging sections are relative to the beginning
/build/tools/zipalign/
DREADME.txt9 <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/
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/emulator/
DREADME.txt10 from it or use it in any way.
/build/tools/signapk/
DSignApk.java103 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/
Ddata4 * argument for the name of the symbol in the assembly file.
/build/target/board/vbox_x86/
Dinit.rc39 # 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/
DREADME30 Futzing around these in make with GNU make functions is awkward at best.
/build/tools/droiddoc/templates-sdk/assets/
Dandroid-developer-docs.css304 /* 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 */
Dandroid-developer-core.css84 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/
Dandroid-developer-docs.css308 /* 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 */
Dandroid-developer-core.css137 line-height:inherit; /* fixes vertical scrolling in webkit */
272 /* Tabs in the header */
736 /* Disable built in search forms */