/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 522 sg_decode_transportid_str(const char * lip, unsigned char * bp, int bplen, in sg_decode_transportid_str() argument 535 if (NULL == lip) in sg_decode_transportid_str() 536 lip = ""; in sg_decode_transportid_str() 543 "multiple of 4 [length=%d]:\n", lip, blen); in sg_decode_transportid_str() 546 lip); in sg_decode_transportid_str() 553 n += scnpr(b + n, blen - n, "%s FCP-2 World Wide Name:\n", lip); in sg_decode_transportid_str() 556 "%d]\n", lip, tpid_format); in sg_decode_transportid_str() 557 n += hex2str(bp + 8, 8, lip, 1, blen - n, b + n); in sg_decode_transportid_str() 562 "address: 0x%x\n", lip, sg_get_unaligned_be16(bp + 2)); in sg_decode_transportid_str() 565 "%d]\n", lip, tpid_format); in sg_decode_transportid_str() [all …]
|
/external/ltp/testcases/lib/ |
D | tst_net_vars.c | 516 struct in_addr lip, rip; in get_ipv4_info() local 522 get_in_addr(lip_str, &lip); in get_ipv4_info() 525 vars.ipv4_lbroadcast = get_ipv4_broadcast(lip, lprefix); in get_ipv4_info() 531 vars.ipv4_lnetwork = get_ipv4_network(lip.s_addr, lprefix_round); in get_ipv4_info() 537 vars.ipv4_net16_unused = get_ipv4_net16_unused(&lip, lprefix_round); in get_ipv4_info() 543 struct in6_addr lip, rip; in get_ipv6_info() local 549 get_in6_addr(lip_str, &lip); in get_ipv6_info() 555 vars.ipv6_lnetwork = get_ipv6_network(lip.s6_addr, lprefix_round); in get_ipv6_info() 561 vars.ipv6_net32_unused = get_ipv6_net32_unused(&lip, lprefix_round); in get_ipv6_info()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipStackImpl.java | 1092 ListeningPointImpl lip = (ListeningPointImpl) listeningPoints.get(key); in createListeningPoint() local 1093 if (lip != null) { in createListeningPoint() 1094 return lip; in createListeningPoint() 1106 lip = new ListeningPointImpl(this, port, transport); in createListeningPoint() 1107 lip.messageProcessor = messageProcessor; in createListeningPoint() 1108 messageProcessor.setListeningPoint(lip); in createListeningPoint() 1109 this.listeningPoints.put(key, lip); in createListeningPoint() 1112 return (ListeningPoint) lip; in createListeningPoint() 1156 ListeningPointImpl lip = (ListeningPointImpl) listeningPoint; in deleteListeningPoint() local 1158 super.removeMessageProcessor(lip.messageProcessor); in deleteListeningPoint() [all …]
|
D | ListeningPointImpl.java | 145 ListeningPointImpl lip = in clone() local 147 lip.sipStack = this.sipStack; in clone() 148 return lip; in clone()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | FlexibleDateTime.java | 179 LocaleIDParser lip = new LocaleIDParser(); field in FlexibleDateTime.LocaleIDFixer 190 String language = lip.set(fixedLocale).getLanguageScript(); in fixLocales() 248 LocaleIDParser lip = new LocaleIDParser(); field in FlexibleDateTime.DeprecatedCodeFixer 251 lip.set(locale); in fixLocale() 252 String territory = lip.getRegion(); in fixLocale() 255 lip.setRegion(replacement); in fixLocale() 257 locale = lip.toString(); in fixLocale()
|
D | CheckAttributeValues.java | 532 LocaleIDParser lip = new LocaleIDParser(); field in CheckAttributeValues.LocaleMatcher 550 lip.set((String) value); in matches() 551 String field = lip.getLanguage(); in matches() 553 field = lip.getScript(); in matches() 555 field = lip.getRegion(); in matches() 557 String[] fields = lip.getVariants(); in matches()
|
D | TestCLDRTests.java | 85 LocaleIDParser lip = new LocaleIDParser(); in TestAll() 88 return lip.set(source.toString()).getLanguageScript(); in TestAll()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | AttributeValueValidity.java | 161 final LocaleIDParser lip = new LocaleIDParser(); 166 String base = lip.set(language).getLanguage(); 699 final LocaleIDParser lip = new LocaleIDParser(); field in AttributeValueValidity.LocaleMatcher 712 lip.set((String) value); in matches() 713 String field = lip.getLanguage(); in matches() 720 field = lip.getScript(); in matches() 727 field = lip.getRegion(); in matches() 734 String[] fields = lip.getVariants(); in matches()
|
D | CLDRFile.java | 456 LocaleIDParser lip = new LocaleIDParser(); in write() local 457 lip.set(dataSource.getLocaleID()); in write() 458 identitySet.add(ldml_identity + "/language[@type=\"" + lip.getLanguage() + "\"]"); in write() 459 if (lip.getScript().length() != 0) { in write() 460 identitySet.add(ldml_identity + "/script[@type=\"" + lip.getScript() + "\"]"); in write() 462 if (lip.getRegion().length() != 0) { in write() 463 identitySet.add(ldml_identity + "/territory[@type=\"" + lip.getRegion() + "\"]"); in write() 465 String[] variants = lip.getVariants(); in write()
|
D | TestUtilities.java | 617 LocaleIDParser lip = new LocaleIDParser(); in checkLanguages() local 619 available.add(lip.set(it.next()).getLanguage()); in checkLanguages()
|
/external/toybox/toys/net/ |
D | netstat.c | 121 char lip[256], rip[256]; in show_ip() local 152 addr2str(nitems, &laddr, lport, lip, TT.wpad, label); in show_ip() 171 printf("%*.*s %*.*s ", -TT.wpad, TT.wpad, lip, -TT.wpad, TT.wpad, rip); in show_ip()
|
/external/icu/icu4c/source/data/region/ |
D | yav.txt | 115 LB{"lipáŋ"} 119 LR{"lipélia"} 124 LY{"lipíi"}
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 4915 uInt *lip, *rip; /* item pointers */ in decMultiplyOp() local 5031 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) in decMultiplyOp() 5032 for (p=0, *lip=0; p<FASTDIGS && count>0; in decMultiplyOp() 5034 *lip+=*cup*powers[p]; in decMultiplyOp() 5035 lmsi=lip-1; /* save -> msi */ in decMultiplyOp() 5065 for (lip=zlhi; lip<=lmsi; lip++, lp++) { /* over each item in lhs */ in decMultiplyOp() 5066 *lp+=(uLong)(*lip)*(*rip); /* [this should in-line] */ in decMultiplyOp()
|
/external/u-boot/doc/uImage.FIT/ |
D | howto.txt | 172 Linux version 2.4.25 (m8@hekate) (gcc version 4.0.0 (DENX ELDK 4.0 4.0.0)) #2 czw lip 5 17:56:18 CE…
|
/external/icu/icu4c/source/data/locales/ |
D | hr.txt | 938 "lip", 982 "lip",
|
D | pl.txt | 1116 "lip", 1160 "lip",
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.hyp.txt | 1350 lip-schitz 1351 lip-schitz-ian
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 826 囁>'[move lip when speaking]';
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 14133 下唇 < lower\-lip; 14134 上唇 < upper\-lip; 17100 㗃 < the\-lip; 30885 下唇 > lower\-lip; 30887 上唇 > upper\-lip; 48913 㗃 > the\-lip;
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 2767 There was a pretty redness in his lip,
|
D | plrabn12.txt | 1488 The lip of Tantalus. Thus roving on 3187 That shed Mayflowers; and pressed her matron lip 6239 With conjugal caresses: from his lip
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 2920 $x{polypeptide}$x → pɑlipɛptɑɪd ; # pɑlɪpɛptɑɪd 11769 $x{phillipe}$x → fəlip ; # fɪlɑɪp 12442 $x{lollipop → lɑlipɑp ; # lɑlɪpɑp 16510 $x{leopold → liəpold ; # lipɑld 16511 $x{leopard → lɛpərd ; # lipɑrd 20243 $x{lipari → lipɑri ; # lɪpɑri 20925 $x{felipe}$x → fəlip ; # fɛlɑɪp 23146 $x{leper → lɛpər ; # lipər
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 13025 2lip
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 13025 2lip
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 3756 lip Sekpele Sekpele
|