HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 176 - 200 of 1948) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 119 T findValueByNumber(int number);
  /external/qemu/android/
charmap.h 25 unsigned short number; member in struct:AKeyEntry
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xinerama.h 32 Returns the number of heads and a pointer to an array of
34 heads. Returns NULL and number = 0 if Xinerama is not active.
42 int *number
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 121 check (int thing, int number)
125 printf("%s flunked test %d\n", it, number);
132 equal (const char *a, const char *b, int number)
134 check(a != NULL && b != NULL && STREQ (a, b), number);
  /external/webkit/Source/JavaScriptCore/runtime/
NumericStrings.h 43 entry.value = UString::number(d);
55 entry.value = UString::number(i);
67 entry.value = UString::number(i);
86 smallIntCache[i] = UString::number(i);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8IDBKeyCustom.cpp 48 return v8::Number::New(key->number());
  /external/webkit/Source/WebCore/platform/brew/
FileChooserBrew.cpp 48 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false);
  /external/webkit/Source/WebCore/platform/win/
FileChooserWin.cpp 46 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font);
  /external/webkit/Tools/DumpRenderTree/
StorageTrackerDelegate.mm 46 - (void)logNotifications:(unsigned)number controller:(LayoutTestController*)controller
50 numberOfNotificationsToLog = number;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 21 public void triggerRing(String number);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 35 * It uses {@link PhoneNumberOfflineGeocoder} to compute the geocoded location of a phone number.
59 // Insert the current country code, so we know the country the number belongs to.
64 getGeocodedLocationFor(values.getAsString(Calls.NUMBER), countryIso));
78 private PhoneNumber parsePhoneNumber(String number, String countryIso) {
80 return getPhoneNumberUtil().parse(number, countryIso);
94 public String getGeocodedLocationFor(String number, String countryIso) {
95 PhoneNumber structuredPhoneNumber = parsePhoneNumber(number, countryIso);
DataRowHandlerForPhoneNumber.java 32 * Handler for phone number data rows.
47 if (values.containsKey(Phone.NUMBER)) {
48 final String number = values.getAsString(Phone.NUMBER); local
50 updatePhoneLookup(db, rawContactId, dataId, number, normalizedNumber);
68 if (values.containsKey(Phone.NUMBER)) {
72 values.getAsString(Phone.NUMBER),
84 // No NUMBER? Also ignore NORMALIZED_NUMBER
85 if (!values.containsKey(Phone.NUMBER)) {
90 // NUMBER is given. Try to extract NORMALIZED_NUMBER from it, unless it is also give
91 final String number = values.getAsString(Phone.NUMBER); local
161 String number = builder.getString(Phone.NUMBER); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lock_dlm_plock.h 34 __u64 number; member in struct:gdlm_plock_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lock_dlm_plock.h 34 __u64 number; member in struct:gdlm_plock_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lock_dlm_plock.h 34 __u64 number; member in struct:gdlm_plock_info
  /system/core/sh/
mystring.c 50 * number(s) Convert a string of digits to an integer.
111 number(const char *s) function
115 error("Illegal number: %s", s);
122 * Check for a valid number. This should be elsewhere.
  /external/icu4c/i18n/
winnmfmt.h 50 * Format a double number. Concrete subclasses must implement
53 * @param number The value to be formatted.
60 virtual UnicodeString& format(double number,
64 * Format a long number. Concrete subclasses must implement
67 * @param number The value to be formatted.
74 virtual UnicodeString& format(int32_t number,
79 * Format an int64 number.
81 * @param number The value to be formatted.
88 virtual UnicodeString& format(int64_t number,
93 // virtual UnicodeString &format(double number, UnicodeString &appendTo) const
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CSeqParser.java 63 String number = this.lexer.number(); local
64 c.setSeqNumber(Long.parseLong(number));
76 throw createParseException("Number format exception");
90 * Issue number:
96 * CVS: Issue number:
98 * CVS: then enter the issue number(s) here.
112 * Issue number:
119 * CVS: Issue number:
121 * CVS: then enter the issue number(s) here
    [all...]
  /external/skia/legacy/src/animator/
SkDrawMatrix.cpp 215 SkScalar number = scriptValue.fOperand.fScalar; local
227 fMatrix.setPerspX(SkScalarToPersp((number)));
230 fMatrix.setPerspY(SkScalarToPersp((number)));
234 temp.setRotate(number, 0, 0);
241 fMatrix.setScaleX(number);
242 fMatrix.setScaleY(number);
245 fMatrix.setScaleX(number);
248 fMatrix.setScaleY(number);
251 fMatrix.setSkewX(number);
254 fMatrix.setSkewY(number);
    [all...]
  /external/skia/src/animator/
SkDrawMatrix.cpp 215 SkScalar number = scriptValue.fOperand.fScalar; local
227 fMatrix.setPerspX(SkScalarToPersp((number)));
230 fMatrix.setPerspY(SkScalarToPersp((number)));
234 temp.setRotate(number, 0, 0);
241 fMatrix.setScaleX(number);
242 fMatrix.setScaleY(number);
245 fMatrix.setScaleX(number);
248 fMatrix.setScaleY(number);
251 fMatrix.setSkewX(number);
254 fMatrix.setSkewY(number);
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBKey.h 46 static PassRefPtr<IDBKey> createNumber(double number)
50 idbKey->m_number = number;
94 double number() const function in class:WebCore::IDBKey
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDictionaryExtras.m 42 NSNumber *number = [self _webkit_numberForKey:key];
43 return number == nil ? 0 : [number intValue];
78 NSNumber *number = [self _webkit_numberForKey:key];
79 return number && [number boolValue];
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfo.java 32 public String number; field in class:ContactInfo
64 if (!TextUtils.equals(number, other.number)) return false;
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 58 public ContactInfo lookupNumber(String number, String countryIso) {
60 info.number = number;
61 info.formattedNumber = number;
93 // It is for the number we need to show.
94 assertEquals(TEST_NUMBER, request.number);
166 info.number = TEST_NUMBER;
176 values[CallLogQuery.NUMBER] = TEST_NUMBER;
197 public final String number; field in class:CallLogAdapterTest.TestCallLogAdapter.Request
202 public Request(String number, String countryIso, ContactInfo callLogInfo
    [all...]
  /external/oprofile/events/i386/nehalem/
events 14 event:0xc0 counters:0,1,2,3 um:inst_retired minimum:6000 name:INST_RETIRED : number of instructions retired
15 event:0xc4 counters:0,1,2,3 um:br_inst_retired minimum:500 name:BR_INST_RETIRED : number of branch instructions retired
16 event:0xc5 counters:0,1,2,3 um:br_misp_retired minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
18 event:0x02 counters:0,1,2,3 um:sb_forward minimum:6000 name:SB_FORWARD : Counts the number of store forwards.
19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads blocked
21 event:0x05 counters:0,1,2,3 um:misalign_mem_ref minimum:6000 name:MISALIGN_MEM_REF : Counts the number of misaligned load references
22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
26 event:0x0B counters:0,1,2,3 um:mem_inst_retired minimum:6000 name:MEM_INST_RETIRED : Counts the number of instructions with an architecturally-visible load/store retired on the architected path.
27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB
28 event:0x0E counters:0,1,2,3 um:uops_issued minimum:6000 name:UOPS_ISSUED : Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i.e. the UOPs issued f (…)
    [all...]

Completed in 1513 milliseconds

1 2 3 4 5 6 78 91011>>