OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:API
(Results
1 - 8
of
8
) 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/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. "SuperProduct 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
400
APInt
API
= getAllOnesValue(numBits);
401
API
.clearBit(numBits - 1);
402
return
API
;
412
APInt
API
(numBits, 0);
413
API
.setBit(numBits - 1);
414
return
API
;
525
APInt
API
(*this);
527
return
API
;
537
APInt
API
(*this);
539
return
API
;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
137
APInt
API
= APInt::getAllOnesValue(Size);
138
API
.clearBit(Size-1);
139
SDValue Mask = DAG.getConstant(
API
, NVT);
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.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/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 640 milliseconds