HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1101 - 1125 of 2876) sorted by null

<<41424344454647484950>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 1562 String number = mPhoneProxy.getSubscriberNumber(); local
    [all...]
  /external/v8/src/
mirror-debugger.js 65 typeof value == 'number' && isNaN(value)) {
105 * @param {number} handle the handle to find the mirror for
150 var NUMBER_TYPE = 'number';
273 * Check whether the mirror reflects a number value.
274 * @returns {boolean} True if the mirror reflects a number value
456 type === 'number' ||
520 * Mirror object for number values.
521 * @param {number} value The number value reflected by this mirror
615 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
math.js 100 // It's more common to call this with a positive number that's out
129 // a Smi or a heap number.
146 // a Smi or heap number.
162 // a Smi or a heap number.
179 // Smi or a heap number.
v8natives.js 33 // var $Number = global.Number;
96 function GlobalIsNaN(number) {
97 if (!IS_NUMBER(number)) number = NonNumberToNumber(number);
98 return NUMBER_IS_NAN(number);
103 function GlobalIsFinite(number) {
104 if (!IS_NUMBER(number)) number = NonNumberToNumber(number)
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js 96 /** @type {number?} @private */
98 /** @type {number?} @private */
201 /** @enum {number} */
214 /** @enum {number} */
226 /** @enum {number} */
237 /** @type {number} */
239 /** @type {number} */
241 /** @type {number} */
243 /** @type {number} */
245 /** @type {number} */
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 25 avail_in: Integer; // number of bytes available at next_in
69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
148 InBytes = number of bytes in InBuf
150 BufSize = number of bytes in OutBuf }
  /bionic/libc/netbsd/resolv/
res_debug.c 509 return (syms->number);
514 return (syms->number); /* The default value. */
518 sym_ntos(const struct res_sym *syms, int number, int *success) {
522 if (number == syms->number) {
529 sprintf(unname, "%d", number); /* XXX nonreentrant */
536 sym_ntop(const struct res_sym *syms, int number, int *success) {
540 if (number == syms->number) {
546 sprintf(unname, "%d", number); /* XXX nonreentrant *
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 137 // evening phone number. Our phone and fax number detection is also
442 // The first time we show suggestions on this page, log the number of
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
async_util.js 20 * @param {function(function(), T, number, Array.<T>} callback The iteration
195 * @param {number=} opt_delay Minimum aggregation time in milliseconds. Default
201 * @type {number}
213 * @type {number?}
219 * @type {number}
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drag_selector.js 29 * @type {number?}
36 * @type {number?}
43 * @type {Array.<number>!}
50 * @type {Array.<number>!}
64 * @enum {number}
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 79 // Configure our tablesorter to handle the variable number of
108 // If we're directed to a particular line number, highlight the line.
147 // Return the nth line number div.
244 // Return the line number of the line nearest pixel position pos
302 // Select line number lineno, or if it is in a colored chunk, select the
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 138 * @param {number} times number of iterations the test is executed.
175 * @param {number} count
198 * Runs all tests the given number of times. Invoked from the HTML page.
200 * @param {number} count
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 21 Number
54 frame rate was not achieved. The value indicates the number of frames
144 The current missed frame count and total number of swaps since
155 number of swaps that have been committed. This value may not match the
156 number of swaps that have been requested since swaps may be
160 The location pointed to by <missedFrames> will contain the number
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 20 (* numberexpr ::= number *)
21 | [< 'Token.Number n >] -> Ast.Number n
165 * ::= binary LETTER number? (id, id)
166 * ::= unary LETTER number? (id) *)
177 | [< 'Token.Number n >] -> int_of_float n
197 (* Verify right number of arguments for operator. *)
199 then raise (Stream.Error "invalid number of operands for operator")
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 21 Number
54 frame rate was not achieved. The value indicates the number of frames
144 The current missed frame count and total number of swaps since
155 number of swaps that have been committed. This value may not match the
156 number of swaps that have been requested since swaps may be
160 The location pointed to by <missedFrames> will contain the number
  /external/icu4c/i18n/
plurrule.cpp 181 PluralRules::select(int32_t number) const {
186 return mRules->select(number);
191 PluralRules::select(double number) const {
196 return mRules->select(number);
792 AndConstraint::isFulfilled(double number) {
794 double value=number;
797 if ((rangeHigh == -1 || integerOnly) && number != uprv_floor(number)) {
916 OrConstraint::isFulfilled(double number) {
924 result = andRule->isFulfilled(number);
    [all...]
rbnf.cpp 1031 RuleBasedNumberFormat::format(int32_t number,
1035 if (defaultRuleSet) defaultRuleSet->format((int64_t)number, toAppendTo, toAppendTo.length());
1041 RuleBasedNumberFormat::format(int64_t number,
1045 if (defaultRuleSet) defaultRuleSet->format(number, toAppendTo, toAppendTo.length());
1051 RuleBasedNumberFormat::format(double number,
1055 // Special case for NaN; adapted from what DecimalFormat::_format( double number,...) does.
1056 if (uprv_isNaN(number)) {
1062 defaultRuleSet->format(number, toAppendTo, toAppendTo.length());
1069 RuleBasedNumberFormat::format(int32_t number,
1075 // return format((int64_t)number, ruleSetName, toAppendTo, pos, status)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 51 Conceptually, these state machines are defined by a number of states, each state
52 represented by an integer indexed upward from zero. State number +0+ is the
56 either moves to a new state number to repeat the process or decides that the
75 A list that defines the next state number based upon
89 transitions, this is the alternative number
93 this is the alternative number that has been predicted.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
util.js 11 * @param {number=} opt_timeout Hide timeout in ms.
92 * @param {number=} opt_timeout Timeout.
109 * @param {number=} opt_timeout Timeout.
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 106 * @param {number} eventTime The time the event occured, as a UTC time in
108 * @param {number} startTime The time the first event for the source occured,
132 // Number of transferred bytes in a line of output. Length of a
326 if (key == 'net_error' && typeof value == 'number') {
332 if (key == 'quic_error' && typeof value == 'number') {
344 if (key == 'quic_rst_stream_error' && typeof value == 'number') {
350 if (key == 'load_flags' && typeof value == 'number') {
356 if (key == 'load_state' && typeof value == 'number') {
387 * Converts an SSL version number to a textual representation.
392 // If the version number is more than 2 bytes long something is wrong
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 186 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
201 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
232 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
248 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 74 /* number of lead bytes */
81 /* number of trail bytes */
85 * number of positive and negative single-byte codes
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
209 * @param n Number to be split into quotient and rest.
566 * with the number of trail bytes.
605 * @return number of bytes
672 * @return p advanced by number of bytes output
705 * @param length number of UChar code units in s
707 * @return number of bytes outpu
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
strings.c 27 * @nargs: the number of arguments
136 * @nargs: the number of arguments
247 * @nargs: the number of arguments
294 * @nargs: the number of arguments
348 * @nargs: the number of arguments
354 int number, str_len = 0; local
372 number = (int) xmlXPathPopNumber(ctxt);
374 if (number <= 0) {
380 while (number >= str_len) {
382 number -= str_len
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-restart-frame.js 34 var number = Number(frame_code);
35 if (number >= 0) {
36 return exec_state.frame(number);
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 26 + " The expression accesses the property 'x' from number '4'."
29 // construct same test-case for different kinds of number literals. the switch is used to avoid
32 // testcase for number literal with decimal point, i.e '4.'

Completed in 1521 milliseconds

<<41424344454647484950>>