HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 76 - 100 of 3253) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableDouble.h 47 static PassRefPtrWillBeRawPtr<AnimatableDouble> create(double number, Constraint constraint = Unconstrained)
49 return adoptRefWillBeNoop(new AnimatableDouble(number, constraint));
61 AnimatableDouble(double number, Constraint constraint)
62 : m_number(number)
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_pkey.c 65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
91 if (BIO_printf(bp,"%s%s",number,
  /external/libcxx/test/numerics/complex.number/complex.literals/
Android.mk 17 test_makefile := external/libcxx/test/numerics/complex.number/complex.literals/Android.mk
19 test_name := numerics/complex.number/complex.literals/literals2
23 test_name := numerics/complex.number/complex.literals/literals1
27 test_name := numerics/complex.number/complex.literals/literals
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberInfo.java 45 // In these countries, if extra digits are added to an emergency number, it no longer connects
76 * Check whether a short number is a possible number when dialled from a region, given the number
77 * in the form of a string, and the region where the number is dialed from. This provides a more
80 * @param shortNumber the short number to check as a string
81 * @param regionDialingFrom the region from which the number is dialed
82 * @return whether the number is a possible short number
95 * Check whether a short number is a possible number. If a country calling code is shared b
    [all...]
  /external/openssl/crypto/asn1/
t_pkey.c 65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
91 if (BIO_printf(bp,"%s%s",number,
  /external/protobuf/examples/
add_person.py 10 person.id = int(raw_input("Enter person ID number: "))
18 number = raw_input("Enter a phone number (or leave blank to finish): ")
19 if number == "":
23 phone_number.number = number
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 19 for (String number : numbers) {
20 if (!TextUtils.isEmpty(number)) {
21 list.add(Contact.get(number, canBlock));
31 for (String number : semiSepNumbers.split(";")) {
32 if (!TextUtils.isEmpty(number)) {
33 Contact contact = Contact.get(number, canBlock);
35 contact.setNumber(number);
75 if (entry != null && !TextUtils.isEmpty(entry.number)) {
76 Contact contact = Contact.get(entry.number, canBlock);
129 String number; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogInsertionHelper.java 27 /** Returns the geocoded location for a given phone number. */
28 public String getGeocodedLocationFor(String number, String countryIso);
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 58 final String number = c.getAddress(); local
68 ", number set to: " + PhoneUtils.toLogSafePhoneNumber(number));
79 && phone.isOtaSpNumber(number);
110 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start,
136 * Retrieve the phone number from the caller info or the connection.
138 * For incoming call the number is in the Connection object. For
142 * If CallerInfo is missing the phone number, get it from the connection.
143 * Apply the Call Name Presentation (CNAP) transform in the connection on the number.
147 * @return the phone number
150 String number = null; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);

Completed in 1217 milliseconds

1 2 34 5 6 7 8 91011>>