Home
last modified time | relevance | path

Searched defs:dex (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/misc/math/float/
Dthread_code.c154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal()
168 static void compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, in compute_atan2_hypot()
181 static void compute_modf(TH_DATA * th_data, double *din, double *dex, in compute_modf()
210 static void compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, in compute_fmod_pow()
224 static void compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, in compute_frexp_lgamma()
256 static void compute_ldexp(TH_DATA * th_data, double *din, double *dex, in compute_ldexp()
281 double *din, *dex, *dex2 = NULL; in thread_code() local
/external/vogar/src/vogar/android/
DInstallApkTask.java54 File dex = createDex(action, jar); in execute() local
66 File dex = run.localFile(action, "classes.dex"); in createDex() local
80 private File createApk (Action action, File dex) { in createApk()
DAndroidSdk.java335 public void dex(boolean multidex, File output, File outputTempDir, in dex() method in AndroidSdk
528 public void addToApk(File apk, File dex) { in addToApk()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/inline/
DInlineFileDownloaderTest.java97 DownloadException dex = (DownloadException) ex.getCause(); in startDownloading_whenNonInlineFileSchemeGiven_fails() local
120 DownloadException dex = (DownloadException) ex.getCause(); in startDownloading_whenCopyFails_fails() local
/external/bazelbuild-rules_android/src/tools/ak/dex/
Ddex.go16 package dex package
190 func dex(in, out string) error { func
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DImportFilesIntegrationTest.java571 DownloadException dex = (DownloadException) ex.getCause(); in importFiles_toNonExistentDataFileGroup_fails() local
610 DownloadException dex = (DownloadException) ex.getCause(); in importFiles_whenMismatchedVersion_failToImport() local
678 DownloadException dex = (DownloadException) aex.getFailures().get(0); in importFiles_whenImportFails_doesNotWriteUpdatedMetadata() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DZipDexContainer.java104 DexBackedDexFile dex = new DexBackedDexFile(opcodes, buf, 0, true, offset); in getEntries() local
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DSharedFileManagerTest.java371 DownloadException dex = (DownloadException) ex.getCause(); in testStartImport_whenUnreservedEntry_throws() local
392 DownloadException dex = (DownloadException) ex.getCause(); in testStartImport_whenNotInlineFileUrlScheme_throws() local
487 DownloadException dex = (DownloadException) ex.getCause(); in testStartDownload_whenInlineFileUrlScheme_fails() local
DFileGroupManagerTest.java2280 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenExistingGroupDoesNotExist_fails() local
2319 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenExistingPendingGroupDoesNotMatchIdentifiers_fails() local
2359 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenExistingDownloadedGroupDoesNotMatchIdentifiers_fails() local
2403 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenBuildIdDoesNotMatch_fails() local
2447 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenVariantIdDoesNotMatch_fails() local
2501 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenCustomPropertyDoesNotMatch_whenDueToMismatch_fails() local
2552 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenCustomPropertyDoesNotMatch_whenDueToBeingAbsent_fails() local
2606 DownloadException dex = (DownloadException) ex.getCause(); in testImportFilesIntoFileGroup_whenUnableToReserveNewFiles_fails() local
3094 DownloadException dex = (DownloadException) aex.getFailures().get(0); in testImportFilesIntoFileGroups_whenFileSourceNotProvided_fails() local
3177 DownloadException dex = (DownloadException) aex.getFailures().get(0); in testImportFilesIntoFileGroup_whenImportFails_preventsMetadataUpdate() local
/external/toybox/lib/
Dargs.c104 unsigned long long dex[3]; // bits to disable/enable/exclude in toys.optflags member
/external/cronet/stable/build/android/
Dconvert_dex_profile.py355 def ProcessProguardMapping(proguard_mapping_lines, dex): argument
/external/cronet/tot/build/android/
Dconvert_dex_profile.py355 def ProcessProguardMapping(proguard_mapping_lines, dex): argument
/external/angle/build/android/
Dconvert_dex_profile.py355 def ProcessProguardMapping(proguard_mapping_lines, dex): argument
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DOffroad2FileDownloaderTest.java377 DownloadException dex = (DownloadException) exception.getCause(); in testStartDownloading_failed() local