HomeSort by relevance Sort by last modified time
    Searched full:ones (Results 276 - 300 of 1250) sorted by null

<<11121314151617181920>>

  /build/core/
build-system.html 100 both ones that are used in the build process itself, and developer tools
381 Please delete the ones you don't need, and remove the TODO comments. It makes
448 the generated ones, and the *.cpp files are the input files)</p>
648 may lead to people editing those headers instead of the correct ones. It also
658 may lead to people editing those headers instead of the correct ones. It also
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalConstructorsTest.java 49 String oneS = "1";
51 assertEquals("incorrect string value", oneS, BigDecimal.ONE.toString());
64 String oneS = "10";
66 assertEquals("incorrect string value", oneS, BigDecimal.TEN.toString());
79 String oneS = "0";
81 assertEquals("incorrect string value", oneS, BigDecimal.ZERO.toString());
    [all...]
  /external/libxml2/include/libxml/
parser.h 40 * few predefined ones). This is the case both for internal entities
145 * elements attributes lists with the ones defaulted from the DTDs.
672 * ones are at the end of the array
    [all...]
  /external/stlport/src/
allocators.cpp 84 /* This is an additional atomic operations to the ones already defined in
196 * ones.
504 /* Returns an object of size __n, and optionally adds additional ones to */
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 361 // important ones lower than less important ones.
429 * numbers below higher ones.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 123 result += ONES[(number / 100)] + " hundred";
137 result += ONES[number];
    [all...]
NewDatabasePerformanceTests.java 82 result += ONES[(number / 100)] + " hundred";
96 result += ONES[number];
1225 public static final String[] ONES =
  /bionic/libc/kernel/tools/
kernel.py 175 # HeaderScanner.getHeaders() into possibly architecture-specific ones.
  /bionic/libc/tools/
bionic_utils.py 5 # support Bionic architectures, add new ones as appropriate
  /bionic/libm/src/
s_expm1.c 106 * The hexadecimal values are the intended ones for the following
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 88 * interning candidates are ones that <i>only</i> have a non-null
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ZipExecTest.java 42 * some tests are just copy of JarExecTest ones
  /dalvik/libcore/luni/src/main/java/java/util/
HugeEnumSet.java 351 // endInBits + 1 is the number of consecutive ones.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 50 // by the ones from available providers
  /development/pdk/docs/source/
using-eclipse.jd 139 <p>Each project will need to reference the ones before it ("ddmuilib" references "ddmlib", and "app" references both of those). To do this:
  /development/scripts/app_engine_server/gae_shell/
shell.py 96 executing a statement, we skip the ones in unpicklable_names.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 112 * All entries count, not only the free but also the allocated ones.
  /external/bison/djgpp/
README.in 129 other packages are the ones I have used to build the binaries
  /external/bison/lib/
strtol.c 131 complement, ones' complement, or signed magnitude representation,
  /external/bluetooth/glib/docs/reference/gio/
overview.xml 132 ones used by GLib.
  /external/dbus/doc/
dbus-test-plan.xml 109 invalid, and invalid ones, to make sure that the loader won't
  /external/e2fsprogs/misc/
findsuper.c 17 * marks which superblocks are backup ones.
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 286 // it's ok to always put: the later indices will simply override the earlier ones
  /external/emma/core/java12/com/vladium/util/
IProperties.java 195 // outermost IProperties set but for the inner ones as well
  /external/fdlibm/
s_expm1.c 102 * The hexadecimal values are the intended ones for the following

Completed in 366 milliseconds

<<11121314151617181920>>