Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/external/svox/pico/lib/
Dpicoktab.c65 static pico_status_t ktabIdsInitialize(register picoknow_KnowledgeBase this, in ktabIdsInitialize()
84 static pico_status_t ktabIdsSubObjDeallocate(register picoknow_KnowledgeBase this, in ktabIdsSubObjDeallocate()
93 pico_status_t picoktab_specializeIdsKnowledgeBase(picoknow_KnowledgeBase this, in picoktab_specializeIdsKnowledgeBase()
109 picoktab_FixedIds picoktab_getFixedIds(picoknow_KnowledgeBase this) in picoktab_getFixedIds()
117 picoktab_FixedIds this = (picoktab_FixedIds) picoos_allocate(mm,sizeof(*this)); in picoktab_newFixedIds() local
125 void picoktab_disposeFixedIds(picoos_MemoryManager mm, picoktab_FixedIds * this) in picoktab_disposeFixedIds()
204 static pico_status_t ktabGraphsInitialize(register picoknow_KnowledgeBase this, in ktabGraphsInitialize()
222 static pico_status_t ktabGraphsSubObjDeallocate(register picoknow_KnowledgeBase this, in ktabGraphsSubObjDeallocate()
231 pico_status_t picoktab_specializeGraphsKnowledgeBase(picoknow_KnowledgeBase this, in picoktab_specializeGraphsKnowledgeBase()
247 picoktab_Graphs picoktab_getGraphs(picoknow_KnowledgeBase this) { in picoktab_getGraphs()
[all …]
Dpicokpdf.c92 static pico_status_t kpdfDURInitialize(register picoknow_KnowledgeBase this, in kpdfDURInitialize()
144 static pico_status_t kpdfMULInitialize(register picoknow_KnowledgeBase this, in kpdfMULInitialize()
249 static pico_status_t kpdfPHSInitialize(register picoknow_KnowledgeBase this, in kpdfPHSInitialize()
273 static pico_status_t kpdfMULSubObjDeallocate(register picoknow_KnowledgeBase this, in kpdfMULSubObjDeallocate()
288 static pico_status_t kpdfDURSubObjDeallocate(register picoknow_KnowledgeBase this, in kpdfDURSubObjDeallocate()
296 static pico_status_t kpdfPHSSubObjDeallocate(register picoknow_KnowledgeBase this, in kpdfPHSSubObjDeallocate()
308 pico_status_t picokpdf_specializePdfKnowledgeBase(picoknow_KnowledgeBase this, in picokpdf_specializePdfKnowledgeBase()
363 picokpdf_PdfDUR picokpdf_getPdfDUR(picoknow_KnowledgeBase this) { in picokpdf_getPdfDUR()
367 picokpdf_PdfMUL picokpdf_getPdfMUL(picoknow_KnowledgeBase this) { in picokpdf_getPdfMUL()
371 picokpdf_PdfPHS picokpdf_getPdfPHS(picoknow_KnowledgeBase this) { in picokpdf_getPdfPHS()
Dpicokdbg.c73 static pico_status_t kdbgInitialize(register picoknow_KnowledgeBase this, in kdbgInitialize()
89 static pico_status_t kdbgSubObjDeallocate(register picoknow_KnowledgeBase this, in kdbgSubObjDeallocate()
98 pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this, in picokdbg_specializeDbgKnowledgeBase()
114 picokdbg_Dbg picokdbg_getDbg(picoknow_KnowledgeBase this) { in picokdbg_getDbg()
125 picoos_uint8 picokdbg_getPhoneId(const picokdbg_Dbg this, in picokdbg_getPhoneId()
144 picoos_char *picokdbg_getPhoneSym(const picokdbg_Dbg this, in picokdbg_getPhoneSym()
Dpicorsrc.c88 picoos_int16 picoctrl_isValidResourceHandle(picorsrc_Resource this) in picoctrl_isValidResourceHandle()
96 picorsrc_Resource this = picoos_allocate(mm, sizeof(*this)); in picorsrc_newResource() local
114 static void picorsrc_disposeResource(picoos_MemoryManager mm, picorsrc_Resource * this) in picorsrc_disposeResource()
131 static void picorsrc_initializeVoice(picorsrc_Voice this) in picorsrc_initializeVoice()
146 picorsrc_Voice this = (picorsrc_Voice) picoos_allocate(mm,sizeof(*this)); in picorsrc_newVoice() local
180 picorsrc_VoiceDefinition this = (picorsrc_VoiceDefinition) picoos_allocate(mm,sizeof(*this)); in picorsrc_newVoiceDefinition() local
230 picorsrc_ResourceManager this = picoos_allocate(mm,sizeof(*this)); in picorsrc_newResourceManager() local
247 void picorsrc_disposeResourceManager(picoos_MemoryManager mm, picorsrc_ResourceManager * this) in picorsrc_disposeResourceManager()
259 static pico_status_t findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picors… in findResource()
272 static picoos_uint8 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) { in isResourceLoaded()
[all …]
Dpicoctrl.c93 static pico_status_t ctrlInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in ctrlInitialize()
133 static picodata_step_result_t ctrlStep(register picodata_ProcessingUnit this, in ctrlStep()
236 static pico_status_t ctrlTerminate(register picodata_ProcessingUnit this) { in ctrlTerminate()
262 static pico_status_t ctrlSubObjDeallocate(register picodata_ProcessingUnit this, in ctrlSubObjDeallocate()
295 static pico_status_t ctrlAddPU(register picodata_ProcessingUnit this, in ctrlAddPU()
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, in picoctrl_newControl() local
485 picodata_ProcessingUnit * this) in picoctrl_disposeControl()
524 pico_status_t picoctrl_engReset(picoctrl_Engine this, picoos_int32 resetMode) in picoctrl_engReset()
558 picoos_int16 picoctrl_isValidEngineHandle(picoctrl_Engine this) in picoctrl_isValidEngineHandle()
583 picoctrl_Engine this = (picoctrl_Engine) picoos_allocate(mm, sizeof(*this)); in picoctrl_newEngine() local
[all …]
Dpicoklex.c148 static pico_status_t klexInitialize(register picoknow_KnowledgeBase this, in klexInitialize()
182 static pico_status_t klexSubObjDeallocate(register picoknow_KnowledgeBase this, in klexSubObjDeallocate()
196 pico_status_t picoklex_specializeLexKnowledgeBase(picoknow_KnowledgeBase this, in picoklex_specializeLexKnowledgeBase()
232 picoklex_Lex picoklex_getLex(picoknow_KnowledgeBase this) in picoklex_getLex()
247 static picoos_uint32 klex_getSearchIndexVal(const klex_SubObj this, in klex_getSearchIndexVal()
262 static picoos_uint16 klex_getLexblockNr(const klex_SubObj this, in klex_getLexblockNr()
324 static picoos_uint16 klex_getLexblockRange(const klex_SubObj this, in klex_getLexblockRange()
416 static void klex_lexblockLookup(klex_SubObj this, in klex_lexblockLookup()
482 picoos_uint8 picoklex_lexLookup(const picoklex_Lex this, in picoklex_lexLookup()
534 picoos_uint8 picoklex_lexIndLookup(const picoklex_Lex this, in picoklex_lexIndLookup()
Dpicokfst.c144 static pico_status_t kfstInitialize(register picoknow_KnowledgeBase this, in kfstInitialize()
184 static pico_status_t kfstSubObjDeallocate(register picoknow_KnowledgeBase this, in kfstSubObjDeallocate()
197 pico_status_t picokfst_specializeFSTKnowledgeBase(picoknow_KnowledgeBase this, in picokfst_specializeFSTKnowledgeBase()
230 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this) in picokfst_getFST()
247 extern picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this) in picokfst_kfstGetTransductionMode()
259 extern void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrCl… in picokfst_kfstGetFSTSizes()
272 extern void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym, in picokfst_kfstStartPairSearch()
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextPair()
342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t… in picokfst_kfstGetTrans()
363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, in picokfst_kfstStartInEpsTransSearch()
[all …]
Dpicoacph.c160 static pico_status_t acphInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in acphInitialize()
279 static pico_status_t acphTerminate(register picodata_ProcessingUnit this) in acphTerminate()
284 static pico_status_t acphSubObjDeallocate(register picodata_ProcessingUnit this, in acphSubObjDeallocate()
299 picodata_ProcessingUnit this; in picoacph_newAccPhrUnit() local
328 static picoos_uint8 acphGetNrSylls(register picodata_ProcessingUnit this, in acphGetNrSylls()
352 static picoos_uint8 acphPhrItemSeqGetPosLeft(register picodata_ProcessingUnit this, in acphPhrItemSeqGetPosLeft()
371 static pico_status_t acphSubPhrasing(register picodata_ProcessingUnit this, in acphSubPhrasing()
617 static picoos_uint8 acphAccItemSeqGetPosLeft(register picodata_ProcessingUnit this, in acphAccItemSeqGetPosLeft()
637 static picoos_uint8 acphAccNrSyllParts(register picodata_ProcessingUnit this, in acphAccNrSyllParts()
684 static picoos_uint8 acphAccGetNrsRight(register picodata_ProcessingUnit this, in acphAccGetNrsRight()
[all …]
Dpicodata.c89 pico_status_t picodata_cbReset(register picodata_CharBuffer this) in picodata_cbReset()
106 picodata_CharBuffer this; in picodata_newCharBuffer() local
133 picodata_CharBuffer *this) in picodata_disposeCharBuffer()
145 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, in picodata_cbPutCh()
159 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this) in picodata_cbGetCh()
176 static pico_status_t data_cbGetItem(register picodata_CharBuffer this, in data_cbGetItem()
261 static pico_status_t data_cbPutItem(register picodata_CharBuffer this, in data_cbPutItem()
321 pico_status_t picodata_cbGetItem(register picodata_CharBuffer this, in picodata_cbGetItem()
328 pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this, in picodata_cbGetSpeechData()
337 pico_status_t picodata_cbPutItem(register picodata_CharBuffer this, in picodata_cbPutItem()
[all …]
Dpicokdt.c299 static pico_status_t kdtDtInitialize(register picoknow_KnowledgeBase this, in kdtDtInitialize()
398 static pico_status_t kdtDtCheck(register picoknow_KnowledgeBase this, in kdtDtCheck()
430 static pico_status_t kdtPosPInitialize(register picoknow_KnowledgeBase this, in kdtPosPInitialize()
463 static pico_status_t kdtPosDInitialize(register picoknow_KnowledgeBase this, in kdtPosDInitialize()
496 static pico_status_t kdtG2PInitialize(register picoknow_KnowledgeBase this, in kdtG2PInitialize()
530 static pico_status_t kdtPhrInitialize(register picoknow_KnowledgeBase this, in kdtPhrInitialize()
564 static pico_status_t kdtAccInitialize(register picoknow_KnowledgeBase this, in kdtAccInitialize()
598 static pico_status_t kdtPamInitialize(register picoknow_KnowledgeBase this, in kdtPamInitialize()
632 static pico_status_t kdtSubObjDeallocate(register picoknow_KnowledgeBase this, in kdtSubObjDeallocate()
645 pico_status_t picokdt_specializeDtKnowledgeBase(picoknow_KnowledgeBase this, in picokdt_specializeDtKnowledgeBase()
[all …]
Dpicowa.c81 static pico_status_t waInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in waInitialize()
146 static pico_status_t waTerminate(register picodata_ProcessingUnit this) { in waTerminate()
150 static pico_status_t waSubObjDeallocate(register picodata_ProcessingUnit this, in waSubObjDeallocate()
165 picodata_ProcessingUnit this; in picowa_newWordAnaUnit() local
192 static picoos_uint8 waClassifyPos(register picodata_ProcessingUnit this, in waClassifyPos()
253 static pico_status_t waProcessWordgraph(register picodata_ProcessingUnit this, in waProcessWordgraph()
377 static picodata_step_result_t waStep(register picodata_ProcessingUnit this, in waStep()
Dpicoknow.c46 picoknow_KnowledgeBase this; in picoknow_newKnowledgeBase() local
63 extern void picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this) in picoknow_disposeKnowledgeBase()
Dpicopr.c357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned in… in pr_ALLOCATE()
413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr) in pr_DEALLOCATE()
433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemStat… in pr_getMemState()
441 static void pr_resetMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 lmemSta… in pr_resetMemState()
621 static picoos_int32 tok_tokenDigitStrToInt (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_… in tok_tokenDigitStrToInt()
847 static void pr_disposeProdList (register picodata_ProcessingUnit this, pr_ProdList * prodList) in pr_disposeProdList()
859 static pico_Status pr_addContext (register picodata_ProcessingUnit this, pr_subobj_t * pr, pr_Cont… in pr_addContext()
913 static pico_Status pr_createContextList (register picodata_ProcessingUnit this) in pr_createContextList()
941 static void pr_disposeContextList (register picodata_ProcessingUnit this) in pr_disposeContextList()
967 static void pr_setContext (register picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_uchar c… in pr_setContext()
[all …]
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dbubble.js324 BubbleBase.prototype.decorate.call(this); argument
373 BubbleBase.prototype.show.call(this); argument
384 BubbleBase.prototype.handleEvent.call(this, event); argument
415 BubbleBase.prototype.decorate.call(this); argument
440 BubbleBase.prototype.show.call(this); argument
454 BubbleBase.prototype.hide.call(this); argument
465 BubbleBase.prototype.handleEvent.call(this, event); argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DWatchExpressionsSidebarPane.js371 WebInspector.ObjectPropertyTreeElement.prototype.onexpand.call(this); argument
377 WebInspector.ObjectPropertyTreeElement.prototype.oncollapse.call(this); argument
383 WebInspector.ObjectPropertyTreeElement.prototype.onattach.call(this); argument
395 WebInspector.ObjectPropertyTreeElement.prototype.update.call(this); argument
469 … WebInspector.ObjectPropertyTreeElement.prototype.editingCancelled.call(this, element, context); argument
500 WebInspector.ObjectPropertyTreeElement.prototype.onattach.call(this); argument
507 WebInspector.ObjectPropertyTreeElement.prototype.onexpand.call(this); argument
513 WebInspector.ObjectPropertyTreeElement.prototype.oncollapse.call(this); argument
DUISourceCodeFrame.js62 WebInspector.SourceFrame.prototype.wasShown.call(this); argument
70 WebInspector.SourceFrame.prototype.willHide.call(this); argument
113 WebInspector.SourceFrame.prototype.onTextChanged.call(this, oldRange, newRange); argument
177 …WebInspector.SourceFrame.prototype.populateTextAreaContextMenu.call(this, contextMenu, lineNumber); argument
/external/chromium-trace/trace-viewer/src/ui/
Dcontainer_that_decorates_its_children.js34 HTMLUnknownElement.prototype.appendChild.call(this, x); argument
39 HTMLUnknownElement.prototype.insertBefore.call(this, x, y); argument
44 HTMLUnknownElement.prototype.removeChild.call(this, x); argument
49 HTMLUnknownElement.prototype.replaceChild.call(this, x, y); argument
61 HTMLUnknownElement.prototype.removeChild.call(this, this.lastChild); argument
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dtrace_model_track.js31 tracing.tracks.ContainerTrack.prototype.decorate.call(this, viewport); argument
36 tracing.tracks.ContainerTrack.prototype.detach.call(this); argument
113 tracing.tracks.ContainerTrack.prototype.drawTrack.call(this, type); argument
130 apply(this, arguments); argument
Dprocess_track.js21 tracing.tracks.ProcessTrackBase.prototype.decorate.call(this, viewport); argument
45 tracing.tracks.ContainerTrack.prototype.drawTrack.call(this, type); argument
71 apply(this, arguments); argument
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c334 SDL_VideoDevice *this = current_video; in SDL_ListModes() local
585 SDL_VideoDevice *video, *this; in SDL_SetVideoMode() local
1041 SDL_VideoDevice *this = current_video; in SDL_UpdateRects() local
1148 SDL_VideoDevice *this = current_video; in SDL_Flip() local
1350 SDL_VideoDevice *this = current_video; in SDL_VideoQuit() local
1412 SDL_VideoDevice *this = current_video; in SDL_GL_LoadLibrary() local
1431 SDL_VideoDevice *this = current_video; in SDL_GL_GetProcAddress() local
1519 SDL_VideoDevice* this = current_video; in SDL_GL_GetAttribute() local
1534 SDL_VideoDevice *this = current_video; in SDL_GL_SwapBuffers() local
1544 void SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect *rects) in SDL_GL_UpdateRectsLock()
[all …]
DSDL_gamma.c97 SDL_VideoDevice *this = current_video; in SDL_SetGamma() local
123 SDL_VideoDevice *this = current_video; in SDL_GetGamma() local
148 SDL_VideoDevice *this = current_video; in SDL_SetGammaRamp() local
199 SDL_VideoDevice *this = current_video; in SDL_GetGammaRamp() local
/external/chromium_org/chrome/browser/resources/net_internals/
Dview.js134 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
141 superClass.prototype.show.call(this, isVisible); argument
186 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
191 superClass.prototype.show.call(this, isVisible); argument
244 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
254 superClass.prototype.show.call(this, isVisible); argument
306 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
316 superClass.prototype.show.call(this, isVisible); argument
/external/chromium_org/chrome/browser/resources/options/
Dconfirm_dialog.js69 SettingsDialog.prototype.initializePage.call(this); argument
88 SettingsDialog.prototype.handleConfirm.call(this); argument
101 SettingsDialog.prototype.handleCancel.call(this); argument
Dpref_ui.js161 PrefInputElement.prototype.decorate.call(this); argument
212 PrefInputElement.prototype.decorate.call(this); argument
242 PrefInputElement.prototype.decorate.call(this); argument
290 PrefInputElement.prototype.decorate.call(this); argument
434 PrefInputElement.prototype.decorate.call(this); argument
487 PrefTextField.prototype.decorate.call(this); argument
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
Dkernel.js63 ProcessBase.prototype.shiftTimestampsForward.call(this); argument
69 ProcessBase.prototype.updateBounds.call(this); argument
78 ProcessBase.prototype.addCategoriesToDict.call(this, categoriesDict); argument

12345678910>>...17