Searched refs:number (Results 151 - 175 of 1564) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dactive_issues.js20 getIssue: function(number) {
21 return this.issues_[number];
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-nsieve.js6 function pad(number,width){
7 var s = number.toString();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-nsieve.js6 function pad(number,width){
7 var s = number.toString();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Daccess-nsieve.js6 function pad(number,width){
7 var s = number.toString();
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTestHelper.cpp17 v8::Handle<v8::Value> doubleToV8Value(double number) argument
19 return v8::Handle<v8::Value>::Cast(v8::Number::New(v8::Isolate::GetCurrent(), number));
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.cpp56 virtual int64_t transformNumber(int64_t number) const { return number; }
57 virtual double transformNumber(double number) const { return number; }
100 virtual int64_t transformNumber(int64_t number) const {
101 return number / ldivisor;
104 virtual double transformNumber(double number) const {
106 return uprv_floor(number / divisor);
108 return number/divisor;
152 virtual void doSubstitution(int64_t number, UnicodeStrin
605 doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos) const argument
639 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos) const argument
897 doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos) const argument
922 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos) const argument
1060 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos) const argument
1232 doSubstitution(double number, UnicodeString& toInsertInto, int32_t apos) const argument
[all...]
H A Dtmutamt.cpp17 TimeUnitAmount::TimeUnitAmount(const Formattable& number, argument
20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
H A Dupluralrules.cpp40 double number,
51 UnicodeString result = ((PluralRules*)uplrules)->select(number);
39 uplrules_select(const UPluralRules *uplrules, double number, UChar *keyword, int32_t capacity, UErrorCode *status) argument
H A Dnfsubs.h106 * Performs a mathematical operation on the number, formats it using
109 * @param number The number being formatted.
115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const;
118 * Performs a mathematical operation on the number, formats it using
121 * @param number The number being formatted.
127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
132 * mathematical operation on the number. The result of this operation
136 * @param The number bein
[all...]
H A Dwinnmfmt.cpp42 NUMBERFMTW number; member in union:FormatInfo
158 getNumberFormat(&fFormatInfo->number, fLCID);
178 freeNumberFormat(&fFormatInfo->number);
198 freeNumberFormat(&fFormatInfo->number);
199 getNumberFormat(&fFormatInfo->number, fLCID);
210 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& pos) const argument
212 return format(getMaximumFractionDigits(), appendTo, L"%.16f", number);
215 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& pos) const argument
217 return format(getMinimumFractionDigits(), appendTo, L"%I32d", number);
220 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeStrin argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dplurfmt.h39 * the number.
47 * doesn't handle this well, because it attaches a number interval to
49 * given number. This can only handle a finite number of
82 * method takes a number object and selects the message of the
91 * offsetValue = "offset:" number
93 * explicitValue = '=' number // adjacent, no white space in between
99 * and between the '=' and the number of an explicitValue.
109 * When formatting, the input number is first matched against the explicitValue clauses.
110 * If there is no exact-number matc
[all...]
/external/icu/icu4c/source/i18n/
H A Dnfsubs.cpp56 virtual int64_t transformNumber(int64_t number) const { return number; }
57 virtual double transformNumber(double number) const { return number; }
100 virtual int64_t transformNumber(int64_t number) const {
101 return number / ldivisor;
104 virtual double transformNumber(double number) const {
106 return uprv_floor(number / divisor);
108 return number/divisor;
152 virtual void doSubstitution(int64_t number, UnicodeStrin
605 doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos) const argument
639 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos) const argument
897 doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos) const argument
922 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos) const argument
1060 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos) const argument
1232 doSubstitution(double number, UnicodeString& toInsertInto, int32_t apos) const argument
[all...]
H A Dtmutamt.cpp17 TimeUnitAmount::TimeUnitAmount(const Formattable& number, argument
20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
H A Dupluralrules.cpp40 double number,
51 UnicodeString result = ((PluralRules*)uplrules)->select(number);
39 uplrules_select(const UPluralRules *uplrules, double number, UChar *keyword, int32_t capacity, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h39 * the number.
47 * doesn't handle this well, because it attaches a number interval to
49 * given number. This can only handle a finite number of
82 * method takes a number object and selects the message of the
91 * offsetValue = "offset:" number
93 * explicitValue = '=' number // adjacent, no white space in between
99 * and between the '=' and the number of an explicitValue.
109 * When formatting, the input number is first matched against the explicitValue clauses.
110 * If there is no exact-number matc
[all...]
/external/lzma/CPP/Common/
H A DStdOutStream.h26 CStdOutStream & operator<<(int number);
27 CStdOutStream & operator<<(UInt64 number);
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py27 number=1, type=9, cpp_type=9, label=3,
34 number=2, type=9, cpp_type=9, label=1,
41 number=15, type=11, cpp_type=10, label=3,
69 number=1, type=9, cpp_type=9, label=1,
76 number=2, type=9, cpp_type=9, label=1,
83 number=15, type=9, cpp_type=9, label=1,
110 number=1, type=9, cpp_type=9, label=1,
117 number=15, type=11, cpp_type=10, label=3,
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DMimeVersionParser.java76 String majorVersion = this.lexer.number();
79 String minorVersion = this.lexer.number();
104 * Issue number:
111 * CVS: Issue number:
113 * CVS: then enter the issue number(s) here.
142 * Issue number:
150 * CVS: Issue number:
152 * CVS: then enter the issue number(s) here.
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java108 /** Get a map of fields in the set by number. */
113 /** Check if the given field number is present in the set. */
114 public boolean hasField(final int number) { argument
115 return fields.containsKey(number);
119 * Get a field by number. Returns an empty field if not present. Never
122 public Field getField(final int number) { argument
123 final Field result = fields.get(number);
196 /** Get the number of bytes required to encode this set. */
218 * Get the number of bytes required to encode this set using
299 * Get a field builder for the given field number whic
302 getFieldBuilder(final int number) argument
389 mergeField(final int number, final Field field) argument
409 mergeVarintField(final int number, final int value) argument
418 hasField(final int number) argument
429 addField(final int number, final Field field) argument
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.h29 // Parses the number stored in |value| as a phone number interpreted in the
32 // set to the actual region of the number (which may be different than
41 base::string16* number,
45 // Normalizes phone number, by changing digits in the extended fonts
50 // Constructs whole phone number from parts.
53 // |number| - local number, should not be empty.
55 // |whole_number| - constructed whole number.
60 const base::string16& number,
84 const base::string16& number() const { return number_; } function in class:autofill::i18n::PhoneObject
[all...]
/external/chromium_org/components/policy/core/common/
H A Dmac_util.cc55 if (CFNumberRef number = CFCast<CFNumberRef>(property)) {
58 if (CFNumberIsFloatType(number)) {
60 if (CFNumberGetValue(number, kCFNumberDoubleType, &double_value)) {
66 if (CFNumberGetValue(number, kCFNumberIntType, &int_value)) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableSectionElement.cpp62 exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
84 exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Djavascript.js58 "string": type, "number": type, "bool": type, "any": type
97 return ret("number", "number");
106 return ret("number", "number");
109 return ret("number", "number");
217 var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true, "this": true, "jsonld-keyword": true};
437 } else if (type == "number" || type == "string") {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcpluralrulestest.c31 double number; member in struct:__anon12247
72 int32_t keywdLen = uplrules_select(uplrules, testItemPtr->number, keyword, kKeywordBufLen, &status);
80 log_data_err("ERROR: uplrules_select for locale %s, number %.1f: expect %s, get %s\n",
81 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) );
84 log_err("FAIL: uplrules_select for locale %s, number %.1f: %s\n",
85 testItemPtr->locale, testItemPtr->number, myErrorName(status) );
/external/elfutils/0.153/backends/
H A Dsh_retval.c45 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
46 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 },
54 { .atom = DW_OP_reg25 }, { .atom = DW_OP_piece, .number = 4 },
55 { .atom = DW_OP_reg26 }, { .atom = DW_OP_piece, .number = 4 },

Completed in 2200 milliseconds

1234567891011>>