/external/llvm-project/lld/test/ELF/ |
D | mips-micro-jal.s | 21 # RUN: ld.lld -shared -soname=tel.so -o %tel.so %t1el.o 24 # RUN: ld.lld --script %t.script -o %tel.exe %t2el.o %tel.so 25 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %tel.exe \ 27 # RUN: llvm-readelf -A %tel.exe | FileCheck --check-prefix=PLT %s 40 # RUN: ld.lld -shared -soname=tel.so -o %tel.so %t1el.o 43 # RUN: ld.lld --script %t.script -o %tel.exe %t2el.o %tel.so 44 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %tel.exe \
|
D | mips-micro-relocs.s | 23 # RUN: ld.lld -o %tel.exe -script %t.script %t1el.o %t2el.o 24 # RUN: llvm-objdump -d -t -s --mattr=micromips --no-show-raw-insn %tel.exe \ 26 # RUN: llvm-readelf -h %tel.exe | FileCheck --check-prefix=ELF %s
|
D | mips-micror6-relocs.s | 19 # RUN: ld.lld -o %tel.exe -script %t.script %t1el.o %t2el.o 20 # RUN: llvm-objdump -d -t --mattr=micromips --no-show-raw-insn %tel.exe \
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnrapi.cpp | 59 UnicodeString tel, nfkc, nfkd; in TestNormalizerAPI() local 60 tel=UnicodeString(1, (UChar32)0x2121, 10); in TestNormalizerAPI() 61 tel.insert(1, (UChar)0x301); in TestNormalizerAPI() 64 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode); in TestNormalizerAPI() 65 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI()
|
/external/libxkbcommon/test/data/rules/ |
D | evdev-xkbcommon | 13 // ru scc sy syr tel th tj tam ua uz 208 * tel basic = pc+in(tel) 241 * tel = pc+in(tel) 290 * tel(basic) = pc+in(tel) 360 * tel = pc+in(tel) 409 * tel(basic) = pc+in(tel) 475 * tel basic = pc+in(tel) 504 * tel = +in(tel):2 553 * tel(basic) = +in(tel):2 585 * tel = +in(tel):3 [all …]
|
D | evdev | 14 // ori pk ru scc sy syr tel th tj tam ua uz 196 * tel basic = pc+in(tel) 229 * tel = pc+in(tel) 278 * tel(basic) = pc+in(tel) 344 * tel = pc+in(tel) 393 * tel(basic) = pc+in(tel) 459 * tel basic = pc+in(tel) 487 * tel = +in(tel):2 536 * tel(basic) = +in(tel):2 568 * tel = +in(tel):3 [all …]
|
D | base | 14 // ori pk ru scc sy syr tel th tj tam ua uz 258 * tel basic = pc+in(tel) 291 * tel = pc+in(tel) 340 * tel(basic) = pc+in(tel) 406 * tel = pc+in(tel) 455 * tel(basic) = pc+in(tel) 521 * tel basic = pc+in(tel) 549 * tel = +in(tel):2 598 * tel(basic) = +in(tel):2 630 * tel = +in(tel):3 [all …]
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-tab-3-7.0.log | 72 ro.tel.config.path=/system/etc/tel/
|
D | zenfone-2e.log | 100 persist.tel.lteOnGsmDevice=true 118 persist.tel.hot_swap.support=true
|
D | zenfone-c.log | 82 persist.tel.hot_swap.support=true
|
D | zenfone-2.log | 72 persist.tel.hot_swap.support=true
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 526 >>> tel = {'jack': 4098, 'sape': 4139} 527 >>> tel['guido'] = 4127 528 >>> tel 530 >>> tel['jack'] 532 >>> del tel['sape'] 533 >>> tel['irv'] = 4127 534 >>> tel 536 >>> list(tel) 538 >>> sorted(tel) 540 >>> 'guido' in tel [all …]
|
/external/python/cpython2/Doc/tutorial/ |
D | datastructures.rst | 572 >>> tel = {'jack': 4098, 'sape': 4139} 573 >>> tel['guido'] = 4127 574 >>> tel 576 >>> tel['jack'] 578 >>> del tel['sape'] 579 >>> tel['irv'] = 4127 580 >>> tel 582 >>> tel.keys() 584 >>> 'guido' in tel
|
/external/libcups/examples/ |
D | fax-job.test | 22 MEMBER uri destination-uri tel:4055551212
|
/external/icu/icu4c/source/data/brkitr/ |
D | pt.txt | 130 "tel.",
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | SipUri.java | 647 public void setTelephoneSubscriber(TelephoneNumber tel) { in setTelephoneSubscriber() argument 648 telephoneSubscriber = tel; in setTelephoneSubscriber()
|
/external/icu/icu4c/source/data/lang/ |
D | ku.txt | 205 te{"telûgûyî"}
|
D | is.txt | 469 te{"telúgú"} 599 Telu{"telúgú"}
|
/external/libxkbcommon/test/data/symbols/ |
D | il | 275 key <AE04> { [ 4, U059C, U05A5, U05A0 ] }; //4, geresh merkha tel. gedola 276 key <AE05> { [ 5, U059E, U05A6, U05A9 ] }; //5, gershayim mer. kefula tel qetana
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 1464 StringBuffer tel; in TestNormalizerAPI() local 1466 tel=new StringBuffer("\u2121\u2121\u2121\u2121\u2121\u2121\u2121\u2121\u2121\u2121"); in TestNormalizerAPI() 1467 tel.insert(1,(char)0x0301); in TestNormalizerAPI() 1469 nfkc=Normalizer.compose(tel.toString(), true); in TestNormalizerAPI() 1470 nfkd=Normalizer.decompose(tel.toString(), true); in TestNormalizerAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 1467 StringBuffer tel; in TestNormalizerAPI() local 1469 tel=new StringBuffer("\u2121\u2121\u2121\u2121\u2121\u2121\u2121\u2121\u2121\u2121"); in TestNormalizerAPI() 1470 tel.insert(1,(char)0x0301); in TestNormalizerAPI() 1472 nfkc=Normalizer.compose(tel.toString(), true); in TestNormalizerAPI() 1473 nfkd=Normalizer.decompose(tel.toString(), true); in TestNormalizerAPI()
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 247 "No se te ocurra usar el teléfono para llamar a los bomberos. Estoy en lo mejor de un download!!! 367 "Técnico por teléfono: Inserte el disco 3. Usuario: No cabe, ya metí dos, no entran más.
|
/external/python/cpython2/Demo/metaclasses/ |
D | meta-vladimir.txt | 256 http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252
|
/external/ppp/pppd/ |
D | NOTICE | 222 Ce logiciel est fourni tel quel sans aucune garantie,
|
/external/cldr/common/testData/transforms/ |
D | fa-fonipa-t-fa.txt | 1696 اِخْتِلافِ eχtelɒːfe 1908 اِخْتِلافْ eχtelɒːf 2405 اِئْتِلافِ eiːtelɒːfe
|