Searched defs:this (Results 126 - 150 of 162) sorted by relevance

1234567

/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_org/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js2 // Use of this source code is governed by a BSD-style license that can be
28 this.initializeQueue_ = new AsyncUtil.Group();
58 * Keep this in sync with FileManagerDialog::GetDialogTypeAsString, except
59 * FULL_PAGE which is specific to this code.
82 * width of text is mesures like as it is rendered in this element.
86 this.dummySpan_ = doc.createElement('span');
87 this.dummySpan_ = doc.getElementsByTagName('body')[0].
88 appendChild(this.dummySpan_);
89 this.dummySpan_.style.position = 'absolute';
90 this
[all...]
H A Dvolume_manager.js2 // Use of this source code is governed by a BSD-style license that can be
16 * archive is mounted, but only for mounts from within this filebrowser tab.
20 this.requests_ = {};
26 this.mountedVolumes_ = {};
33 this.ready_ = false;
35 this.initMountPoints_();
36 this.driveStatus_ = VolumeManager.DriveStatus.UNMOUNTED;
38 this.driveConnectionState_ = {
44 this.onDriveConnectionStatusChanged_.bind(this));
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js2 // Use of this source code is governed by a BSD-style license that can be
17 this.dialogDom_ = dialogDom;
18 this.document_ = dialogDom.ownerDocument;
19 this.enableOnlineWallpaper_ = loadTimeData.valueExists('manifestBaseURL');
20 this.selectedCategory = null;
21 this.selectedItem_ = null;
22 this.progressManager_ = new ProgressManager();
23 this.customWallpaperData_ = null;
24 this.currentWallpaper_ = null;
25 this
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dgallery.js2 // Use of this source code is governed by a BSD-style license that can be
51 this.container_ = document.querySelector('.gallery');
52 this.document_ = document;
53 this.context_ = context;
54 this.metadataCache_ = context.metadataCache;
55 this.volumeManager_ = VolumeManager.getInstance();
57 this.dataModel_ = new cr.ui.ArrayDataModel([]);
58 this.selectionModel_ = new cr.ui.ListSelectionModel();
59 this.displayStringFunction_ = context.displayStringFunction;
61 this
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DExtensionServer.js9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
16 * this software without specific prior written permission.
36 this._clientObjects = {};
37 this._handlers = {};
38 this._subscribers = {};
39 this._subscriptionStartHandlers = {};
40 this._subscriptionStopHandlers = {};
41 this._extraHeaders = {};
42 this
[all...]
/external/ipsec-tools/src/racoon/
H A Doakley.c13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
18 * may be used to endorse or promote products derived from this software
598 vchar_t *this = NULL; /* Kn */ local
603 this = oakley_prf(iph2->ph1->skeyid_d, seed,
605 if (!this) {
610 vfree(this);
618 res = vrealloc(res, l + this->l);
628 vfree(this);
632 memcpy(res->v + l, this
[all...]
/external/linux-tools-perf/
H A Dbuiltin-kmem.c443 struct alloc_stat *this; local
446 this = rb_entry(*new, struct alloc_stat, node);
450 cmp = sort->cmp(data, this);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c16 License along with this library; if not, write to the Free Software
140 void SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect* rects);
334 SDL_VideoDevice *this = current_video; local
342 modes = video->ListModes(this, format, flags);
351 * given width and height. If this bits-per-pixel is different from the
398 /* No sizes supported at this bit-depth */
402 /* Any size supported at this bit-depth */
409 supported = 1; /* this mode can fit the centered window. */
472 /* No sizes supported at this bit-depth */
585 SDL_VideoDevice *video, *this; local
1041 SDL_VideoDevice *this = current_video; local
1148 SDL_VideoDevice *this = current_video; local
1350 SDL_VideoDevice *this = current_video; local
1412 SDL_VideoDevice *this = current_video; local
1431 SDL_VideoDevice *this = current_video; local
1519 SDL_VideoDevice* this = current_video; local
1534 SDL_VideoDevice *this = current_video; local
1544 SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect *rects) argument
1555 SDL_VideoDevice *this = current_video; local
1632 SDL_VideoDevice *this = current_video; local
1680 SDL_VideoDevice *this = current_video; local
1702 SDL_VideoDevice *this = current_video; local
1805 SDL_VideoDevice *this = current_video; local
1838 SDL_VideoDevice *this = current_video; local
1925 SDL_VideoDevice *this = current_video; local
1941 SDL_VideoDevice *this = current_video; local
2034 SDL_VideoDevice *this = current_video; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c16 License along with this library; if not, write to the Free Software
554 static void DX5_DeleteDevice(SDL_VideoDevice *this) argument
561 if ( this ) {
562 if ( this->hidden ) {
563 SDL_free(this->hidden);
565 if ( this->gl_data ) {
566 SDL_free(this->gl_data);
568 SDL_free(this);
669 SDL_VideoDevice *this = (SDL_VideoDevice *)udata; local
872 this
[all...]
/external/svox/pico/lib/
H A Dpicodata.c5 * you may not use this file except in compliance with the License.
51 typedef pico_status_t (* picodata_cbPutItemMethod) (register picodata_CharBuffer this,
55 typedef pico_status_t (* picodata_cbGetItemMethod) (register picodata_CharBuffer this,
59 typedef pico_status_t (* picodata_cbSubResetMethod) (register picodata_CharBuffer this);
60 typedef pico_status_t (* picodata_cbSubDeallocateMethod) (register picodata_CharBuffer this, picoos_MemoryManager mm);
81 static pico_status_t data_cbPutItem(register picodata_CharBuffer this,
85 static pico_status_t data_cbGetItem(register picodata_CharBuffer this,
89 pico_status_t picodata_cbReset(register picodata_CharBuffer this) argument
91 this->rear = 0;
92 this
106 picodata_CharBuffer this; local
132 picodata_disposeCharBuffer(picoos_MemoryManager mm, picodata_CharBuffer *this) argument
145 picodata_cbPutCh(register picodata_CharBuffer this, picoos_char ch) argument
159 picodata_cbGetCh(register picodata_CharBuffer this) argument
176 data_cbGetItem(register picodata_CharBuffer this, picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen, const picoos_uint8 issd) argument
261 data_cbPutItem(register picodata_CharBuffer this, const picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen) argument
321 picodata_cbGetItem(register picodata_CharBuffer this, picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen) argument
328 picodata_cbGetSpeechData(register picodata_CharBuffer this, picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen) argument
337 picodata_cbPutItem(register picodata_CharBuffer this, const picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen) argument
346 picodata_cbGetFrontItemType(register picodata_CharBuffer this) argument
577 puSimpleInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) argument
581 puSimpleTerminate(register picodata_ProcessingUnit this) argument
585 puSimpleStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 * numBytesOutput) argument
614 picodata_ProcessingUnit this = (picodata_ProcessingUnit) picoos_allocate(mm, sizeof(*this)); local
631 picodata_disposeProcessingUnit( picoos_MemoryManager mm, picodata_ProcessingUnit * this) argument
646 picodata_getCbIn(picodata_ProcessingUnit this) argument
656 picodata_getCbOut(picodata_ProcessingUnit this) argument
666 picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn) argument
678 picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut) argument
[all...]
H A Dpicokpr.c5 * you may not use this file except in compliance with the License.
169 static pico_status_t kprInitialize(register picoknow_KnowledgeBase this, argument
177 if (NULL == this || NULL == this->subObj) {
181 kpr = (kpr_subobj_t *) this->subObj;
183 kpr->rStrArrLen = kpr_getUInt32(&(this->base[KPR_STRARRLEN_OFFSET]));
184 kpr->rLexCatArrLen = kpr_getUInt32(&(this->base[KPR_LEXCATARRLEN_OFFSET]));
185 kpr->rAttrValArrLen = kpr_getUInt32(&(this->base[KPR_ATTRVALARRLEN_OFFSET]));
186 kpr->rOutItemArrLen = kpr_getUInt32(&(this->base[KPR_OUTITEMARRLEN_OFFSET]));
187 kpr->rTokArrLen = kpr_getUInt32(&(this
226 kprSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
240 picokpr_specializePreprocKnowledgeBase(picoknow_KnowledgeBase this, picoos_Common common) argument
260 picokpr_getPreproc(picoknow_KnowledgeBase this) argument
[all...]
H A Dpicoktab.c5 * you may not use this file except in compliance with the License.
65 static pico_status_t ktabIdsInitialize(register picoknow_KnowledgeBase this, argument
72 if (NULL == this || NULL == this->subObj) {
76 ids = (picoktab_FixedIds) this->subObj;
84 static pico_status_t ktabIdsSubObjDeallocate(register picoknow_KnowledgeBase this, argument
87 if (NULL != this) {
88 picoos_deallocate(mm, (void *) &this->subObj);
93 pico_status_t picoktab_specializeIdsKnowledgeBase(picoknow_KnowledgeBase this, argument
96 if (NULL == this) {
109 picoktab_getFixedIds(picoknow_KnowledgeBase this) argument
117 picoktab_FixedIds this = (picoktab_FixedIds) picoos_allocate(mm,sizeof(*this)); local
125 picoktab_disposeFixedIds(picoos_MemoryManager mm, picoktab_FixedIds * this) argument
204 ktabGraphsInitialize(register picoknow_KnowledgeBase this, picoos_Common common) argument
222 ktabGraphsSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
231 picoktab_specializeGraphsKnowledgeBase(picoknow_KnowledgeBase this, picoos_Common common) argument
247 picoktab_getGraphs(picoknow_KnowledgeBase this) argument
258 picoktab_hasVowellikeProp(const picoktab_Graphs this, const picoos_uint8 *graph, const picoos_uint8 graphlenmax) argument
273 ktab_getStrProp(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint32 propOffset, picoos_uchar * str) argument
288 ktab_propOffset(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint32 prop) argument
369 picoktab_graphOffset(const picoktab_Graphs this, picoos_uchar * utf8graph) argument
431 picoktab_getIntPropTokenType(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint8 * stokenType) argument
447 picoktab_getIntPropTokenSubType(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_int8 * stokenSubType) argument
462 picoktab_getIntPropValue(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint32 * value) argument
478 picoktab_getIntPropPunct(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint8 * info1, picoos_uint8 * info2) argument
511 picoktab_getStrPropLowercase(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uchar * lowercase) argument
526 picoktab_getStrPropGraphsubs1(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uchar * graphsubs1) argument
541 picoktab_getStrPropGraphsubs2(const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uchar * graphsubs2) argument
568 picoktab_graphsGetNumEntries(const picoktab_Graphs this) argument
574 picoktab_graphsGetGraphInfo(const picoktab_Graphs this, picoos_uint16 graphIndex, picoos_uchar * from, picoos_uchar * to, picoos_uint8 * propset, picoos_uint8 * stokenType, picoos_uint8 * stokenSubType, picoos_uint8 * value, picoos_uchar * lowercase, picoos_uchar * graphsubs1, picoos_uchar * graphsubs2, picoos_uint8 * punct) argument
695 ktabPhonesInitialize(register picoknow_KnowledgeBase this, picoos_Common common) argument
711 ktabPhonesSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
719 picoktab_specializePhonesKnowledgeBase(picoknow_KnowledgeBase this, picoos_Common common) argument
734 picoktab_getPhones(picoknow_KnowledgeBase this) argument
745 picoktab_hasVowelProp(const picoktab_Phones this, const picoos_uint8 ch) argument
749 picoktab_hasDiphthProp(const picoktab_Phones this, const picoos_uint8 ch) argument
753 picoktab_hasGlottProp(const picoktab_Phones this, const picoos_uint8 ch) argument
757 picoktab_hasNonsyllvowelProp(const picoktab_Phones this, const picoos_uint8 ch) argument
761 picoktab_hasSyllconsProp(const picoktab_Phones this, const picoos_uint8 ch) argument
766 picoktab_isSyllCarrier(const picoktab_Phones this, const picoos_uint8 ch) argument
775 picoktab_isPrimstress(const picoktab_Phones this, const picoos_uint8 ch) argument
779 picoktab_isSecstress(const picoktab_Phones this, const picoos_uint8 ch) argument
783 picoktab_isSyllbound(const picoktab_Phones this, const picoos_uint8 ch) argument
787 picoktab_isWordbound(const picoktab_Phones this, const picoos_uint8 ch) argument
791 picoktab_isPause(const picoktab_Phones this, const picoos_uint8 ch) argument
796 picoktab_getPrimstressID(const picoktab_Phones this) argument
799 picoktab_getSecstressID(const picoktab_Phones this) argument
802 picoktab_getSyllboundID(const picoktab_Phones this) argument
805 picoktab_getWordboundID(const picoktab_Phones this) argument
808 picoktab_getPauseID(const picoktab_Phones this) argument
887 ktabPosInitialize(register picoknow_KnowledgeBase this, picoos_Common common) argument
931 ktabPosSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
939 picoktab_specializePosKnowledgeBase(picoknow_KnowledgeBase this, picoos_Common common) argument
954 picoktab_getPos(picoknow_KnowledgeBase this) argument
992 picoktab_isUniquePos(const picoktab_Pos this, const picoos_uint8 pos) argument
1011 picoktab_isPartOfPosGroup(const picoktab_Pos this, const picoos_uint8 pos, const picoos_uint8 posgroup) argument
1073 picoktab_getPosGroup(const picoktab_Pos this, const picoos_uint8 *poslist, const picoos_uint8 poslistlen) argument
[all...]
H A Dpicosa.c5 * you may not use this file except in compliance with the License.
153 all but the first will be treated as an (empty) phrase containing just this item.
154 If this (single) item is a flush, creation of SBEG is suppressed.
245 static pico_status_t saInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { argument
255 if (NULL == this || NULL == this->subObj) {
256 return picoos_emRaiseException(this->common->em,
259 sa = (sa_subobj_t *) this->subObj;
261 /* sa->common = this->common; */
305 fst = picokfst_getFST(this
427 saTerminate(register picodata_ProcessingUnit this) argument
431 saSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
448 picodata_ProcessingUnit this; local
489 saPosDItemSeqGetPosRight(register picodata_ProcessingUnit this, register sa_subobj_t *sa, const picoos_uint16 ind, const picoos_uint16 top, picoos_uint16 *rightind) argument
511 saDisambPos(register picodata_ProcessingUnit this, register sa_subobj_t *sa) argument
698 saCopyItemContent1to2(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 ind) argument
733 saLexIndLookup(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoklex_Lex lex, picoos_uint16 ind) argument
791 saGetNrVowel(register picodata_ProcessingUnit this, register sa_subobj_t *sa, const picoos_uint8 *sInChar, const picoos_uint16 inLen, const picoos_uint8 inPos, picoos_uint8 *nVow, picoos_uint8 *nVord) argument
829 saDoG2P(register picodata_ProcessingUnit this, register sa_subobj_t *sa, const picoos_uint8 *graph, const picoos_uint8 graphlen, const picoos_uint8 pos, picoos_uint8 *phones, const picoos_uint16 phonesmaxlen, picoos_uint16 *plen) argument
1005 saGraphemeToPhoneme(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 ind) argument
1078 saExtractPhonemes(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 pos, picodata_itemhead_t* head, const picoos_uint8* content) argument
1188 saStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 *numBytesOutput) argument
[all...]
H A Dpicospho.c5 * you may not use this file except in compliance with the License.
109 * this is the first round of alignment, only inserting/deleting/modifying bounds, according to
116 * this is the second round of alignment, treating non-BOUND items
244 static pico_status_t sphoReset(register picodata_ProcessingUnit this) argument
249 if (NULL == this || NULL == this->subObj) {
250 return picoos_emRaiseException(this->common->em,
253 spho = (spho_subobj_t *) this->subObj;
289 static pico_status_t sphoInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) argument
299 if (NULL == this || NUL
336 sphoTerminate(register picodata_ProcessingUnit this) argument
342 sphoSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
365 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice); local
523 sphoExtractPhonemes(register picodata_ProcessingUnit this, register spho_subobj_t *spho, picoos_uint16 pos, picoos_uint8 convertAccents, picoos_uint8 * suppressWB) argument
922 sphoStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 * numBytesOutput) argument
[all...]
/external/v8/tools/
H A Dtickprocessor.js7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
35 Profile.call(this);
37 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); };
74 LogReader.call(this, {
77 processor: this.processCodeCreation },
79 processor: this.processCodeMove },
81 processor: this.processCodeDelete },
87 processor: this
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c26 along with this program; if not, write to the Free Software
342 Addr this,
350 UWord size = next - this;
353 if (this == next) return;
358 filename, lineno, this, next );
367 if (this > next) {
371 "at entry %d: 0x%lx 0x%lx\n", entry, this, next);
384 /* At this point, we know that the original value for |size|, viz
385 |next - this|, will only still be used in the case where
386 |this| <
339 addLineInfo( struct _DebugInfo* di, UChar* filename, UChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Ddygraph-combined.js1 DygraphLayout=function(b,a){this.dygraph_=b;this.options={};Dygraph.update(this.options,a?a:{});this.datasets=new Array();this.annotations=new Array()};DygraphLayout.prototype.attr_=function(a){return this.dygraph_.attr_(a)};DygraphLayout.prototype.addDataset=function(a,b){this.datasets[a]=b};DygraphLayout.prototype.setAnnotations=function(d){var e=this.attr_("xValueParser");for(var c=0;c<d.length;c++){var b={};if(!d[c].xval&&!d[c].x){this.dygraph_.error("Annotations must have an 'x' property");return}if(d[c].icon&&!(d[c].hasOwnProperty("width")&&d[c].hasOwnProperty("height"))){this
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js56 if ((a1 = this.prototype[a1])) return add(this, a2, a1, a3);
58 for (var a in a1) this.alias(a, a1[a], a2);
59 return this;
63 if (typeof a1 == 'string') return add(this, a1, a2, a3);
64 for (var p in a1) add(this, p, a1[p], a2);
65 return this;
112 for (var key in object) this[key] = object[key];
113 return this;
121 for (var key in this){
[all...]
/external/blktrace/btt/
H A Doutput.c17 * along with this program; if not, write to the Free Software
331 struct seek_mode_info *p, *this, *new_list = NULL; local
333 while ((this = sip->head) != NULL) {
334 sip->head = this->next;
335 this->next = NULL;
337 if (new_list == NULL || this->nseeks > new_list->nseeks)
338 new_list = this;
339 else if (this->nseeks == new_list->nseeks) {
341 if (p->mode == this->mode)
345 this
[all...]
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js2 // Use of this source code is governed by a BSD-style license that can be
6 // TODO(rginda): Enable this everywhere once we have a trunk-worthy fix.
37 this.dialogDom_ = dialogDom;
38 this.rootEntries_ = rootEntries;
39 this.filesystem_ = rootEntries[0].filesystem;
40 this.params_ = params || {};
42 this.listType_ = null;
44 this.exifCache_ = {};
47 this.filterFiles_ = true;
49 this
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_editor.js2 // Use of this source code is governed by a BSD-style license that can be
20 this.rootContainer_ = DOMContainers.root;
21 this.container_ = DOMContainers.image;
22 this.modes_ = modes;
23 this.displayStringFunction_ = displayStringFunction;
25 ImageUtil.removeChildren(this.container_);
27 var document = this.container_.ownerDocument;
29 this.viewport_ = viewport;
30 this.viewport_.sizeByFrame(this
[all...]
/external/chromium_org/remoting/webapp/
H A Dclient_session.js2 // Use of this source code is governed by a BSD-style license that can be
42 * @param {remoting.ClientSession.Mode} mode The mode of this connection.
45 * pairing id for this client, as issued by the host.
47 * paired secret for this client, as issued by the host.
55 this.state = remoting.ClientSession.State.CREATED;
57 this.hostJid = hostJid;
58 this.clientJid = clientJid;
59 this.hostPublicKey = hostPublicKey;
61 this.accessCode_ = accessCode;
63 this
[all...]
/external/chromium_org/v8/tools/
H A Dtickprocessor.js7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
35 Profile.call(this);
37 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); };
74 LogReader.call(this, {
77 processor: this.processCodeCreation },
79 processor: this.processCodeMove },
81 processor: this.processCodeDelete },
87 processor: this
[all...]

Completed in 2009 milliseconds

1234567