Searched defs:This (Results 1 - 25 of 45) 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
310 RuleBasedBreakIterator *This = new RuleBasedBreakIterator(data, status); local
312 delete This;
313 This = NULL;
315 else if(This == NULL) { // test for NULL
318 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/icu4c/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout_unittest.py40 from webkitpy.common.system.filesystem import FileSystem # FIXME: This should not be needed. namespace
/external/clang/include/clang/Basic/
H A DABI.h5 // This file is distributed under the University of Illinois Open Source
101 ThisAdjustment This; member in struct:clang::ThunkInfo
108 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return) argument
109 : This(This), Return(Return) { }
112 return LHS.This == RHS.This && LHS.Return == RHS.Return;
116 if (LHS.This < RHS.This)
119 return LHS.This
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver.py34 from webkitpy.common.host import Host # FIXME: This should not be needed! namespace
165 # FIXME: This seems like a hack. This only seems used to access the Port.expected_baselines logic.
179 # FIXME: This should get the Host from the test_config to be mockable!
/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp43 // Copy Constructor Note: This is a rather inefficient implementation,
296 RegexPattern *This = new RegexPattern; local
297 if (This == NULL) {
301 if (U_FAILURE(This->fDeferredStatus)) {
302 status = This->fDeferredStatus;
303 delete This;
306 This->fFlags = flags;
308 RegexCompile compiler(This, status);
312 delete This;
313 This
347 RegexPattern *This = new RegexPattern; local
773 RegexPatternDump(const RegexPattern *This) argument
[all...]
H A Duspoof.cpp92 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local
93 delete This;
99 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
100 if (This == NULL) {
111 This->fChecks = checks;
117 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
118 if (This == NULL) {
121 return This->fChecks;
126 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
127 if (This
135 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
151 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
168 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
194 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
415 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
605 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
813 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local
[all...]
H A Duspoof_impl.cpp99 SpoofImpl *This = (SpoofImpl *)sc; local
100 if (This->fMagic != USPOOF_MAGIC ||
101 This->fSpoofData == NULL) {
105 if (!SpoofData::validateDataVersion(This->fSpoofData->fRawData, status)) {
108 return This;
120 // confusableLookup() This is the heart of the confusable skeleton generation
468 SpoofData *This = new SpoofData(udm, status); local
470 delete This;
473 if (This == NULL) {
476 return This;
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dhpmufn.c23 * This should align the memory properly on any machine.
236 DummyMutex *This = *(DummyMutex **)mutex; local
239 TEST_ASSERT(This->fLockCount == 0);
240 TEST_ASSERT(This->fMagic == 123456);
241 This->fMagic = 0;
242 This->fLockCount = 0;
243 free(This);
247 DummyMutex *This = *(DummyMutex **)mutex; local
249 TEST_ASSERT(This->fMagic == 123456);
250 This
255 DummyMutex *This = *(DummyMutex **)mutex; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp191 // This is probably an error on the part of our caller.
325 // This is the code that is run in the new separate thread.
326 SimpleThread *This = (SimpleThread *)arg; local
327 This->run(); // Run the user code.
332 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
87 const Module *This = this; local
89 if (This == Other)
92 This = This->Parent;
93 } while (This);
248 // This module is visible to itself.
/external/clang/lib/CodeGen/
H A DCGCXX.cpp5 // This file is distributed under the University of Illinois Open Source
10 // This contains code dealing with C++ code generation.
276 CodeGenFunction::BuildVirtualCall(GlobalDecl GD, llvm::Value *This, argument
282 llvm::Value *VTable = GetVTablePtr(This, Ty);
308 /// BuildAppleKextVirtualCall - This routine is to support gcc's kext ABI making
330 /// BuildVirtualCall - This routine makes indirect vtable call for
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
41 llvm::Value *&This,
40 EmitLoadOfMemberFunctionPointer(CodeGenFunction &CGF, llvm::Value *&This, llvm::Value *MemPtr, const MemberPointerType *MPT) argument
/external/icu4c/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...]
/external/icu4c/test/cintltst/
H A Dhpmufn.c23 * This should align the memory properly on any machine.
236 DummyMutex *This = *(DummyMutex **)mutex; local
239 TEST_ASSERT(This->fLockCount == 0);
240 TEST_ASSERT(This->fMagic == 123456);
241 This->fMagic = 0;
242 This->fLockCount = 0;
243 free(This);
247 DummyMutex *This = *(DummyMutex **)mutex; local
249 TEST_ASSERT(This->fMagic == 123456);
250 This
255 DummyMutex *This = *(DummyMutex **)mutex; local
[all...]
/external/icu4c/test/intltest/
H A Dsimplethread.cpp199 // This is probably an error on the part of our caller.
333 // This is the code that is run in the new separate thread.
334 SimpleThread *This = (SimpleThread *)arg; local
335 This->run(); // Run the user code.
340 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/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...]

Completed in 524 milliseconds

12