Searched refs:Native (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | Native.java | 19 public class Native { class
|
D | BaseActivity.java | 29 int sum = Native.add(2, 3); in onCreate()
|
D | SplitAppTest.java | 192 Native.add(2, 4); in testSingleBase() 287 Log.d(TAG, "testNative() thinks it's using ABI " + Native.arch()); in testNative() 290 assertEquals(11642, Native.add(4933, 6709)); in testNative() 295 assertNotSame(1, Native.sub(0, -1)); in testNativeRevision_sub_shouldImplementBadly() 300 assertEquals(1, Native.sub(0, -1)); in testNativeRevision_sub_shouldImplementWell() 309 assertThat(Native.getAbiBitness()).isEqualTo(64); in testNative64Bit() 318 assertThat(Native.getAbiBitness()).isEqualTo(32); in testNative32Bit() 323 assertThat(Native.getNumberADirectly()).isEqualTo(7); in testNative_getNumberADirectly_shouldBeSeven() 328 assertThat(Native.getNumberAViaProxy()).isEqualTo(7); in testNative_getNumberAViaProxy_shouldBeSeven() 333 assertThat(Native.getNumberBDirectly()).isEqualTo(11); in testNative_getNumberBDirectly_shouldBeEleven() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/ |
D | Native.java | 19 public class Native { class
|
D | SplitAppTest.java | 359 assertThat(Native.add(7, 11), equalTo(18)); in testNativeJni_shouldBeLoaded() 376 assertThat(Native.getNumberADirectly(), equalTo(7)); in testNative_getNumberADirectly_shouldBeSeven() 381 assertThat(Native.getNumberAViaProxy(), equalTo(7)); in testNative_getNumberAViaProxy_shouldBeSeven() 386 assertThat(Native.getNumberBDirectly(), equalTo(11)); in testNative_getNumberBDirectly_shouldBeEleven() 391 assertThat(Native.getNumberBViaProxy(), equalTo(11)); in testNative_getNumberBViaProxy_shouldBeEleven() 396 assertThat(Native.isLoadedLibrary(), equalTo(false)); in testNative_cannotLoadSharedLibrary()
|
/cts/tools/release-parser/proto/ |
D | release.proto | 368 // Native services
|