Searched defs:this (Results 1 - 25 of 130) sorted by relevance

123456

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp8.cpp3 void f(A* p = this) { } // expected-error{{invalid use of 'this'}} argument
/external/svox/pico/lib/
H A Dpicoknow.c5 * you may not use this file except in compliance with the License.
46 picoknow_KnowledgeBase this; local
49 this = picoos_allocate(mm,sizeof(*this));
50 if (NULL != this) {
51 PICODBG_TRACE(("allocated KnowledgeBase at address %i with size %i",(picoos_uint32)this,sizeof(*this)));
53 this->next = NULL;
54 this->id = PICOKNOW_KBID_NULL;
55 this
63 picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this) argument
[all...]
H A Dpicokdbg.c5 * you may not use this file except in compliance with the License.
73 static pico_status_t kdbgInitialize(register picoknow_KnowledgeBase this, argument
79 if (NULL == this || NULL == this->subObj) {
83 kdbg = (kdbg_subobj_t *)this->subObj;
84 kdbg->phonesyms = this->base;
89 static pico_status_t kdbgSubObjDeallocate(register picoknow_KnowledgeBase this, argument
91 if (NULL != this) {
92 picoos_deallocate(mm, (void *) &this->subObj);
98 pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this, argument
114 picokdbg_getDbg(picoknow_KnowledgeBase this) argument
125 picokdbg_getPhoneId(const picokdbg_Dbg this, const picoos_char *phsym) argument
144 picokdbg_getPhoneSym(const picokdbg_Dbg this, const picoos_uint8 phid) argument
[all...]
/external/chromium/chrome/browser/resources/net_internals/
H A Dtestview.js2 // Use of this source code is governed by a BSD-style license that can be
16 DivView.call(this, mainBoxId);
18 this.urlInput_ = document.getElementById(urlInputId);
19 this.summaryDiv_ = document.getElementById(summaryDivId);
22 form.addEventListener('submit', this.onSubmitForm_.bind(this), false);
24 g_browser.addConnectionTestsObserver(this);
30 g_browser.sendStartConnectionTests(this.urlInput_.value);
38 this.summaryDiv_.innerHTML = '';
40 var p = addNode(this
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
22 * derived from this software without specific prior written permission.
87 */ this._secrets={};
88 this._parameters={};
92 this._secrets['consumer_key'] = consumer_key;
95 this._secrets['shared_secret'] = shared_secret;
97 this._default_signature_method= "HMAC-SHA1";
98 this._action = "GET";
99 this
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
22 * derived from this software without specific prior written permission.
87 */ this._secrets={};
88 this._parameters={};
92 this._secrets['consumer_key'] = consumer_key;
95 this._secrets['shared_secret'] = shared_secret;
97 this._default_signature_method= "HMAC-SHA1";
98 this._action = "GET";
99 this
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauthsimple.js16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
22 * derived from this software without specific prior written permission.
87 */ this._secrets={};
88 this._parameters={};
92 this._secrets['consumer_key'] = consumer_key;
95 this._secrets['shared_secret'] = shared_secret;
97 this._default_signature_method= "HMAC-SHA1";
98 this._action = "GET";
99 this
[all...]
/external/clang/test/Sema/
H A Dnonnull.c12 __attribute__((nonnull(1))) void Class_init(Instance this, char *str) { argument
13 this.object->str = str;
H A Doverloaded-func-transparent-union.c14 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) { argument
15 this.object->str = str;
16 this.object->str2 = str2;
19 __attribute__((overloadable)) void Class_Init(Instance this, char *str) { argument
20 this.object->str = str;
21 this.object->str2 = str;
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupportPregenerated.pm38 sub this { subroutine
/external/blktrace/btt/
H A Ddevmap.c17 * along with this program; if not, write to the Free Software
50 char this[128]; local
53 sprintf(this, "%u,%u", MAJOR(device), MINOR(device));
57 if (!strcmp(this, dmp->devno))
H A Ddip_rb.c17 * along with this program; if not, write to the Free Software
68 void (*fnc)(struct io *iop, struct io *this),
72 struct io *this = rb_entry(n, struct io, rb_node); local
74 __u64 this_s = BIT_START(this), this_e = BIT_END(this);
77 if (fnc) fnc(iop, this);
79 list_add_tail(&this->f_head, head);
67 rb_foreach(struct rb_node *n, struct io *iop, void (*fnc)(struct io *iop, struct io *this), struct list_head *head) argument
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
H A DSDL_dummyaudio.c16 License along with this library; if not, write to the Free Software
64 SDL_AudioDevice *this; local
67 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
68 if ( this ) {
69 SDL_memset(this, 0, (sizeof *this));
70 this->hidden = (struct SDL_PrivateAudioData *)
71 SDL_malloc((sizeof *this->hidden));
73 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgevents.c16 License along with this library; if not, write to the Free Software
69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra; local
70 pgFocus(this->hidden->wCanvas);
98 pgSetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK,
99 pgGetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK) |
104 pgFocus(this->hidden->wCanvas);
107 pgBind(this->hidden->wApp, PG_WE_CLOSE, &PG_HandleClose, NULL);
108 pgBind(this->hidden->wCanvas, PG_WE_BUILD, &PG_HandleResize, NULL);
109 pgBind(this->hidden->wCanvas, PG_WE_KBD_CHAR, &PG_HandleChar, NULL);
110 pgBind(this
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dbinaryajax.js14 this.getRawData = function() {
21 this.getByteAt = function(iOffset) {
27 this.getByteAt = function(iOffset) {
32 this.getLength = function() {
36 this.getSByteAt = function(iOffset) {
37 var iByte = this.getByteAt(iOffset);
44 this.getShortAt = function(iOffset, bBigEndian) {
46 (this.getByteAt(iOffset) << 8) + this.getByteAt(iOffset + 1)
47 : (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
H A DSDL_bsdaudio.c16 License along with this library; if not, write to the Free
107 SDL_AudioDevice *this; local
110 this = (SDL_AudioDevice*)SDL_malloc(sizeof(SDL_AudioDevice));
111 if(this) {
112 SDL_memset(this, 0, (sizeof *this));
113 this->hidden =
114 (struct SDL_PrivateAudioData*)SDL_malloc((sizeof *this->hidden));
116 if((this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/disk/
H A DSDL_diskaudio.c16 License along with this library; if not, write to the Free Software
80 SDL_AudioDevice *this; local
84 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
85 if ( this ) {
86 SDL_memset(this, 0, (sizeof *this));
87 this->hidden = (struct SDL_PrivateAudioData *)
88 SDL_malloc((sizeof *this->hidden));
90 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
H A DSDL_dspaudio.c16 License along with this library; if not, write to the Free Software
91 SDL_AudioDevice *this; local
94 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
95 if ( this ) {
96 SDL_memset(this, 0, (sizeof *this));
97 this->hidden = (struct SDL_PrivateAudioData *)
98 SDL_malloc((sizeof *this->hidden));
100 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_dma8.c16 License along with this library; if not, write to the Free
129 SDL_AudioDevice *this; local
132 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
133 if ( this ) {
134 SDL_memset(this, 0, (sizeof *this));
135 this->hidden = (struct SDL_PrivateAudioData *)
136 SDL_malloc((sizeof *this->hidden));
138 if ( (this == NULL) || (this
325 SDL_AudioDevice *this = SDL_MintAudio_device; local
[all...]
H A DSDL_mintaudio_stfa.c16 License along with this library; if not, write to the Free
128 SDL_AudioDevice *this; local
131 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
132 if ( this ) {
133 SDL_memset(this, 0, (sizeof *this));
134 this->hidden = (struct SDL_PrivateAudioData *)
135 SDL_malloc((sizeof *this->hidden));
137 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c16 License along with this library; if not, write to the Free Software
218 SDL_AudioDevice *this; local
221 this = (SDL_AudioDevice *)malloc(sizeof(SDL_AudioDevice));
222 if ( this ) {
223 SDL_memset(this, 0, (sizeof *this));
224 this->hidden = (struct SDL_PrivateAudioData *)
225 SDL_malloc((sizeof *this->hidden));
227 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c16 License along with this library; if not, write to the Free Software
97 SDL_VideoDevice *this = current_video; local
111 succeeded = video->SetGamma(this, red, green, blue);
117 so this function isn't officially supported.
123 SDL_VideoDevice *this = current_video; local
139 succeeded = video->GetGamma(this, red, green, blue);
148 SDL_VideoDevice *this = current_video; local
189 succeeded = video->SetGammaRamp(this, video->gamma);
199 SDL_VideoDevice *this = current_video; local
210 video->GetGammaRamp(this, vide
[all...]
H A DSDL_yuv.c16 License along with this library; if not, write to the Free Software
36 SDL_VideoDevice *this = current_video; local
57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
61 overlay = SDL_CreateYUV_SW(this, w, h, format, display);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbriva.c16 License along with this library; if not, write to the Free Software
83 if ( dst == this->screen ) {
90 FB_dst_to_xy(this, dst, &dstX, &dstY);
105 if ( dst == this->screen ) {
114 SDL_VideoDevice *this = current_video; local
129 if ( dst == this->screen ) {
136 FB_dst_to_xy(this, src, &srcX, &srcY);
137 FB_dst_to_xy(this, dst, &dstX, &dstY);
153 if ( dst == this->screen ) {
168 if ( ! this
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinffast.c38 inflate execution time is spent in this routine.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this
[all...]

Completed in 6853 milliseconds

123456