Home
last modified time | relevance | path

Searched +full:is +full:- +full:number (Results 1 – 25 of 1450) sorted by relevance

12345678910>>...58

/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
51 …* our <a href="https://groups.google.com/forum/#!aboutgroup/libphonenumber-discuss">mailing list</…
54 * CLDR two-letter region-code format. These should be in upper-case. The list of the codes
57 * @hide This class is not part of the Android public SDK API
64 // The minimum and maximum length of the national significant number.
71 // input from overflowing the regular-expression engine.
74 // Region-code for the unknown region.
80 // this is relevant is when determining the length of the national destination code, which should
86 // carrier indicator, and beyond that are geographically assigned: this carrier indicator is not
[all …]
H A DShortNumberInfo.java9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
44 * @author David Yonge-Mallo
45 * @hide This class is not part of the Android public SDK API
55 // In these countries, if extra digits are added to an emergency number, it no longer connects
65 * @hide This class is not part of the Android public SDK API*/
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}.
102 * non-geographical country calling codes, the region code 001 is returned. Also, in the case
103 * of no region code being found, an empty list is returned.
[all …]
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
50 …* our <a href="https://groups.google.com/forum/#!aboutgroup/libphonenumber-discuss">mailing list</…
53 * CLDR two-letter region-code format. These should be in upper-case. The list of the codes
62 // The minimum and maximum length of the national significant number.
69 // input from overflowing the regular-expression engine.
72 // Region-code for the unknown region.
78 // this is relevant is when determining the length of the national destination code, which should
84 // carrier indicator, and beyond that are geographically assigned: this carrier indicator is not
94 // fixed-line or mobile numbers, are not listed here, since we consider FIXED_LINE_OR_MOBILE to be
[all …]
H A DShortNumberInfo.java8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
43 * @author David Yonge-Mallo
53 // 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}.
99 * non-geographical country calling codes, the region code 001 is returned. Also, in the case
100 * of no region code being found, an empty list is returned.
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
[all …]
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts10 * @param file - the name of the file that is about to be loaded.
18 * Constructs a Color with the same API as CSS's rgba(), that is
19 * Internally, Colors are four unpremultiplied 32-bit floats: r, g, b, a.
23 * @param r - red value, clamped to [0, 255].
24 * @param g - green value, clamped to [0, 255].
25 * @param b - blue value, clamped to [0, 255].
26 * @param a - alpha value, from 0 to 1.0. By default is 1.0 (opaque).
28 Color(r: number, g: number, b: number, a?: number): Color;
31 * Construct a 4-float color. Float values are typically between 0.0 and 1.0.
32 * @param r - red value.
[all …]
/aosp_15_r20/packages/modules/Wifi/service/proto/src/
Dmetrics.proto8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
31 // Number of saved networks in the user profile.
34 // Number of open networks in the saved networks.
37 // Number of legacy personal networks.
40 // Number of legacy enterprise networks.
49 // Number of times user toggled wifi using the settings menu.
52 // Number of times user toggled wifi using the airplane menu.
55 // Number of networks added by the user.
58 // Number of networks added by applications.
[all …]
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dtokenized_string_decoding_test_data.py7 # https://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 # AUTOGENERATED - DO NOT EDIT
19 # pylint: disable=line-too-long
24 def TestCase(*args): # pylint: disable=invalid-name
38 TestCase("%s %-6s%s%s%s", "Intel 80586 toaster oven", b'\x05\x49\x6e\x74\x65\x6c\x05\x38\x30\x35\x3…
39 TestCase("%s %-6s%s%s%s", "Apple automatic pencil sharpener", b'\x05\x41\x70\x70\x6c\x65\x09\x61\x7…
41 # Zero-length strings
42 TestCase("%s-%s", "so-", b'\x02\x73\x6f\x00'),
43 TestCase("%s-%s", "-cool", b'\x00\x04\x63\x6f\x6f\x6c'),
[all …]
/aosp_15_r20/external/pigweed/pw_tokenizer/pw_tokenizer_private/
H A Dtokenized_string_decoding_test_data.h7 // https://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 // AUTOGENERATED - DO NOT EDIT
26 // clang-format off
38 TestCase("%s %-6s%s%s%s", "Intel 80586 toaster oven", "\x05\x49\x6e\x74\x65\x6c\x05\x38\x30\x35\x38…
39 TestCase("%s %-6s%s%s%s", "Apple automatic pencil sharpener", "\x05\x41\x70\x70\x6c\x65\x09\x61\x75…
41 // Zero-length strings
42 TestCase("%s-%s", "so-", "\x02\x73\x6f\x00"sv),
43 TestCase("%s-%s", "-cool", "\x00\x04\x63\x6f\x6f\x6c"sv),
80 TestCase("This is %d%% effective", "This is 1% effective", "\x02"sv),
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35 // This header is logically internal, but is made public because it is used
36 // from protocol-compiler-generated code, which may reside in other components.
57 // clang-format off
59 // clang-format on
91 // store these values, which is important to keep the layout of
95 // A function which, given an integer value, returns true if the number
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35 // This header is logically internal, but is made public because it is used
36 // from protocol-compiler-generated code, which may reside in other components.
57 // clang-format off
59 // clang-format on
91 // store these values, which is important to keep the layout of
95 // A function which, given an integer value, returns true if the number
[all …]
/aosp_15_r20/external/mesa3d/src/panfrost/perf/
H A DG72.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG71.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG68.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG78.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG57.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG77.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG76.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG52.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG31.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
H A DG51.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
6 Permission is hereby granted, free of charge, to any person obtaining a
11 Software is furnished to do so, subject to the following conditions:
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 -->
27 …unter="GPU_ACTIVE" title="GPU Cycles" name="GPU active" description="The number of cycles where th…
28 …"IRQ_ACTIVE" title="GPU Cycles" name="Interrupt active" description="The number of cycles where th…
29 …ounter="JS0_JOBS" title="GPU Jobs" name="Fragment jobs" description="The number of jobs processed …
[all …]
/aosp_15_r20/hardware/interfaces/radio/1.0/
H A DIRadio.hal8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
23 * This interface is used by telephony & telecom to talk to cellular radio.
42 * @param serial Serial number of request.
44 * Response function is IRadioResponse.getIccCardStatusResponse()
52 * @param serial Serial number of request.
56 * Response function is IRadioResponse.supplyIccPinForAppResponse()
64 * @param serial Serial number of request.
69 * Response function is IRadioResponse.supplyIccPukForAppResponse()
78 * @param serial Serial number of request.
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/common/
H A Dmetrics.proto7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
35 // Search absolute top impression share is the percentage of your Search ad
44 // This metric is reported only for the Display Network.
52 // number of served impressions.
59 // The number of times your ads are appearing on placements in positions
68 // divided by the number of ad interactions.
74 // The value of all conversions. When this column is selected with date, the
77 // https://support.google.com/google-ads/answer/9549009.
83 // biddable and non-biddable conversions. If your campaign has adopted the
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/common/
H A Dmetrics.proto7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
44 // This metric is reported only for the Display Network.
52 // number of served impressions.
59 // The number of times your ads are appearing on placements in positions
68 // divided by the number of ad interactions.
74 // The value of all conversions. When this column is selected with date, the
77 // https://support.google.com/google-ads/answer/9549009.
83 // biddable and non-biddable conversions. If your campaign has adopted the
86 // https://support.google.com/google-ads/answer/12080169 for more details.
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/common/
H A Dmetrics.proto7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
44 // This metric is reported only for the Display Network.
52 // number of served impressions.
59 // The number of times your ads are appearing on placements in positions
68 // divided by the number of ad interactions.
74 // The value of all conversions. When this column is selected with date, the
77 // https://support.google.com/google-ads/answer/9549009.
83 // biddable and non-biddable conversions. If your campaign has adopted the
86 // https://support.google.com/google-ads/answer/12080169 for more details.
[all …]
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
58 * Various utilities for dealing with phone number strings.
70 * The BCD extended type used to determine the extended char for the digit which is greater than
78 * The BCD extended type used to determine the extended char for the digit which is greater than
81 * see TS 24.008 section 10.5.4.7 Called party BCD number
88 * (See "What is a phone number?" doc)
89 * 'p' --- GSM pause character, same as comma
90 * 'n' --- GSM wild character
91 * 'w' --- GSM wait character
[all …]

12345678910>>...58