/external/libopus/celt/ |
pitch.h | 65 y_3=0; /* gcc doesn't realize that y_3 can't be used uninitialized */
|
/external/ltrace/ |
breakpoint.h | 99 /* Initialize a breakpoint structure. That doesn't actually realize
|
/external/mesa3d/include/c99/ |
stdint.h | 72 // realize that, e.g. char has the same size as __int8
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
bio.h | 47 The functions in BIO.C have for goal to realize an individual bit input - output.
|
dwt.h | 44 The functions in DWT.C have for goal to realize forward and inverse discret wavelet
|
mct.h | 46 The functions in MCT.C have for goal to realize reversible and irreversible multicomponent
|
raw.h | 42 The functions in RAW.C have for goal to realize the operation of raw encoding linked
|
tgt.h | 47 The functions in TGT.C have for goal to realize a tag-tree coder. The functions in TGT.C
|
mqc.h | 45 The functions in MQC.C have for goal to realize the MQ-coder operations. The functions
|
opj_intmath.h | 43 The functions in OPJ_INTMATH.H have for goal to realize operations on integers.
|
pi.h | 44 The functions in PI.C have for goal to realize a packet iterator that permits to get the next
|
t1.h | 43 The functions in T1.C have for goal to realize the tier-1 coding operation. The functions
|
/frameworks/base/docs/html/training/basics/fragments/ |
communicating.jd | 37 connect them with the application logic to realize the overall composite UI.</p>
|
/frameworks/wilhelm/src/android/ |
android_GenericMediaPlayer.h | 116 // only safe to access from within Realize and looper
|
/frameworks/wilhelm/src/objects/ |
CEngine.c | 50 /** \brief Hook called by Object::Realize when an engine is realized */
|
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 97 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 33 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
|
reverb.c | 313 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); 334 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE); 433 // realize audio player 434 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
|
xaplay.c | 380 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE); 390 result = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE); 445 // realize the player 446 result = (*playerObject)->Realize(playerObject, XA_BOOLEAN_FALSE); [all...] |
/cts/tests/tests/media/libaudiojni/ |
audio-track-native.cpp | 96 res = (*mOutputMixObj)->Realize(mOutputMixObj, SL_BOOLEAN_FALSE /* async */); 141 res = (*mPlayerObj)->Realize(mPlayerObj, SL_BOOLEAN_FALSE /* async */);
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
usage.apt.vm | 147 is smart enough to realize that imported grammars should be included but
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 105 /// Realize - Merges all search path lists into one list and send it to 107 void Realize(const LangOptions &Lang); 620 void InitHeaderSearch::Realize(const LangOptions &Lang) { 723 Init.Realize(Lang);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractContainerTester.java | 95 * realize that <strong>unless a test extends
|
/external/libvorbis/doc/ |
vorbis-fidelity.html | 143 of FM radio do not realize how much lower fidelity that medium is as
|
/external/selinux/libselinux/src/ |
setrans_client.c | 159 /* coveriety doesn't realize that data will be initialized in readv */
|