HomeSort by relevance Sort by last modified time
    Searched full:used (Results 876 - 900 of 64207) sorted by null

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/util/logging/
Formatter.java 24 * {@code Formatter} objects are used to format {@link LogRecord} objects into a
25 * string representation. Head and tail strings are sometimes used to wrap a set
26 * of records. The {@code getHead} and {@code getTail} methods are used for this
56 * Notice : if message contains "{0", then java.text.MessageFormat is used.
92 * Gets the head string used to wrap a set of log records. This base class
97 * @return the head string used to wrap a set of log records, empty in this
105 * Gets the tail string used to wrap a set of log records. This base class
110 * @return the tail string used to wrap a set of log records, empty in this
  /ndk/tests/
README 11 Contains tests used to check the NDK build system itself.
14 Contains tests used to check that NDK-generated binaries work properly
  /packages/apps/Contacts/src/com/android/contacts/util/
PhonebookCollatorFactory.java 23 * Returns the collator that can be used to sort contact list entries. This
24 * collator is the same as the one that is used in sqlite.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java 20 * Argument constants used by many activities and services.
24 // Argument used to pass calling activities to the target activity or service.
  /packages/apps/Exchange/
proguard.flags 1 # keep names that are used by reflection.
3 # Keep names that are used only by unit tests
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
posix_types_64.h 5 * This file is generally used by user-level software, so you need to
7 * assume GCC is being used.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
generic_serial.h 18 used in serial.c, but they are also used in all other serial drivers.
isdn_divertif.h 8 * This software may be used and distributed according to the terms
15 /* magic value is also used to control version information */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_64.h 5 * This file is generally used by user-level software, so you need to
7 * assume GCC is being used.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
generic_serial.h 18 used in serial.c, but they are also used in all other serial drivers.
isdn_divertif.h 8 * This software may be used and distributed according to the terms
15 /* magic value is also used to control version information */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_64.h 5 * This file is generally used by user-level software, so you need to
7 * assume GCC is being used.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
generic_serial.h 18 used in serial.c, but they are also used in all other serial drivers.
isdn_divertif.h 8 * This software may be used and distributed according to the terms
15 /* magic value is also used to control version information */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pydebug.h 24 on the command line, and is used in 2.2 by ceval.c to make all "/" divisions
32 Py_IgnoreEnvironmentFlag. It should be used for getting variables like
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pstats.py 13 # new format: used by the cProfile module
18 # old format: used by the profile module
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pydebug.h 24 on the command line, and is used in 2.2 by ceval.c to make all "/" divisions
32 Py_IgnoreEnvironmentFlag. It should be used for getting variables like
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pstats.py 13 # new format: used by the cProfile module
18 # old format: used by the profile module
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 3 # be used in Java source files, but they can be used in compiled class files.
  /external/wpa_supplicant_8/src/tls/
libtommath.c 127 int used, alloc, sign; member in struct:__anon30754
133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO)
134 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
139 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
201 /* reverse an array, used for radix code */
228 if (a->used > b->used) {
229 min = b->used;
    [all...]
  /bionic/libc/kernel/tools/
find_users.py 3 # this program is used to find source code that includes linux kernel headers directly
18 this program is used to scan a list of files or directories for
47 # helper function used to walk the user files
52 # first, obtain the list of kernel files used by our clients
  /build/target/board/emulator/
README.txt 6 It can be used to build the entire user-level system, and
  /build/target/board/generic/
README.txt 4 It can be used to build the entire user-level system, and
  /build/target/board/generic_mips/
README.txt 4 It can be used to build the entire user-level system, and
  /dalvik/dx/tests/073-dex-null-array-refs/
info.txt 3 null array references are used.

Completed in 1320 milliseconds

<<31323334353637383940>>