Home
last modified time | relevance | path

Searched refs:tel (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm-project/lld/test/ELF/
Dmips-micro-jal.s21 # 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 \
Dmips-micro-relocs.s23 # 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
Dmips-micror6-relocs.s19 # 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/
Dtstnrapi.cpp59 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/
Devdev-xkbcommon13 // 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 …]
Devdev14 // 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 …]
Dbase14 // 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/
Dgalaxy-tab-3-7.0.log72 ro.tel.config.path=/system/etc/tel/
Dzenfone-2e.log100 persist.tel.lteOnGsmDevice=true
118 persist.tel.hot_swap.support=true
Dzenfone-c.log82 persist.tel.hot_swap.support=true
Dzenfone-2.log72 persist.tel.hot_swap.support=true
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst526 >>> 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/
Ddatastructures.rst572 >>> 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/
Dfax-job.test22 MEMBER uri destination-uri tel:4055551212
/external/icu/icu4c/source/data/brkitr/
Dpt.txt130 "tel.",
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java647 public void setTelephoneSubscriber(TelephoneNumber tel) { in setTelephoneSubscriber() argument
648 telephoneSubscriber = tel; in setTelephoneSubscriber()
/external/icu/icu4c/source/data/lang/
Dku.txt205 te{"telûgûyî"}
Dis.txt469 te{"telúgú"}
599 Telu{"telúgú"}
/external/libxkbcommon/test/data/symbols/
Dil275 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/
DBasicTest.java1464 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/
DBasicTest.java1467 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/
Des.txt247 "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/
Dmeta-vladimir.txt256 http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252
/external/ppp/pppd/
DNOTICE222 Ce logiciel est fourni tel quel sans aucune garantie,
/external/cldr/common/testData/transforms/
Dfa-fonipa-t-fa.txt1696 اِخْتِلافِ eχtelɒːfe
1908 اِخْتِلافْ eχtelɒːf
2405 اِئْتِلافِ eiːtelɒːfe

123