/external/ltp/testcases/misc/math/float/ |
D | thread_code.c | 154 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/ |
D | InstallApkTask.java | 54 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()
|
D | AndroidSdk.java | 335 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/ |
D | InlineFileDownloaderTest.java | 97 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/ |
D | dex.go | 16 package dex package 190 func dex(in, out string) error { func
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
D | ImportFilesIntegrationTest.java | 571 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/ |
D | ZipDexContainer.java | 104 DexBackedDexFile dex = new DexBackedDexFile(opcodes, buf, 0, true, offset); in getEntries() local
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/ |
D | SharedFileManagerTest.java | 371 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
|
D | FileGroupManagerTest.java | 2280 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/ |
D | args.c | 104 unsigned long long dex[3]; // bits to disable/enable/exclude in toys.optflags member
|
/external/cronet/stable/build/android/ |
D | convert_dex_profile.py | 355 def ProcessProguardMapping(proguard_mapping_lines, dex): argument
|
/external/cronet/tot/build/android/ |
D | convert_dex_profile.py | 355 def ProcessProguardMapping(proguard_mapping_lines, dex): argument
|
/external/angle/build/android/ |
D | convert_dex_profile.py | 355 def ProcessProguardMapping(proguard_mapping_lines, dex): argument
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/ |
D | Offroad2FileDownloaderTest.java | 377 DownloadException dex = (DownloadException) exception.getCause(); in testStartDownloading_failed() local
|