Home
last modified time | relevance | path

Searched refs:This (Results 1 – 25 of 4787) sorted by relevance

12345678910>>...192

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIDataWrapper.java169 RBBIDataWrapper This = new RBBIDataWrapper(); in get() local
172 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN; in get()
175 This.fHeader = new RBBIDataHeader(); in get()
176 This.fHeader.fMagic = bytes.getInt(); in get()
180 This.fHeader.fVersion = bytes.getInt(bytes.position()); in get()
181 This.fHeader.fFormatVersion[0] = bytes.get(); in get()
182 This.fHeader.fFormatVersion[1] = bytes.get(); in get()
183 This.fHeader.fFormatVersion[2] = bytes.get(); in get()
184 This.fHeader.fFormatVersion[3] = bytes.get(); in get()
185 This.fHeader.fLength = bytes.getInt(); in get()
[all …]
/external/icu/icu4c/source/i18n/
Duspoof.cpp198 SpoofImpl *This = SpoofImpl::validateThis(sc, status); in uspoof_close() local
199 delete This; in uspoof_close()
205 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setChecks() local
206 if (This == NULL) { in uspoof_setChecks()
217 This->fChecks = checks; in uspoof_setChecks()
223 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_getChecks() local
224 if (This == NULL) { in uspoof_getChecks()
227 return This->fChecks; in uspoof_getChecks()
233 SpoofImpl *This = SpoofImpl::validateThis(sc, status); in uspoof_setRestrictionLevel() local
234 if (This != NULL) { in uspoof_setRestrictionLevel()
[all …]
Duspoof_build.cpp71 SpoofImpl *This = new SpoofImpl(newSpoofData, *status); in uspoof_openFromSource() local
74 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status); in uspoof_openFromSource()
78 delete This; in uspoof_openFromSource()
79 This = NULL; in uspoof_openFromSource()
81 return (USpoofChecker *)This; in uspoof_openFromSource()
Drepattrn.cpp325 RegexPattern *This = new RegexPattern; in compile() local
326 if (This == NULL) { in compile()
330 if (U_FAILURE(This->fDeferredStatus)) { in compile()
331 status = This->fDeferredStatus; in compile()
332 delete This; in compile()
335 This->fFlags = flags; in compile()
337 RegexCompile compiler(This, status); in compile()
341 delete This; in compile()
342 This = NULL; in compile()
345 return This; in compile()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java126 Trie2 This; in createFromSerialized() local
129 This = new Trie2_16(); in createFromSerialized()
132 This = new Trie2_32(); in createFromSerialized()
134 This.header = header; in createFromSerialized()
137 This.indexLength = header.indexLength; in createFromSerialized()
138 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT; in createFromSerialized()
139 This.index2NullOffset = header.index2NullOffset; in createFromSerialized()
140 This.dataNullOffset = header.dataNullOffset; in createFromSerialized()
141 This.highStart = header.shiftedHighStart << UTRIE2_SHIFT_1; in createFromSerialized()
142 This.highValueIndex = This.dataLength - UTRIE2_DATA_GRANULARITY; in createFromSerialized()
[all …]
/external/icu/icu4c/source/common/
Dudatamem.c26 U_CFUNC void UDataMemory_init(UDataMemory *This) { in UDataMemory_init() argument
27 uprv_memset(This, 0, sizeof(UDataMemory)); in UDataMemory_init()
28 This->length=-1; in UDataMemory_init()
40 UDataMemory *This; in UDataMemory_createNewInstance() local
45 This = uprv_malloc(sizeof(UDataMemory)); in UDataMemory_createNewInstance()
46 if (This == NULL) { in UDataMemory_createNewInstance()
49 UDataMemory_init(This); in UDataMemory_createNewInstance()
50 This->heapAllocated = TRUE; in UDataMemory_createNewInstance()
52 return This; in UDataMemory_createNewInstance()
84 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr) { in UDataMemory_setData() argument
[all …]
/external/icu/icu4c/source/test/testdata/
Dra.txt23 * @note This resource is for test2
31 * @note This resource is for TestTable
37 * @note This resource is for test3
43 * @note This resource is for test4
49 * @note This resource is for test5
55 * @note This resource is for test6
62 * @note This resource is for Tag name: Array
68 * @note This resource is un-named string
74 * @note This resource is un-named int
80 * @note This resource is for un-named binary
[all …]
/external/clang/test/Index/
Dcomplete-documentation-properties.m3 // This test is for when property accessors do not have their own code
9 \brief This is ReadonlyProperty
14 \brief This is GeneralProperty
19 \brief This is PropertyInPrimaryClass
31 \brief This is Record
38 \brief This is PropertyInClassExtension
57 // CHECK-CC1: {TypedText ReadonlyGetter}{{.*}}(brief comment: This is ReadonlyProperty)
60 // CHECK-CC2: {TypedText GetterInClassExtension}{{.*}}(brief comment: This is PropertyInClassExtens…
63 // CHECK-CC3: {TypedText PropertyInPrimaryClass}{{.*}}(brief comment: This is PropertyInPrimaryClas…
66 // CHECK-CC4: {TypedText Record}{{.*}}(brief comment: This is Record)
[all …]
Dannotate-comments-property-accessor.m13 \brief This is ReadonlyProperty
16 …ty</USR><Declaration>- (int)ReadonlyGetter;</Declaration><Abstract><Para> This is ReadonlyProperty…
19 \brief This is GeneralProperty
22 …y</USR><Declaration>- (int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty<…
23 …id)setGeneralProperty:(int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty<…
26 \brief This is PropertyInPrimaryClass
32 …><Declaration>- (id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimar…
33 …yInPrimaryClass:(id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimar…
38 \brief This is Record
42 …><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassE…
[all …]
/external/lldb/test/pexpect-2.4/examples/
DREADME1 This directory contains scripts that give examples of using Pexpect.
4 This script creates SSH connections to a list of hosts that
12 This implements a command similar to the classic BSD "script" command.
13 This will start a subshell and log all input and output to a file.
14 This demonstrates the interact() method of Pexpect.
17 This is for cleaning up binary files improperly added to
18 CVS. This script scans the given path to find binary files;
24 This demonstrates an FTP "bookmark".
25 This connects to an ftp site; does a few ftp commands; and then gives the user
29 This demonstrates the interact() method of Pexpect.
[all …]
/external/markdown/tests/misc/
Dtwo-spaces.txt1 This line has two spaces at the end
7 * This list item has two spaces.
8 * This has none.
9 This line has three.
10 This line has none.
13 This line has none.
15 * This line has none.
Dmulti-paragraph-block-quote.txt1 > This is line one of paragraph one
2 > This is line two of paragraph one
4 > This is line one of paragraph two
8 > This is another blockquote.
Dem-around-links.txt4 great folks* - This *does* work as expected.
6 great folks_ - This *does* work as expected.
8 great folks - This *does* work as expected.
10 great folks_ - This *does* work as expected.
13 great folks_ - This *does* work as expected.
/external/icu/icu4c/source/samples/uresb/
Dsr.txt29 udata { "This is udata help topic" }
30 resourcebundles { "This is resource bundle help topic" }
31 collation { "This is collation help topic" }
32 breakit { "This is break iterator help topic" }
33 translit { "This is transliteration help topic" }
34 unicode { "This is unicode help topic" }
35 format { "This is format help topic" }
Den.txt28 udata { "This is udata help topic" }
29 resourcebundles { "This is resource bundle help topic" }
30 collation { "This is collation help topic" }
31 breakit { "This is break iterator help topic" }
32 translit { "This is transliteration help topic" }
33 unicode { "This is unicode help topic" }
34 format { "This is format help topic" }
/external/valgrind/none/tests/
Dioctl_moans.stderr.exp2 This could cause spurious value errors to appear.
5 This could cause spurious value errors to appear.
8 This could cause spurious value errors to appear.
11 This could cause spurious value errors to appear.
14 This could cause spurious value errors to appear.
17 This could cause spurious value errors to appear.
20 This could cause spurious value errors to appear.
23 This could cause spurious value errors to appear.
26 This could cause spurious value errors to appear.
29 This could cause spurious value errors to appear.
/external/llvm/docs/
DPasses.rst26 This (real) one-liner can also be helpful when converting comments to HTML:
40 This document serves as a high level summary of the optimization features that
56 This section describes the LLVM Analysis Passes.
61 This is a simple N^2 alias analysis accuracy evaluator. Basically, for each
66 This is inspired and adapted from code by: Naveen Neelakantam, Francesco
95 This simple pass checks alias analysis users to ensure that if they create a
105 This pass is a simple dominator construction algorithm for finding forward
111 This pass is a simple dominator construction algorithm for finding forward
118 This pass, only available in ``opt``, prints the call graph into a ``.dot``
119 graph. This graph can then be processed with the "dot" tool to convert it to
[all …]
/external/pdfium/testing/resources/
Dweblinks.in43 (Hello, world! This is not a link.) Tj
45 (http://example.com?q=foo. This might be a link.) Tj
48 (https://example.com?q=foo. This might be a link in another font.) Tj
50 (javascript:alert(0). This might be a JS link.) Tj
52 (ftp://example.org. This might be a FTP link.) Tj
54 (file:///home/foo/example.txt. This might be a file link.) Tj
56 (This is a rather long and pointless piece of non-link text.) Tj
/external/mp4parser/
DNOTICE7 This product includes software developed by
10 This product includes software developed by
13 This product includes software developed by
16 This product includes software (Base64 Encoder extracted from commons-codec) developed by
19 This product includes software (Hex Encoder extracted from commons-codec) developed by
22 This product includes software (package com.googlecode.mp4parser.h264) developed by
/external/mp4parser/isoparser/src/main/resources/
DNOTICE.txt7 This product includes software developed by
10 This product includes software developed by
13 This product includes software developed by
16 This product includes software (Base64 Encoder extracted from commons-codec) developed by
19 This product includes software (Hex Encoder extracted from commons-codec) developed by
22 This product includes software (package com.googlecode.mp4parser.h264) developed by
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c62 IGalliumDXGIBackend* This, in WineDXGIBackend_BeginPresent() argument
136 IGalliumDXGIBackend* This, in WineDXGIBackend_EndPresent() argument
144 IGalliumDXGIBackend* This, in WineDXGIBackend_TestPresent() argument
164 IGalliumDXGIBackend* This, in WineDXGIBackend_GetPresentSize() argument
181 static ULONG STDMETHODCALLTYPE WineDXGIBackend_AddRef(IGalliumDXGIBackend* This) in WineDXGIBackend_AddRef() argument
183 return InterlockedIncrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_AddRef()
186 static ULONG STDMETHODCALLTYPE WineDXGIBackend_Release(IGalliumDXGIBackend* This) in WineDXGIBackend_Release() argument
188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_Release()
190 HeapFree(GetProcessHeap(), 0, This); in WineDXGIBackend_Release()
/external/llvm/test/Transforms/InstCombine/
Dapint-and-or-and.ll2 ; cannot have contributed any of the resultant bits, delete the or. This
12 ; This tests arbitrary precision integers.
21 %D = and i17 %C, 7 ;; This cannot include any bits from %Y!
28 %D = and i49 %C, 1 ;; This cannot include any bits from %Y!
35 %D = and i67 %C, 2 ;; This cannot include any bits from %Y!
41 %B = or i231 %A, 1 ;; This cannot include any bits from X!
47 %B = or i7 %A, 64 ;; This cannot include any bits from X!
/external/pcre/dist/testdata/
Dgrepoutput12 10:This pattern is in lower case.
21 ./testdata/grepinput:10:This pattern is in lower case.
25 ./testdata/grepinputx:42:This line contains pattern not on a line by itself.
30 10:This pattern is in lower case.
34 42:This line contains pattern not on a line by itself.
48 1:This is a second file of input for the pcregrep tests.
88 43:This is the last line of this file.
97 This line contains pattern not on a line by itself.
185 This line contains pattern not on a line by itself.
186 This is the last line of this file.
[all …]
/external/clang/include/clang/Basic/
DABI.h181 ThisAdjustment This; member
195 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return,
197 : This(This), Return(Return), Method(Method) {} in This() function
200 return LHS.This == RHS.This && LHS.Return == RHS.Return &&
205 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
/external/sonic/samples/
DREADME5 This is a sonic 2X sped-up version of a public domain librivox.org recording, from
9 This is the same recording as sonic.wav, but sped up using soundtouch, which
14 This is my father talking, using a decent microphone and 44KHz sample rate.
17 This is his voice sped up by 2X using Sonic.
22 espeak_s450.wav'. This is the highest speed currently supported by espeak,
26 This was generated with 'espeak -f test1.txt -w out.wav;
32 This is just two sine periods, which is too short to hear. However, it's

12345678910>>...192