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

<<61626364656667686970>>

  /system/netd/
IdletimerController.cpp 80 * the numbers reported by iptables command. There shouldn't be too much
81 * difference on these numbers, i.e., with 2000 packets captured it should
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 619 int numbers[] = { 1, 2, 3 }; local
620 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
655 int numbers[] = { 1, 2, 3 }; local
656 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 455 // Test invalid credit card numbers typed in prefs should be saved as-is.
487 // Test whitespaces and separator chars are stripped for valid CC numbers.
488 // The credit card numbers used in this test pass the Luhn test. For reference:
564 // The data file contains two profiles with valid phone numbers and two
565 // profiles with invalid phone numbers from their respective country.
626 // Test Autofill appends country codes to aggregated phone numbers.
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 116 private static final List<Integer> NUMBERS =
121 .create(NUMBERS);
131 .create(NUMBERS);
141 .create(NUMBERS);
151 .create(NUMBERS);
165 .create(NUMBERS);
  /external/llvm/include/llvm/ADT/
APFloat.h 75 /// The library reads hexadecimal floating point numbers as per C99, and
78 /// floating point numbers to hexadecimal text as per the C99 %a and %A
84 /// It also reads decimal floating point numbers and correctly rounds according
89 /// Non-zero finite numbers are represented internally as a sign bit, a 16-bit
97 /// is significant; the exponent and significand of such numbers is not stored,
125 /// A signed type to represent a floating point numbers unbiased exponent.
  /external/proguard/docs/manual/retrace/
examples.html 15 <li><a href="#with">Restoring a stack trace with line numbers</a>
16 <li><a href="#withverbose">Restoring a stack trace with line numbers (verbose)</a>
17 <li><a href="#without">Restoring a stack trace without line numbers</a>
21 <h3>Restoring a stack trace with line numbers</h3>
137 <h3>Restoring a stack trace with line numbers (verbose)</h3>
193 <h3>Restoring a stack trace without line numbers</h3>
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 189 // Initialize the hours and minutes numbers.
332 // output will correspond to a range of 4 associate input degrees, so visible numbers
333 // are more than 3 times easier to get than non-visible numbers:
379 * where the degrees corresponding to visible numbers (i.e. those divisible by 30) will be
380 * weighted heavier than the degrees corresponding to non-visible numbers.
488 * from the actual numbers.
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 390 final int PAD = 0, LETTERS = 1, NUMBERS = 2;
415 nextState = NUMBERS;
420 if (state == NUMBERS && nextState != NUMBERS) {
522 && nextState != NUMBERS) {
526 if (nextState == LETTERS || nextState == NUMBERS) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 145 Return a iterator for one week of weekday numbers starting with the
185 Like itermonthdates(), but will yield day numbers. For days outside
206 (day number, weekday number) tuples. Day numbers outside this month
237 (day number, weekday number) tuples. Day numbers outside this month are
249 yeardatescalendar()). Entries in the week lists are day numbers.
250 Day numbers outside this month are zero.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 145 Return a iterator for one week of weekday numbers starting with the
185 Like itermonthdates(), but will yield day numbers. For days outside
206 (day number, weekday number) tuples. Day numbers outside this month
237 (day number, weekday number) tuples. Day numbers outside this month are
249 yeardatescalendar()). Entries in the week lists are day numbers.
250 Day numbers outside this month are zero.
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
examples.html 26 <li><a href="#with">Restoring a stack trace with line numbers</a></li>
27 <li><a href="#withverbose">Restoring a stack trace with line numbers
29 <li><a href="#without">Restoring a stack trace without line numbers</a></li>
32 <h3><a name="with">Restoring a stack trace with line numbers</a></h3>
147 <h3><a name="withverbose">Restoring a stack trace with line numbers (verbose)</a></h3>
202 <h3><a name="without">Restoring a stack trace without line numbers</a></h3>
  /external/netperf/
nettest_unix.c 565 /* that the two numbers should be *very* close... We calculate */
583 fprintf(where,"Local CPU usage numbers based on process information only!\n");
600 fprintf(where,"Remote CPU usage numbers based on process information only!\n");
618 /* "streamperf" numbers. If the user has specified a verbosity */
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 569 std::vector<MyNumber> numbers; member in struct:NameAndNumbers
580 io.mapRequired("numbers", nn.numbers);
598 map.numbers.push_back(10);
599 map.numbers.push_back(-30);
600 map.numbers.push_back(1024);
625 EXPECT_EQ(map2.numbers.size(), 3UL);
626 EXPECT_EQ(10, map2.numbers[0]);
627 EXPECT_EQ(-30, map2.numbers[1]);
628 EXPECT_EQ(1024, map2.numbers[2])
    [all...]
  /development/ndk/platforms/android-9/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 2 * numbers.c: Implementation of the XSLT number functions
77 * returns the numbers of bytes in the character, -1 on format error
425 double *numbers,
442 number = numbers[(numbers_max - 1) - i];
451 * If there are more numbers than format tokens, then the
453 * numbers.
459 * 1 is used to format all numbers.
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 78 * <p>There's nothing special about using the Fibonacci numbers for this, but
87 // Dynamically generate the list of Fibonacci numbers the first time this
89 List<Integer> numbers = new ArrayList<Integer>(); typedefs
98 numbers.add(f2);
106 numbers.add(Integer.MAX_VALUE);
107 minLengthByDepth = new int[numbers.size()];
110 minLengthByDepth[i] = numbers.get(i);
    [all...]
  /external/libvorbis/doc/
04-codec.tex 140 \item For each \varname{[i]} of \varname{[vorbis_floor_count]} floor numbers:
165 \item For each of \varname{[vorbis_residue_count]} residue numbers:
189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
211 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
229 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use in decoding that submap:
251 \item For each of \varname{[vorbis_mode_count]} mode numbers:
  /external/libxslt/libxslt/
numbers.c 2 * numbers.c: Implementation of the XSLT number functions
77 * returns the numbers of bytes in the character, -1 on format error
425 double *numbers,
442 number = numbers[(numbers_max - 1) - i];
451 * If there are more numbers than format tokens, then the
453 * numbers.
459 * 1 is used to format all numbers.
    [all...]
  /frameworks/native/include/android/
input.h 508 * other numbers are arbitrary and you shouldn't depend on the values.
630 * Whole numbers are pixels; the value may have a fraction for input devices
635 * Whole numbers are pixels; the value may have a fraction for input devices
703 * Whole numbers are pixels; the value may have a fraction for input devices
713 * Whole numbers are pixels; the value may have a fraction for input devices
720 * Whole numbers are pixels; the value may have a fraction for input devices
727 * Whole numbers are pixels; the value may have a fraction for input devices
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
input.h 363 * other numbers are arbitrary and you shouldn't depend on the values.
477 * Whole numbers are pixels; the value may have a fraction for input devices
482 * Whole numbers are pixels; the value may have a fraction for input devices
546 * Whole numbers are pixels; the value may have a fraction for input devices
556 * Whole numbers are pixels; the value may have a fraction for input devices
563 * Whole numbers are pixels; the value may have a fraction for input devices
570 * Whole numbers are pixels; the value may have a fraction for input devices

Completed in 2131 milliseconds

<<61626364656667686970>>