Home
last modified time | relevance | path

Searched full:pex (Results 1 – 25 of 33) sorted by relevance

12

/external/arm-trusted-firmware/tools/cert_create/src/
Dext.c109 * pex: OpenSSL extension pointer (output parameter)
209 * pex: OpenSSL extension pointer (output parameter)
246 * pex: OpenSSL extension pointer (output parameter)
/external/testng/src/main/java/org/testng/
DTimeBombSkipException.java191 catch(ParseException pex) { in initExpireDate()
192 throw new TestNGException("Cannot parse date:" + date + " using pattern: " + m_inFormat, pex); in initExpireDate()
209 catch(ParseException pex) { in isSkip()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py361 self.pex = RestrictedList() # Python exceptions for P.Decimal
630 err += "c_exceptions: %s\np_exceptions: %s\n" % (t.cex, t.pex)
703 pex = None
706 pex = e.__class__
722 t.pex.append(pex)
727 if cex is pex:
730 if cex and pex:
787 t.pex.append(None)
790 t.pex.append(e.__class__)
871 if t.cex != t.pex:
/external/cldr/exemplars/main/
Dpex.xml11 <language type="pex"/>
/external/rust/cxx/.devcontainer/
Dbuild.Dockerfile9 … -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java11.pex \
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveOutputStream.java470 final TarArchiveEntry pex = new TarArchiveEntry(name, in writePaxHeaders() local
472 transferModTime(entry, pex); in writePaxHeaders()
475 pex.setSize(data.length); in writePaxHeaders()
476 putArchiveEntry(pex); in writePaxHeaders()
/external/python/cpython3/Lib/test/
Dtest_yield_from.py346 def pex(e): function
350 pex(e)
352 pex(e)
354 pex(e)
/external/rust/cxx/.github/workflows/
Dci.yml67 …ps://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java11.pex # dev branch from 2…
/external/libabigail/tests/data/test-read-dwarf/
Dtest21-pr19092.so.abi1154 …<parameter type-id='type-id-131' name='pex' filepath='../.././gcc/collect2.c' line='1958' column='…
1445 …ts='1152' is-struct='yes' visibility='default' filepath='../.././libiberty/pex-common.h' line='54'…
1447 …ags' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='57'…
1450 …ame' type-id='type-id-15' visibility='default' filepath='../.././libiberty/pex-common.h' line='59'…
1453 …ase' type-id='type-id-15' visibility='default' filepath='../.././libiberty/pex-common.h' line='61'…
1456 …put' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='63'…
1459 …ame' type-id='type-id-51' visibility='default' filepath='../.././libiberty/pex-common.h' line='65'…
1462 …ted' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='67'…
1465 …ipe' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='69'…
1468 …unt' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='71'…
[all …]
/external/testng/src/main/java/org/testng/log4testng/
DLogger.java548 catch(IllegalArgumentException pEx) { in testDebugError()
626 catch(IllegalArgumentException pEx) { in testRootLoggerSetError()
678 catch(IllegalArgumentException pEx) { in testUserLoggerSetError()
/external/libabigail/tests/data/test-annotate/
Dtest21-pr19092.so.abi1911 …<parameter type-id='type-id-131' name='pex' filepath='../.././gcc/collect2.c' line='1958' column='…
2429 …ts='1152' is-struct='yes' visibility='default' filepath='../.././libiberty/pex-common.h' line='54'…
2432 …ags' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='57'…
2436 …ame' type-id='type-id-15' visibility='default' filepath='../.././libiberty/pex-common.h' line='59'…
2440 …ase' type-id='type-id-15' visibility='default' filepath='../.././libiberty/pex-common.h' line='61'…
2444 …put' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='63'…
2448 …ame' type-id='type-id-51' visibility='default' filepath='../.././libiberty/pex-common.h' line='65'…
2452 …ted' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='67'…
2456 …ipe' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='69'…
2460 …unt' type-id='type-id-18' visibility='default' filepath='../.././libiberty/pex-common.h' line='71'…
[all …]
/external/toybox/toys/pending/
Dfdisk.c1121 struct part_entry *pex = &partitions[ext_idx]; in verify_table() local
1122 sector_t e_last = swap_le32toh(pex->part->start4) + in verify_table()
1123 swap_le32toh(pex->part->size4) - 1; in verify_table()
/external/cldr/common/supplemental/
DlanguageGroup.xml82 …kr nlg nmb nmk nms nmt nnd npn nsn nss nsw nua nuw nwi olr omb onu ora pek pex pfa pgk pif piv piz…
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp1899 IEEEFloat PEx = P; in remainder() local
1900 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1908 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1913 // not want to `convert` again, so we just subtract PEx twice (which equals in remainder()
1915 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1917 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1920 cmpResult result = VEx.compare(PEx); in remainder()
/external/aac/libAACenc/src/
Dadj_thr.cpp2355 INT pex; in FDKaacEnc_bitresCalcBitFac() local
2383 pex = fMax(pe, adjThrChan->peMin); in FDKaacEnc_bitresCalcBitFac()
2384 pex = fMin(pex, adjThrChan->peMax); in FDKaacEnc_bitresCalcBitFac()
2394 slope = schur_div((pex - adjThrChan->peMin), in FDKaacEnc_bitresCalcBitFac()
/external/cldr/common/validity/
Dlanguage.xml388 pea~b ped~m peo~q pev pex~z
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt986 pex{"pex_Latn_ZZ"}
DlangInfo.txt1889 "pex","Latn","ZZ",
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt5958 4pex
/external/autotest/client/common_lib/
Dmagic.py601 [0, 'beshort', '=', 4112, 'PEX Binary Archive'],
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLocaleDataTables.java1046 {0xDC8F0000, 40}, // pex -> Latn
/external/hyphenation-patterns/de/
Dhyph-de-1996.pat.txt15743 2pex
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3.tab5178 pex I L Petats
Diso-639-3_Name_Index.tab5421 pex Petats Petats
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DentityToCode.tsv1063 http://www.wikidata.org/entity/Q3376353 pex

12