Home
last modified time | relevance | path

Searched full:mdn (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/pigweed/seed/
H A D0130.rst163 sites that are widely renowned for being helpful and easy to use: `MDN`_ and
171 MDN are frequently mentioned. Other docs sites are sometimes mentioned, but not
172 as consistently as Stripe and MDN.
174 Another factor is scope. Stripe has ~20 products. MDN documents the entire
178 face similar challenges. In other words, Stripe and MDN have already thought
182 of MDN and Stripe *contribute* to their reputations of being helpful and
188 Stripe, MDN, and Pigweed place key UI elements:
192 .. _typical MDN doc: https://storage.googleapis.com/pigweed-media/seeds/theme/mdn2.png
200 .. figure:: https://storage.googleapis.com/pigweed-media/seeds/theme/mdn-layout.png
202 Layout of a `typical MDN doc`_
[all …]
/aosp_15_r20/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
H A DContactNumberUtils.java319 String mdn = null; in addAreaCode() local
322 mdn = tm.getLine1Number(); in addAreaCode()
324 if ((mdn == null) || (mdn.length() == 0) || mdn.startsWith("00000")) { in addAreaCode()
328 mdn = PhoneNumberUtils.stripSeparators(mdn); in addAreaCode()
329 if (mdn.length() >= NUMBER_LENGTH_NORMAL) { in addAreaCode()
330 mdn = mdn.substring(mdn.length() - NUMBER_LENGTH_NORMAL); in addAreaCode()
332 mdn = mdn.substring(0, 3); in addAreaCode()
334 number = mdn + number; in addAreaCode()
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodem_cdma.py35 mdn='5555555555', argument
41 self._mdn = mdn
45 def mdn(self): member in ModemCdma.CdmaNetwork
136 props['OwnNumbers'] = [self.home_network.mdn]
176 including "mdn" and "min".
198 activation state chage, including "mdn" and "min".
235 status_changes['mdn'] = [self.home_network.mdn]
236 self.Set(mm1_constants.I_MODEM, 'OwnNumbers', status_changes['mdn'])
/aosp_15_r20/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DCapabilityPolling.java359 String mdn = getLine1Number(); in publishStateChanged() local
360 pref.setLine1Number(mdn); in publishStateChanged()
783 String mdn = getLine1Number(); in setDefaultSubscriberIds() local
785 if (TextUtils.isEmpty(mdn) && TextUtils.isEmpty(subscriberId)) { in setDefaultSubscriberIds()
790 if (TextUtils.isEmpty(mdn) || PhoneNumberUtils.compare(mdn_old, mdn)) { in setDefaultSubscriberIds()
874 String mdn = telephony.getLine1Number(); in getLine1Number() local
876 if ((mdn == null) || (mdn.length() == 0) || mdn.startsWith("00000")) { in getLine1Number()
880 logger.print("getLine1Number: " + mdn); in getLine1Number()
881 return mdn; in getLine1Number()
H A DEABDbUtil.java384 public static boolean validateEligibleContact(Context context, String mdn) { in validateEligibleContact() argument
386 if (null == mdn) { in validateEligibleContact()
387 logger.debug("validateEligibleContact - mdn is null."); in validateEligibleContact()
391 mdbList.add(mdn); in validateEligibleContact()
403 public static String formatNumber(String mdn) { in formatNumber() argument
404 logger.debug("Enter FormatNumber - mdn : " + mdn); in formatNumber()
406 return mNumberUtils.format(mdn); in formatNumber()
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/response/
Dredirect.rs30 /// Create a new [`Redirect`] that uses a [`303 See Other`][mdn] status code.
42 /// [mdn]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/303
47 /// Create a new [`Redirect`] that uses a [`307 Temporary Redirect`][mdn] status code.
56 /// [mdn]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307
61 /// Create a new [`Redirect`] that uses a [`308 Permanent Redirect`][mdn] status code.
67 /// [mdn]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/308
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java228 if (!TextUtils.isEmpty(dsReplacement) && dsReplacement.endsWith("MDN")) { in convertNumberIfNecessary()
229 String mdn = phone.getLine1Number(); in convertNumberIfNecessary() local
230 if (!TextUtils.isEmpty(mdn)) { in convertNumberIfNecessary()
231 if (mdn.startsWith("+")) { in convertNumberIfNecessary()
232 outNumber = mdn; in convertNumberIfNecessary()
235 + mdn; in convertNumberIfNecessary()
DSimResponse.java162 * @param mdn MDN if CDMA subscription is available
170 public void getCdmaSubscriptionResponse(RadioResponseInfo responseInfo, String mdn, in getCdmaSubscriptionResponse() argument
173 HAL_SERVICE_SIM, mRil, responseInfo, mdn, hSid, hNid, min, prl); in getCdmaSubscriptionResponse()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sim/
DSimListDialogFragment.java249 // An MDN is considered not provisioned if it's empty or all 0's
250 private boolean isMdnProvisioned(String mdn) { in isMdnProvisioned() argument
251 return !(TextUtils.isEmpty(mdn) || mdn.matches("[\\D0]+")); in isMdnProvisioned()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp285 void parse(MDNode *MDN) { in parse()
286 assert(MDN->getNumOperands() == 3); in parse()
287 MDString *DIFilename = cast<MDString>(MDN->getOperand(0)); in parse()
290 mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue(); in parse()
292 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue(); in parse()
319 for (auto MDN : Globals->operands()) { in init() local
321 assert(MDN->getNumOperands() == 5); in init()
322 auto *GV = mdconst::extract_or_null<GlobalVariable>(MDN->getOperand(0)); in init()
328 if (auto *Loc = cast_or_null<MDNode>(MDN->getOperand(1))) in init()
330 if (auto *Name = cast_or_null<MDString>(MDN->getOperand(2))) in init()
[all …]
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
H A DSETId.java185 $Mdn(Asn1Tag.fromClassAndNumber(2, 1),
494 return !hasExtensionValue() && Select.$Mdn == selection; in isMdn()
503 throw new IllegalStateException("SETId value not a Mdn"); in getMdn()
509 selection = Select.$Mdn; in setMdn()
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py299 mdn='0000001234', argument
310 mdn: string, the mobile directory number.
321 self.mdn = mdn
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.sim-V4-java-source/gen/android/hardware/radio/sim/
DIRadioSimResponse.java124 * @param mdn MDN if CDMA subscription is available
148 …onResponse(android.hardware.radio.RadioResponseInfo info, java.lang.String mdn, java.lang.String h… in getCdmaSubscriptionResponse() argument
1321 * @param mdn MDN if CDMA subscription is available
1345 …onResponse(android.hardware.radio.RadioResponseInfo info, java.lang.String mdn, java.lang.String h… in getCdmaSubscriptionResponse() argument
1351 _data.writeString(mdn); in getCdmaSubscriptionResponse()
2453 * @param mdn MDN if CDMA subscription is available
2478 …onResponse(android.hardware.radio.RadioResponseInfo info, java.lang.String mdn, java.lang.String h… in getCdmaSubscriptionResponse() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp582 if (auto *MDN = dyn_cast_or_null<MDNode>(I)) in traverse() local
583 if (!Opened.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) && in traverse()
584 !isa<DICompileUnit>(MDN)) in traverse()
585 ToVisit.push_back(MDN); in traverse()
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
H A DThirdPartyID.java276 $Mdn(Asn1Tag.fromClassAndNumber(2, 6),
1092 return !hasExtensionValue() && Select.$Mdn == selection; in isMdn()
1101 throw new IllegalStateException("ThirdPartyID value not a Mdn"); in getMdn()
1107 selection = Select.$Mdn; in setMdn()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp39 auto MDN = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
40 if (MDN && MDN->getNumOperands()) { in readFromIR()
41 if (auto MDS = dyn_cast<MDString>(MDN->getOperand(0))) in readFromIR()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1114 void LocationMetadata::parse(MDNode *MDN) { in parse() argument
1115 assert(MDN->getNumOperands() == 3); in parse()
1116 MDString *DIFilename = cast<MDString>(MDN->getOperand(0)); in parse()
1118 LineNo = mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue(); in parse()
1120 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue(); in parse()
1130 for (auto MDN : Globals->operands()) { in GlobalsMetadata() local
1132 assert(MDN->getNumOperands() == 5); in GlobalsMetadata()
1133 auto *V = mdconst::extract_or_null<Constant>(MDN->getOperand(0)); in GlobalsMetadata()
1144 if (auto *Loc = cast_or_null<MDNode>(MDN->getOperand(1))) in GlobalsMetadata()
1146 if (auto *Name = cast_or_null<MDString>(MDN->getOperand(2))) in GlobalsMetadata()
[all …]
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
H A DIRadioSimResponse.aidl126 * @param mdn MDN if CDMA subscription is available
150 void getCdmaSubscriptionResponse(in RadioResponseInfo info, in String mdn, in String hSid, in getCdmaSubscriptionResponse() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp37 auto MDN = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
38 if (MDN && MDN->getNumOperands()) { in readFromIR()
39 if (auto MDS = dyn_cast<MDString>(MDN->getOperand(0))) in readFromIR()
/aosp_15_r20/packages/apps/CarrierConfig/assets/
Dcarrier_config_carrierid_2032_Xfinity-Mobile.xml70 …<string name="httpParams">x-up-calling-line-id: 1##LINE1NOCOUNTRYCODE##|X-VzW-MDN: 1##LINE1NOCOUNT…
101 <item value="*86:+1MDN"/>
Dcarrier_config_carrierid_2556_Xfinity_Mobile.xml69 …<string name="httpParams">x-up-calling-line-id:1##LINE1NOCOUNTRYCODE##|X-VzW-MDN: 1##LINE1NOCOUNTR…
100 <item value="*86:+1MDN"/>
Dcarrier_config_carrierid_1839_Verizon-Wireless.xml75 …<string name="httpParams">x-up-calling-line-id: 1##LINE1NOCOUNTRYCODE##|X-VzW-MDN: 1##LINE1NOCOUNT…
106 <item value="*86:+1MDN"/>
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfo.cpp721 if (auto *MDN = dyn_cast_or_null<MDNode>(I)) in traverse() local
722 if (!Opened.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) && in traverse()
723 !isa<DICompileUnit>(MDN)) in traverse()
724 ToVisit.push_back(MDN); in traverse()
/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Damdfwtool.h388 /* Starting MDN fw_id is populated instead of fw_type. */
395 /* Starting MDN fw_id is populated instead of fw_type. fw_type will still be around
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
H A DRadioResponse-sim.cpp85 const V1_0::RadioResponseInfo& info, const hidl_string& mdn, const hidl_string& hSid, in getCDMASubscriptionResponse() argument
88 simCb()->getCdmaSubscriptionResponse(toAidl(info), mdn, hSid, hNid, min, prl); in getCDMASubscriptionResponse()

12345678910>>...22