Home
last modified time | relevance | path

Searched full:number (Results 1 – 25 of 15684) sorted by relevance

12345678910>>...628

/external/cronet/third_party/protobuf/js/experimental/runtime/testing/binary/
Dtest_message.js55 * @param {number} fieldNumber
64 * @param {number} fieldNumber
73 * @param {number} fieldNumber
74 * @param {number=} defaultValue
75 * @return {number}
82 * @param {number} fieldNumber
83 * @param {number=} defaultValue
84 * @return {number}
91 * @param {number} fieldNumber
100 * @param {number} fieldNumber
[all …]
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1 Misc.tests.cpp:<line number>: passed: with 1 message: 'yay'
2 Decomposition.tests.cpp:<line number>: passed: fptr == 0 for: 0 == 0
3 Decomposition.tests.cpp:<line number>: passed: fptr == 0l for: 0 == 0
4 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0
5 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0
6 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0
7 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0
8 Compilation.tests.cpp:<line number>: passed: t1 == t2 for: {?} == {?}
9 Compilation.tests.cpp:<line number>: passed: t1 != t2 for: {?} != {?}
10 Compilation.tests.cpp:<line number>: passed: t1 < t2 for: {?} < {?}
[all …]
/external/grpc-grpc/src/core/lib/debug/
Dstats_data.yaml20 doc: Number of client side calls created by this process
22 doc: Number of server side calls created by this process
28 doc: Number of completion queues created
30 doc: Number of client channels created
32 doc: Number of client subchannels created
34 doc: Number of server channels created
37 doc: Number of polling syscalls (epoll_wait, poll, etc) made by this process
39 doc: Number of sleeping syscalls made by this process
68 doc: Number of epoll_ctl calls made (only valid for epollex right now)
70 doc: Number of epoll_ctl calls skipped because the fd was cached as
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats_data.yaml20 doc: Number of client side calls created by this process
22 doc: Number of server side calls created by this process
28 doc: Number of completion queues created
30 doc: Number of client channels created
32 doc: Number of client subchannels created
34 doc: Number of server channels created
37 doc: Number of polling syscalls (epoll_wait, poll, etc) made by this process
39 doc: Number of sleeping syscalls made by this process
68 doc: Number of epoll_ctl calls made (only valid for epollex right now)
70 doc: Number of epoll_ctl calls skipped because the fd was cached as
[all …]
/external/rust/crates/minimal-lexical/tests/
Dnumber_tests.rs1 use minimal_lexical::number::Number;
5 let mut number = Number { in is_fast_path_test() localVariable
10 assert_eq!(number.is_fast_path::<f32>(), true); in is_fast_path_test()
11 assert_eq!(number.is_fast_path::<f64>(), true); in is_fast_path_test()
13 number.exponent = -15; in is_fast_path_test()
14 assert_eq!(number.is_fast_path::<f32>(), false); in is_fast_path_test()
15 assert_eq!(number.is_fast_path::<f64>(), true); in is_fast_path_test()
17 number.exponent = -25; in is_fast_path_test()
18 assert_eq!(number.is_fast_path::<f32>(), false); in is_fast_path_test()
19 assert_eq!(number.is_fast_path::<f64>(), false); in is_fast_path_test()
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java53 // In these countries, if extra digits are added to an emergency number, it no longer connects
75 // MatcherApi supports the basic matching method for checking if a given national number matches
76 // a national number pattern defined in the given {@code PhoneNumberDesc}.
109 * Helper method to check that the country calling code of the number matches the region it's
112 private boolean regionDialingFromMatchesNumber(PhoneNumber number, in regionDialingFromMatchesNumber() argument
114 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in regionDialingFromMatchesNumber()
134 * Check whether a short number is a possible number when dialed from the given region. This
137 * @param number the short number to check
138 * @param regionDialingFrom the region from which the number is dialed
139 * @return whether the number is a possible short number
[all …]
DPhoneNumberUtil.java62 // The minimum and maximum length of the national significant number.
106 // characters in this map must not be removed from a number when dialling, otherwise the call
117 // includes digits, ASCII letters and number grouping symbols such as "-" and " ".
230 // text and to decide what is a viable phone number. This excludes diallable characters.
249 // Regular expression of acceptable characters that may start a phone number for the purposes of
252 // does not contain alpha characters, although they may be used later in the number. It also does
254 // information value when parsing a number.
258 // Regular expression of characters typically used to start a second phone number for the purposes
259 // of parsing. This allows us to strip off parts of the number that are actually the start of
260 // another number, such as for: (530) 583-6985 x302/x2303 -> the second extension here makes this
[all …]
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DShortNumberInfo.java55 // In these countries, if extra digits are added to an emergency number, it no longer connects
78 // MatcherApi supports the basic matching method for checking if a given national number matches
79 // a national number pattern defined in the given {@code PhoneNumberDesc}.
112 * Helper method to check that the country calling code of the number matches the region it's
115 private boolean regionDialingFromMatchesNumber(PhoneNumber number, in regionDialingFromMatchesNumber() argument
117 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in regionDialingFromMatchesNumber()
137 * Check whether a short number is a possible number when dialed from the given region. This
140 * @param number the short number to check
141 * @param regionDialingFrom the region from which the number is dialed
142 * @return whether the number is a possible short number
[all …]
DPhoneNumberUtil.java64 // The minimum and maximum length of the national significant number.
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 " ".
232 // text and to decide what is a viable phone number. This excludes diallable characters.
251 // Regular expression of acceptable characters that may start a phone number for the purposes of
254 // does not contain alpha characters, although they may be used later in the number. It also does
256 // information value when parsing a number.
260 // Regular expression of characters typically used to start a second phone number for the purposes
261 // of parsing. This allows us to strip off parts of the number that are actually the start of
262 // another number, such as for: (530) 583-6985 x302/x2303 -> the second extension here makes this
[all …]
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js73 * @param {function(!BufferDecoder, number):T} readFunc
94 * @param {function(!BufferDecoder, number):T} singularReadFunc
95 * @param {function(!BufferDecoder, number):!Array<T>} packedReadFunc
129 * @param {function(!BufferDecoder, number):T} singularReadFunc
149 * @param {number} fieldNumber
151 * @param {number=} pivot
182 * @param {number=} pivot
209 * @param {number=} pivot
224 * @param {number} fieldNumber
226 * @param {number=} pivot
[all …]
/external/deqp-deps/SPIRV-Tools/source/wasm/
Dspirv-tools.d.ts16 as(input: string, env: number, options: number): Uint8Array;
17 dis(input: Uint8Array, env: number, options: number): string;
19 SPV_ENV_UNIVERSAL_1_0: number;
20 SPV_ENV_VULKAN_1_0: number;
21 SPV_ENV_UNIVERSAL_1_1: number;
22 SPV_ENV_OPENCL_2_1: number;
23 SPV_ENV_OPENCL_2_2: number;
24 SPV_ENV_OPENGL_4_0: number;
25 SPV_ENV_OPENGL_4_1: number;
26 SPV_ENV_OPENGL_4_2: number;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/wasm/
Dspirv-tools.d.ts16 as(input: string, env: number, options: number): Uint8Array;
17 dis(input: Uint8Array, env: number, options: number): string;
19 SPV_ENV_UNIVERSAL_1_0: number;
20 SPV_ENV_VULKAN_1_0: number;
21 SPV_ENV_UNIVERSAL_1_1: number;
22 SPV_ENV_OPENCL_2_1: number;
23 SPV_ENV_OPENCL_2_2: number;
24 SPV_ENV_OPENGL_4_0: number;
25 SPV_ENV_OPENGL_4_1: number;
26 SPV_ENV_OPENGL_4_2: number;
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/wasm/
Dspirv-tools.d.ts16 as(input: string, env: number, options: number): Uint8Array;
17 dis(input: Uint8Array, env: number, options: number): string;
19 SPV_ENV_UNIVERSAL_1_0: number;
20 SPV_ENV_VULKAN_1_0: number;
21 SPV_ENV_UNIVERSAL_1_1: number;
22 SPV_ENV_OPENCL_2_1: number;
23 SPV_ENV_OPENCL_2_2: number;
24 SPV_ENV_OPENGL_4_0: number;
25 SPV_ENV_OPENGL_4_1: number;
26 SPV_ENV_OPENGL_4_2: number;
[all …]
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DContactNumberUtils.java51 * number = mNumberUtils.format(number);
52 * int result = mNumberUtils.validate(number);
69 * Format contact number to the common format
72 * @return formatted contact number.
75 String number = phoneNumber; in format() local
76 if (TextUtils.isEmpty(number)) { in format()
80 if(number.startsWith("*67") || number.startsWith("*82")) { in format()
81 number = number.substring(3); in format()
82 if (TextUtils.isEmpty(number)) { in format()
87 number = PhoneNumberUtils.stripSeparators(number); in format()
[all …]
/external/pdfium/core/fxcrt/
Dfx_number_unittest.cpp11 FX_Number number; in TEST() local
12 EXPECT_TRUE(number.IsInteger()); in TEST()
13 EXPECT_FALSE(number.IsSigned()); in TEST()
14 EXPECT_EQ(0, number.GetSigned()); in TEST()
15 EXPECT_FLOAT_EQ(0.0f, number.GetFloat()); in TEST()
19 FX_Number number(-128); in TEST() local
20 EXPECT_TRUE(number.IsInteger()); in TEST()
21 EXPECT_TRUE(number.IsSigned()); in TEST()
22 EXPECT_EQ(-128, number.GetSigned()); in TEST()
23 EXPECT_FLOAT_EQ(-128.0f, number.GetFloat()); in TEST()
[all …]
/external/e2fsprogs/tests/f_ind_inode_collision/
Dexpect.116 Multiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap…
17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
19 Illegal block number passed to ext2fs_test_block_bitmap #16877 for multiply claimed block map
20 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map
21 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
22 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
23 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
24 Illegal block number passed to ext2fs_test_block_bitmap #196608 for multiply claimed block map
25 …34 8 3Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed blo…
[all …]
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-config-proto.pbtxt7 number: 1
14 number: 2
20 number: 5
26 number: 9
32 number: 12
39 number: 3
45 number: 4
51 number: 6
58 number: 7
64 number: 8
[all …]
/external/rust/crates/der/src/tag/
Dnumber.rs11 /// > bits 5 to 1 shall encode the number of the tag as a binary integer with
18 /// encoded by using a leading tag number of 31 (`0b11111`). This library
25 /// Tag number `0`
28 /// Tag number `1`
31 /// Tag number `2`
34 /// Tag number `3`
37 /// Tag number `4`
40 /// Tag number `5`
43 /// Tag number `6`
46 /// Tag number `7`
[all …]
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java30 * An offline geocoder which provides geographical information related to a phone number.
46 * Gets a {@link PhoneNumberOfflineGeocoder} instance to carry out international phone number
64 * number is from. If it could be from many territories, nothing is returned.
66 private String getCountryNameForNumber(PhoneNumber number, Locale language) { in getCountryNameForNumber() argument
68 phoneUtil.getRegionCodesForCountryCode(number.getCountryCode()); in getCountryNameForNumber()
74 if (phoneUtil.isValidNumberForRegion(number, regionCode)) { in getCountryNameForNumber()
75 // If the number has already been found valid for one region, then we don't know which in getCountryNameForNumber()
97 * Returns a text description for the given phone number, in the language provided. The
98 * description might consist of the name of the country where the phone number is from, or the
99 * name of the geographical area the phone number is from if more detailed information is
[all …]
/external/libphonenumber/repackaged/geocoder/src/com/android/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java31 * An offline geocoder which provides geographical information related to a phone number.
48 * Gets a {@link PhoneNumberOfflineGeocoder} instance to carry out international phone number
67 * number is from. If it could be from many territories, nothing is returned.
69 private String getCountryNameForNumber(PhoneNumber number, Locale language) { in getCountryNameForNumber() argument
71 phoneUtil.getRegionCodesForCountryCode(number.getCountryCode()); in getCountryNameForNumber()
77 if (phoneUtil.isValidNumberForRegion(number, regionCode)) { in getCountryNameForNumber()
78 // If the number has already been found valid for one region, then we don't know which in getCountryNameForNumber()
100 * Returns a text description for the given phone number, in the language provided. The
101 * description might consist of the name of the country where the phone number is from, or the
102 * name of the geographical area the phone number is from if more detailed information is
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dextension_set.h95 // A function which, given an integer value, returns true if the number
98 typedef bool EnumValidityFunc(int number);
102 typedef bool EnumValidityFuncWithArg(const void* arg, int number);
111 number(param_number), in ExtensionInfo()
119 int number = 0; member
156 // Find the extension with the given containing type and number.
157 virtual bool Find(int number, ExtensionInfo* output) = 0;
169 bool Find(int number, ExtensionInfo* output) override;
186 // ExtensionSet. When parsing, if a tag number is encountered which is
201 static void RegisterExtension(const MessageLite* extendee, int number,
[all …]
/external/protobuf/src/google/protobuf/
Dextension_set.h95 // A function which, given an integer value, returns true if the number
98 typedef bool EnumValidityFunc(int number);
102 typedef bool EnumValidityFuncWithArg(const void* arg, int number);
111 number(param_number), in ExtensionInfo()
119 int number = 0; member
153 // bool Find(int number, ExtensionInfo* output);
163 bool Find(int number, ExtensionInfo* output);
180 // ExtensionSet. When parsing, if a tag number is encountered which is
195 static void RegisterExtension(const MessageLite* extendee, int number,
199 static void RegisterEnumExtension(const MessageLite* extendee, int number,
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst68 **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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue183/
DNumberBeanTest.java26 NumberBean number = new NumberBean(); in testNumberBean() local
27 number.number = 1; in testNumberBean()
30 String dump = yaml.dump(number); in testNumberBean()
32 assertEquals(new Long(1), loaded.number); in testNumberBean()
36 NumberBean number = new NumberBean(); in testNumberAsFloatInfinity() local
37 number.number = Float.POSITIVE_INFINITY; in testNumberAsFloatInfinity()
40 String dump = yaml.dump(number); in testNumberAsFloatInfinity()
42 assertEquals(Float.POSITIVE_INFINITY, loaded.number.floatValue()); in testNumberAsFloatInfinity()
46 NumberBean number = new NumberBean(); in testNumberAsDoubleInfinity() local
47 number.number = Double.POSITIVE_INFINITY; in testNumberAsDoubleInfinity()
[all …]
/external/cronet/third_party/protobuf/js/binary/
Dwriter.js82 * @private {!Array<!Uint8Array|!Array<number>>}
87 * Total number of bytes in the blocks_ array. Does _not_ include bytes in
89 * @private {number}
106 * @private {!Array<!Array<number>>}
129 * @param {number} field
130 * @return {!Array<number>}
145 * parent block and adds the number of bytes needed to encode that length to
147 * @param {!Array<number>} bookmark
169 * @param {number} start The start of the range to write.
170 * @param {number} end The end of the range to write.
[all …]

12345678910>>...628