/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_control_test.cpp | 266 t_ilm_uint* IDs; in TEST_F() local 267 ASSERT_EQ(ILM_SUCCESS, ilm_getLayerIDs(&length, &IDs)); in TEST_F() 269 EXPECT_EQ(layer1, IDs[0]); in TEST_F() 270 EXPECT_EQ(layer2, IDs[1]); in TEST_F() 271 free(IDs); in TEST_F() 280 t_ilm_layer* IDs; in TEST_F() local 287 ASSERT_EQ(ILM_SUCCESS, ilm_getLayerIDsOnScreen(0, &length, &IDs)); in TEST_F() 292 EXPECT_EQ(layer1, IDs[0]); in TEST_F() 293 EXPECT_EQ(layer2, IDs[1]); in TEST_F() 295 free(IDs); in TEST_F() [all …]
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLRenderTarget.h | 29 struct IDs { struct 41 const IDs&, argument 81 const IDs&); 83 void init(GrGLFormat, const IDs&); 97 const IDs&, 100 void setFlags(const GrGLCaps&, const IDs&);
|
D | GrGLTextureRenderTarget.h | 31 const GrGLRenderTarget::IDs&, 42 const GrGLRenderTarget::IDs&, 68 const GrGLRenderTarget::IDs& ids,
|
D | GrGLRenderTarget.cpp | 27 const IDs& ids, in GrGLRenderTarget() 41 const IDs& ids) in GrGLRenderTarget() 48 inline void GrGLRenderTarget::setFlags(const GrGLCaps& glCaps, const IDs& idDesc) { in setFlags() 54 void GrGLRenderTarget::init(GrGLFormat format, const IDs& idDesc) { in init() 68 const IDs& idDesc, in MakeWrapped()
|
D | GrGLTextureRenderTarget.cpp | 19 const GrGLRenderTarget::IDs& rtIDs, in GrGLTextureRenderTarget() 32 const GrGLRenderTarget::IDs& rtIDs, in GrGLTextureRenderTarget() 67 const GrGLRenderTarget::IDs& rtIDs, in MakeWrapped()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLRenderTarget.h | 30 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&);
|
D | GrGLTextureRenderTarget.h | 31 const GrGLRenderTarget::IDs&, 42 const GrGLRenderTarget::IDs&, 68 const GrGLRenderTarget::IDs& ids,
|
D | GrGLTextureRenderTarget.cpp | 20 const GrGLRenderTarget::IDs& rtIDs, in GrGLTextureRenderTarget() 32 const GrGLRenderTarget::IDs& rtIDs, in GrGLTextureRenderTarget() 68 const GrGLRenderTarget::IDs& rtIDs, in MakeWrapped()
|
D | GrGLRenderTarget.cpp | 29 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/ |
D | IceTimerTree.cpp | 39 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/openSLES/api/1.0/ |
D | README.txt | 1 …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.1/ |
D | README.txt | 1 …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/ |
D | README.txt | 3 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | CompoundTransliteratorTest.java | 46 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/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | CompoundTransliteratorTest.java | 43 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTable.cpp | 67 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/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_7_test.dart | 61 // IDs 2 and 3 are used up by the nodes that get merged in 68 // IDs 5 and 6 are used up by the nodes that get merged in 117 // IDs 2 and 3 are used up by the nodes that get merged in 124 // IDs 5 and 6 are used up by the nodes that get merged in
|
/third_party/json/doc/examples/ |
D | parse__string__parser_callback_t.output | 5 "IDs": [ 25 "IDs": [
|
D | parse__istream__parser_callback_t.output | 5 "IDs": [ 25 "IDs": [
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | texture.dart | 17 /// IDs are obtained from the texture registry and are scoped to the Flutter 18 /// view. Texture IDs may be reused after deregistration, at the discretion 19 /// of the registry. The use of texture IDs currently unknown to the registry
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | texture.dart | 19 /// IDs are obtained from the texture registry and are scoped to the Flutter 20 /// view. Texture IDs may be reused after deregistration, at the discretion 21 /// of the registry. The use of texture IDs currently unknown to the registry
|
/third_party/skia/tests/ |
D | TraceMemoryDumpTest.cpp | 132 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/node/deps/npm/node_modules/spdx-license-ids/ |
D | README.md | 22 All license IDs except for the currently deprecated ones. 38 Deprecated license IDs.
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | README.md | 27 maps from resource IDs to localized values. 40 The JSON table's keys, called resource IDs, are valid Dart variable 64 ### material_en.arb and cupertino_en.arb Define all of the resource IDs 67 suffix contain translations for the same set of resource IDs as 71 a regional suffix contain translations for the same set of resource IDs 138 In `material_en.arb`, the values of these resource IDs are not
|
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/ |
D | AboutResources.txt | 3 operate on the resource IDs instead of dealing with images, strings or binary blobs 22 instead operate on resource IDs. When you compile an Android application that uses resources,
|