Home
last modified time | relevance | path

Searched refs:form (Results 1 – 9 of 9) sorted by relevance

/cts/tools/dasm/src/dasm/
DDopInfo.java22 import com.android.dx.dex.code.form.Form10t;
23 import com.android.dx.dex.code.form.Form10x;
24 import com.android.dx.dex.code.form.Form11n;
25 import com.android.dx.dex.code.form.Form11x;
26 import com.android.dx.dex.code.form.Form12x;
27 import com.android.dx.dex.code.form.Form20t;
28 import com.android.dx.dex.code.form.Form21c;
29 import com.android.dx.dex.code.form.Form21h;
30 import com.android.dx.dex.code.form.Form21s;
31 import com.android.dx.dex.code.form.Form21t;
[all …]
Dparser.cup439 // multiline form of field description
DDAsm.java32 import com.android.dx.dex.code.form.Form51l;
/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE16 * Redistributions in binary form must reproduce the above copyright notice,
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license24 * Redistributions in binary form must reproduce the above copyright notice,
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT28 * Redistributions in binary form must reproduce the above copyright notice,
DRationale72 obtain a copy in machine-readable form on floppy disk (MS-DOS or XENIX
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java617 for (Normalizer.Form form: forms) { in buildTestCharSequences()
618 normalizedStrings.add(Normalizer.normalize(testString, form)); in buildTestCharSequences()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1870 final String form = "<p><form><input type=\"text\" name=\"Test\"><br>" in testGetHitTestResult() local
1880 "<html><body>" + anchor + blankAnchor + form + tel + mailto + in testGetHitTestResult()