Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.h30 struct IDs { struct
42 const IDs&, argument
96 const IDs&);
98 void init(GrGLFormat, const IDs&);
111 GrGLGpu*, const SkISize&, GrGLFormat, int sampleCount, const IDs&,
114 void setFlags(const GrGLCaps&, const IDs&);
DGrGLTextureRenderTarget.h31 const GrGLRenderTarget::IDs&,
42 const GrGLRenderTarget::IDs&,
68 const GrGLRenderTarget::IDs& ids,
DGrGLTextureRenderTarget.cpp20 const GrGLRenderTarget::IDs& rtIDs, in GrGLTextureRenderTarget()
32 const GrGLRenderTarget::IDs& rtIDs, in GrGLTextureRenderTarget()
68 const GrGLRenderTarget::IDs& rtIDs, in MakeWrapped()
DGrGLRenderTarget.cpp29 const IDs& ids, in GrGLRenderTarget()
42 const IDs& ids) in GrGLRenderTarget()
49 inline void GrGLRenderTarget::setFlags(const GrGLCaps& glCaps, const IDs& idDesc) { in setFlags()
55 void GrGLRenderTarget::init(GrGLFormat format, const IDs& idDesc) { in init()
84 const IDs& idDesc, in MakeWrapped()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp39 IDs.resize(TT__num); in TimerStack()
44 IDs[TT_##tag] = STR(tag); \ in TimerStack()
56 IDsIndex[Name] = IDs.size(); in getTimerID()
57 IDs.push_back(Name); in getTimerID()
69 size_t Size = Src.IDs.size(); in translateIDsFrom()
72 Mapping[i] = getTimerID(Src.IDs[i]); in translateIDsFrom()
282 Suffix = IDs[Nodes[Prefix].Interior]; in dump()
284 Suffix = IDs[Nodes[Prefix].Interior] + "." + Suffix; in dump()
303 FlatMap.insert(std::make_pair(LeafTimes[i], PrefixStr + IDs[i])); in dump()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java43 final String IDs[]={ in TestConstruction() local
53 Transliterator.getInstance(IDs[i]); in TestConstruction()
55 … errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); in TestConstruction()
60 Transliterator.getInstance(IDs[i], Transliterator.FORWARD); in TestConstruction()
62 …construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); in TestConstruction()
67 Transliterator.getInstance(IDs[i], Transliterator.REVERSE); in TestConstruction()
69 …construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); in TestConstruction()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DCompoundTransliteratorTest.java46 final String IDs[]={ in TestConstruction() local
56 Transliterator.getInstance(IDs[i]); in TestConstruction()
58 … errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); in TestConstruction()
63 Transliterator.getInstance(IDs[i], Transliterator.FORWARD); in TestConstruction()
65 …construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); in TestConstruction()
70 Transliterator.getInstance(IDs[i], Transliterator.REVERSE); in TestConstruction()
72 …construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); in TestConstruction()
/third_party/openSLES/api/1.0.1/
DREADME.txt1 …to your project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These I…
2 have been automatically generated. Application developers should not edit these interface IDs.
/third_party/openSLES/api/1.0/
DREADME.txt1 …to your project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These I…
2 have been automatically generated. Application developers should not edit these interface IDs.
/third_party/openSLES/api/1.1/
DREADME.txt3 contains unique interface IDs for all OpenSL-ES API interfaces.
4 These IDs have have been automatically generated. Application
5 developers should not edit these interface IDs.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp67 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable()
116 size_t Count = IDs.size(); in getIDForString()
125 uint32_t ID = IDs[Index]; in getIDForString()
139 return IDs; in name_ids()
/third_party/lzma/DOC/
DMethods.txt1 7-Zip method IDs for 7z and xz archives
13 1) Write request for allocating IDs to 7-Zip developers.
18 3F - Prefix for random IDs (1 byte)
28 List of defined IDs
/third_party/json/docs/examples/
Dparse__string__parser_callback_t.output5 "IDs": [
25 "IDs": [
Dparse__istream__parser_callback_t.output5 "IDs": [
25 "IDs": [
Dparse__array__parser_callback_t.output5 "IDs": [
/third_party/skia/tests/
DTraceMemoryDumpTest.cpp132 GrGLRenderTarget::IDs rtIDs; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
151 GrGLRenderTarget::IDs rtIDs; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
178 GrGLRenderTarget::IDs rtIDs; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/icu/docs/userguide/dev/
Dcontributions.md112 source code repository. Their committer IDs need to be established before
113 completing the Authors Addendum form, so that these committer IDs can be entered
114 there. (The committer IDs should be activated only after the form is received.)
118 identified by their association with the contributor's committer IDs.
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h126 CRecordVector<CHardLinkNode> IDs;
131 IDs.Clear();
137 while (Links.Size() < IDs.Size())
/third_party/glslang/
DREADME-spirv-remap.txt10 load/store optimization. It transforms SPIR-V to SPIR-V, remapping IDs. The
11 resulting modules have an increased ID range (IDs are not as tightly packed
125 MAP_TYPES = canonicalize type IDs
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/profiles/
Dname-ids.txt1 --name-IDs=0,1,2
Dnotdef-outline-name-ids.txt2 --name-IDs=0,1,2
/third_party/cJSON/tests/inputs/
Dtest811 "IDs": [116, 943, 234, 38793]
Dtest8.expected11 "IDs": [116, 943, 234, 38793]
/third_party/cJSON/fuzzing/inputs/
Dtest811 "IDs": [116, 943, 234, 38793]
/third_party/icu/docs/userguide/locale/
Dindex.md289 ICU works with **ICU format locale IDs**. These are strings that obey the
295 2. IDs consist of either a base name, keyword list, or both. If a keyword list
309 ICU performs two kinds of canonicalizing operations on 'ICU format' locale IDs.
311 The recommended procedure for client code using locale IDs from outside sources
312 (e.g., POSIX, user input, etc.) is to pass such "foreign IDs" through level 2
317 designed to handle "foreign" locale IDs (POSIX, .NET) but rather IDs that are in
323 1. Level 1 canonicalization is defined only on ICU format locale IDs as defined
344 translate POSIX and .NET IDs, as well as nonstandard ICU locale IDs. Level 2 is
349 1. Level 2 canonicalization operates on ICU format locale IDs with the
362 This conversion applies to both "fr_FR_EURO" and "fr_FR@EURO" style IDs.
[all …]

12345678910>>...12