Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCube.java32 int one = 0x10000; in Cube() local
34 -one, -one, -one, in Cube()
35 one, -one, -one, in Cube()
36 one, one, -one, in Cube()
37 -one, one, -one, in Cube()
38 -one, -one, one, in Cube()
39 one, -one, one, in Cube()
40 one, one, one, in Cube()
41 -one, one, one, in Cube()
45 0, 0, 0, one, in Cube()
[all …]
/cts/build/
Dsupport_package.mk32 $(eval $(call copy-one-file, $(built), $(installed)))\
Dtest_executable.mk33 $(eval $(call copy-one-file, $(fp), $(installed)))\
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Dbootstrap-collapse.js112 this.$element.one($.support.transition.end, complete) :
Djquery.js2373 one = elem.type === "select-one";
2381 i = one ? index : 0;
2382 max = one ? index + 1 : options.length;
2394 if ( one ) {
2404 if ( one && !values.length && options.length ) {
3654 on: function( types, selector, data, fn, /*INTERNAL*/ one ) { argument
3666 this.on( type, selector, data, types[ type ], one );
3693 if ( one === 1 ) {
3707 one: function( types, selector, data, fn ) { method
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1557 String one = "Hello Android, hello World!"; in testRegionMatches() local
1560 assertTrue(TextUtils.regionMatches(one, 0, two, 0, "Hello".length())); in testRegionMatches()
1563 assertFalse(TextUtils.regionMatches(one, 0, two, 0, "Hello A".length())); in testRegionMatches()
1566 assertTrue(TextUtils.regionMatches(one, "Hello Android, hello ".length(), in testRegionMatches()
1568 assertFalse(TextUtils.regionMatches(one, "Hello Android, hello ".length(), in testRegionMatches()
1572 TextUtils.regionMatches(one, Integer.MIN_VALUE, two, 0, "Hello".length()); in testRegionMatches()
1577 TextUtils.regionMatches(one, Integer.MAX_VALUE, two, 0, "Hello".length()); in testRegionMatches()
1583 TextUtils.regionMatches(one, 0, two, Integer.MIN_VALUE, "Hello".length()); in testRegionMatches()
1588 TextUtils.regionMatches(one, 0, two, Integer.MAX_VALUE, "Hello".length()); in testRegionMatches()
1594 TextUtils.regionMatches(one, 0, two, 0, Integer.MIN_VALUE); in testRegionMatches()
[all …]
/cts/hostsidetests/theme/
DREADME35 1. Connect one device for each DPI bucket (ldpi, xxxhdpi, etc.) that you wish
/cts/tools/tradefed-host/
DREADME40 1. Make sure you have at least one device connected
/cts/tools/dasm/src/java_cup/
Dparser.cup78 /* otherwise build a new one with the given label attached */