HomeSort by relevance Sort by last modified time
    Searched full:functionname (Results 151 - 175 of 288) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/aac/libAACenc/src/
aacenc.cpp 214 functionname: FDKaacEnc_GetVBRBitrate
296 functionname: FDKaacEnc_AacInitDefaultConfig
337 functionname: FDKaacEnc_Open
707 functionname: FDKaacEnc_EncodeFrame
    [all...]
aacenc_tns.cpp 340 functionname: FDKaacEnc_InitTnsConfiguration
715 functionname: FDKaacEnc_TnsDetect
    [all...]
psy_main.cpp 121 functionname: FDKaacEnc_PsyNew
181 functionname: FDKaacEnc_PsyOutNew
293 functionname: FDKaacEnc_psyMainInit
434 functionname: FDKaacEnc_psyMain
    [all...]
tonality.cpp 152 functionname: CalculateTonalityIndex
  /external/aac/libSBRenc/src/
fram_gen.cpp 350 Functionname: FDKsbrEnc_frameInfoGenerator
760 Functionname: FDKsbrEnc_initFrameInfoGenerator
    [all...]
tran_det.cpp 98 Functionname: spectralChange
230 Functionname: addLowbandEnergies
276 Functionname: addHighbandEnergies
357 Functionname: FDKsbrEnc_frameSplitter
    [all...]
  /external/libexif/m4m/
gp-check-library.m4 2 dnl [headername],[functionname],
16 dnl functionname name of function name in library
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 269 extern void mDNS_Lock_(mDNS *const m, const char * const functionname);
270 extern void mDNS_Unlock_(mDNS *const m, const char * const functionname);
  /external/aac/libFDK/include/
clz.h 153 functionname: fixnorm_D
scramble.h 106 functionname: scramble
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 87 StringRef FunctionName, std::unique_ptr<FunctionInfoIndex> Index);
  /external/valgrind/include/
pub_tool_machine.h 173 // Given a pointer to a function as obtained by "& functionname" in C,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
crcmod.py 181 def generateCode(self, functionName, out, dataType=None, crcType=None):
184 functionName -- String specifying the name of the function.
258 'name' : functionName,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
crcmod.py 182 def generateCode(self, functionName, out, dataType=None, crcType=None):
185 functionName -- String specifying the name of the function.
259 'name' : functionName,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
crcmod.py 181 def generateCode(self, functionName, out, dataType=None, crcType=None):
184 functionName -- String specifying the name of the function.
258 'name' : functionName,
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 628 const char* functionName = function == (int)InstancedRenderingCase::FUNCTION_DRAW_ARRAYS_INSTANCED ? "draw_arrays_instanced"
636 DE_ASSERT(functionName != DE_NULL);
639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc);
es3fPrimitiveRestartTests.cpp 688 const char* functionName = function == (int)PrimitiveRestartCase::FUNCTION_DRAW_ELEMENTS ? "draw_elements"
693 DE_ASSERT(functionName != DE_NULL);
696 functionName,
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 284 StringRef FunctionName(getName(I->NamePtr), swap(I->NameSize));
285 Symtab.addFuncName(FunctionName);
289 Symtab.mapAddress(FPtr, IndexedInstrProf::ComputeHash(FunctionName));
  /external/v8/src/ast/
scopeinfo.cc 406 String* ScopeInfo::FunctionName() {
644 FunctionName() == name) {
815 FunctionName()->ShortPrint();
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 232 void MarkUsed(clang::Preprocessor &PP, const std::string &FunctionName) {
233 if (FunctionName.empty())
239 if (const clang::IdentifierInfo *II = PP.getIdentifierInfo(FunctionName)) {
  /libcore/ojluni/src/main/native/
Net.c 44 #define NATIVE_METHOD(className, functionName, signature) \
45 { #functionName, signature, (void*)(Java_sun_nio_ch_ ## className ## _ ## functionName) }
NetworkInterface.c 53 #define NATIVE_METHOD(className, functionName, signature) \
54 { #functionName, signature, (void*)(className ## _ ## functionName) }
PlainSocketImpl.c 57 #define NATIVE_METHOD(className, functionName, signature) \
58 { #functionName, signature, (void*)(className ## _ ## functionName) }
    [all...]
UNIXProcess_md.c 36 #define NATIVE_METHOD(className, functionName, signature) \
37 { #functionName, signature, (void*)(className ## _ ## functionName) }
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 214 const char* functionName, int error) {
221 ScopedLocalRef<jstring> detailMessage(env, env->NewStringUTF(functionName));
237 static void throwErrnoException(JNIEnv* env, const char* functionName) {
243 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
246 static void throwGaiException(JNIEnv* env, const char* functionName, int error) {
258 throwErrnoException(env, functionName);
261 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 569 milliseconds

1 2 3 4 5 67 8 91011>>