Searched refs:This (Results 1 - 25 of 718) sorted by relevance

1234567891011>>

/external/valgrind/cachegrind/tests/
H A Ddlclose.stdout.exp0 This is myprint!
/external/clang/test/PCH/
H A Dpth.c4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
/external/clang/test/SemaCXX/
H A Dwarn-deprecated-header.cpp4 // expected-warning@+2 {{This file is deprecated.}}
6 #warning This file is deprecated.
/external/libcxx/test/libcxx/selftest/
H A Dtest.fail.cpp6 // This file is dual licensed under the MIT and the University of Illinois Open
11 #error This test should not compile.
/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
141 HRESULT (WINAPI *QueryInterface)(IAMCollection *This,REFIID riid,void **ppvObject);
142 ULONG (WINAPI *AddRef)(IAMCollection *This);
143 ULONG (WINAPI *Release)(IAMCollection *This);
144 HRESULT (WINAPI *GetTypeInfoCount)(IAMCollection *This,UINT *pctinfo);
145 HRESULT (WINAPI *GetTypeInfo)(IAMCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
146 HRESULT (WINAPI *GetIDsOfNames)(IAMCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
147 HRESULT (WINAPI *Invoke)(IAMCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
148 HRESULT (WINAPI *get_Count)(IAMCollection *This,LON
[all...]
H A Damvideo.h146 IDirectDrawVideo* This,
151 IDirectDrawVideo* This);
154 IDirectDrawVideo* This);
158 IDirectDrawVideo* This,
162 IDirectDrawVideo* This,
166 IDirectDrawVideo* This,
170 IDirectDrawVideo* This,
174 IDirectDrawVideo* This,
178 IDirectDrawVideo* This,
183 IDirectDrawVideo* This,
[all...]
H A Dstrmif.h2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
14 #error This stub requires an updated version of <rpcndr.h>
742 HRESULT (WINAPI *QueryInterface)(ICreateDevEnum *This,REFIID riid,void **ppvObject);
743 ULONG (WINAPI *AddRef)(ICreateDevEnum *This);
744 ULONG (WINAPI *Release)(ICreateDevEnum *This);
745 HRESULT (WINAPI *CreateClassEnumerator)(ICreateDevEnum *This,REFCLSID clsidDeviceClass,IEnumMoniker **ppEnumMoniker,DWORD dwFlags);
752 #define ICreateDevEnum_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,rii
[all...]
/external/eigen/failtest/
H A Dfailtest_sanity_check.cpp2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
/external/libcxx/test/std/atomics/
H A Dlibcpp-has-no-threads.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
12 #error This should be XFAIL'd for the purpose of detecting that the LIT feature\
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIDataWrapper.java22 * <p>This class provides access to the compiled break rule data, as
168 RBBIDataWrapper This = new RBBIDataWrapper();
171 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN;
174 This.fHeader = new RBBIDataHeader();
175 This.fHeader.fMagic = bytes.getInt();
179 This.fHeader.fVersion = bytes.getInt(bytes.position());
180 This.fHeader.fFormatVersion[0] = bytes.get();
181 This.fHeader.fFormatVersion[1] = bytes.get();
182 This.fHeader.fFormatVersion[2] = bytes.get();
183 This
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIDataWrapper.java21 * <p>This class provides access to the compiled break rule data, as
167 RBBIDataWrapper This = new RBBIDataWrapper();
170 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN;
173 This.fHeader = new RBBIDataHeader();
174 This.fHeader.fMagic = bytes.getInt();
178 This.fHeader.fVersion = bytes.getInt(bytes.position());
179 This.fHeader.fFormatVersion[0] = bytes.get();
180 This.fHeader.fFormatVersion[1] = bytes.get();
181 This.fHeader.fFormatVersion[2] = bytes.get();
182 This
[all...]
/external/icu/icu4c/source/common/
H A Dudatamem.c26 U_CFUNC void UDataMemory_init(UDataMemory *This) { argument
27 uprv_memset(This, 0, sizeof(UDataMemory));
28 This->length=-1;
40 UDataMemory *This; local
45 This = uprv_malloc(sizeof(UDataMemory));
46 if (This == NULL) {
49 UDataMemory_init(This);
50 This->heapAllocated = TRUE;
52 return This;
67 This i
84 UDataMemory_setData(UDataMemory *This, const void *dataAddr) argument
157 UDataMemory_isLoaded(const UDataMemory *This) argument
[all...]
H A Dudatamem.h47 U_CFUNC void UDataMemory_init (UDataMemory *This);
48 U_CFUNC UBool UDataMemory_isLoaded(const UDataMemory *This);
49 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
/external/icu/icu4c/source/i18n/
H A Duspoof_build.cpp73 SpoofImpl *This = new SpoofImpl(newSpoofData, *status);
76 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
77 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
80 delete This;
81 This = NULL;
83 return (USpoofChecker *)This;
H A Duspoof.cpp215 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
216 delete This;
222 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
223 if (This == NULL) {
234 This->fChecks = checks;
240 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
241 if (This == NULL) {
244 return This->fChecks;
250 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
251 if (This !
259 const SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
268 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
277 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
293 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
310 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
336 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
410 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
499 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
685 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
759 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
[all...]
/external/libutf/
H A DNOTICE15 This is a Unix port of the Plan 9 formatted I/O package.
23 This software is also made available under the Lucent Public License
/external/markdown/MarkdownTest/Tests_2004/
H A DYuri-Links-in-Headers.text16 This time underlined
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java21 * This is the interface and common implementation of a Unicode Trie2.
27 * This is the second common version of a Unicode trie (hence the name Trie2).
50 * This allows using serialized Tries from ICU4C without needing to consider the
128 Trie2 This;
131 This = new Trie2_16();
134 This = new Trie2_32();
136 This.header = header;
139 This.indexLength = header.indexLength;
140 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT;
141 This
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java20 * This is the interface and common implementation of a Unicode Trie2.
26 * This is the second common version of a Unicode trie (hence the name Trie2).
48 * This allows using serialized Tries from ICU4C without needing to consider the
126 Trie2 This;
129 This = new Trie2_16();
132 This = new Trie2_32();
134 This.header = header;
137 This.indexLength = header.indexLength;
138 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT;
139 This
[all...]
/external/boringssl/
H A Dflavor.mk0 # This makefile exists to be included by makefiles in other directories so that
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8_embeddertest.cpp28 v8::Local<v8::Object> This = FXJS_GetThisObj(isolate()); local
29 v8::Local<v8::Value> fred = FXJS_GetObjectElement(isolate(), This, L"fred");
/external/wpa_supplicant_8/hs20/server/www/
H A Dremediation.php15 This will provide a new machine-generated password.
/external/libpng/contrib/tools/
H A Dintgamma.sh9 # related or neighboring rights to this work. This work is published from:
15 # This script uses the "bc" arbitrary precision calculator to calculate 32-bit
52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
/external/llvm/bindings/ocaml/transforms/utils/
H A Dllvm_transform_utils.mli5 * This file is distributed under the University of Illinois Open Source
12 This interface provides an OCaml API for LLVM transform utilities, the
/external/llvm/test/MC/MachO/AArch64/
H A Dreloc-crash2.s3 ; This is a regression test making sure we don't crash.

Completed in 978 milliseconds

1234567891011>>