HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 26 - 50 of 54) sorted by null

12 3

  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
15 $("#api-level-toggle label").removeClass("disabled");
19 $("#api-level-toggle label").addClass("disabled");
35 $("#api-level-toggle label").removeClass("disabled");
70 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
71 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
72 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
73 + "document, change the value of the API Level filter above.</p>"
74 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>")
    [all...]
  /external/v8/src/
apinatives.js 28 // This file contains infrastructure used by the API. See
57 throw 'Unknown API tag <' + tag + '>';
debug-debugger.js 39 // from the API include file debug.h.
520 // Break points in API functions are not supported.
    [all...]
d8.js 80 // from the API include file v8-debug.h.
    [all...]
  /external/v8/test/mjsunit/
debug-compile-event.js 37 var host_compilations = 0; // Number of scources compiled through the API.
125 // Check the actual number of events (no compilation through the API as all
  /external/icu4c/samples/
readme.txt 15 datefmt - an exercise using the date formatting API
  /external/iproute2/doc/
api-ip6-flowlabels.tex 25 no well-defined API to manage IPv6 flow information. In this document
26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
30 The API must solve the following tasks:
107 of received packet, we loose one very important property of BSD socket API,
242 parallel with IPsec API [RFC2367,Craig]. Actually, it may share API with
257 advanced API, especially, taking into account that eventually we
  /external/jdiff/src/jdiff/
APIComparator.java 6 * This class contains method to compare two API objects.
32 /** For easy local access to the old API object. */
33 private static API oldAPI_;
34 /** For easy local access to the new API object. */
35 private static API newAPI_;
40 public void compareAPIs(API oldAPI, API newAPI) {
53 // Find packages which were removed in the new API
58 // all the *API classes.
62 // in both the old and new API, then treat it as changed
877 API api = oldAPI_; local
    [all...]
API.java 7 * The internal representation of an API.
17 * The advantage of writing out an XML representation of each API is that
27 public class API {
43 * The String which identifies this API, e.g. &quotSuperProduct 1.3&quot;.
59 public API() {
65 // Methods to display the contents of an API object.
71 /** Display the contents of the API object. */
RootDocToXML.java 25 * Write the XML representation of the API to a file.
42 System.out.println("JDiff: writing the API to file '" + tempFileName + "'...");
56 // If validation is desired, write out the appropriate api.xsd file
87 xsdFileName += "api.xsd";
91 // The contents of the api.xsd file
97 xsdFile.println(" Schema for JDiff API representation.");
101 xsdFile.println("<xsd:element name=\"api\" type=\"apiType\"/>");
404 String st = API.hideHTMLTags(fs);
654 outputFile.println("<!DOCTYPE api");
658 outputFile.println("<api");
    [all...]
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 78 <li><a href="<?cs var:toroot ?>sdk/api_diff/10/changes.html">API Differences Report &raquo;</a></li>
86 <li><a href="<?cs var:toroot ?>sdk/api_diff/9/changes.html">API Differences Report &raquo;</a></li>
  /external/webkit/WebCore/
Android.jscbindings.mk 34 $(JAVASCRIPTCORE_PATH)/API \
  /build/tools/droiddoc/templates/
macros.cs 136 <?cs # print the API Level ?><?cs
138 Since: <a href="<?cs var:toroot ?>guide/appendix/api-levels.html#level<?cs var:obj.since ?>">API Level <?cs var:obj.since ?></a>
197 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
211 <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link(cl.type) ?></li><?cs
224 <li class="<?cs if:class.name == cl.label?>selected <?cs /if ?>api apilevel-<?cs var:cl.since ?>"><?cs call:type_link(cl) ?></li><?cs
234 <li class="<?cs if:(class.package.name == pkg.name) || (package.name == pkg.name)?>selected <?cs /if ?>api apilevel-<?cs var:pkg.since ?>"><?cs call:package_link(pkg) ?></li><?cs
  /frameworks/base/docs/html/resources/
resources_toc.cs 126 <span class="en">Using the Contacts API</span>
207 <span class="en">API Demos</span>
  /device/samsung/crespo/
device_base.mk 119 # The OpenGL ES API level that is natively supported by this device.
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 181 'ActionWebService::API::Method', 'ActionWebService::Base',
  /build/tools/droiddoc/templates-sdk/
customization.cs 75 <div id="api-level-toggle">
77 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /ndk/build/core/
init.mk 320 # where <apilevel> corresponds to an API level number, with:
  /external/dropbear/libtomcrypt/
crypt.tex 123 The library was designed such that new ciphers/hashes/PRNGs can be added at run-time and the existing API
124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each
139 \item I am too lazy to figure out someone else's API. I'd rather invent my own simpler API and use that.
148 on an x86 with zero problems. The consistent API also means that if you learn how to use Blowfish with the library you
153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
158 On top of making the build simple and the API approachable I've also attempted for a reasonably high level of
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
174 API can make use of it without change. Similarly imagine a few years down the road when AES2
222 \chapter{The Application Programming Interface (API)}
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm 65 // Redeclarations of PDFKit notifications. We can't use the API since we use a weak link to the framework.
151 #pragma mark WebPDFView API
845 // FIXME: We'd need new PDFKit API/SPI to get multiple text rects for selections that intersect more than one line
    [all...]
  /frameworks/base/opengl/libagl/
array.cpp     [all...]
matrix.cpp 634 // transformation and matrices API
638 #pragma mark transformation and matrices API
texture.cpp 852 #pragma mark Texture API
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 189 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a></li> <!-- ##api level 4## -->
191 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
618 <li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html">
619 <span class="en">Android API Levels</span
    [all...]
  /dalvik/docs/
prettify.js 38 * That's it. I wanted to keep the API as simple as possible, so there's no
    [all...]

Completed in 2014 milliseconds

12 3