Searched refs:number (Results 251 - 275 of 1564) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations_history.py47 Given the time period, this method first gets the revision number. Then,
72 # number in chronological order).
97 old_rev = logs[i].revision.number
98 new_rev = logs[i + 1].revision.number
109 pysvn.opt_revision_kind.number, old_rev),
112 pysvn.opt_revision_kind.number, new_rev))
/external/chromium_org/rlz/win/lib/
H A Dmachine_id_win.cc17 bool GetSystemVolumeSerialNumber(int* number) { argument
18 if (!number)
21 *number = 0;
37 *number = number_local;
120 // Get the system drive volume serial number.
123 ASSERT_STRING("GetMachineId: Failed to retrieve volume serial number");
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowElement.cpp121 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [-1, " + String::number(numCells) + "].");
143 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [0, " + String::number(numCells) + ").");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcoffeescript.js93 // Handle number literals
112 return "number";
124 // Zero by itself with no other piece of number.
129 return "number";
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dchoicfmt.h55 * the real number line \htmlonly<code>-&#x221E;</code> to
80 * <p>The pattern string defines the range boundaries and the strings for each number range.
83 * choiceStyle = number separator message ('|' number separator message)*
84 * number = normal_number | ['-'] \htmlonly&#x221E;\endhtmlonly (U+221E, infinity)
94 * <p>Each numeric sub-range extends from the current range's number
95 * to the next range's number.
96 * The number itself is included in its range if a <code>less_than_or_equal</code> sign is used,
103 * the sequence of <code>(number separator string)</code> in an equivalent pattern string.
107 * <p>During formatting, a number i
[all...]
H A Dupluralrules.h25 * returns the keyword for the first condition that matches the number.
74 * Opens a new UPluralRules object using the predefined cardinal-number plural rules for a
127 * Given a number, returns the keyword of the first rule that
128 * applies to the number, according to the supplied UPluralRules object.
130 * @param number The number for which the rule has to be determined.
131 * @param keyword The keyword of the rule that applies to number.
139 double number,
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.h37 // A utility that maps phone number prefixes to a string describing the
44 // Returns the description of the geographical area the number corresponds
48 // returned. If no description was found for the provided number, null is
50 const char* Lookup(const PhoneNumber& number) const;
56 // area_codes maps phone number prefixes to geographical area description.
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.h60 // this locale. For example, a US number written as "65 02 53 00 00" is not
70 // would have formatted it, or as a single block. For example, a US number
76 // Constructs a phone number matcher.
83 // Wrapper to construct a phone number matcher, with no limitation on the
84 // number of retries and VALID Leniency.
109 // Checks a number was formatted with a national prefix, if the number was
111 // number. Returns false if the number needed to have a national prefix and
113 bool IsNationalPrefixPresentIfRequired(const PhoneNumber& number) cons
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.h37 // order of priority and the number parameter gives a count of how many of the
51 // @param number the maximum number of cmaps to place in the subsetted font
52 virtual void SetCMaps(CMapIdList* cmap_ids, int32_t number);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl108 # Column 'gap_cnt' is set to the number of non-contiguous entries in the
311 # This procedure calculates and returns the number of pages used by the
326 # The number of entries on each pointer map page. The layout of the
332 # Return the number of pointer map pages in the database.
450 The number of bytes in a single page of the database file.
456 " The number of $pageSize-byte pages that go into forming the complete
462 The number of pages that store data, either as primary B*Tree pages or
463 as overflow pages. The number at the right is the data pages divided by
464 the total number of pages in the file.
468 The number o
[all...]
/external/chromium_org/url/
H A Durl_canon_icu.cc41 char number[8]; // Max Unicode code point is 7 digits.
42 _itoa_s(code_point, number, 10);
43 int number_len = static_cast<int>(strlen(number));
44 ucnv_cbFromUWriteBytes(from_args, number, number_len, 0, err);
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation_implicit_pointer.c74 if (__libdw_offdie (attr->cu->dbg, op->number, &die,
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsCloseTo.java3 package org.hamcrest.number;
12 * Is the value a number equal to a value within some range of
/external/icu/icu4c/source/i18n/unicode/
H A Dchoicfmt.h55 * the real number line \htmlonly<code>-&#x221E;</code> to
80 * <p>The pattern string defines the range boundaries and the strings for each number range.
83 * choiceStyle = number separator message ('|' number separator message)*
84 * number = normal_number | ['-'] \htmlonly&#x221E;\endhtmlonly (U+221E, infinity)
94 * <p>Each numeric sub-range extends from the current range's number
95 * to the next range's number.
96 * The number itself is included in its range if a <code>less_than_or_equal</code> sign is used,
103 * the sequence of <code>(number separator string)</code> in an equivalent pattern string.
107 * <p>During formatting, a number i
[all...]
H A Dupluralrules.h25 * returns the keyword for the first condition that matches the number.
74 * Opens a new UPluralRules object using the predefined cardinal-number plural rules for a
127 * Given a number, returns the keyword of the first rule that
128 * applies to the number, according to the supplied UPluralRules object.
130 * @param number The number for which the rule has to be determined.
131 * @param keyword The keyword of the rule that applies to number.
139 double number,
/external/lzma/CPP/7zip/Archive/Common/
H A DParseProperties.h15 int ParseStringToUInt32(const UString &srcString, UInt32 &number);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.h37 // order of priority and the number parameter gives a count of how many of the
51 // @param number the maximum number of cmaps to place in the subsetted font
52 virtual void SetCMaps(CMapIdList* cmap_ids, int32_t number);
/external/smack/src/org/xbill/DNS/
H A DGenerator.java187 String number;
189 number = Long.toOctalString(v);
191 number = Long.toHexString(v);
193 number = Long.toString(v);
195 number = number.toUpperCase();
196 if (width != 0 && width > number.length()) {
197 int zeros = (int)width - number.length();
201 sb.append(number);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dmillion.S20 mov $60,%rax # put exit syscall number (60) in rax
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S20 li 0,1 # put the exit syscall number (1) in r0
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp42 static String toRoman(int number, bool upper) argument
47 ASSERT(number >= 1 && number <= 3999);
49 // Big enough to store largest roman number less than 3999 which
60 int num = number % 10;
70 number /= 10;
72 } while (number);
78 // The typedef is needed because taking sizeof(number) in the const expression below doesn't work with some compilers.
83 static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type) argument
92 unsigned numberShadow = number;
120 toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize) argument
137 toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize) argument
143 toNumeric(int number, const CharacterType* numerals, unsigned numeralsSize) argument
149 toAlphabetic(int number, const CharacterType(&alphabet)[size]) argument
155 toNumeric(int number, const CharacterType(&alphabet)[size]) argument
161 toSymbolic(int number, const CharacterType(&alphabet)[size]) argument
166 toHebrewUnder1000(int number, UChar letters[5]) argument
194 toHebrew(int number) argument
221 toArmenianUnder10000(int number, bool upper, bool addCircumflex, UChar letters[9]) argument
261 toArmenian(int number, bool upper) argument
275 toGeorgian(int number) argument
321 toCJKIdeographic(int number, const UChar table[16]) argument
[all...]
/external/chromium_org/net/base/
H A Dnet_util_unittest.cc72 // Helper to strignize an IP number (used to define expectations).
492 IPAddressNumber number; local
493 EXPECT_TRUE(ParseIPLiteralToNumber("192.168.0.1", &number));
494 EXPECT_EQ(ADDRESS_FAMILY_IPV4, GetAddressFamily(number));
495 EXPECT_TRUE(ParseIPLiteralToNumber("1:abcd::3:4:ff", &number));
496 EXPECT_EQ(ADDRESS_FAMILY_IPV6, GetAddressFamily(number));
501 IPAddressNumber number; local
503 EXPECT_FALSE(ParseIPLiteralToNumber("bad value", &number));
504 EXPECT_FALSE(ParseIPLiteralToNumber("bad:value", &number));
505 EXPECT_FALSE(ParseIPLiteralToNumber(std::string(), &number));
513 IPAddressNumber number; local
521 IPAddressNumber number; local
542 IPAddressNumber number; local
553 IPAddressNumber number; local
560 IPAddressNumber number; local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffparse.c139 FT_Long result, number, exponent; local
149 number = 0;
183 if ( number >= 0xCCCCCCCL )
186 else if ( nib || number )
189 number = number * 10 + nib;
216 if ( !nib && !number )
219 else if ( number < 0xCCCCCCCL && fraction_length < 9 )
222 number = number * 1
478 FT_Long number; local
[all...]
/external/freetype/src/cff/
H A Dcffparse.c135 FT_Long result, number, exponent; local
145 number = 0;
179 if ( number >= 0xCCCCCCCL )
182 else if ( nib || number )
185 number = number * 10 + nib;
212 if ( !nib && !number )
215 else if ( number < 0xCCCCCCCL && fraction_length < 9 )
218 number = number * 1
474 FT_Long number; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffparse.c139 FT_Long result, number, exponent; local
149 number = 0;
183 if ( number >= 0xCCCCCCCL )
186 else if ( nib || number )
189 number = number * 10 + nib;
216 if ( !nib && !number )
219 else if ( number < 0xCCCCCCCL && fraction_length < 9 )
222 number = number * 1
478 FT_Long number; local
[all...]

Completed in 1506 milliseconds

<<11121314151617181920>>