Searched
full:numbers (Results
501 -
525 of
6415) sorted by null
<<21222324252627282930>>
/libcore/luni/src/main/java/java/text/ |
NumberFormat.java | 34 * interface for formatting and parsing numbers. {@code NumberFormat} also 38 * {@code NumberFormat} helps you to format and parse numbers for any locale. 53 * If you are formatting multiple numbers, it is more efficient to get the 77 * You can also use a {@code NumberFormat} to parse numbers: 91 * <p>You can also control the display of numbers with methods such as 112 * For example, you can align numbers in two ways: 124 * for example with parentheses in negative numbers: "(12)" for -12.</li> 381 * Returns a {@code NumberFormat} for formatting and parsing numbers for the 391 * Returns a {@code NumberFormat} for formatting and parsing numbers for the 449 * Returns a {@code NumberFormat} for formatting and parsing numbers for th [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ConfigResults.java | 191 * Get all results numbers for the max last builds. 193 * @param max The number of last builds to get numbers. 196 * the given numbers as soon as there are enough builds in the database. 198 * The slots of the second level are the numbers values: 213 // Add numbers for each previous build 215 double[][] numbers = new double[Math.min(max, size)][]; local 220 numbers[n] = getNumbers(buildResults, getBaselineBuildResults(buildResults.getName())); 225 // Return the numbers 226 return numbers; 230 * Returns interesting numbers for the current configuration [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List7.java | 61 // Get a cursor with all numbers. 62 // This query will only return contacts with phone numbers
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
JavaScriptTarget.java | 44 /** Convert long to two 32-bit numbers separted by a comma. 45 * JavaScript does not support 64-bit numbers, so we need to break
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarUnreachableAltsMessage.java | 67 // alts are token rules, convert to the names instead of numbers 81 // regular alt numbers, show the alts
|
/external/chromium/chrome/browser/autofill/ |
phone_number.h | 42 // Size and offset of the prefix and suffix portions of phone numbers. 76 // The numbers will be digits only (no punctuation), so any call to the IsX()
|
/external/chromium_org/jingle/notifier/base/ |
xmpp_connection.cc | 33 // These numbers were taken from similar numbers in
|
/external/chromium_org/net/cert/ |
asn1_util.h | 25 // These are flags that can be ORed with the above tag numbers. 37 // 1) tag numbers > 31 are not permitted.
|
/external/chromium_org/net/quic/test_tools/ |
crypto_test_utils_nss.cc | 70 // The signature consists of a pair of 32-byte numbers. 115 // elements as 32-byte, big-endian numbers.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
ScriptProcessorNode.h | 51 // Lower numbers for bufferSize will result in a lower (better) latency. Higher numbers will be necessary to avoid audio breakup and glitches.
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
shortnumberinfo.cc | 94 // dialing the country code before emergency numbers (e.g. +1911) works, 112 // In Brazil and Chile, emergency numbers don't work when additional digits
|
/external/chromium_org/third_party/libusb/src/msvc/ |
errno.h | 7 * Error numbers and access to error reporting. 17 * Error numbers.
|
/external/chromium_org/third_party/mt19937ar/ |
readme-mt.txt | 30 After initialization, the following type of pseudorandom numbers 48 then 1000 outputs of real [0,1) numbers.
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskGamma.cpp | 37 //The magic numbers are derived from the sRGB specification. 47 //The magic numbers are derived from the sRGB specification.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv8.txt | 23 0x000000F2: line numbers for section 36 just labels should have line numbers
|
/external/chromium_org/tools/perf/metrics/ |
rendering_stats.py | 15 Stats can either be numbers, or lists of numbers. Classes that calculate
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2443.js | 28 // Number.prototype methods on non-Numbers. 63 // Call on primitive numbers.
|
/external/iproute2/include/libiptc/ |
libip6tc.h | 58 /* Rule numbers start at 1 for the first rule. */ 148 /* Translates errno numbers into more human-readable form than strerror. */
|
/external/libvorbis/doc/vorbisfile/ |
decoding.html | 33 encode differing numbers of channels or sample rates. It is vitally 34 important to pay attention to the link numbers returned by <a
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
TODO | 34 eliminate the need for regular expressions except for numbers/methods 37 wrap and wants line numbers don't use <ol>, use the <table> method
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
apt_sources.php | 101 'NUMBERS' => array( 128 'NUMBERS' => GESHI_NEVER,
|
pic16.php | 104 'NUMBERS' => array( 122 'NUMBERS' =>
|
prolog.php | 49 'NUMBERS' => 105 'NUMBERS' => array(
|
vb.php | 97 'NUMBERS' => array( 128 'NUMBERS' => GESHI_NEVER
|
xml.php | 75 'NUMBERS' => array( 152 'NUMBERS' => GESHI_NEVER
|
Completed in 357 milliseconds
<<21222324252627282930>>