HomeSort by relevance Sort by last modified time
    Searched defs:API (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.h 20 EGLenum API;
29 void setCurrentAPI(EGLenum API);
libEGL.cpp 552 EGLBoolean __stdcall eglBindAPI(EGLenum api)
554 TRACE("(EGLenum api = 0x%X)", api);
558 switch (api)
569 egl::setCurrentAPI(api);
587 EGLenum API = egl::getCurrentAPI();
589 return success(API);
  /external/ceres-solver/docs/
changes.tex 5 \subsection{API Changes}
6 The new ordering API breaks existing code. Here the common case fixes.
41 \item A new richer, more expressive and consistent API for ordering
69 \item Remove an internal header that was leaking into the public API.
121 \item Portable floating point classification API.
  /external/jdiff/src/jdiff/
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".
59 public API() {
65 // Methods to display the contents of an API object.
71 /** Display the contents of the API object. */
  /external/llvm/include/llvm/ADT/
APInt.h 403 APInt API = getAllOnesValue(numBits);
404 API.clearBit(numBits - 1);
405 return API;
415 APInt API(numBits, 0);
416 API.setBit(numBits - 1);
417 return API;
549 APInt API(*this);
551 return API;
561 APInt API(*this);
563 return API;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 146 APInt API = APInt::getAllOnesValue(Size);
147 API.clearBit(Size-1);
148 SDValue Mask = DAG.getConstant(API, NVT);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /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/guava/guava/lib/
jdiff.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 244 milliseconds