Home
last modified time | relevance | path

Searched refs:root2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect11 root_compute_really_bad.rs:10:44: error: Compute kernel root2() can only have one non-const pointer…
12 root_compute_really_bad.rs:10:66: error: Unexpected parameter 'x1' for compute kernel root2()
13 root_compute_really_bad.rs:11:26: error: Unexpected parameter 'y1' for compute kernel root2()
Droot_compute_really_bad.rs10 void root2(int* ain, const int* aout, int* usrData, const float* x1,
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DConfigurationContainerTests.java115 final TestConfigurationContainer root2 = new TestConfigurationContainer(); in testConfigurationChangeOnAddRemove() local
118 root2.onOverrideConfigurationChanged(rootOverrideConfig2); in testConfigurationChangeOnAddRemove()
123 root2.addChild(child); in testConfigurationChangeOnAddRemove()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java539 final TestWindowContainer root2 = builder.setLayer(0).build(); in testCompareTo() local
547 root.compareTo(root2); in testCompareTo()
631 final TestWindowContainer root2 = builder.setLayer(0).build(); in testConfigurationChangeOnAddRemove() local
634 root2.onOverrideConfigurationChanged(rootOverrideConfig2); in testConfigurationChangeOnAddRemove()
639 root2.addChildWindow(child); in testConfigurationChangeOnAddRemove()