Searched defs:this (Results 26 - 50 of 76) sorted by relevance

1234

/external/svox/pico/lib/
H A Dpicowa.c5 * you may not use this file except in compliance with the License.
81 static pico_status_t waInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { argument
90 if (NULL == this || NULL == this->subObj) {
91 return (picodata_step_result_t) picoos_emRaiseException(this->common->em,
94 wa = (wa_subobj_t *) this->subObj;
106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
108 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING,
116 ulex = picoklex_getLex(this->voice->kbArray[ulexKbIds[i]]);
125 picoktab_getPos(this
146 waTerminate(register picodata_ProcessingUnit this) argument
150 waSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
165 picodata_ProcessingUnit this; local
192 waClassifyPos(register picodata_ProcessingUnit this, register wa_subobj_t *wa, const picoos_uint8 *graph, const picoos_uint16 graphlen) argument
253 waProcessWordgraph(register picodata_ProcessingUnit this, register wa_subobj_t *wa , picodata_itemhead_t *head , const picoos_uint8 *content) argument
377 waStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 * numBytesOutput) argument
[all...]
H A Dpicoctrl.c5 * you may not use this file except in compliance with the License.
87 * @param this : pointer to Control PU
93 static pico_status_t ctrlInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { argument
98 if (NULL == this || NULL == this->subObj) {
101 ctrl = (ctrl_subobj_t *) this->subObj;
116 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*)"problem (re-)initializing the engine");
124 * @param this : pointer to Control PU
126 * @param bytesOutput : number of bytes produced during this step (output)
133 static picodata_step_result_t ctrlStep(register picodata_ProcessingUnit this, argument
236 ctrlTerminate(register picodata_ProcessingUnit this) argument
262 ctrlSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
295 ctrlAddPU(register picodata_ProcessingUnit this, picodata_putype_t puType, picoos_bool levelAwareCbOut, picoos_bool last) argument
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, local
484 picoctrl_disposeControl(picoos_MemoryManager mm, picodata_ProcessingUnit * this) argument
524 picoctrl_engReset(picoctrl_Engine this, picoos_int32 resetMode) argument
558 picoctrl_isValidEngineHandle(picoctrl_Engine this) argument
583 picoctrl_Engine this = (picoctrl_Engine) picoos_allocate(mm, sizeof(*this)); local
663 picoctrl_disposeEngine(picoos_MemoryManager mm, picorsrc_ResourceManager rm, picoctrl_Engine * this) argument
704 picoctrl_engGetCommon(picoctrl_Engine this) argument
723 picoctrl_engFeedText(picoctrl_Engine this, picoos_char * text, picoos_int16 textSize, picoos_int16 * bytesPut) argument
749 picoctrl_engFetchOutputItemBytes( picoctrl_Engine this, picoos_char *buffer, picoos_int16 bufferSize, picoos_int16 *bytesReceived) argument
[all...]
H A Dpicoacph.c5 * you may not use this file except in compliance with the License.
100 all but the first will be treated as an (empty) phrase containing just this item.
101 If this (single) item is a flush, creation of SBEG is suppressed.
160 static pico_status_t acphInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { argument
166 if (NULL == this || NULL == this->subObj) {
167 return picoos_emRaiseException(this->common->em,
170 acph = (acph_subobj_t *) this->subObj;
203 picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]);
205 return picoos_emRaiseException(this
279 acphTerminate(register picodata_ProcessingUnit this) argument
284 acphSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
299 picodata_ProcessingUnit this; local
328 acphGetNrSylls(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind) argument
352 acphPhrItemSeqGetPosLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *leftind) argument
371 acphSubPhrasing(register picodata_ProcessingUnit this, register acph_subobj_t *acph) argument
617 acphAccItemSeqGetPosLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *leftind) argument
637 acphAccNrSyllParts(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint8 *s1, picoos_uint8 *s2) argument
684 acphAccGetNrsRight(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *nrwordsfol, picoos_uint16 *nrsyllsfol, picoos_uint16 *footwordsfol, picoos_uint16 *footsyllsfol) argument
732 acphAccGetNrsLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *nrwordspre, picoos_uint16 *nrsyllspre) argument
767 acphIsWordWithoutStress(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind) argument
785 acphAccentuation(register picodata_ProcessingUnit this, register acph_subobj_t *acph) argument
966 acphPutBoundItem(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint8 strength, const picoos_uint8 type, picoos_uint8 *dopuoutfull, picoos_uint16 *numBytesOutput) argument
1047 acphStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 *numBytesOutput) argument
[all...]
H A Dpicorsrc.c5 * you may not use this file except in compliance with the License.
66 picoos_int8 lockCount; /* count of current subscribers of this resource */
86 * Returns non-zero if 'this' is a valid resource handle, zero otherwise.
88 picoos_int16 picoctrl_isValidResourceHandle(picorsrc_Resource this) argument
90 return (this != NULL) && CHECK_MAGIC_NUMBER(this);
96 picorsrc_Resource this = picoos_allocate(mm, sizeof(*this)); local
97 if (NULL != this) {
98 SET_MAGIC_NUMBER(this);
114 picorsrc_disposeResource(picoos_MemoryManager mm, picorsrc_Resource * this) argument
131 picorsrc_initializeVoice(picorsrc_Voice this) argument
146 picorsrc_Voice this = (picorsrc_Voice) picoos_allocate(mm,sizeof(*this)); local
180 picorsrc_VoiceDefinition this = (picorsrc_VoiceDefinition) picoos_allocate(mm,sizeof(*this)); local
230 picorsrc_ResourceManager this = picoos_allocate(mm,sizeof(*this)); local
247 picorsrc_disposeResourceManager(picoos_MemoryManager mm, picorsrc_ResourceManager * this) argument
259 findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picorsrc_Resource * rsrc) argument
272 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) argument
295 readHeader(picorsrc_ResourceManager this, picoos_FileHeader header, picoos_uint32 * headerlen, picoos_File file) argument
337 picorsrc_createKnowledgeBase( picorsrc_ResourceManager this, picoos_uint8 * data, picoos_uint32 size, picoknow_kb_id_t kbid, picoknow_KnowledgeBase * kb) argument
463 picorsrc_releaseKnowledgeBase( picorsrc_ResourceManager this, picoknow_KnowledgeBase * kb) argument
471 picorsrc_getKbList(picorsrc_ResourceManager this, picoos_uint8 * data, picoos_uint32 datalen, picoknow_KnowledgeBase * kbList) argument
536 picorsrc_loadResource(picorsrc_ResourceManager this, picoos_char * fileName, picorsrc_Resource * resource) argument
675 picorsrc_releaseKbList(picorsrc_ResourceManager this, picoknow_KnowledgeBase * kbList) argument
689 picorsrc_unloadResource(picorsrc_ResourceManager this, picorsrc_Resource * resource) argument
778 picorsrc_rsrcGetName(picorsrc_Resource this, picoos_char * name, picoos_uint32 maxlen) argument
791 findVoiceDefinition(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_VoiceDefinition * vdef) argument
814 picorsrc_addResourceToVoiceDefinition(picorsrc_ResourceManager this, picoos_char * voiceName, picoos_char * resourceName) argument
842 picorsrc_createVoiceDefinition(picorsrc_ResourceManager this, picoos_char * voiceName) argument
888 picorsrc_releaseVoiceDefinition(picorsrc_ResourceManager this, picoos_char *voiceName) argument
929 picorsrc_createVoice(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_Voice * voice) argument
1007 picorsrc_releaseVoice(picorsrc_ResourceManager this, picorsrc_Voice * voice) argument
[all...]
H A Dpicosig.c5 * you may not use this file except in compliance with the License.
57 static picodata_step_result_t sigStep(register picodata_ProcessingUnit this,
92 /*-----------------------Definition of the local storage for this PU--------*/
111 * @param this : sig PU object
117 static pico_status_t sigInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) argument
120 if (NULL == this || NULL == this->subObj) {
123 sig_subObj = (sig_subobj_t *) this->subObj;
153 this->voice->kbArray[PICOKNOW_KBID_PDF_MGC]);
155 this
196 sigTerminate(register picodata_ProcessingUnit this) argument
217 sigSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
263 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, local
317 getPhsFromPdf(register picodata_ProcessingUnit this, picoos_uint16 phsIndex, picoos_int32 *phsVect, picoos_int16 *numComponents) argument
374 sigProcess(register picodata_ProcessingUnit this, picoos_uint16 inReadPos, picoos_uint16 numinb, picoos_uint16 outWritePos, picoos_uint16 *numoutb) argument
724 sigStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 * numBytesOutput) argument
[all...]
H A Dpicotrns.c5 * you may not use this file except in compliance with the License.
156 picokfst_symid_t altOutSym; /**< current output symbol at this recursion position */
157 picoos_int32 altOutRefPos; /**< output reference position at this recursion position */
444 initialized by 'StartTransduction'. Repeat calls to this procedure until '*finished' returns true.
635 picotrns_SimpleTransducer this; local
636 this = picoos_allocate(mm, sizeof(picotrns_simple_transducer_t));
637 if (this == NULL) {
638 picoos_deallocate(mm, (void *)&this);
644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this
660 picotrns_disposeSimpleTransducer(picotrns_SimpleTransducer * this, picoos_MemoryManager mm) argument
678 picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst) argument
703 picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane) argument
722 picotrns_stGetSymSequence( picotrns_SimpleTransducer this, picoos_uint8 * outputSymIds, picoos_uint32 maxOutputSymIds) argument
[all...]
/external/toybox/scripts/
H A Dconfig2help.c98 // If there was whitespace before this, zap it. This can't take out *help
100 // one non-blank line (a dash line) to get this far.
232 char *this, *that, *cusage, *tusage, *name; local
244 // text out of throw into catch, copying from this to that
253 this = that;
320 if (*this == '[' && this[1] == '-' && this[2] != '-' &&
323 char *from = this+2, *to = that+2;
329 this
[all...]
/external/toybox/toys/pending/
H A Dmke2fs.c20 -N inodes Allocate this many inodes
22 -m percent Reserve this percent of filesystem space for root user
152 static struct dirtree *treenext(struct dirtree *this) argument
154 while (this && !this->next) this = this->parent;
155 if (this) this = this
[all...]
/external/iproute2/doc/
H A Dip-cref.tex22 \section{About this document}
100 Do not use this option when reporting bugs or asking for advice.
135 Usually it is \verb|list| or, if the objects of this class
164 IP address {\em et al\/}. In this case \verb|ip| prints an error message
176 The kernel returned an error to some syscall. In this case \verb|ip|
182 In this case \verb|ip| prints the error message, as it is output
206 \item RTNETLINK is not configured in the kernel. In this case
214 when configuring the kernel. In this case any attempt to use the
254 Though neither the \verb|ip| utility nor the kernel check for this condition.
255 You can get unpredictable results changing this fla
[all...]
/external/libpcap/
H A Dpcap-canusb-linux.c10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
15 * products derived from this software without specific prior written
98 * XXX - if this doesn't just mean "no USB file system mounted",
110 // Check if this device is interesting.
156 // Check if this device is interesting.
214 /* Does this look like a DAG device? */
288 static int canusb_startcapture(struct pcap_canusb* this) argument
295 this->rdpipe = pipefd[0];
296 this
304 canusb_clearbufs(struct pcap_canusb* this) argument
[all...]
/external/libvorbis/vq/
H A Dbookutil.c58 float this=0; local
61 this+=val*val;
63 if(best==-1 || this<best){
64 best=this;
229 /* this reads the format as written by vqbuild/latticebuild; innocent
231 header-ness will break this routine */
H A Dvqgen.c109 float this=_dist(v,_now(v,j),_now(v,k)); local
110 if(this>0){
111 if(v->assigned[k] && (localmin==-1 || this<localmin))
112 localmin=this;
128 localmin=v->max[j]+localmin/2; /* this gives us rough diameter */
153 element in the codebook entry is orthogonal. Residues would use this
207 /* be paranoid; this should be impossible */
213 /* be paranoid; this should be impossible */
/external/bison/
H A Dmaint.mk18 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
65 # You can override this variable in cfg.mk to set your own regexp
83 # (i.e., with no $(srcdir) prefix), this definition is careful to
103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
107 tag-this-version = $(subst .,_,$(VERSION))
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this
[all...]
/external/bison/src/
H A Dsymtab.c19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
439 symbol_check_alias_consistency (symbol *this) argument
441 symbol *sym = this;
442 symbol *str = this->alias;
445 if (!(this->alias
446 && this->user_token_number == USER_NUMBER_HAS_STRING_ALIAS))
486 symbol_check_alias_consistency_processor (void *this, argument
489 symbol_check_alias_consistency (this);
500 symbol_pack (symbol *this) argument
502 aver (this
513 symbol_pack_processor(void *this, void *null ATTRIBUTE_UNUSED) argument
548 symbol_translation(symbol *this) argument
568 symbol_translation_processor(void *this, void *null ATTRIBUTE_UNUSED) argument
834 symbol *this = symbols[i]; local
855 symbol *this = symbols[i]; local
[all...]
/external/blktrace/btt/
H A Dinlines.h17 * along with this program; if not, write to the Free Software
303 void (*fnc)(struct io *iop, struct io *this),
301 dip_rb_fe(struct d_info *dip, enum iop_type type, struct io *iop, void (*fnc)(struct io *iop, struct io *this), struct list_head *head) argument
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp87 #define this macro
106 // Check this is all properly defined away.
172 this
/external/e2fsprogs/debugfs/
H A Dlogdump.c498 end of this block. */
596 * If this block is a block
634 int first, prev, this, start_extent, i; local
651 this = inode->i_block[i];
652 if (start_extent >= 0 && this == prev+1) {
653 prev = this;
658 first = prev = this;
/external/fio/
H A Dgettime.c287 double this = cycles[i]; local
292 if ((fmax(this, mean) - fmin(this, mean)) > S)
295 avg += this;
374 * to use as THE clock source. For x86 CPUs, this means the TSC
562 struct clock_entry *prev, *this; local
640 this = &entries[i];
643 prev = this;
647 if (prev->tsc > this->tsc) {
648 uint64_t diff = prev->tsc - this
[all...]
/external/libvncserver/common/
H A Dturbojpeg.c8 * this list of conditions and the following disclaimer.
10 * this list of conditions and the following disclaimer in the documentation
13 * contributors may be used to endorse or promote products derived from this
29 /* TurboJPEG/OSS: this implements the TurboJPEG API using libjpeg-turbo */
109 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
112 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
114 cinfo=&this->cinfo; dinfo=&this->dinfo;
441 if(setjmp(this->jerr.setjmp_buffer)) return -1;
442 if(this
461 _tjInitCompress(tjinstance *this) argument
486 tjinstance *this=NULL; local
641 _tjInitDecompress(tjinstance *this) argument
668 tjinstance *this; local
[all...]
/external/libvorbis/lib/
H A Dres0.c186 bitmask of one indicates this partition class has bits to write
187 this pass */
190 /* yes, this is a minor hack due to not thinking ahead */
363 int this=0; local
366 this+=val*val;
368 if(best==-1 || this<best){
370 best=this;
419 /* move all this setup out later */
486 /* move all this setup out later */
550 /* move all this setu
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.cpp5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
45 case GL_VERTEX_SHADER: this->target = vertex_shader; break;
46 case GL_FRAGMENT_SHADER: this->target = fragment_shader; break;
47 case GL_GEOMETRY_SHADER: this->target = geometry_shader; break;
50 this->scanner = NULL;
51 this->translation_unit.make_empty();
52 this->symbols = new(mem_ctx) glsl_symbol_table;
53 this->info_log = ralloc_strdup(mem_ctx, "");
54 this
623 foreach_list_const(n, & this->expressions) argument
676 foreach_list_const(n, & this->parameters) argument
752 foreach_list_const(ptr, & this->declarations) argument
887 foreach_list_const(n, & this->labels) argument
903 foreach_list_const(n, & this->stmts) argument
919 foreach_list_const(n, & this->cases) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c154 ndis_events_query_interface(IWbemObjectSink *this, REFIID riid, void **obj) argument
160 *obj = this;
161 IWbemObjectSink_AddRef(this);
169 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this) argument
171 struct ndis_events_data *events = (struct ndis_events_data *) this;
176 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this) argument
178 struct ndis_events_data *events = (struct ndis_events_data *) this;
303 ndis_events_indicate(IWbemObjectSink *this, long lObjectCount, argument
306 struct ndis_events_data *events = (struct ndis_events_data *) this;
387 ndis_events_set_status(IWbemObjectSink *this, lon argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c154 ndis_events_query_interface(IWbemObjectSink *this, REFIID riid, void **obj) argument
160 *obj = this;
161 IWbemObjectSink_AddRef(this);
169 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this) argument
171 struct ndis_events_data *events = (struct ndis_events_data *) this;
176 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this) argument
178 struct ndis_events_data *events = (struct ndis_events_data *) this;
303 ndis_events_indicate(IWbemObjectSink *this, long lObjectCount, argument
306 struct ndis_events_data *events = (struct ndis_events_data *) this;
387 ndis_events_set_status(IWbemObjectSink *this, lon argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c154 ndis_events_query_interface(IWbemObjectSink *this, REFIID riid, void **obj) argument
160 *obj = this;
161 IWbemObjectSink_AddRef(this);
169 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this) argument
171 struct ndis_events_data *events = (struct ndis_events_data *) this;
176 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this) argument
178 struct ndis_events_data *events = (struct ndis_events_data *) this;
303 ndis_events_indicate(IWbemObjectSink *this, long lObjectCount, argument
306 struct ndis_events_data *events = (struct ndis_events_data *) this;
387 ndis_events_set_status(IWbemObjectSink *this, lon argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
H A Dpolymer.min.js11 window.PolymerGestures={},function(a){var b=!1,c=document.createElement("meta");if(c.createShadowRoot){var d=c.createShadowRoot(),e=document.createElement("span");d.appendChild(e),c.addEventListener("testpath",function(a){a.path&&(b=a.path[0]===e),a.stopPropagation()});var f=new CustomEvent("testpath",{bubbles:!0});document.head.appendChild(c),e.dispatchEvent(f),c.parentNode.removeChild(c),d=e=null}c=null;var g={shadow:function(a){return a?a.shadowRoot||a.webkitShadowRoot:void 0},canTarget:function(a){return a&&Boolean(a.elementFromPoint)},targetingShadow:function(a){var b=this.shadow(a);return this.canTarget(b)?b:void 0},olderShadow:function(a){var b=a.olderShadowRoot;if(!b){var c=a.querySelector("shadow");c&&(b=c.olderShadowRoot)}return b},allShadows:function(a){for(var b=[],c=this.shadow(a);c;)b.push(c),c=this.olderShadow(c);return b},searchRoot:function(a,b,c){var d,e;return a?(d=a.elementFromPoint(b,c),d?e=this.targetingShadow(d):a!==document&&(e=this.olderShadow(a)),this.searchRoot(e,b,c)||d):void 0},owner:function(a){if(!a)return document;for(var b=a;b.parentNode;)b=b.parentNode;return b.nodeType!=Node.DOCUMENT_NODE&&b.nodeType!=Node.DOCUMENT_FRAGMENT_NODE&&(b=document),b},findTarget:function(a){if(b&&a.path&&a.path.length)return a.path[0];var c=a.clientX,d=a.clientY,e=this.owner(a.target);return e.elementFromPoint(c,d)||(e=document),this.searchRoot(e,c,d)},findTouchAction:function(a){var c;if(b&&a.path&&a.path.length){for(var d=a.path,e=0;e<d.length;e++)if(c=d[e],c.nodeType===Node.ELEMENT_NODE&&c.hasAttribute("touch-action"))return c.getAttribute("touch-action")}else for(c=a.target;c;){if(c.nodeType===Node.ELEMENT_NODE&&c.hasAttribute("touch-action"))return c.getAttribute("touch-action");c=c.parentNode||c.host}return"auto"},LCA:function(a,b){if(a===b)return a;if(a&&!b)return a;if(b&&!a)return b;if(!b&&!a)return document;if(a.contains&&a.contains(b))return a;if(b.contains&&b.contains(a))return b;var c=this
[all...]

Completed in 904 milliseconds

1234