HomeSort by relevance Sort by last modified time
    Searched full:hellojni (Results 1 - 25 of 27) sorted by null

1 2

  /ndk/tests/awk/extract-launchable/
multiple-categories.out 1 .HelloJni
one-launchable.out 1 .HelloJni
multiple-launchables.out 1 .HelloJni
no-launchable.in 3 package="com.example.hellojni"
9 <activity android:name=".HelloJni"
one-launchable.in 3 package="com.example.hellojni"
9 <activity android:name=".HelloJni"
multiple-categories.in 3 package="com.example.hellojni"
9 <activity android:name=".HelloJni"
multiple-launchables.in 3 package="com.example.hellojni"
9 <activity android:name=".HelloJni"
  /development/ndk/samples/hello-jni/tests/src/com/example/hellojni/
HelloJniTest.java 1 package com.example.hellojni;
12 * -e class com.example.hellojni.HelloJniTest \
13 * com.example.hellojni.tests/android.test.InstrumentationTestRunner
15 public class HelloJniTest extends ActivityInstrumentationTestCase<HelloJni> {
18 super("com.example.hellojni", HelloJni.class);
  /development/ndk/samples/hello-jni/res/values/
strings.xml 3 <string name="app_name">HelloJni</string>
  /development/ndk/samples/hello-jni/tests/
AndroidManifest.xml 4 package="com.example.hellojni.tests"
15 the package of com.example.hellojni. To run the tests use the command:
16 "adb shell am instrument -w com.example.hellojni.tests/android.test.InstrumentationTestRunner"
19 android:targetPackage="com.example.hellojni"
20 android:label="Tests for HelloJni"/>
  /development/ndk/samples/hello-jni/
AndroidManifest.xml 3 package="com.example.hellojni"
9 <activity android:name=".HelloJni"
  /development/ndk/samples/hello-jni/src/com/example/hellojni/
HelloJni.java 16 package com.example.hellojni;
23 public class HelloJni extends Activity
60 * /data/data/com.example.hellojni/lib/libhello-jni.so at
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/jni/
HelloJni.java 32 public class HelloJni extends Activity {
40 setContentView(R.layout.hellojni);
  /frameworks/base/docs/html/ndk/samples/
sample_hellojni.jd 19 <p>This sample guides you through HelloJNI, a minimal
50 <p>The {@code helloJNI.java} file is located in {@code hellojni/src/com/example/hellojni/}. It calls
111 {@code hellojni/src/com/example/hellojni/HelloJni.java}.</p>
  /development/ndk/samples/hello-jni/jni/
hello-jni.c 24 * apps/samples/hello-jni/project/src/com/example/hellojni/HelloJni.java
  /frameworks/base/docs/html/ndk/guides/
sample.jd 8 <li><a href="./md_2__samples_sample--hellojni.html">hello-jni</a>: A very basic app that illustrates core workings of the NDK.</li>
setup.jd 66 <li>In the <i>Project Explorer</i> pane, right-click the project name (<i>HelloJni</i>). A
  /ndk/docs/Programmers_Guide/html/
navtreeindex0.js 6 "md_2__samples_sample--hellojni.html":[6],
md_2__samples_sample--hellojni.html 49 $(document).ready(function(){initNavTree('md_2__samples_sample--hellojni.html','');});
118 <code>hellojni/src/com/example/hellojni/HelloJni.java</code>.</p>
md_2__samples__samples.html 63 <li><a href="./md_2__samples_sample--hellojni.html">hello-jni</a>: A very basic
index.html 78 <a href="./md_2__samples_sample--hellojni.html">hello-jni</a> </li>
pages.html 59 <tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="md_2__samples_sample--hellojni.html" target="_self">hello-jni</a></td><td class="desc"></td></tr>
navtree.js 10 [ "- hello-jni", "md_2__samples_sample--hellojni.html", null ],
  /pdk/apps/HelloPDK/
AndroidManifest.xml 35 <activity android:name=".jni.HelloJni"
  /ndk/docs/Getting_Started/html/
index.html 86 <li>In the <em>Project Explorer</em> pane, right-click the project name (<em>HelloJni</em>). A context menu appears.</li>

Completed in 269 milliseconds

1 2