Searched defs:self (Results 251 - 275 of 316) sorted by relevance

<<111213

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c118 static int debuginfo__init_offline_dwarf(struct debuginfo *self, argument
127 self->dwfl = dwfl_begin(&offline_callbacks);
128 if (!self->dwfl)
131 self->mod = dwfl_report_offline(self->dwfl, "", "", fd);
132 if (!self->mod)
135 self->dbg = dwfl_module_getdwarf(self->mod, &self->bias);
136 if (!self
189 debuginfo__init_online_kernel_dwarf(struct debuginfo *self, Dwarf_Addr addr) argument
214 debuginfo__init_online_kernel_dwarf(struct debuginfo *self, Dwarf_Addr addr __maybe_unused) argument
231 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); local
245 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); local
257 debuginfo__delete(struct debuginfo *self) argument
1072 debuginfo__find_probes(struct debuginfo *self, struct probe_finder *pf) argument
1188 debuginfo__find_trace_events(struct debuginfo *self, struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs) argument
1295 debuginfo__find_available_vars_at(struct debuginfo *self, struct perf_probe_event *pev, struct variable_list **vls, int max_vls, bool externs) argument
1332 debuginfo__find_probe_point(struct debuginfo *self, unsigned long addr, struct perf_probe_point *ppt) argument
1545 debuginfo__find_line_range(struct debuginfo *self, struct line_range *lr) argument
[all...]
H A Dsession.c19 static int perf_session__open(struct perf_session *self, bool force) argument
23 if (!strcmp(self->filename, "-")) {
24 self->fd_pipe = true;
25 self->fd = STDIN_FILENO;
27 if (perf_session__read_header(self) < 0)
33 self->fd = open(self->filename, O_RDONLY);
34 if (self->fd < 0) {
37 pr_err("failed to open %s: %s", self->filename, strerror(err));
38 if (err == ENOENT && !strcmp(self
95 perf_session__create_kernel_maps(struct perf_session *self) argument
104 perf_session__destroy_kernel_maps(struct perf_session *self) argument
113 struct perf_session *self; local
189 perf_session__delete(struct perf_session *self) argument
1104 perf_event_header__bswap(struct perf_event_header *self) argument
1116 perf_session__register_idle_thread(struct perf_session *self) argument
1170 __perf_session__process_pipe_events(struct perf_session *self, struct perf_tool *tool) argument
1396 perf_session__process_events(struct perf_session *self, struct perf_tool *tool) argument
1459 perf_session__fprintf_dsos(struct perf_session *self, FILE *fp) argument
1464 perf_session__fprintf_dsos_buildid(struct perf_session *self, FILE *fp, bool (skip)(struct dso *dso, int parm), int parm) argument
[all...]
H A Dsort.c63 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, argument
67 self->thread->comm ?: "", self->thread->tid);
97 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf, argument
100 return repsep_snprintf(bf, size, "%*s", width, self->thread->comm);
151 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf, argument
154 return _hist_entry__dso_snprintf(self->ms.map, bf, size, width);
227 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf, argument
230 return _hist_entry__sym_snprintf(self->ms.map, self
249 hist_entry__srcline_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width __maybe_unused) argument
313 hist_entry__parent_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
335 hist_entry__cpu_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
357 hist_entry__dso_from_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
371 hist_entry__dso_to_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
402 hist_entry__sym_from_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
411 hist_entry__sym_to_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
459 hist_entry__mispredict_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
485 hist_entry__daddr_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
515 hist_entry__dso_daddr_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
545 hist_entry__locked_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
594 hist_entry__tlb_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
671 hist_entry__lvl_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
739 hist_entry__snoop_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
787 hist_entry__local_weight_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
806 hist_entry__global_weight_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
1012 sort_entry__setup_elide(struct sort_entry *self, struct strlist *list, const char *list_name, FILE *fp) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c345 process_stopping_done(struct process_stopping_handler *self, argument
349 self->task_enabling_breakpoint->pid);
351 if (!self->exiting) {
353 for (i = 0; i < self->pids.count; ++i)
354 if (self->pids.tasks[i].pid != 0
355 && (self->pids.tasks[i].delivered
356 || self->pids.tasks[i].sysret))
357 continue_process(self->pids.tasks[i].pid);
358 continue_process(self->task_enabling_breakpoint->pid);
361 if (self
568 struct process_stopping_handler *self local
589 struct process_stopping_handler *self; member in struct:sw_singlestep_data
595 struct process_stopping_handler *self = data->self; local
617 singlestep(struct process_stopping_handler *self) argument
647 post_singlestep(struct process_stopping_handler *self, struct Event **eventp) argument
662 singlestep_error(struct process_stopping_handler *self) argument
673 pt_continue(struct process_stopping_handler *self) argument
681 pt_singlestep(struct process_stopping_handler *self) argument
688 disable_and(struct process_stopping_handler *self, void (*do_this)(struct process_stopping_handler *self)) argument
700 linux_ptrace_disable_and_singlestep(struct process_stopping_handler *self) argument
706 linux_ptrace_disable_and_continue(struct process_stopping_handler *self) argument
720 struct process_stopping_handler *self = (void *)super; local
852 struct process_stopping_handler *self = (void *)super; local
857 no(struct process_stopping_handler *self) argument
947 struct ltrace_exiting_handler *self = (void *)super; local
976 struct ltrace_exiting_handler *self = (void *)super; local
1056 struct process_vfork_handler *self = (void *)super; local
[all...]
/external/opencv/cvaux/src/
H A Dcvhmm.cpp1170 // evaluate self-to-self transition for state 0
1176 float self = m_Gamma[ (t-1) * num_states + j] + m_a[ j * num_states + j]; local
1179 if ( prev > self )
1187 m_Gamma[t * num_states + j] = self;
/external/oprofile/libpp/
H A Dformat_output.cpp953 bool self = false; local
977 // Find any self references and handle
979 self = true;
987 if (self)
1025 string const selfname = symbol_names.demangle(symb->name) + " [self]";
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c39 ESR_ReturnCode SR_SemanticGraphCreate(SR_SemanticGraph** self) argument
43 if (self == NULL)
66 *self = (SR_SemanticGraph*) impl;
74 ESR_ReturnCode SR_SemanticGraph_Destroy(SR_SemanticGraph* self) argument
76 SR_SemanticGraphImpl* impl = (SR_SemanticGraphImpl*) self;
78 if (self == NULL)
92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g) argument
94 SR_SemanticGraphImpl* impl = (SR_SemanticGraphImpl*) self;
266 ESR_ReturnCode SR_SemanticGraph_LoadFromTextFiles(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add) argument
288 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) self;
584 SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add) argument
602 SR_SemanticGraph_Unload(SR_SemanticGraph* self) argument
618 SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* g2g, int version_number) argument
1021 SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* _slot, const LCHAR* word, const LCHAR* script, const ESR_BOOL newWordAddedToFST) argument
1181 SR_SemanticGraph_Reset(SR_SemanticGraph* self) argument
[all...]
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp996 void * self,
1006 HANDLE_AACENCODER hAacEncoder = (HANDLE_AACENCODER)self;
995 aacenc_SbrCallback( void * self, HANDLE_FDK_BITSTREAM hBs, const INT sampleRateIn, const INT sampleRateOut, const INT samplesPerFrame, const AUDIO_OBJECT_TYPE coreCodec, const MP4_ELEMENT_ID elementID, const INT elementIndex ) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp1251 LocalDOMWindow* LocalDOMWindow::self() const function in class:blink::LocalDOMWindow
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h846 static void trace(Visitor* visitor, void* self) argument
848 TraceTrait<T>::mark(visitor, *static_cast<Member<T>*>(self));
/external/chromium_org/third_party/cld/base/
H A Dlogging.h884 LogStream* self() const { return self_; } function in class:LogMessage::LogStream
1288 // if the path is /proc/self/fd/*
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DModuleSetupCode.c279 #define PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
610 static void ${cleanup_cname}(PyObject *self); /*proto*/ variable
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c276 xsltDecimalFormatPtr self; local
280 self = xmlMalloc(sizeof(xsltDecimalFormat));
281 if (self != NULL) {
282 self->next = NULL;
283 self->name = name;
286 self->digit = xmlStrdup(BAD_CAST("#"));
287 self->patternSeparator = xmlStrdup(BAD_CAST(";"));
288 self->decimalPoint = xmlStrdup(BAD_CAST("."));
289 self->grouping = xmlStrdup(BAD_CAST(","));
290 self
301 xsltFreeDecimalFormat(xsltDecimalFormatPtr self) argument
331 xsltFreeDecimalFormatList(xsltStylesheetPtr self) argument
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc147 static void CMessageDealloc(CMessage* self);
148 static int CMessageInit(CMessage* self, PyObject *args, PyObject *kwds);
149 static PyObject* CMessageStr(CMessage* self);
151 static PyObject* CMessage_AddMessage(CMessage* self, PyObject* args);
152 static PyObject* CMessage_AddRepeatedScalar(CMessage* self, PyObject* args);
153 static PyObject* CMessage_AssignRepeatedScalar(CMessage* self, PyObject* args);
154 static PyObject* CMessage_ByteSize(CMessage* self, PyObject* args);
155 static PyObject* CMessage_Clear(CMessage* self, PyObject* args);
156 static PyObject* CMessage_ClearField(CMessage* self, PyObject* args);
158 CMessage* self, PyObjec
509 AssureWritable(CMessage* self) argument
959 CMessageInit(CMessage* self, PyObject *args, PyObject *kwds) argument
964 CMessageDealloc(CMessage* self) argument
976 CMessage_Clear(CMessage* self, PyObject* arg) argument
1014 CMessage_IsInitialized(CMessage* self, PyObject* args) argument
1018 CMessage_HasField(CMessage* self, PyObject* arg) argument
1038 CMessage_HasFieldByDescriptor(CMessage* self, PyObject* arg) argument
1068 CMessage_ClearFieldByDescriptor( CMessage* self, PyObject* arg) argument
1092 CMessage_ClearField(CMessage* self, PyObject* args) argument
1117 CMessage_GetScalar(CMessage* self, PyObject* arg) argument
1130 CMessage_GetRepeatedScalar(CMessage* self, PyObject* args) argument
1142 CMessage_AssignRepeatedScalar(CMessage* self, PyObject* args) argument
1169 CMessage_DeleteRepeatedField(CMessage* self, PyObject* args) argument
1242 CMessage_SetScalar(CMessage* self, PyObject* args) argument
1254 CMessage_AddRepeatedScalar(CMessage* self, PyObject* args) argument
1267 CMessage_FieldLength(CMessage* self, PyObject* arg) argument
1282 CMessage_DebugString(CMessage* self, PyObject* args) argument
1286 CMessage_SerializeToString(CMessage* self, PyObject* args) argument
1301 CMessage_SerializePartialToString( CMessage* self, PyObject* args) argument
1308 CMessageStr(CMessage* self) argument
1315 CMessage_MergeFrom(CMessage* self, PyObject* arg) argument
1338 CMessage_CopyFrom(CMessage* self, PyObject* arg) argument
1362 CMessage_MergeFromString(CMessage* self, PyObject* arg) argument
1381 CMessage_ByteSize(CMessage* self, PyObject* args) argument
1385 CMessage_SetInParent(CMessage* self, PyObject* args) argument
1390 CMessage_SwapRepeatedFieldElements( CMessage* self, PyObject* args) argument
1408 CMessage_AddMessage(CMessage* self, PyObject* arg) argument
1436 CMessage_GetRepeatedMessage(CMessage* self, PyObject* args) argument
1448 CMessage_NewSubMessage(CMessage* self, PyObject* arg) argument
1477 CMessage_MutableMessage(CMessage* self, PyObject* arg) argument
1505 CMessage_Equals(CMessage* self, PyObject* arg) argument
1525 CMessage_ListFields(CMessage* self, PyObject* args) argument
1568 CMessage_FindInitializationErrors(CMessage* self) argument
[all...]
/external/chromium_org/third_party/simplejson/
H A D_speedups.c119 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
130 scanner_init(PyObject *self, PyObject *args, PyObject *kwds);
132 scanner_dealloc(PyObject *self);
134 scanner_clear(PyObject *self);
138 encoder_init(PyObject *self, PyObject *args, PyObject *kwds);
140 encoder_dealloc(PyObject *self);
142 encoder_clear(PyObject *self);
923 py_scanstring(PyObject* self UNUSED, PyObject *args)
959 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr)
978 scanner_dealloc(PyObject *self) argument
986 scanner_traverse(PyObject *self, visitproc visit, void *arg) argument
1003 scanner_clear(PyObject *self) argument
1883 scanner_call(PyObject *self, PyObject *args, PyObject *kwds) argument
1931 scanner_init(PyObject *self, PyObject *args, PyObject *kwds) argument
2067 encoder_init(PyObject *self, PyObject *args, PyObject *kwds) argument
2121 encoder_call(PyObject *self, PyObject *args, PyObject *kwds) argument
2620 encoder_dealloc(PyObject *self) argument
2628 encoder_traverse(PyObject *self, visitproc visit, void *arg) argument
2647 encoder_clear(PyObject *self) argument
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp145 void* self = dlopen(NULL, RTLD_LAZY); local
146 if (self) {
149 *reinterpret_cast<void**>(&setLcdFilterWeights) = dlsym(self, "FT_Library_SetLcdFilterWeights");
150 dlclose(self);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c568 static void InitMetrics(AecCore* self) { argument
569 self->stateCounter = 0;
570 InitLevel(&self->farlevel);
571 InitLevel(&self->nearlevel);
572 InitLevel(&self->linoutlevel);
573 InitLevel(&self->nlpoutlevel);
575 InitStats(&self->erl);
576 InitStats(&self->erle);
577 InitStats(&self->aNlp);
578 InitStats(&self
1644 WebRtcAec_GetDelayMetricsCore(AecCore* self, int* median, int* std) argument
1698 WebRtcAec_echo_state(AecCore* self) argument
1700 WebRtcAec_GetEchoStats(AecCore* self, Stats* erl, Stats* erle, Stats* a_nlp) argument
1713 WebRtcAec_far_time_buf(AecCore* self) argument
1716 WebRtcAec_SetConfigCore(AecCore* self, int nlp_mode, int metrics_mode, int delay_logging) argument
1732 WebRtcAec_enable_reported_delay(AecCore* self, int enable) argument
1736 WebRtcAec_reported_delay_enabled(AecCore* self) argument
1740 WebRtcAec_enable_delay_correction(AecCore* self, int enable) argument
1747 WebRtcAec_delay_correction_enabled(AecCore* self) argument
1751 WebRtcAec_system_delay(AecCore* self) argument
1753 WebRtcAec_SetSystemDelay(AecCore* self, int delay) argument
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc57 NonClientDelegate* self = const_cast<NonClientDelegate*>(this); variable
58 self->non_client_count_++;
59 self->non_client_location_ = location;
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h786 typedef TypeList<T1, T2, T3, T4> self; typedef in struct:clang::ast_matchers::internal::TypeList
795 typedef typename TypeList<T2, T3, T4>::self tail;
805 typename TypeList<Sub2, Sub3, Sub4>::self,
806 typename TypeList<T2, T3, T4>::self> {};
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h54 Self *self() { return static_cast<Self *>(this); } function in class:clang::threadSafety::til::Traversal
72 return self()->traverse##X(cast<X>(E), Ctx);
82 return e->traverse(*self(), Ctx); \
423 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::Comparator
430 return cast<X>(E1)->compare(cast<X>(E2), *self());
489 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::PrettyPrinter
560 self()->printNull(SS);
563 if (self()->precedence(E) > P) {
566 self()->printSExpr(E, SS, Prec_MAX);
574 self()
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp907 // 'self' is always __strong. It's actually pseudo-strong except
913 // In addition, 'self' is const unless this is an init method.
921 // 'self' is always const in class methods.
927 ImplicitParamDecl *self local
929 &Context.Idents.get("self"), selfTy);
930 setSelfDecl(self);
933 self->addAttr(NSConsumedAttr::CreateImplicit(Context));
936 self->setARCPseudoStrong(true);
/external/lldb/source/Commands/
H A DCommandObjectType.cpp656 CommandObjectTypeFormatList* self; member in struct:CommandObjectTypeFormatList_LoopCallbackParam
660 RegularExpression* X = NULL) : self(S), result(R), regex(X) {}
736 return param->self->LoopCallback(type, entry, param->regex, param->result);
1718 CommandObjectTypeSummaryList* self; member in struct:CommandObjectTypeSummaryList_LoopCallbackParam
1724 RegularExpression* CX = NULL) : self(S), result(R), regex(X), cate_regex(CX) {}
1916 return param->self->LoopCallback(type.AsCString(), entry, param->regex, param->result);
1926 return param->self->LoopCallback(regex->GetText(), entry, param->regex, param->result);
2281 CommandObjectTypeFilterList* self; member in struct:CommandObjectTypeFilterList_LoopCallbackParam
2287 RegularExpression* CX = NULL) : self(S), result(R), regex(X), cate_regex(CX) {}
2463 return param->self
2495 CommandObjectTypeSynthList* self; member in struct:CommandObjectTypeSynthList_LoopCallbackParam
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp145 void* self = dlopen(NULL, RTLD_LAZY); local
146 if (NULL != self) {
149 *reinterpret_cast<void**>(&setLcdFilterWeights) = dlsym(self, "FT_Library_SetLcdFilterWeights");
150 dlclose(self);
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c612 ESR_ReturnCode SR_RecognizerCreate(SR_Recognizer** self) argument
619 if (self == NULL)
780 *self = (SR_Recognizer*) impl;
797 ESR_ReturnCode SR_RecognizerDestroyImpl(SR_Recognizer* self) argument
799 SR_RecognizerImpl* impl = (SR_RecognizerImpl*) self;
859 /* CHKLOG(rc, self->isSetup(self, &isSetup));
861 CHKLOG(rc, self->unsetup(self));*/
863 CHKLOG(rc, self
978 SR_RecognizerStartImpl(SR_Recognizer* self) argument
1062 SR_RecognizerStopImpl(SR_Recognizer* self) argument
1282 SR_RecognizerSetupImpl(SR_Recognizer* self) argument
1336 SR_RecognizerUnsetupImpl(SR_Recognizer* self) argument
1351 SR_RecognizerIsSetupImpl(SR_Recognizer* self, ESR_BOOL* isSetup) argument
1364 SR_RecognizerGetParameterImpl(SR_Recognizer* self, const LCHAR* key, LCHAR* value, size_t* len) argument
1392 SR_RecognizerGetSize_tParameterImpl(SR_Recognizer* self, const LCHAR* key, size_t* value) argument
1403 SR_RecognizerGetBoolParameterImpl(SR_Recognizer* self, const LCHAR* key, ESR_BOOL* value) argument
1424 SR_RecognizerSetParameterImpl(SR_Recognizer* self, const LCHAR* key, LCHAR* value) argument
1464 SR_RecognizerSetSize_tParameterImpl(SR_Recognizer* self, const LCHAR* key, size_t value) argument
1505 SR_RecognizerSetBoolParameterImpl(SR_Recognizer* self, const LCHAR* key, ESR_BOOL value) argument
1527 SR_RecognizerHasSetupRulesImpl(SR_Recognizer* self, ESR_BOOL* hasSetupRules) argument
1545 SR_RecognizerActivateRuleImpl(SR_Recognizer* self, SR_Grammar* grammar, const LCHAR* ruleName, unsigned int weight) argument
1633 SR_RecognizerDeactivateRuleImpl(SR_Recognizer* self, SR_Grammar* grammar, const LCHAR* ruleName) argument
1654 SR_RecognizerDeactivateAllRulesImpl(SR_Recognizer* self) argument
1666 SR_RecognizerIsActiveRuleImpl(SR_Recognizer* self, SR_Grammar* grammar, const LCHAR* ruleName, ESR_BOOL* isActiveRule) argument
1680 SR_RecognizerSetWordAdditionCeilingImpl(SR_Recognizer* self, SR_Grammar* grammar) argument
1694 SR_RecognizerCheckGrammarConsistencyImpl(SR_Recognizer* self, SR_Grammar* grammar, ESR_BOOL* isConsistent) argument
1709 SR_RecognizerGetModelsImpl(SR_Recognizer* self, SR_AcousticModels** pmodels) argument
1716 SR_RecognizerPutAudioImpl(SR_Recognizer* self, asr_int16_t* buffer, size_t* bufferSize, ESR_BOOL isLast) argument
1951 SR_RecognizerCreateResultImpl(SR_Recognizer* self, SR_RecognizerStatus* status, SR_RecognizerResultType* type) argument
3253 SR_RecognizerAdvanceImpl(SR_Recognizer* self, SR_RecognizerStatus* status, SR_RecognizerResultType* type, SR_RecognizerResult** result) argument
3410 SR_RecognizerLoadUtteranceImpl(SR_Recognizer* self, const LCHAR* filename) argument
3416 SR_RecognizerLoadWaveFileImpl(SR_Recognizer* self, const LCHAR* filename) argument
3422 SR_RecognizerLogEventImpl(SR_Recognizer* self, const LCHAR* event) argument
3432 SR_RecognizerLogTokenImpl(SR_Recognizer* self, const LCHAR* token, const LCHAR* value) argument
3442 SR_RecognizerLogTokenIntImpl(SR_Recognizer* self, const LCHAR* token, int value) argument
3452 SR_RecognizerLogSessionStartImpl(SR_Recognizer* self, const LCHAR* sessionName) argument
3476 SR_RecognizerLogSessionEndImpl(SR_Recognizer* self) argument
3491 SR_RecognizerLogWaveformDataImpl(SR_Recognizer* self, const LCHAR* waveformFilename, const LCHAR* transcription, const double bos, const double eos, ESR_BOOL isInvocab) argument
3519 SR_RecognizerSetLockFunctionImpl(SR_Recognizer* self, SR_RecognizerLockFunction function, void* data) argument
3537 SR_RecognizerIsSignalClippingImpl(SR_Recognizer* self, ESR_BOOL* isClipping) argument
3555 SR_RecognizerIsSignalDCOffsetImpl(SR_Recognizer* self, ESR_BOOL* isDCOffset) argument
3573 SR_RecognizerIsSignalNoisyImpl(SR_Recognizer* self, ESR_BOOL* isNoisy) argument
3591 SR_RecognizerIsSignalTooQuietImpl(SR_Recognizer* self, ESR_BOOL* isTooQuiet) argument
3609 SR_RecognizerIsSignalTooFewSamplesImpl(SR_Recognizer* self, ESR_BOOL* isTooFewSamples) argument
3627 SR_RecognizerIsSignalTooManySamplesImpl(SR_Recognizer* self, ESR_BOOL* isTooManySamples) argument
[all...]
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c211 // - self : Pointer to the delay estimation instance
215 static void UpdateFarHistory(AecmCore_t* self, argument
219 self->far_history_pos++;
220 if (self->far_history_pos >= MAX_DELAY) {
221 self->far_history_pos = 0;
224 self->far_q_domains[self->far_history_pos] = far_q;
226 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]),
238 // - self
248 AlignedFarend(AecmCore_t* self, int* far_q, int delay) argument
[all...]

Completed in 667 milliseconds

<<111213