HomeSort by relevance Sort by last modified time
    Searched refs:Number (Results 276 - 300 of 803) sorted by null

<<11121314151617181920>>

  /external/llvm/utils/vim/
tablegen.vim 43 HiLink tgNumber Number
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 21 Number
MESA_pixmap_colormap.spec 21 Number
MESA_resize_buffers.spec 20 Number
MESA_set_3dfx_mode.spec 21 Number
  /external/mesa3d/docs/OLD/
MESA_trace.spec 21 Number
  /external/oprofile/events/i386/atom/
events 7 event:0xc0 counters:0,1 um:one minimum:6000 name:INST_RETIRED : number of instructions retired
10 event:0xc4 counters:0,1 um:br_inst_retired minimum:500 name:BR_INST_RETIRED : number of branch instructions retired
11 event:0xc5 counters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
14 event:0x06 counters:0,1 um:segment_reg_loads minimum:6000 name:SEGMENT_REG_LOADS : Number of segment register loads
36 event:0x3A counters:0,1 um:zero minimum:6000 name:EIST_TRANS : Number of Enhanced Intel SpeedStep(R) Technology (EIST) transitions
37 event:0x3B counters:0,1 um:thermal_trip minimum:6000 name:THERMAL_TRIP : Number of thermal trips
40 event:0x61 counters:0,1 um:agent minimum:6000 name:BUS_BNR_DRV : Number of Bus Not Ready signals asserted
  /external/v8/test/mjsunit/regress/
regress-1062422.js 29 Number.prototype.__proto__ = String.prototype;
regress-399.js 31 var year = Number(String(date).match(/.*(200\d)/)[1]);
  /external/v8/test/mjsunit/
stack-traces.js 77 Number.prototype.causeError = function () { FAIL; };
248 testTrace("testValue", testValue, ["at Number.causeError"]);
262 testTraceNativeConversion(Number); // Does ToNumber on argument.
266 testTraceNativeConstructor(Number); // Does ToNumber on argument.
  /external/valgrind/main/massif/tests/
custom_alloc.post.exp 32 Number of snapshots: 11
long-names.post.exp 32 Number of snapshots: 4
new-cpp.post.exp 32 Number of snapshots: 10
overloaded-new.post.exp 32 Number of snapshots: 10
realloc.post.exp 32 Number of snapshots: 8
zero1.post.exp 32 Number of snapshots: 21
zero2.post.exp 32 Number of snapshots: 21
  /libcore/json/src/main/java/org/json/
JSONStringer.java 248 } else if (value instanceof Number) {
249 out.append(JSONObject.numberToString((Number) value));
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 35 * or last index is used depending on whether the number is too low or too high.
67 * <li><number>"#"</number> specifies an inclusive limit value;</li>
68 * <li><number>"<"</number> specifies an exclusive limit value.</li>
147 Number value = format.parse(template, position);
375 public Number parse(String string, ParsePosition position) {
DateFormat.java 69 * The calendar that this {@code DateFormat} uses to format a number
75 * The number format used to format a number.
276 * {@code Number}. If {@code object} is a number then a date is
277 * constructed using the {@code longValue()} of the number.
286 * {@code Number} instance.
293 if (object instanceof Number) {
294 return format(new Date(((Number) object).longValue()), buffer, field);
642 * the new number format
    [all...]
SimpleDateFormat.java 62 * <p>The number of consecutive copies (the "count") of a pattern character further influences
63 * the format, as shown in the table. For fields of kind "number", the count is the minimum number
69 * <tr> <td>{@code D}</td> <td>day in year</td> <td>(Number)</td> <td>189</td> </tr>
71 * <tr> <td>{@code F}</td> <td>day of week in month</td> <td>(Number)</td> <td>2 <i>(2nd Wed in July)</i></td> </tr>
73 * <tr> <td>{@code H}</td> <td>hour in day (0-23)</td> <td>(Number)</td> <td>0</td> </tr>
74 * <tr> <td>{@code K}</td> <td>hour in am/pm (0-11)</td> <td>(Number)</td> <td>0</td> </tr>
77 * <tr> <td>{@code S}</td> <td>fractional seconds</td> <td>(Number)</td> <td>978</td> </tr>
78 * <tr> <td>{@code W}</td> <td>week in month</td> <td>(Number)</td> <td>2</td> </tr>
82 * <tr> <td>{@code d}</td> <td>day in month</td> <td>(Number)</td> <td>10</td> </tr
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 42 * <p>This class provides a number of methods that make it easy
71 * <p>Also, division of a duration by a number is not provided because
381 * Therefore this method is designed to return a {@link Number} object.
384 * number will be a non-negative integer. In case of seconds,
385 * the returned number may be a non-negative decimal value.
392 * a non-null non-negative {@link Number} object that
400 public abstract Number getField(final DatatypeConstants.Field field);
413 Number n = getField(field);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
JsonUtils.java 58 } else if (innerValue instanceof Number) {
59 jsonWriter.value((Number) innerValue);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms
161 trailer = [Subscript(Number(unicode(i)))]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
13 class Number(object):
16 If you just want to check if an argument x is a number, without
17 caring what kind, use isinstance(x, Number).
34 class Complex(Number):
58 """Retrieve the real component of this number.
66 """Retrieve the imaginary component of this number.

Completed in 506 milliseconds

<<11121314151617181920>>