HomeSort by relevance Sort by last modified time
    Searched full:numbers (Results 676 - 700 of 6415) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 31 numbers = itertools.count(1) # For new_name() variable in class:BaseFix
36 # Lower numbers will be run first.
115 name = template + unicode(self.numbers.next())
159 self.numbers = itertools.count(1)
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 43 # get stack traces with line numbers.
  /bionic/libc/include/
signal.h 61 int bit = signum - 1; // Signal numbers start at 1, but bit positions start at 0.
71 int bit = signum - 1; // Signal numbers start at 1, but bit positions start at 0.
82 int bit = signum - 1; // Signal numbers start at 1, but bit positions start at 0.
  /bionic/libc/stdlib/
strtoimax.c 77 * Compute the cutoff value between legal numbers and illegal
78 * numbers. That is the largest legal value, divided by the
82 * between valid and invalid numbers is then based on the last
strtol.c 78 * Compute the cutoff value between legal numbers and illegal
79 * numbers. That is the largest legal value, divided by the
83 * between valid and invalid numbers is then based on the last
  /build/tools/
java-event-log-tags.py 62 # Load the merged tag file (which should have numbers assigned for all
63 # tags. Use the numbers from the merged file to fill in any missing
64 # numbers from the input file.
  /external/bison/m4/
isnanl.m4 111 dnl Test whether isnanl() recognizes all numbers which are neither finite nor
115 dnl - for pseudo-zeroes, unnormalized numbers, and pseudo-denormals on ia64.
201 Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
  /external/blktrace/
strverscmp.c 26 @var{s2}, considering them as holding indices/version numbers. Return
67 because filenames frequently hold indices/version numbers.
84 /* Compare S1 and S2 as strings holding indices/version numbers,
  /external/chromium/chrome/browser/safe_browsing/
chunk_range_unittest.cc 10 // Test various configurations of chunk numbers.
27 // Test all chunk numbers in one range.
42 // Test no chunk numbers in contiguous ranges.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 31 Also inserts appropriate blank lines so that line numbers in the extracted
32 code match the line numbers in the original HTML.
83 This ensures line numbers are correct for reported errors.
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range_unittest.cc 10 // Test various configurations of chunk numbers.
27 // Test all chunk numbers in one range.
42 // Test no chunk numbers in contiguous ranges.
  /external/chromium_org/components/autofill/core/browser/
field_types.h 46 // Work phone numbers (values [15,19]) are deprecated.
48 // Fax numbers (values [20,24]) are deprecated in Chrome, but still supported
56 // Cell phone numbers (values [25, 29]) are deprecated.
  /external/chromium_org/net/cert/
crl_set.h 24 // A CRLSet is a structure that lists the serial numbers of revoked
74 // numbers.
77 // CRLList contains a list of (issuer SPKI hash, revoked serial numbers)
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 59 // Small numbers represent themselves.
102 // Small numbers represent themselves.
140 // Check that small numbers represent themselves
quic_received_packet_manager.h 116 // Map of received sequence numbers to their corresponding entropy.
126 // Received entropy cannot be calculated for numbers less than it.
144 // no sequence numbers have been received since UpdateReceivedPacketInfo.
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 31 Also inserts appropriate blank lines so that line numbers in the extracted
32 code match the line numbers in the original HTML.
83 This ensures line numbers are correct for reported errors.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numsys.h 43 * numbers are to be presented to the end user. In its simplest form, a numbering
45 * numbers, such as Western digits, Thai digits, Arabic-Indic digits, etc.
53 * numbers locale keyword.
  /external/chromium_org/v8/src/utils/
random-number-generator.h 39 // This class is used to generate a stream of pseudorandom numbers. The class
44 // return identical sequences of numbers.
94 // Fills the elements of a specified array of bytes with random numbers.
  /external/icu4c/common/unicode/
uvernum.h 19 * \brief C API: definitions of ICU version numbers
22 * macros and definitions. The actual version numbers are defined here.
144 * numbers in a secret and magic way. Please use collator version as whole
  /external/icu4c/i18n/unicode/
numsys.h 46 * numbers are to be presented to the end user. In its simplest form, a numbering
48 * numbers, such as Western digits, Thai digits, Arabic-Indic digits, etc.
56 * numbers locale keyword.
  /external/kernel-headers/original/linux/
if_ppp.h 46 #define PROTO_IPX 0x002b /* protocol numbers */
65 #define SC_MP_SHORTSEQ 0x00000800 /* use short MP sequence numbers */
68 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 34 * A stateful class that finds and extracts telephone numbers from {@linkplain CharSequence text}.
38 * <p>Vanity numbers (phone numbers using alphabetic digits such as <tt>1-800-SIX-FLAGS</tt> are
58 * <li>No alpha digits (vanity numbers such as 1-800-SIX-FLAGS) are currently supported.
172 /** The text searched for phone numbers. */
175 * The region (country) to assume for phone numbers without an international prefix, possibly
197 * @param country the country to assume for phone numbers not written in international format
199 * specified region). May be null or "ZZ" if only numbers with a
201 * @param leniency the leniency to use when evaluating candidate phone numbers
202 * @param maxTries the maximum number of invalid numbers to try before giving up on the text
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
ShortNumberUtilTest.java 64 // Brazilian emergency numbers don't work when additional digits are appended.
71 // Angola doesn't have any metadata for emergency numbers in the test metadata.
126 // Angola doesn't have any metadata for emergency numbers in the test metadata.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mpasm.php 126 'NUMBERS' => array(
152 //Hex numbers
154 //Binary numbers
verilog.php 15 * - added regular expression to find numbers of the form 4'b001xz
124 'NUMBERS' => array(
155 // numbers

Completed in 1750 milliseconds

<<21222324252627282930>>