| /external/chromium_org/v8/test/webkit/fast/js/ |
| D | toString-number-expected.txt | 24 Test the conversion performed by the function Number.prototype.toString. 29 PASS Number(0).toString() is "0" 30 PASS Number.prototype.toString.call(0) is "0" 31 PASS Number.prototype.toString.call(new Number(0)) is "0" 32 PASS Number("0").toString() is "0" 33 PASS Number(0).toString(10) is "0" 34 PASS Number(0).toString(2) is "0" 35 PASS Number.prototype.toString.call(0, 2) is "0" 36 PASS Number.prototype.toString.call(new Number(0), 2) is "0" 37 PASS Number(0).toString(36) is "0" [all …]
|
| /external/chromium_org/v8/test/mjsunit/ |
| D | number-is.js | 28 // Test number predicates that Harmony adds to the Number constructor: 31 assertTrue(Number.isFinite(0)); 32 assertTrue(Number.isFinite(Number.MIN_VALUE)); 33 assertTrue(Number.isFinite(Number.MAX_VALUE)); 34 assertTrue(Number.isFinite(Number.MIN_SAFE_INTEGER)); 35 assertTrue(Number.isFinite(Number.MIN_SAFE_INTEGER - 13)); 36 assertTrue(Number.isFinite(Number.MAX_SAFE_INTEGER)); 37 assertTrue(Number.isFinite(Number.MAX_SAFE_INTEGER + 23)); 38 assertFalse(Number.isFinite(Number.NaN)); 39 assertFalse(Number.isFinite(Number.POSITIVE_INFINITY)); [all …]
|
| /external/chromium_org/v8/test/webkit/ |
| D | dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt | 29 PASS result[0] is "number" 31 PASS result[0] is "number" 33 PASS result[0] is "number" 35 PASS result[0] is "number" 37 PASS result[0] is "number" 39 PASS result[0] is "number" 41 PASS result[0] is "number" 43 PASS result[0] is "number" 45 PASS result[0] is "number" 47 PASS result[0] is "number" [all …]
|
| /external/chromium_org/v8/test/webkit/fast/js/kde/ |
| D | Number-expected.txt | 29 PASS Number() is 0 30 PASS Number(1) is 1 31 PASS Number(1.1) is 1.1 32 PASS Number('1.2') is 1.2 33 PASS isNaN(Number('a')) is true 34 PASS (new Number()).valueOf() is 0 35 PASS (new Number(.4)).valueOf() is 0.4 36 PASS (new Number('1.')).valueOf() is 1 37 PASS isNaN(new Number('a')) is true 38 PASS isNaN(Number.NaN) is true [all …]
|
| D | Number.js | 25 shouldBe("Number()", "0"); 26 shouldBe("Number(1)", "1"); 27 shouldBe("Number(1.1)", "1.1"); 28 shouldBe("Number('1.2')", "1.2"); 29 shouldBe("isNaN(Number('a'))", "true"); 31 shouldBe("(new Number()).valueOf()", "0"); 32 shouldBe("(new Number(.4)).valueOf()", "0.4"); 33 shouldBe("(new Number('1.')).valueOf()", "1"); 34 shouldBe("isNaN(new Number('a'))", "true"); 36 shouldBe("isNaN(Number.NaN)", "true"); [all …]
|
| /external/oprofile/events/i386/nehalem/ |
| D | unit_masks | 7 0x01 any Counts the number of store forwards 9 0x01 std Counts the number of loads blocked by a preceding store with unknown data 10 0x04 address_offset Counts the number of loads blocked by a preceding store address 14 0x01 load Counts the number of misaligned load references 15 0x02 store Counts the number of misaligned store references 16 0x03 any Counts the number of misaligned memory references 18 …0x01 not_sta This event counts the number of load operations delayed caused by preceding stores wh… 20 0x04 at_ret Counts number of loads delayed with at-Retirement block code 25 0x02 walk_completed Counts number of completed page walks due to load miss in the STLB 26 0x10 stlb_hit Number of cache load STLB hits [all …]
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
| D | HeapSnapshotCommon.js | 54 * @param {number} nodeId 57 * @param {number} scriptId 58 * @param {number} line 59 * @param {number} column 60 * @param {number} count 61 * @param {number} size 62 * @param {number} liveCount 63 * @param {number} liveSize 69 /** @type {number} */ 75 /** @type {number} */ [all …]
|
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| D | phonenumberutil.h | 79 // in ITU-T Recommendation E. 123. For example, the number of the Google 84 // separating symbols replaced with a hyphen, and with any phone number 99 // fixed-line and mobile numbers by looking at the phone number itself. 110 // A personal number is associated with a particular person, and may be 111 // routed to either a MOBILE or FIXED_LINE number. Some more information can 116 // further routed to specific offices, but allow one number to be used for a 121 // A phone number is of type UNKNOWN when it does not fit any of the known 126 // Types of phone number matches. See detailed description beside the 165 // Gets a PhoneNumberUtil instance to carry out international phone number 167 // number metadata for a number of most commonly used regions, as specified by [all …]
|
| D | phonenumberutil.cc | 83 // number when dialed from a mobile phone in Colombia. 102 // any extension component of the number, after the main national number is 175 // Returns true when one national number is the suffix of the other or both are 205 VLOG(4) << "Number type unknown - doesn't match general national number" in GetNumberTypeHelper() 211 VLOG(4) << "Number is a premium number."; in GetNumberTypeHelper() 216 VLOG(4) << "Number is a toll-free number."; in GetNumberTypeHelper() 221 VLOG(4) << "Number is a shared cost number."; in GetNumberTypeHelper() 225 VLOG(4) << "Number is a VOIP (Voice over IP) number."; in GetNumberTypeHelper() 230 VLOG(4) << "Number is a personal number."; in GetNumberTypeHelper() 234 VLOG(4) << "Number is a pager number."; in GetNumberTypeHelper() [all …]
|
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
| D | 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 by 100 * @param number the short number to check 101 * @return whether the number is a possible short number 103 public boolean isPossibleShortNumber(PhoneNumber number) { in isPossibleShortNumber() argument [all …]
|
| D | PhoneNumberUtil.java | 70 // The minimum and maximum length of the national significant number. 88 // The prefix that needs to be inserted in front of a Colombian landline number when dialed from 108 // characters in this map must not be removed from a number when dialling, otherwise the call 119 // includes digits, ASCII letters and number grouping symbols such as "-" and " ". 237 // Regular expression of acceptable characters that may start a phone number for the purposes of 240 // does not contain alpha characters, although they may be used later in the number. It also does 242 // information value when parsing a number. 246 // Regular expression of characters typically used to start a second phone number for the purposes 247 // of parsing. This allows us to strip off parts of the number that are actually the start of 248 // another number, such as for: (530) 583-6985 x302/x2303 -> the second extension here makes this [all …]
|
| /external/oprofile/events/i386/piii/ |
| D | events | 6 event:0x46 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_IN : number of M state lines allocated… 7 event:0x47 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_OUT : number of M lines evicted from t… 8 event:0x48 counters:0,1 um:zero minimum:500 name:DCU_MISS_OUTSTANDING : number of cycles while DCU … 9 event:0x80 counters:0,1 um:zero minimum:500 name:IFU_IFETCH : number of non/cachable instruction fe… 10 event:0x81 counters:0,1 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch miss… 11 event:0x85 counters:0,1 um:zero minimum:500 name:ITLB_MISS : number of ITLB misses 14 event:0x28 counters:0,1 um:mesi minimum:500 name:L2_IFETCH : number of L2 instruction fetches 15 event:0x29 counters:0,1 um:mesi minimum:500 name:L2_LD : number of L2 data loads 16 event:0x2a counters:0,1 um:mesi minimum:500 name:L2_ST : number of L2 data stores 17 event:0x24 counters:0,1 um:zero minimum:500 name:L2_LINES_IN : number of allocated lines in L2 [all …]
|
| /external/oprofile/events/i386/pii/ |
| D | events | 6 event:0x46 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_IN : number of M state lines allocated… 7 event:0x47 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_OUT : number of M lines evicted from t… 8 event:0x48 counters:0,1 um:zero minimum:500 name:DCU_MISS_OUTSTANDING : number of cycles while DCU … 9 event:0x80 counters:0,1 um:zero minimum:500 name:IFU_IFETCH : number of non/cachable instruction fe… 10 event:0x81 counters:0,1 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch miss… 11 event:0x85 counters:0,1 um:zero minimum:500 name:ITLB_MISS : number of ITLB misses 14 event:0x28 counters:0,1 um:mesi minimum:500 name:L2_IFETCH : number of L2 instruction fetches 15 event:0x29 counters:0,1 um:mesi minimum:500 name:L2_LD : number of L2 data loads 16 event:0x2a counters:0,1 um:mesi minimum:500 name:L2_ST : number of L2 data stores 17 event:0x24 counters:0,1 um:zero minimum:500 name:L2_LINES_IN : number of allocated lines in L2 [all …]
|
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
| D | PhoneNumberOfflineGeocoder.java | 28 * An offline geocoder which provides geographical information related to a phone number. 46 * Gets a {@link PhoneNumberOfflineGeocoder} instance to carry out international phone number 63 * number is from. 65 private String getCountryNameForNumber(PhoneNumber number, Locale language) { in getCountryNameForNumber() argument 66 String regionCode = phoneUtil.getRegionCodeForNumber(number); in getCountryNameForNumber() 80 * Returns a text description for the given phone number, in the language provided. The 81 * description might consist of the name of the country where the phone number is from, or the 82 * name of the geographical area the phone number is from if more detailed information is 85 * <p>This method assumes the validity of the number passed in has already been checked, and that 86 * the number is suitable for geocoding. We consider fixed-line and mobile numbers possible [all …]
|
| /external/oprofile/events/i386/ppro/ |
| D | events | 6 event:0x46 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_IN : number of M state lines allocated… 7 event:0x47 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_OUT : number of M lines evicted from t… 8 event:0x48 counters:0,1 um:zero minimum:500 name:DCU_MISS_OUTSTANDING : number of cycles while DCU … 9 event:0x80 counters:0,1 um:zero minimum:500 name:IFU_IFETCH : number of non/cachable instruction fe… 10 event:0x81 counters:0,1 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch miss… 11 event:0x85 counters:0,1 um:zero minimum:500 name:ITLB_MISS : number of ITLB misses 14 event:0x28 counters:0,1 um:mesi minimum:500 name:L2_IFETCH : number of L2 instruction fetches 15 event:0x29 counters:0,1 um:mesi minimum:500 name:L2_LD : number of L2 data loads 16 event:0x2a counters:0,1 um:mesi minimum:500 name:L2_ST : number of L2 data stores 17 event:0x24 counters:0,1 um:zero minimum:500 name:L2_LINES_IN : number of allocated lines in L2 [all …]
|
| /external/llvm/docs/CommandGuide/ |
| D | llvm-bcanalyzer.rst | 68 **Bitcode Version Number** 124 **Number Of Bitcode Blocks** 126 The total number of blocks of any kind in the bitcode file. 128 **Number Of Functions** 130 The total number of function definitions in the bitcode file. 132 **Number Of Types** 134 The total number of types defined in the Global Types Pool. 136 **Number Of Constants** 138 The total number of constants (of any type) defined in the Constant Pool. 140 **Number Of Basic Blocks** [all …]
|
| /external/oprofile/events/i386/p6_mobile/ |
| D | events | 6 event:0x46 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_IN : number of M state lines allocated… 7 event:0x47 counters:0,1 um:zero minimum:500 name:DCU_M_LINES_OUT : number of M lines evicted from t… 8 event:0x48 counters:0,1 um:zero minimum:500 name:DCU_MISS_OUTSTANDING : number of cycles while DCU … 9 event:0x80 counters:0,1 um:zero minimum:500 name:IFU_IFETCH : number of non/cachable instruction fe… 10 event:0x81 counters:0,1 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch miss… 11 event:0x85 counters:0,1 um:zero minimum:500 name:ITLB_MISS : number of ITLB misses 14 event:0x28 counters:0,1 um:mesi minimum:500 name:L2_IFETCH : number of L2 instruction fetches 15 event:0x29 counters:0,1 um:mesi minimum:500 name:L2_LD : number of L2 data loads 16 event:0x2a counters:0,1 um:mesi minimum:500 name:L2_ST : number of L2 data stores 17 event:0x24 counters:0,1 um:zero minimum:500 name:L2_LINES_IN : number of allocated lines in L2 [all …]
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| D | extension_set.h | 80 // A function which, given an integer value, returns true if the number 83 typedef bool EnumValidityFunc(int number); 87 typedef bool EnumValidityFuncWithArg(const void* arg, int number); 122 // Find the extension with the given containing type and number. 123 virtual bool Find(int number, ExtensionInfo* output) = 0; 135 virtual bool Find(int number, ExtensionInfo* output); 152 // ExtensionSet. When parsing, if a tag number is encountered which is 166 int number, FieldType type, 169 int number, FieldType type, 173 int number, FieldType type, [all …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ImmutableClassToInstanceMapTest.java | 51 public Map<Class, Number> create(Object... elements) { in suite() 52 ImmutableClassToInstanceMap.Builder<Number> builder in suite() 55 Entry<Class, Number> entry = (Entry<Class, Number>) object; in suite() 82 Map<Class<? extends Number>, Number> in = Maps.newHashMap(); in testCopyOf_map_valid() 83 in.put(Number.class, 0); in testCopyOf_map_valid() 85 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_map_valid() 88 Number zero = map.getInstance(Number.class); in testCopyOf_map_valid() 98 Map<Class<? extends Number>, Number> nullKey = Collections.singletonMap( in testCopyOf_map_nulls() 99 null, (Number) 1.0); in testCopyOf_map_nulls() 106 Map<? extends Class<? extends Number>, Number> nullValue in testCopyOf_map_nulls() [all …]
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | ext2_err.et.in | 15 "Wrong magic number for ext2_filsys structure" 18 "Wrong magic number for badblocks_list structure" 21 "Wrong magic number for badblocks_iterate structure" 24 "Wrong magic number for inode_scan structure" 27 "Wrong magic number for io_channel structure" 30 "Wrong magic number for unix io_channel structure" 33 "Wrong magic number for io_manager structure" 36 "Wrong magic number for block_bitmap structure" 39 "Wrong magic number for inode_bitmap structure" 42 "Wrong magic number for generic_bitmap structure" [all …]
|
| D | ext2_err.c | 12 N_( "Wrong magic number for ext2_filsys structure"), 13 N_( "Wrong magic number for badblocks_list structure"), 14 N_( "Wrong magic number for badblocks_iterate structure"), 15 N_( "Wrong magic number for inode_scan structure"), 16 N_( "Wrong magic number for io_channel structure"), 17 N_( "Wrong magic number for unix io_channel structure"), 18 N_( "Wrong magic number for io_manager structure"), 19 N_( "Wrong magic number for block_bitmap structure"), 20 N_( "Wrong magic number for inode_bitmap structure"), 21 N_( "Wrong magic number for generic_bitmap structure"), [all …]
|
| /external/protobuf/src/google/protobuf/ |
| D | extension_set.h | 80 // A function which, given an integer value, returns true if the number 83 typedef bool EnumValidityFunc(int number); 87 typedef bool EnumValidityFuncWithArg(const void* arg, int number); 122 // Find the extension with the given containing type and number. 123 virtual bool Find(int number, ExtensionInfo* output) = 0; 135 virtual bool Find(int number, ExtensionInfo* output); 152 // ExtensionSet. When parsing, if a tag number is encountered which is 166 int number, FieldType type, 169 int number, FieldType type, 173 int number, FieldType type, [all …]
|
| /external/oprofile/events/i386/core/ |
| D | events | 6 event:0xc0 counters:0,1 um:zero minimum:6000 name:INST_RETIRED : number of instructions retired 7 event:0x2e counters:0,1 um:mesi minimum:6000 name:L2_RQSTS : number of L2 requests 11 event:0x03 counters:0,1 um:zero minimum:500 name:LD_BLOCKS : number of store buffer blocks 12 event:0x04 counters:0,1 um:zero minimum:500 name:SB_DRAINS : number of store buffer drain cycles 13 event:0x05 counters:0,1 um:zero minimum:500 name:MISALIGN_MEM_REF : number of misaligned data memor… 14 event:0x06 counters:0,1 um:zero minimum:500 name:SEGMENT_REG_LOADS : number of segment register loa… 15 event:0x07 counters:0,1 um:kni_prefetch minimum:500 name:EMON_KNI_PREF_DISPATCHED : number of SSE p… 16 event:0x10 counters:0 um:zero minimum:3000 name:FLOPS : number of computational FP operations execu… 17 event:0x11 counters:1 um:zero minimum:500 name:FP_ASSIST : number of FP exceptions handled by micro… 18 event:0x12 counters:1 um:zero minimum:1000 name:MUL : number of multiplies [all …]
|
| /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/ |
| D | function.js | 6 * @return {number} 13 * @return {number} 21 * @return {number} 29 * @returns {number} 37 * @return number 39 function badReturnShouldBeTypedFunc() // ERROR - number, not {number}. 45 * @param number foo 55 * @returns {number} 63 * @returns {number} 91 * @param {number} val [all …]
|
| /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
| D | fr-FR_nk0_kpdf_phs.utf | 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 31 ! the order, number and data_type for each section should match this reference description 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2542 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2545 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2619 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2696 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2699 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|