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

<<21222324252627282930>>

  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 60 // Enable line numbers. We want fancy line numbers, and we want every 5th line number to be fancy
63 // Set the style for the PRE around the code. The line numbers are contained within this box (not
68 // Set the style for line numbers. In order to get style for line numbers working, the <li> element
cssgen.php 317 <tr><th>Numbers (1, -54, 2.5 etc)</th><td><input type="text" name="numbers" value="color: #ff33ff;" /></td></tr>
331 you\'ll have to add those yourself (php and xml are just two languages that use them), and line numbers are not included, however
437 $numbers = get_var('numbers'); variable
439 if ( $numbers != '' )
441 $stylesheet .= "\n$num_selector {{$numbers}}";
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 10 // Ball-Larus path numbers uniquely identify paths through a directed acyclic
12 // edges to obtain a DAG, and thus the unique path numbers [Ball96].
15 // to obtain paths from path numbers in a convenient manner. As described in
151 // Returns the weight of this edge. Used to decode path numbers to
225 // Calculate the path numbers by assigning edge increments as prescribed
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 209 // numbers, then printing a case statement for each element.
211 set<int> numbers; local
214 numbers.insert(value->number());
217 for (set<int>::iterator iter = numbers.begin();
218 iter != numbers.end(); ++iter) {
  /external/qemu/
a.out.h 38 * F_LNNO line numbers stripped from file
112 host_ulong s_lnnoptr; /* file ptr to line numbers */
130 /********************** LINE NUMBERS **********************/
133 * Line numbers are grouped on a per function basis; first entry in a function
208 unsigned short x_nlinno; /* # line numbers */
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 36 * A view to show a series of numbers in a circular pattern.
115 // Initialize the widths and heights of the grid, and calculate the values for the numbers.
166 * Used by the animation to move the numbers in and out.
209 // Calculate the positions for the 12 numbers in the main circle.
238 * The numbers need to be drawn in a 7x7 grid, representing the points on the Unit Circle.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 72 * F_LNNO line numbers stripped from file
160 char s_lnnoptr[4]; /* file ptr to line numbers */
210 /********************** LINE NUMBERS **********************/
213 * Line numbers are grouped on a per function basis; first entry in a function
314 char x_nlinno[2]; /* # line numbers */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 72 * F_LNNO line numbers stripped from file
160 char s_lnnoptr[4]; /* file ptr to line numbers */
210 /********************** LINE NUMBERS **********************/
213 * Line numbers are grouped on a per function basis; first entry in a function
314 char x_nlinno[2]; /* # line numbers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 72 * F_LNNO line numbers stripped from file
160 char s_lnnoptr[4]; /* file ptr to line numbers */
210 /********************** LINE NUMBERS **********************/
213 * Line numbers are grouped on a per function basis; first entry in a function
314 char x_nlinno[2]; /* # line numbers */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 4 """Abstract Base Classes (ABCs) for numbers, according to PEP 3141.
14 """All numbers inherit from this class.
170 """To Complex, Real adds the operations that work on real numbers.
255 """Real numbers are their real component."""
260 """Real numbers have no imaginary component."""
fractions.py 4 """Rational, infinite-precision, real numbers."""
9 import numbers namespace
15 Rational = numbers.Rational
45 """This class implements rational numbers.
175 if isinstance(f, numbers.Integral):
188 if isinstance(dec, numbers.Integral):
376 elif isinstance(a, numbers.Real):
378 elif isinstance(a, numbers.Complex):
532 if isinstance(b, numbers.Complex) and b.imag == 0:
563 raise TypeError("no ordering relation is defined for complex numbers")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 4 """Abstract Base Classes (ABCs) for numbers, according to PEP 3141.
14 """All numbers inherit from this class.
170 """To Complex, Real adds the operations that work on real numbers.
255 """Real numbers are their real component."""
260 """Real numbers have no imaginary component."""
  /external/chromium_org/third_party/libphonenumber/src/resources/
ShortNumberMetadata.xml 19 Metadata on Short Number patterns, containing information for classifying short numbers by
23 Emergency numbers Wikipedia source:
36 <!-- The following cost categories are mutually exclusive. Emergency numbers are implicitly
43 <!-- The following tags are currently used to classify numbers as a particular type and need not
46 <!-- carrierSpecific numbers are numbers for which the endpoint can vary by carrier. The number
49 <!-- Numbers that access services operated by a particular carrier (e.g. account top-up.) -->
53 <!-- Emergency numbers beyond the traditional fire-police-ambulance trio. This includes things
56 <!-- Used for numbers that can receive & send SMSs but are not available to be called. -->
59 <!-- Numbers dialled to select a particular carrier before making a phone call. These should b
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt 31 o 3.2 Line Numbers
32 + 3.2.1 Enabling Line Numbers
33 + 3.2.2 Styling Line Numbers
103 *Most of the time. Some languages do not output XHTML strict code, and using line numbers with the PRE header is not legal either. These problems will be fixed in 1.2.
312 The default styles for the <pre> and <div> will be different, especially if you use line numbers!. I have found that a <pre> results in code that is smaller than for that of a <div>, you should rectify this difference by using set_overall_style() if you need to. But be aware of this difference for if you are changing the header type!
313 3.2: Line Numbers
316 GeSHi has the ability to add line numbers to your code (see the demo available at http://qbnz.com/highlighter/demo.php to see what can be achieved). Line numbers are a great way to make your code look professional, especially if you use the fancy line numbers feature.
317 3.2.1: Enabling Line Numbers
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.proto 98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers
102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers
211 // Extension numbers for custom options may be chosen as follows:
213 // organization, or for experimental options, use field numbers 50000
218 // numbers. Simply tell me how many you need and I'll send you back a
219 // set of numbers to use -- there's no need to explain how you intend to
221 // to automatically assign option numbers.
382 // Note: Field numbers 1 through 32 are reserved for Google's internal RPC
383 // framework. We apologize for hoarding these numbers to ourselves, but
396 // Note: Field numbers 1 through 32 are reserved for Google's internal RP
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOrTest.java 172 * Or for two positive numbers of the same length
192 * Or for two positive numbers; the first is longer
212 * Or for two positive numbers; the first is shorter
232 * Or for two negative numbers of the same length
252 * Or for two negative numbers; the first is longer
272 * Or for two negative numbers; the first is shorter
292 * Or for two numbers of different signs and the same length
312 * Or for two numbers of different signs and the same length
332 * Or for a negative and a positive numbers; the first is longer
352 * Or for two negative numbers; the first is shorte
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 70 * TODO: clean up code and documents since it is quite confusing to use "phone numbers" or
150 * A list adapter that populates the list of contact's phone numbers.
176 * {@link DialogFragment} used for displaying a dialog with a list of phone numbers of which
452 * phone numbers have been queried for.
468 * phone numbers have been queried for.
486 * phone numbers have been queried for.
504 * phone numbers have been queried for.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 97 // We accept alpha characters in phone numbers, ASCII only. We store lower-case
183 // Note that HasSuffixString returns true if the numbers are equal.
292 // spaces/tabs and then the numbers themselves. The third one covers the
293 // special case of American numbers where the extension is written with a hash
375 // formatting alpha numbers, as they show the intended number groupings.
448 // be retained when normalising alpha numbers.
479 // Regular expression of viable phone numbers. This is location independent.
484 // numbers. We also allow multiple plus-signs at the start.
490 // The first reg-ex is to allow short numbers (two digits long) to be parsed
521 // numbers. This includes digits, ascii letters and number grouping symbol
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp 442 le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize)
447 while((offset = numbers.indexOf(CH_COMMA, offset + 1)) >= 0) {
458 while(u_isUWhiteSpace(numbers[start])) {
462 while((end = numbers.indexOf(CH_COMMA, start)) >= 0) {
463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
470 while(u_isUWhiteSpace(numbers[start])) {
476 end = numbers.length();
477 while(u_isUWhiteSpace(numbers[end - 1])) {
481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
488 float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize
    [all...]
  /external/icu4c/test/letest/
letest.cpp 442 le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize)
447 while((offset = numbers.indexOf(CH_COMMA, offset + 1)) >= 0) {
458 while(u_isUWhiteSpace(numbers[start])) {
462 while((end = numbers.indexOf(CH_COMMA, start)) >= 0) {
463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
470 while(u_isUWhiteSpace(numbers[start])) {
476 end = numbers.length();
477 while(u_isUWhiteSpace(numbers[end - 1])) {
481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
488 float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 61 // Line numbers - use with enable_line_numbers()
62 /** Use no line numbers when building the result */
64 /** Use normal line numbers when building the result */
66 /** Use fancy line numbers when building the result */
76 /** Use a pre to wrap lines when line numbers are enabled or to wrap the whole code. */
202 /** Number format to highlight binary numbers with a suffix "b" */
204 /** Number format to highlight binary numbers with a prefix % */
206 /** Number format to highlight binary numbers with a prefix 0b (C) */
208 /** Number format to highlight octal numbers with a leading zero */
210 /** Number format to highlight octal numbers with a suffix of o *
    [all...]
  /external/chromium_org/base/strings/
string_number_conversions_unittest.cc 123 // One additional test to verify that conversion of numbers in strings with
187 // One additional test to verify that conversion of numbers in strings with
257 // One additional test to verify that conversion of numbers in strings with
324 // One additional test to verify that conversion of numbers in strings with
394 // One additional test to verify that conversion of numbers in strings with
451 // One additional test to verify that conversion of numbers in strings with
511 // One additional test to verify that conversion of numbers in strings with
568 // One additional test to verify that conversion of numbers in strings with
630 // One additional test to verify that conversion of numbers in strings with
725 // One additional test to verify that conversion of numbers in strings wit
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 87 /// \brief Map that provides the ID numbers of each type within the
90 /// The ID numbers of types are consecutive (in order of discovery)
163 /// \brief Map that provides the ID numbers of each declaration within
166 /// The ID numbers of declarations are consecutive (in order of
198 /// \brief Map that provides the ID numbers of each type within the
201 /// The ID numbers of types are consecutive (in order of discovery)
219 /// \brief Map that provides the ID numbers of each identifier in
222 /// The ID numbers for identifiers are consecutive (in order of
233 /// \brief Map that provides the ID numbers of each macro.
274 /// \brief Map that provides the ID numbers of each Selector
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 277 /// consists from ranges and single numbers.
284 // numbers collection, and define range as pair of indices.
307 // In case of big set of single numbers consumes additional RAM space,
394 /// Returns true if whole subset contains only single numbers, no ranges.
407 /// Ranges set is considered as flat numbers collection.
422 /// Ranges set is considered as flat numbers collection.
446 /// single numbers only.
449 "contains single numbers only.");
483 assert(0 && "Only pairs and single numbers are allowed here.");
516 // FIXME: Since currently we have ConstantInt based numbers
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 137 * unknown numbers.
371 * callable numbers have an associated call intent, where numbers
455 // HELPERS to insert numbers in the call log DB.
459 * Insert a certain number of random numbers in the DB. Makes sure
601 * Insert a range [start, end) of random numbers in the DB. For
603 * marked as PRIVATE or UNKNOWN or VOICEMAIL. For regular numbers, a number is
611 * the numbers are random some tests may want to enforce the
612 * insertion of such numbers.
614 // TODO: Should insert numbers with contact entries too
    [all...]

Completed in 7109 milliseconds

<<21222324252627282930>>