HomeSort by relevance Sort by last modified time
    Searched refs:THIS (Results 1 - 25 of 490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.2-1.js 1 /* The contents of this file are subject to the Netscape Public
2 * License Version 1.1 (the "License"); you may not use this file
29 determine the scope chain, the variable object, and the this value. If
31 instantiation, and determination of the this value are performed just as
35 order, as the calling context's scope chain. This includes objects added
41 The this value is the same as the this value of the calling context.
56 var THIS = eval("this");
59 "this +''"
    [all...]
10.2.1.js 1 /* The contents of this file are subject to the Netscape Public
2 * License Version 1.1 (the "License"); you may not use this file
33 The this value is the global object.
47 var THIS = this;
50 "this +''",
52 THIS + "" );
57 for ( p in this ) {
10.2.3-1.js 1 /* The contents of this file are subject to the Netscape Public
2 * License Version 1.1 (the "License"); you may not use this file
31 { DontDelete }. The caller provides the this value. If the this value
33 null), then the this value is the global object.
51 "var o = new MyObject('hello'); o.THIS == x",
53 o.THIS == o );
58 "var o = MyFunction(); o == this",
60 o == this );
79 return this;
    [all...]
  /external/bluetooth/glib/
makefile.msc 12 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=all
17 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=clean
20 @cd $(THIS)
  /development/simulator/app/
Semaphore.h 13 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
LocalBiChannel.h 10 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
18 * This is essentially a wrapper class for UNIX-domain sockets. The
Shmem.h 10 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
22 * (Whether this should have been done in a subclass is debatable.)
28 * SysV you can work around this by using a "private" key and sharing
35 * the segment, it is also marked for destruction on SysV systems. This
56 * Attach to a shared memory segment. Use this from the process that
73 * Lock or unlock the shared memory segment. This is useful if you
77 * This does *not* lock down the segment in the virtual paging system.
Pipe.h 5 * you may not use this file except in compliance with the License.
24 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
34 * is a secondary goal. Part of this goal is to have something that can
51 /* Is this object ready to go? */
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 28 STDMETHOD_(ULONG, AddRef) (THIS) kind; \
29 STDMETHOD_(ULONG, Release) (THIS) kind
39 STDMETHOD_(DWORD, GetAppData) (THIS) kind; \
176 STDMETHOD(Update)(THIS) PURE;
180 STDMETHOD_(DWORD, GetBufferCount)(THIS) PURE;
189 STDMETHOD_(BOOL, GetDither)(THIS) PURE;
190 STDMETHOD_(DWORD, GetShades)(THIS) PURE;
191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE;
192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE;
193 STDMETHOD_(DWORD, GetTrianglesDrawn)(THIS) PURE;
    [all...]
d3d.h 89 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
90 STDMETHOD_(ULONG, Release) (THIS) PURE;
121 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
122 STDMETHOD_(ULONG, Release) (THIS) PURE;
140 STDMETHOD_(HRESULT, BeginScene) (THIS) PURE;
141 STDMETHOD_(HRESULT, EndScene) (THIS) PURE;
179 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
180 STDMETHOD_(ULONG, Release) (THIS) PURE;
184 STDMETHOD_(HRESULT, Unlock) (THIS) PURE;
218 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 28 STDMETHOD_(ULONG, AddRef) (THIS) kind; \
29 STDMETHOD_(ULONG, Release) (THIS) kind
39 STDMETHOD_(DWORD, GetAppData) (THIS) kind; \
176 STDMETHOD(Update)(THIS) PURE;
180 STDMETHOD_(DWORD, GetBufferCount)(THIS) PURE;
189 STDMETHOD_(BOOL, GetDither)(THIS) PURE;
190 STDMETHOD_(DWORD, GetShades)(THIS) PURE;
191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE;
192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE;
193 STDMETHOD_(DWORD, GetTrianglesDrawn)(THIS) PURE;
    [all...]
D3D.H 89 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
90 STDMETHOD_(ULONG, Release) (THIS) PURE;
121 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
122 STDMETHOD_(ULONG, Release) (THIS) PURE;
140 STDMETHOD_(HRESULT, BeginScene) (THIS) PURE;
141 STDMETHOD_(HRESULT, EndScene) (THIS) PURE;
179 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
180 STDMETHOD_(ULONG, Release) (THIS) PURE;
184 STDMETHOD_(HRESULT, Unlock) (THIS) PURE;
218 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
    [all...]
  /external/icu4c/common/
ustrenum.cpp 157 #define THIS(en) ((U_NAMESPACE_QUALIFIER StringEnumeration*)(en->context))
166 delete THIS(en);
177 return THIS(en)->count(*ec);
188 return THIS(en)->unext(resultLength, *ec);
199 return THIS(en)->next(resultLength, *ec);
209 THIS(en)->reset(*ec);
230 * StringEnumeration is adopted; after this call, the caller must not
  /external/icu4c/data/misc/
miscfiles.mk 6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu4c/data/translit/
trnsfiles.mk 6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/v8/src/
variables.h 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
142 THIS,
185 bool is_this() const { return kind_ == THIS; }
  /external/v8/samples/
count-hosts.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /external/v8/test/message/
overwritten-builtins.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
try-catch-finally-no-message.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
try-catch-finally-return-in-finally.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
try-finally-return-in-finally.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 // This is a test of making an API call after an exception thrown in JavaScript
arguments-indirect.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ascii-regexp-subject.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
binary-operation-overwrite.js 7 // 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.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 91011>>