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

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltversion.m4 2 # ltversion.m4 -- version numbers -*- Autoconf -*-
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 156 String[] numbers = getNumbers(); local
157 if (numbers != null) {
167 numbers[1], numbers[2]));
171 numbers[9], numbers[10]));
188 String[] numbers = line.substring(prefix.length()).split(" +"); local
190 if (!numbers[i].equals("0")) {
191 return numbers;
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 17 public static ContactList getByNumbers(Iterable<String> numbers, boolean canBlock) {
19 for (String number : numbers) {
46 * for the numbers don't belong to any contact.
128 List<String> numbers = new ArrayList<String>(); local
141 // Don't add duplicate numbers. This can happen if a contact name has a comma.
145 if (!TextUtils.isEmpty(number) && !numbers.contains(number)) {
146 numbers.add(number);
149 return numbers.toArray(new String[numbers.size()]);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
StringUtils.java 38 * Array of numbers and letters. Numbers appear in the list
47 * Array of numbers.
58 * Returns a random String of numbers and letters (lower and upper case) of
67 * @return a random String of numbers and letters of the specified length.
73 // Create a char buffer to put random letters and numbers in.
83 * Returns a random String of numbers of the specified length.
90 * @return a random String of numbers of the specified length.
96 // Create a char buffer to put random letters and numbers in.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 10 """Provides classes to represent module version numbers (one class for
58 # __cmp__ (self, other) - compare two version numbers ('other' may
71 numbers are equal, then one with a pre-release tag will always
74 The following are valid version numbers (shown in the order that
88 The following are examples of invalid version numbers:
165 # 1) a version number has 1 or more numbers separated by a period or by
175 # numbers behave in a predictable and obvious way, but a way that might
176 # not necessarily be how people *want* version numbers to behave. There
178 # numbers: just split on period and compare the numbers as tuples
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 10 """Provides classes to represent module version numbers (one class for
58 # __cmp__ (self, other) - compare two version numbers ('other' may
71 numbers are equal, then one with a pre-release tag will always
74 The following are valid version numbers (shown in the order that
88 The following are examples of invalid version numbers:
165 # 1) a version number has 1 or more numbers separated by a period or by
175 # numbers behave in a predictable and obvious way, but a way that might
176 # not necessarily be how people *want* version numbers to behave. There
178 # numbers: just split on period and compare the numbers as tuples
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 58 CvMemStorage * storage, CvSeq ** numbers )
125 /* alloc memory for the temporale point's numbers */
180 *numbers = cvCreateSeq( CV_SEQ_POINT_SET, sizeof( CvSeq ), sizeof( CvPoint ), storage );
181 assert( numbers != 0 );
182 if( numbers == NULL )
188 cvStartAppendToSeq( *numbers, &writer );
273 CvMemStorage * storage, CvSeq ** numbers )
350 /* alloc memory for the temporale point's numbers */
452 *numbers = NULL;
470 *numbers = NULL
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerXorTest.java 123 * Xor for two positive numbers of the same length
136 * Xor for two positive numbers; the first is longer
149 * Xor for two positive numbers; the first is shorter
162 * Xor for two negative numbers of the same length
175 * Xor for two negative numbers; the first is longer
188 * Xor for two negative numbers; the first is shorter
201 * Xor for two numbers of different signs and the same length
214 * Xor for two numbers of different signs and the same length
227 * Xor for a negative and a positive numbers; the first is longer
240 * Xor for two negative numbers; the first is shorte
    [all...]
  /development/samples/VoiceRecognitionService/res/xml/
preferences.xml 22 like "a", "b", "c" in the list of results. If you choose "numbers",
23 you'll get numbers like "1", "2", "3" in the list of results. -->
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java 30 // The key to the preference for the type of results to show (letters or numbers).
34 // The values of the preferences for the type of results to show (letters or numbers).
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 34 // Positive numbers are output streams
35 // Negative numbers are input reprocess streams
  /external/bison/m4/
frexpl.m4 115 dnl Test whether frexpl() works on finite numbers (this fails on
116 dnl Mac OS X 10.4/PowerPC, on AIX 5.1, and on BeOS), on denormalized numbers
117 dnl (this fails on Mac OS X 10.5/i386), and also on infinite numbers (this
157 /* Test on finite numbers that fails on AIX 5.1. */
165 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
177 /* Test on large finite numbers. This fails on BeOS at i = 16322, while
194 /* Test on denormalized numbers. */
209 /* Test on infinite numbers. */
  /external/chromium_org/base/
version.cc 20 // Parses the |numbers| vector representing the different numbers
23 // is the resulting integer vector. Function returns true if all numbers were
27 std::vector<std::string> numbers; local
28 SplitString(version_str, '.', &numbers);
29 if (numbers.empty())
32 for (std::vector<std::string>::const_iterator it = numbers.begin();
33 it != numbers.end(); ++it) {
  /external/chromium_org/content/public/common/
result_codes_list.h 14 // It is advisable to not use negative numbers because the Windows API returns
15 // it as an unsigned long and the exception values have high numbers. For
  /external/chromium_org/net/quic/
quic_sent_entropy_manager.h 34 // up to |sequence_number| removing sequence numbers from |missing_packets|.
48 // Linked hash map from sequence numbers to the sent entropy hash up to the
  /external/chromium_org/third_party/lcov/example/methods/
gauss.c 4 * Calculate the sum of a given range of integer numbers.
11 * sum of all natural numbers between 1 and 100, hoping that this task would
iterate.c 4 * Calculate the sum of a given range of integer numbers.
7 * i.e. it iterates over the entire range while adding the numbers to finally
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
usparc.cc 13 and while it makes the des_opts numbers much slower, it makes the
14 actual 'speed' numbers look better which is a realistic version of
  /external/clang/include/clang/Basic/
VersionTuple.h 71 /// \brief Determine if two version numbers are equivalent. If not
72 /// provided, minor and subminor version numbers are considered to be zero.
77 /// \brief Determine if two version numbers are not equivalent.
79 /// If not provided, minor and subminor version numbers are considered to be
87 /// If not provided, minor and subminor version numbers are considered to be
101 /// If not provided, minor and subminor version numbers are considered to be
110 /// If not provided, minor and subminor version numbers are considered to be
119 /// If not provided, minor and subminor version numbers are considered to be
  /external/clang/test/Rewriter/
rewrite-rewritten-initializer.mm 21 id numbers;
25 [numbers enumerateObjectsUsingBlock:add];
  /external/iproute2/include/linux/
atmioc.h 1 /* atmioc.h - ranges for ATM-related ioctl numbers */
8 * "magic" ioctl numbers.
  /external/kernel-headers/original/linux/
android_alarm.h 18 // return code bit numbers or set alarm arg
27 // return code bit numbers
atmioc.h 1 /* atmioc.h - ranges for ATM-related ioctl numbers */
8 * "magic" ioctl numbers.
  /external/llvm/docs/HistoricalNotes/
2000-12-06-EncodingIdea.txt 9 Instead of encoding an instruction to operate on two register numbers,
21 numbers would tend to stay small, even at the end of the procedure (where
  /external/openssl/crypto/des/times/
usparc.cc 13 and while it makes the des_opts numbers much slower, it makes the
14 actual 'speed' numbers look better which is a realistic version of

Completed in 1450 milliseconds

1 2 3 4 5 6 78 91011>>