Searched refs:api (Results 1 - 7 of 7) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DDexFormat.java119 int api = magicToApi(magic);
120 return api == API_NO_EXTENDED_OPCODES || api == API_CURRENT;
H A DTableOfContents.java167 public void writeHeader(Dex.Section out, int api) throws IOException { argument
168 out.write(DexFormat.apiToMagic(api).getBytes("UTF-8"));
/libcore/dom/src/test/java/tests/api/org/w3c/dom/
H A DAllTests_Level2.java17 package tests.api.org.w3c.dom;
H A DAllTests_Level1.java17 package tests.api.org.w3c.dom;
/libcore/benchmarks/src/benchmarks/regression/
H A DParseBenchmark.java45 @Param Api api; field in class:ParseBenchmark
94 text = resourceToString("/" + document.name() + "." + api.extension);
95 parser = api.newParser();
/libcore/benchmarks/
H A DAndroid.mk27 caliper-api-target \
/libcore/
H A DJavaLibrary.mk347 LOCAL_JAVA_LIBRARIES := core-oj-hostdex core-libart-hostdex core-lambda-stubs-hostdex okhttp-hostdex bouncycastle-hostdex core-junit-hostdex core-tests-support-hostdex mockito-api-hostdex

Completed in 151 milliseconds