/external/droiddriver/ |
contributing_aosp.md | 5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.conf | 5 // In most cases, you should not need to change these default options in 9 // You need to edit the "zone" statement below to give the name of your 16 // In /etc/named.conf you will need to modify the "options" section to 21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/ |
i386linux.x | 25 *(.need)
|
i386linux.xbn | 25 *(.need)
|
i386linux.xn | 25 *(.need)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/ |
i386linux.x | 21 *(.need)
|
i386linux.xbn | 20 *(.need)
|
i386linux.xn | 20 *(.need)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/ |
i386linux.x | 25 *(.need)
|
i386linux.xbn | 25 *(.need)
|
i386linux.xn | 25 *(.need)
|
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/etc/ |
management.properties | 177 # com.sun.management.jmxremote.ssl.need.client.auth=true|false 185 com.sun.management.jmxremote.ssl.need.client.auth=true 194 # com.sun.management.jmxremote.ssl.need.client.auth
|
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/etc/ |
management.properties | 177 # com.sun.management.jmxremote.ssl.need.client.auth=true|false 185 com.sun.management.jmxremote.ssl.need.client.auth=true 194 # com.sun.management.jmxremote.ssl.need.client.auth
|
/system/extras/squashfs_utils/ |
Android.mk | 9 # We don't need any additional suffix.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/ |
redef2.d | 3 # identical to ../all, we just need to reverse the relocs.
|
redef3.d | 3 #identical to ../all/redef, we just need to reverse the relocs.
|
/external/llvm/test/MC/MachO/AArch64/ |
reloc-crash.s | 3 ; Test tha we produce an external relocation. There is no apparent need for it, but
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
immed.s | 1 @ Tests for complex immediate expressions - none of these need
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
tocopt.s | 26 # no need for got entry, optimise to nop,addi 39 # no need for toc entry, optimise to nop,addi
|
tocopt5.s | 26 # no need for got entry, optimise to nop,addi 35 # no need for toc entry, optimise to nop,addi
|
tocopt8.s | 25 # no need for got entry, optimise to nop,addi 33 # no need for toc entry, optimise to nop,addi
|
/external/freetype/src/gzip/ |
inflate.c | 40 uLong need; /* stream check value */ member in struct:internal_state::__anon20679::__anon20680 196 z->state->sub.check.need = (uLong)NEXTBYTE << 24; 200 z->state->sub.check.need += (uLong)NEXTBYTE << 16; 204 z->state->sub.check.need += (uLong)NEXTBYTE << 8; 208 z->state->sub.check.need += (uLong)NEXTBYTE; 209 z->adler = z->state->sub.check.need; 214 z->msg = (char*)"need dictionary"; 239 z->state->sub.check.need = (uLong)NEXTBYTE << 24; 243 z->state->sub.check.need += (uLong)NEXTBYTE << 16; 247 z->state->sub.check.need += (uLong)NEXTBYTE << 8 [all...] |
/build/make/core/ |
ninja_config.mk | 9 # Modifier goals we don't need to pass to Ninja. 12 # A list of goals which affect parsing of makefiles and we need to pass to Kati. 61 # Any Android goals that need to be built. 64 # Goals we need to pass to Ninja. 69 # Goals we need to pass to Kati.
|
/external/libunwind/src/mi/ |
flush_cache.c | 56 # warning unw_flush_cache(): need a way to atomically increment an integer.
|
/external/wpa_supplicant_8/src/tls/ |
bignum.c | 77 size_t need = mp_unsigned_bin_size((mp_int *) n); local 78 if (len && need > *len) { 79 *len = need; 87 *len = need;
|