Searched defs:This (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/icu/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 Drbbirb.cpp7 // This file contains the RBBIRuleBuilder class implementation. This is the main class for
305 RuleBasedBreakIterator *This = new RuleBasedBreakIterator(data, status); local
307 delete This;
308 This = NULL;
310 else if(This == NULL) { // test for NULL
313 return This;
H A Drbbistbl.cpp64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
77 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const local
91 This->fCachedSetLookup = usetNode->fInputSet;
99 This->fCachedSetLookup = NULL;
107 // RBBISymbolTable::lookupMatcher This function from the abstract symbol table
113 // This implementation cheats a little, and does not maintain a map of stand-in chars
120 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const local
123 This->fCachedSetLookup = 0;
129 // RBBISymbolTable::parseReference This function from the abstract symbol table interface
134 // This implementatio
[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 Drbbirb.cpp7 // This file contains the RBBIRuleBuilder class implementation. This is the main class for
305 RuleBasedBreakIterator *This = new RuleBasedBreakIterator(data, status); local
307 delete This;
308 This = NULL;
310 else if(This == NULL) { // test for NULL
313 return This;
H A Drbbistbl.cpp64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
77 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const local
91 This->fCachedSetLookup = usetNode->fInputSet;
99 This->fCachedSetLookup = NULL;
107 // RBBISymbolTable::lookupMatcher This function from the abstract symbol table
113 // This implementation cheats a little, and does not maintain a map of stand-in chars
120 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const local
123 This->fCachedSetLookup = 0;
129 // RBBISymbolTable::parseReference This function from the abstract symbol table interface
134 // This implementatio
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp19 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(CPDF_Bookmark This) argument
21 if (This.m_pDict == NULL) {
24 CPDF_Dictionary *pNext = This.m_pDict->GetDict("Next");
25 return pNext == This.m_pDict ? NULL : pNext;
/external/clang/include/clang/Basic/
H A DABI.h5 // This file is distributed under the University of Illinois Open Source
177 ThisAdjustment This; member in struct:clang::ThunkInfo
191 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, argument
193 : This(This), Return(Return), Method(Method) {}
196 return LHS.This == RHS.This && LHS.Return == RHS.Return &&
201 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
/external/clang/lib/CodeGen/
H A DCGCXXABI.h5 // This file is distributed under the University of Illinois Open Source
10 // This provides an abstract class for C++ code generation. Concrete subclasses
132 /// pointer. Apply the this-adjustment and set 'This' to the
135 CodeGenFunction &CGF, const Expr *E, llvm::Value *&This,
235 llvm::Value *This,
298 llvm::Value *This,
300 return This;
307 /// function. This generally involves extra data for constructors and
319 CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) {
320 return This;
297 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This, bool VirtualCall) argument
318 adjustThisParameterInVirtualFunctionPrologue( CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
[all...]
H A DCGCXXABI.cpp5 // This file is distributed under the University of Illinois Open Source
10 // This provides an abstract class for C++ code generation. Concrete subclasses
43 // FIXME: This assumes that all lazily declared copy and move constructors are
44 // not deleted. This assumption might not be true in some corner cases.
76 CodeGenFunction &CGF, const Expr *E, llvm::Value *&This,
75 EmitLoadOfMemberFunctionPointer( CodeGenFunction &CGF, const Expr *E, llvm::Value *&This, llvm::Value *MemPtr, const MemberPointerType *MPT) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp40 // Copy Constructor Note: This is a rather inefficient implementation,
293 RegexPattern *This = new RegexPattern; local
294 if (This == NULL) {
298 if (U_FAILURE(This->fDeferredStatus)) {
299 status = This->fDeferredStatus;
300 delete This;
303 This->fFlags = flags;
305 RegexCompile compiler(This, status);
309 delete This;
310 This
344 RegexPattern *This = new RegexPattern; local
748 RegexPatternDump(const RegexPattern *This) argument
[all...]
H A Duspoof.cpp154 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
155 delete This;
161 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
162 if (This == NULL) {
173 This->fChecks = checks;
179 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
180 if (This == NULL) {
183 return This->fChecks;
189 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
190 if (This !
198 const SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
207 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
216 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
232 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
249 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
275 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
349 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
436 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
622 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
696 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
[all...]
H A Duspoof_impl.cpp106 SpoofImpl *This = (SpoofImpl *)sc; local
107 if (This->fMagic != USPOOF_MAGIC ||
108 This->fSpoofData == NULL) {
112 if (!SpoofData::validateDataVersion(This->fSpoofData->fRawData, status)) {
115 return This;
127 // confusableLookup() This is the heart of the confusable skeleton generation
489 SpoofData *This = new SpoofData(udm, status); local
491 delete This;
494 if (This == NULL) {
497 return This;
[all...]
H A Dolsontz.cpp94 * Construct a GMT+0 zone with no transitions. This is done when a
113 * @param top the top-level zoneinfo resource bundle. This is used
561 // this method to return FALSE. This method determines whether
693 static void U_CALLCONV initRules(OlsonTimeZone *This, UErrorCode &status) { argument
694 This->initTransitionRules(status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp201 // This is probably an error on the part of our caller.
335 // This is the code that is run in the new separate thread.
336 SimpleThread *This = (SimpleThread *)arg; local
337 This->run(); // Run the user code.
342 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
H A Ddxgi_dll.c46 * This means that we can freely look at window positions non-atomically,
62 IGalliumDXGIBackend* This,
136 IGalliumDXGIBackend* This,
144 IGalliumDXGIBackend* This,
164 IGalliumDXGIBackend* This,
181 static ULONG STDMETHODCALLTYPE WineDXGIBackend_AddRef(IGalliumDXGIBackend* This) argument
183 return InterlockedIncrement(&((struct WineDXGIBackend*)&This)->ref);
186 static ULONG STDMETHODCALLTYPE WineDXGIBackend_Release(IGalliumDXGIBackend* This) argument
188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref);
190 HeapFree(GetProcessHeap(), 0, This); local
61 WineDXGIBackend_BeginPresent( IGalliumDXGIBackend* This, HWND hwnd, void** ppresent_cookie, void** pwindow, RECT* prect, RGNDATA** prgndata, BOOL* ppreserve_aspect_ratio) argument
135 WineDXGIBackend_EndPresent( IGalliumDXGIBackend* This, HWND hwnd, void *present_cookie) argument
143 WineDXGIBackend_TestPresent( IGalliumDXGIBackend* This, HWND hwnd) argument
163 WineDXGIBackend_GetPresentSize( IGalliumDXGIBackend* This, HWND hwnd, unsigned* width, unsigned* height) argument
[all...]
/external/clang/lib/Basic/
H A DModule.cpp5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module in the source
97 const Module *This = this; local
99 if (This == Other)
102 This = This->Parent;
103 } while (This);
274 // This module is visible to itself.
/external/icu/icu4c/source/i18n/
H A Drepattrn.cpp40 // Copy Constructor Note: This is a rather inefficient implementation,
293 RegexPattern *This = new RegexPattern; local
294 if (This == NULL) {
298 if (U_FAILURE(This->fDeferredStatus)) {
299 status = This->fDeferredStatus;
300 delete This;
303 This->fFlags = flags;
305 RegexCompile compiler(This, status);
309 delete This;
310 This
344 RegexPattern *This = new RegexPattern; local
[all...]
H A Duspoof.cpp187 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
188 delete This;
194 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
195 if (This == NULL) {
206 This->fChecks = checks;
212 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
213 if (This == NULL) {
216 return This->fChecks;
222 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
223 if (This !
231 const SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
240 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
249 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
265 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
282 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
308 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
382 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
469 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
655 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
729 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
[all...]
H A Duspoof_impl.cpp106 SpoofImpl *This = (SpoofImpl *)sc; local
107 if (This->fMagic != USPOOF_MAGIC ||
108 This->fSpoofData == NULL) {
112 if (!SpoofData::validateDataVersion(This->fSpoofData->fRawData, status)) {
115 return This;
127 // confusableLookup() This is the heart of the confusable skeleton generation
489 SpoofData *This = new SpoofData(udm, status); local
491 delete This;
494 if (This == NULL) {
497 return This;
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp201 // This is probably an error on the part of our caller.
335 // This is the code that is run in the new separate thread.
336 SimpleThread *This = (SimpleThread *)arg; local
337 This->run(); // Run the user code.
342 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation;
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
H A Ddxgi_dll.c46 * This means that we can freely look at window positions non-atomically,
62 IGalliumDXGIBackend* This,
136 IGalliumDXGIBackend* This,
144 IGalliumDXGIBackend* This,
164 IGalliumDXGIBackend* This,
181 static ULONG STDMETHODCALLTYPE WineDXGIBackend_AddRef(IGalliumDXGIBackend* This) argument
183 return InterlockedIncrement(&((struct WineDXGIBackend*)&This)->ref);
186 static ULONG STDMETHODCALLTYPE WineDXGIBackend_Release(IGalliumDXGIBackend* This) argument
188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref);
190 HeapFree(GetProcessHeap(), 0, This); local
61 WineDXGIBackend_BeginPresent( IGalliumDXGIBackend* This, HWND hwnd, void** ppresent_cookie, void** pwindow, RECT* prect, RGNDATA** prgndata, BOOL* ppreserve_aspect_ratio) argument
135 WineDXGIBackend_EndPresent( IGalliumDXGIBackend* This, HWND hwnd, void *present_cookie) argument
143 WineDXGIBackend_TestPresent( IGalliumDXGIBackend* This, HWND hwnd) argument
163 WineDXGIBackend_GetPresentSize( IGalliumDXGIBackend* This, HWND hwnd, unsigned* width, unsigned* height) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp12 static CPDF_Bookmark FindBookmark(CPDF_BookmarkTree& tree, CPDF_Bookmark This, const CFX_WideString& title) argument
14 if (This != NULL) {
16 CFX_WideString this_title = This.GetTitle();
18 return This;
21 CPDF_Bookmark Child = tree.GetFirstChild(This);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp5 // This file is distributed under the University of Illinois Open Source
10 // This file defines ExprEngine's support for calls and returns.
120 /// match the caller's expression type. This can happen when a dynamic call
266 loc::MemRegionVal This = local
268 SVal ThisV = state->getSVal(This);
280 // dead bindings before returning from the call. This is important to ensure
402 // one on which we do inline it and the other one on which we don't. This is
404 // This is the map from the receiver region to a bool, specifying either we
433 // This may be NULL, but that's fine.
513 // state in 'Pred'. This i
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp10 struct This { struct
500 // of the comparison is unspecified. This is not explicitly called out by

Completed in 723 milliseconds

12