HomeSort by relevance Sort by last modified time
    Searched full:this (Results 451 - 475 of 239324) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3ds.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
62 HRESULT (WINAPI *QueryInterface)(ITAMMediaFormat *This,REFIID riid,void **ppvObject);
63 ULONG (WINAPI *AddRef)(ITAMMediaFormat *This);
64 ULONG (WINAPI *Release)(ITAMMediaFormat *This);
65 HRESULT (WINAPI *get_MediaFormat)(ITAMMediaFormat *This,AM_MEDIA_TYPE **ppmt);
66 HRESULT (WINAPI *put_MediaFormat)(ITAMMediaFormat *This,const AM_MEDIA_TYPE *pmt);
73 #define ITAMMediaFormat_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
certcli.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
120 HRESULT (WINAPI *QueryInterface)(ICertGetConfig *This,REFIID riid,void **ppvObject);
121 ULONG (WINAPI *AddRef)(ICertGetConfig *This);
122 ULONG (WINAPI *Release)(ICertGetConfig *This);
123 HRESULT (WINAPI *GetTypeInfoCount)(ICertGetConfig *This,UINT *pctinfo);
124 HRESULT (WINAPI *GetTypeInfo)(ICertGetConfig *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
125 HRESULT (WINAPI *GetIDsOfNames)(ICertGetConfig *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
scardssp.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
288 HRESULT (WINAPI *QueryInterface)(IByteBuffer *This,REFIID riid,void **ppvObject);
289 ULONG (WINAPI *AddRef)(IByteBuffer *This);
290 ULONG (WINAPI *Release)(IByteBuffer *This);
291 HRESULT (WINAPI *GetTypeInfoCount)(IByteBuffer *This,UINT *pctinfo);
292 HRESULT (WINAPI *GetTypeInfo)(IByteBuffer *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
293 HRESULT (WINAPI *GetIDsOfNames)(IByteBuffer *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
mpeg2data.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
39 #warning COM interfaces layout in this header has not been verified.
49 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
50 STDMETHOD_(ULONG, Release)(THIS) PURE;
53 STDMETHOD_(HRESULT,CancelPendingRequest)(THIS) PURE;
64 #define ISectionList_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
msdatsrc.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
63 HRESULT (WINAPI *QueryInterface)(DataSourceListener *This,REFIID riid,void **ppvObject);
64 ULONG (WINAPI *AddRef)(DataSourceListener *This);
65 ULONG (WINAPI *Release)(DataSourceListener *This);
66 HRESULT (WINAPI *dataMemberChanged)(DataSourceListener *This,DataMember bstrDM);
67 HRESULT (WINAPI *dataMemberAdded)(DataSourceListener *This,DataMember bstrDM);
68 HRESULT (WINAPI *dataMemberRemoved)(DataSourceListener *This,DataMember bstrDM);
75 #define DataSourceListener_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
wmiutils.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
122 HRESULT (WINAPI *QueryInterface)(IWbemPathKeyList *This,REFIID riid,void **ppvObject);
123 ULONG (WINAPI *AddRef)(IWbemPathKeyList *This);
124 ULONG (WINAPI *Release)(IWbemPathKeyList *This);
125 HRESULT (WINAPI *GetCount)(IWbemPathKeyList *This,ULONG *puKeyCount);
126 HRESULT (WINAPI *SetKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags,ULONG uCimType,LPVOID pKeyVal);
127 HRESULT (WINAPI *SetKey2)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags,ULONG uCimType,VARIANT *pKeyVal)
    [all...]
commoncontrols.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
96 HRESULT (WINAPI *QueryInterface)(IImageList *This,REFIID riid,void **ppvObject);
97 ULONG (WINAPI *AddRef)(IImageList *This);
98 ULONG (WINAPI *Release)(IImageList *This);
99 HRESULT (WINAPI *Add)(IImageList *This,HBITMAP hbmImage,HBITMAP hbmMask,int *pi);
100 HRESULT (WINAPI *ReplaceIcon)(IImageList *This,int i,HICON hicon,int *pi);
101 HRESULT (WINAPI *SetOverlayImage)(IImageList *This,int iImage,int iOverlay)
    [all...]
dbgprop.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
158 HRESULT (WINAPI *QueryInterface)(IDebugProperty *This,REFIID riid,void **ppvObject);
159 ULONG (WINAPI *AddRef)(IDebugProperty *This);
160 ULONG (WINAPI *Release)(IDebugProperty *This);
161 HRESULT (WINAPI *GetPropertyInfo)(IDebugProperty *This,DWORD dwFieldSpec,UINT nRadix,DebugPropertyInfo *pPropertyInfo);
162 HRESULT (WINAPI *GetExtendedInfo)(IDebugProperty *This,ULONG cInfos,GUID *rgguidExtendedInfo,VARIANT *rgvar);
163 HRESULT (WINAPI *SetValueAsString)(IDebugProperty *This,LPCOLESTR pszValue,UINT nRadix)
    [all...]
optary.h 71 IOptionArray* This,
76 IOptionArray* This);
79 IOptionArray* This);
83 IOptionArray* This,
89 IOptionArray* This,
103 #define IOptionArray_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
104 #define IOptionArray_AddRef(This) (This)->lpVtbl->AddRef(This
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/side_panel/
side_panel_container.html 4 Use of this source code is governed by a BSD-style license that can be
77 this.activePanelContainer_ = this.$.active_panel_container;
78 this.tabStrip_ = this.$.tab_strip;
80 this.rangeOfInterest_ = new tr.b.Range();
81 this.brushingStateController_ = undefined;
82 this.onSelectionChanged_ = this.onSelectionChanged_.bind(this);
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t052importS1.g 6 this.capture = function(t) {
7 this.gt052importM1.capture(t);
11 a : B { this.capture("S.a") } ;
t052importS2.g 6 this.capture = function(t) {
7 this.gt052importM2.capture(t);
10 a[x] returns [y] : B {this.capture("S.a"); $y="1000";} ;
t052importS4.g 6 this.capture = function(t) {
7 this.gt052importM4.capture(t);
10 a : b {this.capture("S.a");} ;
t052importS5.g 7 this.capture = function(t) {
8 this.gt052importM5.capture(t);
11 x : A {this.capture("S.x ");} ;
t052importS6.g 6 this.capture = function(t) {
7 this.gt052importM6.capture(t);
10 a : b { this.capture("S.a") } ;
t052importS7.g 6 this.capture = function(t) {
7 this.gt052importM7.capture(t);
10 A : 'a' {this.capture("S.A ");} ;
t052importS8.g 6 this.capture = function(t) {
7 this.gt052importM8.capture(t);
10 A : 'a' {this.capture("S.A");} ;
t052importT4.g 6 this.capture = function(t) {
7 this.gt052importM4.capture(t);
10 a : B {this.capture("T.a");} ; // hidden by S.a
t052importT5.g 7 this.capture = function(t) {
8 this.gt052importM5.capture(t);
11 y : A {this.capture("T.y");} ;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/
find_controller.html 4 Use of this source code is governed by a BSD-style license that can be
22 this.brushingStateController_ = brushingStateController;
23 this.filterHits_ = new tr.model.EventSet();
24 this.currentHitIndex_ = -1;
25 this.activePromise_ = Promise.resolve();
26 this.activeTask_ = undefined;
33 return this.brushingStateController_.model;
37 return this.brushingStateController_;
45 task = new tr.b.Task(operation, this);
46 if (this.activeTask_)
    [all...]
  /external/eigen/
signature_of_eigen3_matrix_library 0 This file is just there as a signature to help identify directories containing Eigen3. When writing a script looking for Eigen3, just look for this file. This is especially useful to help disambiguate with Eigen2...
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
CalculationBone.java 12 * The purpose of this class is to imitate bone's movement when calculating inverse kinematics.
30 this.bone = bone;
31 this.startRotation = bone.getModelSpaceRotation().clone();
32 this.startTranslation = bone.getModelSpacePosition().clone();
33 this.startScale = bone.getModelSpaceScale().clone();
34 this.reset();
36 this.translations = new Vector3f[boneFramesCount];
37 this.rotations = new Quaternion[boneFramesCount];
38 this.scales = new Vector3f[boneFramesCount];
40 Arrays.fill(this.translations, 0, boneFramesCount, this.startTranslation);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
package.html 3 Parser for IMS headers. This code was contributed by
5 to this project. This package
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
simple_api_parser.js 20 this.options = Utils.mergeOptions(DEFAULT_OPTIONS, options);
21 this.handlers = {
22 doctype: this._wrapHandler(handlers.doctype),
23 startTag: this._wrapHandler(handlers.startTag),
24 endTag: this._wrapHandler(handlers.endTag),
25 text: this._wrapHandler(handlers.text),
26 comment: this._wrapHandler(handlers.comment)
31 var parser = this;
35 if (this.options.locationInfo) {
50 this._reset(html)
    [all...]
  /external/libxml2/doc/examples/
test3.xml 7 This text node must be discarded
23 This text node must be discarded
27 This text node must be discarded
29 This text node must be discarded
31 This text node must be discarded
35 This text node must be discarded

Completed in 785 milliseconds

<<11121314151617181920>>