/external/chromium_org/third_party/icu/source/test/cintltst/ |
crestst.c | 228 log_verbose("Testing version number\n"); 618 int32_t number; local 621 number=0; 623 number<<=1; 625 number|=1; 628 return number; 635 int32_t number; member in struct:__anon11521 654 int32_t i, j, number, parsedNumber, length, count; local 690 number=-1; 693 U16_NEXT(s, j, length, number); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.h | 72 void _testUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
asyoutypeformatter.cc | 45 // This is the minimum length of national number accrued that is required to 48 // number of digits. 56 // country calling code, from the national number. 61 // number when formatting. 287 // Creates a phone number consisting only of the digit 9 that matches the 294 // No formatting template can be created if the number of digits entered so 300 // Formats the number according to number_format. 361 // plus sign (accepted at the start of the number only). 389 // number for readability. We don't set 470 // Put the extracted NDD back to the national number before attempting t 713 string number; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
attributes.c | 54 XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number) 58 assert(dpy && number); 68 *number = sizeof(attributes) / sizeof(XvAttribute); 70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_enum.cc | 55 descriptor_->FindValueByNumber(value->number()); 89 vars["number"] = SimpleItoa(canonical_values_[i]->number()); 92 "$name$($index$, $number$),\n"); 114 vars["number"] = SimpleItoa(descriptor_->value(i)->number()); 117 "public static final int $name$_VALUE = $number$;\n"); 135 "case $number$: return $name$;\n", 137 "number", SimpleItoa(canonical_values_[i]->number())); [all...] |
/external/chromium_org/url/ |
url_canon_icu.cc | 41 char number[8]; // Max Unicode code point is 7 digits. 42 _itoa_s(code_point, number, 10); 43 int number_len = static_cast<int>(strlen(number)); 44 ucnv_cbFromUWriteBytes(from_args, number, number_len, 0, err);
|
/external/icu4c/test/cintltst/ |
crestst.c | 228 log_verbose("Testing version number\n"); 618 int32_t number; local 621 number=0; 623 number<<=1; 625 number|=1; 628 return number; 635 int32_t number; member in struct:__anon19033 654 int32_t i, j, number, parsedNumber, length, count; local 690 number=-1; 693 U16_NEXT(s, j, length, number); [all...] |
/external/icu4c/test/intltest/ |
ustrtest.h | 79 void _testUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number);
|
/external/libvorbis/include/vorbis/ |
vorbisenc.h | 47 * \param channels The number of channels to be encoded. 84 * \param channels The number of channels to be encoded. 118 * \param channels The number of channels to be encoded. 146 * \param channels The number of channels to be encoded. 151 * \return Zero for success, or a negative number for failure. 206 * \param number Specifies the desired action; See \ref encctlcodes "the list 220 extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg); 298 * These values are passed as the \c number parameter of vorbis_encode_ctl().
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
attributes.c | 54 XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number) 58 assert(dpy && number); 68 *number = sizeof(attributes) / sizeof(XvAttribute); 70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
|
/external/protobuf/examples/ |
list_people.py | 23 print phone_number.number
|
/external/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 60 virtual bool Find(int number, ExtensionInfo* output); 81 // TODO(kenton): Looking up each field by number is somewhat unfortunate. 112 const MessageLite& ExtensionSet::GetMessage(int number, 115 map<int, Extension>::const_iterator iter = extensions_.find(number); 128 if (MaybeNewExtension(descriptor->number(), descriptor, &extension)) { 147 if (MaybeNewExtension(descriptor->number(), descriptor, &extension)) { 175 static bool ValidateEnumUsingDescriptor(const void* arg, int number) { 177 ->FindValueByNumber(number) != NULL; 180 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) { 182 pool_->FindExtensionByNumber(containing_type_, number); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_sb3.c | 76 modeinfo.number = -1;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
signalbar.cpp | 52 opts.text = QString::number(signal) + " dBm";
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 37 * Dial a number. This doesn't place the call. It displays 39 * @param number the number to be dialed. If null, this 40 * would display the Dialer screen with no number pre-filled. 42 void dial(String number); 45 * Place a call to the specified number. 46 * @param number the number to be called. 48 void call(String callingPackage, String number); 165 * retValue[1] = number of attempts remaining if known otherwise - [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
CallLogFragmentTest.java | 66 /** A test value for the country ISO of the phone number in the call log. */ 68 /** A phone number to be used in tests. */ 326 // to place a call to the phone number, a call intent will have been created for the 332 // To the entry's number. 383 //If number is not callable, the primary action view should have a null tag. 386 //If the number is callable, the primary action view should have a non-null tag. 447 /** Returns the number presentation associated with the given entry in {{@link #mList}. */ 459 * Insert a certain number of random numbers in the DB. Makes sure 460 * there is at least one private and one unknown number in the DB. 481 * It includes the values for the cached contact associated with the number [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/ |
SmartDialNameMatcherTest.java | 134 // Number used as display name 167 // Simple basic examples that start the match from the start of the number 201 // An 11 digit number prefixed with 1 should be matched by the 10 digit number, as well as 202 // the 7 digit number (without area code) 206 // An 11 digit number prefixed with +1 should be matched by the 10 digit number, as well as 207 // the 7 digit number (without area code) 224 // A 10 digit number without a 1 prefix should be matched by the 7 digit number [all...] |
/packages/services/Telephony/src/com/android/phone/ |
FdnList.java | 38 private static final String INTENT_EXTRA_NUMBER = "number"; 143 String number = mCursor.getString(NUMBER_COLUMN); local 148 intent.putExtra(INTENT_EXTRA_NUMBER, number); 156 String number = mCursor.getString(NUMBER_COLUMN); local 161 intent.putExtra(INTENT_EXTRA_NUMBER, number);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
mixer_oss.h | 32 int number; member in struct:snd_mixer_oss_slot
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
mixer_oss.h | 32 int number; member in struct:snd_mixer_oss_slot
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
mca.h | 60 int number; member in struct:mca_bus
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
mca.h | 60 int number; member in struct:mca_bus
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
mca.h | 60 int number; member in struct:mca_bus
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
mca.h | 60 int number; member in struct:mca_bus
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
mca.h | 60 int number; member in struct:mca_bus
|