/external/icu4c/samples/numfmt/ |
capi.c | 25 int32_t needed; local 58 in the US locale. The return value is the buffer size needed. 64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status);
|
/bionic/libc/kernel/tools/ |
kernel.py | 145 """return the set of all needed kernel headers""" 211 self.needed = {} 239 needed = {} 242 if not path in needed: 243 needed[path] = set() 254 if not path in needed: 255 needed[path] = set() 258 needed[path].add(user) 261 for header in needed.keys(): 262 users = needed[header [all...] |
/external/chromium/net/base/ |
winsock_init.h | 15 // Make sure that Winsock is initialized, calling WSAStartup if needed.
|
/external/chromium/third_party/icu/source/i18n/ |
wintzimpl.h | 29 * needed to get the Windows time zone information without using static tables.
|
/external/icu4c/i18n/ |
wintzimpl.h | 29 * needed to get the Windows time zone information without using static tables.
|
/external/jpeg/ |
jconfig.vms | 32 #define TWO_FILE_COMMANDLINE /* Needed on VMS */
|
/external/kernel-headers/original/asm-arm/arch/ |
omap24xx.h | 6 * specific headers. Note also that some of these defines are needed
|
/external/libpcap/ |
pcap-dag.h | 5 * as possible. This code is only needed when compiling in the DAG card code
|
pcap-septel.h | 5 * as possible. This code is only needed when compiling in the Intel/Septel
|
/external/netcat/data/ |
nfs-0.d | 54 000 # extra auth trash? probably not needed
|
/external/ppp/pppd/plugins/pppoatm/ |
atmres.h | 13 /* Some #defines that may be needed if ANS isn't installed on that system */
|
/frameworks/base/core/java/android/view/inputmethod/ |
package.html | 5 an overview. In most cases the main classes here are not needed for
|
/frameworks/base/test-runner/src/junit/runner/ |
FailureDetailView.java | 10 * {@hide} - Not needed for 1.0 SDK
|
TestRunListener.java | 7 * {@hide} - Not needed for 1.0 SDK
|
/libcore/luni/src/main/java/java/security/acl/ |
package.html | 8 This package provides the classes and the interfaces needed to build Access Control Lists.
|
/libcore/luni/src/main/java/java/security/spec/ |
package.html | 8 This package provides the classes and interfaces needed to specify keys and parameters for
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
package.html | 4 This package provides the classes and interfaces needed to specify keys
|
/libcore/luni/src/main/java/javax/security/auth/login/ |
package.html | 15 It contains only what was needed to make the compiler happy, that is, classes
|
/libcore/luni/src/main/java/javax/security/auth/ |
package.html | 8 This package provides the classes and interfaces needed to implement and program
|
/system/core/rootdir/ |
init.lowmem.rc | 2 # tight on memory. These should not be used if not needed, as they
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
CodedOutputStream.java | 425 * Compute the number of bytes that would be needed to encode a 434 * Compute the number of bytes that would be needed to encode a 442 * Compute the number of bytes that would be needed to encode a 450 * Compute the number of bytes that would be needed to encode an 458 * Compute the number of bytes that would be needed to encode an 466 * Compute the number of bytes that would be needed to encode a 475 * Compute the number of bytes that would be needed to encode a 484 * Compute the number of bytes that would be needed to encode a 493 * Compute the number of bytes that would be needed to encode a 502 * Compute the number of bytes that would be needed to encode [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedOutputStreamMicro.java | 400 * Compute the number of bytes that would be needed to encode a 409 * Compute the number of bytes that would be needed to encode a 417 * Compute the number of bytes that would be needed to encode a 425 * Compute the number of bytes that would be needed to encode an 433 * Compute the number of bytes that would be needed to encode an 441 * Compute the number of bytes that would be needed to encode a 450 * Compute the number of bytes that would be needed to encode a 459 * Compute the number of bytes that would be needed to encode a 468 * Compute the number of bytes that would be needed to encode a 477 * Compute the number of bytes that would be needed to encode [all...] |
/external/chromium/sdch/open-vcdiff/testdata/ |
configure.ac.v0.1 | 41 # Start of definitions needed by gflags package 54 # End of definitions needed by gflags package
|
configure.ac.v0.2 | 43 # Start of definitions needed by gflags package 52 # End of definitions needed by gflags package
|
/external/wpa_supplicant/ |
build_config.h | 17 * easier to have a single place for defining all the needed C pre-processor 24 /* Insert configuration defines, e.g., #define EAP_MD5, here, if needed. */
|