Home | History | Annotate | Download | only in ndk

Lines Matching full:sample

91 <li>Adds a sample application, <code>hello-neon</code>, that illustrates how to 
127 <li>Adds a sample application,<code>hello-gl2</code>, that illustrates the use of
148 <li>Adds a sample application, <code>san-angeles</code>, that renders 3D
171 <li>Includes system headers for stable native APIs, documentation, and sample
322 <h4>Sample applications</h4>
324 <p>The NDK includes sample Android applications that illustrate how to use
326 <a href="#samples">Using the Sample Applications</a>.</p>
494 <h2 id="samples">Using the Sample Applications</h2>
496 <p>The NDK includes sample applications that illustrate how to use native
523 <p>For each sample, the NDK includes the corresponding C source code and the
528 <p>You can build the shared libraries for the sample apps by going into <code>&lt;ndk&gt;/samples/&lt;name&gt;/</code>
534 <p>Next, build the sample Android applications that use the shared
539 create a new Android project for each sample, using the "Import from Existing
547 the build file for each of the sample projects at