HomeSort by relevance Sort by last modified time
    Searched full:tens (Results 26 - 50 of 55) sorted by null

12 3

  /external/icu4c/data/unidata/
DerivedNumericValues.txt     [all...]
DerivedAge.txt     [all...]
DerivedBidiClass.txt     [all...]
  /external/quake/quake/src/QW/client/
sbar.c 480 int minutes, seconds, tens, units; local
487 tens = seconds / 10;
488 units = seconds - 10*tens;
489 sprintf (str,"Time :%3i:%i%i", minutes, tens, units);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 130 result += TENS[(number / 10)];
    [all...]
NewDatabasePerformanceTests.java 89 result += TENS[(number / 10)];
1231 public static final String[] TENS =
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 439 * number of elements (i.e. 5-10 rather than tens of thousands).</p>
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 544 * number of elements (i.e. 5-10 rather than tens of thousands).
  /external/e2fsprogs/e2fsck/
rehash.c 43 * filesystems (when we reach the level of tens of millions of files
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Long.java 567 buf[--cursor] = Integer.TENS[r];
  /external/jpeg/
jpeglib.h 742 * Allocates "small" objects (a few K total), "large" objects (tens of K),
    [all...]
structure.doc     [all...]
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 694 create tens or even hundreds of events. You may also need to move events. The
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_howto.xml 240 <literal>#include "maman-bar.h"</literal> or as complicated as tens
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/unicode/
rbnf.h 115 * &gt;&gt; has changed: it now refers to both the tens and the ones digits. The meaning of
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /packages/apps/Settings/res/values-pt-rPT/
strings.xml 61 <string name="battery_info_voltage_label" msgid="8971764146757637863">"Tensão da bateria:"</string>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h     [all...]

Completed in 616 milliseconds

12 3