Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/art/tools/hiddenapi/
H A Dhiddenapi_test.cc270 ScratchFile dex, flags_csv; in TEST_F() local
281 ScratchFile dex, flags_csv; in TEST_F() local
292 ScratchFile dex, flags_csv; in TEST_F() local
303 ScratchFile dex, flags_csv; in TEST_F() local
314 ScratchFile dex, flags_csv; in TEST_F() local
323 ScratchFile dex, flags_csv; in TEST_F() local
332 ScratchFile dex, flags_csv; in TEST_F() local
341 ScratchFile dex, flags_csv; in TEST_F() local
352 ScratchFile dex, flags_csv; in TEST_F() local
363 ScratchFile dex, flags_csv; in TEST_F() local
[all …]
/aosp_15_r20/external/ltp/testcases/misc/math/float/
H A 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
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java35 private final Dex dex; field in FindUsages
44 public FindUsages(final Dex dex, String declaredBy, String memberName, final PrintWriter out) { in FindUsages()
156 private Set<Integer> getFieldIds(Dex dex, Set<Integer> memberNameIndexes, int declaringType) { in getFieldIds()
173 private Set<Integer> getMethodIds(Dex dex, Set<Integer> memberNameIndexes, int declaringType) { in getMethodIds()
191 private Set<Integer> findAssignableTypes(Dex dex, int typeIndex) { in findAssignableTypes()
/aosp_15_r20/external/dexmaker/lib/
HDdalvik-dx-9.0.0_r3.jar ... ssa/back/ com/android/dx/dex/ com/android/dx/dex/file ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/apkparser/analyzer/
HDanalyzer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java32 private final Dex dex; field in Grep
42 public Grep(final Dex dex, Pattern pattern, final PrintWriter out) { in Grep()
120 private Set<Integer> getStringIds(Dex dex, Pattern pattern) { in getStringIds()
/aosp_15_r20/external/vogar/src/vogar/android/
H A 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()
/aosp_15_r20/frameworks/multidex/library/src/androidx/multidex/
H A DMultiDex.java595 Object newInstance(File file, DexFile dex) in newInstance()
614 public Object newInstance(File file, DexFile dex) in newInstance()
637 public Object newInstance(File file, DexFile dex) in newInstance()
660 public Object newInstance(File file, DexFile dex) in newInstance()
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc69 const DexFile* dex, in GetMethod()
748 const DexFile* dex = BuildDex(location, /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local
752 const DexFile* dex = BuildDex("-1", /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local
761 const DexFile* dex = BuildDex(location, /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local
765 const DexFile* dex = BuildDex("-1", /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local
853 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
964 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
992 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
1018 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
1466 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
H A Dprofile_boot_info_test.cc48 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
97 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
/aosp_15_r20/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
H A DJvmtiRedefineClassesTest.java63 public RedefineError(int err, Class<?> klass, byte[] dex) { in RedefineError()
773 private static native int redefineClass(Class<?> target, byte[] dex); in redefineClass()
785 private static void pushTransformationResult(Class<?> target, byte[] dex) { in pushTransformationResult()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
H A 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
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DCallSiteId.java27 private final Dex dex; field in CallSiteId
30 public CallSiteId(Dex dex, int offset) { in CallSiteId()
H A DTypeList.java25 private final Dex dex; field in TypeList
28 public TypeList(Dex dex, short[] types) { in TypeList()
H A DAnnotation.java25 private final Dex dex; field in Annotation
29 public Annotation(Dex dex, byte visibility, EncodedValue encodedAnnotation) { in Annotation()
H A DFieldId.java22 private final Dex dex; field in FieldId
27 public FieldId(Dex dex, int declaringClassIndex, int typeIndex, int nameIndex) { in FieldId()
H A DProtoId.java22 private final Dex dex; field in ProtoId
27 public ProtoId(Dex dex, int shortyIndex, int returnTypeIndex, int parametersOffset) { in ProtoId()
H A DMethodId.java22 private final Dex dex; field in MethodId
27 public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex) { in MethodId()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc1252 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDeps")); in TEST_F() local
1273 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MyClassNatives")); in TEST_F() local
1301 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MainUncompressedAligned")); in TEST_F() local
1416 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
1655 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&](DexFile* dex) { in TEST_F()
1762 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDepsMulti")); in TEST_F() local
1796 temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&](DexFile* dex) { in TEST_F()
1990 std::unique_ptr<const DexFile> dex(OpenTestDexFile("LinkageTest")); in TEST_F() local
2009 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
/aosp_15_r20/art/runtime/
H A Ddex_reference_collection.h48 void AddReference(const DexFile* dex, IndexType index) { in AddReference()
70 ALWAYS_INLINE IndexVector* GetOrInsertVector(const DexFile* dex) { in GetOrInsertVector()
H A Dclass_loader_context_test.cc711 for (auto& dex : compilation_sources_raw) { in TEST_F() local
785 for (auto& dex : classpath_dex_b) { in TEST_F() local
788 for (auto& dex : compilation_sources_raw) { in TEST_F() local
853 for (auto& dex : classpath_dex_b) { in TEST_F() local
856 for (auto& dex : compilation_sources_raw) { in TEST_F() local
940 for (auto& dex : compilation_sources_raw) { in TEST_F() local
1039 for (auto& dex : compilation_sources_raw) { in TEST_F() local
1153 for (auto& dex : compilation_sources_raw) { in TEST_F() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/merge/
H A DSortableType.java48 private final Dex dex; field in SortableType
53 public SortableType(Dex dex, IndexMap indexMap, ClassDef classDef) { in SortableType()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/inline/
H A DInlineFileDownloaderTest.java97 DownloadException dex = (DownloadException) ex.getCause(); in startDownloading_whenNonInlineFileSchemeGiven_fails() local
120 DownloadException dex = (DownloadException) ex.getCause(); in startDownloading_whenCopyFails_fails() local
/aosp_15_r20/art/libdexfile/dex/
H A Dcode_item_accessors_test.cc50 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(/*location_checksum=*/123, in CreateFakeDex() local
77 const uint16_t* insns) { in TEST()
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/dex/
H A Ddex.go16 package dex package
190 func dex(in, out string) error { func

12345678910>>...12