/external/chromium-trace/catapult/common/eslint/tests/ |
D | catapult-camelcase.js | 81 parserOptions: { ecmaVersion: 6, sourceType: "module" } property 85 parserOptions: { ecmaVersion: 6, sourceType: "module" } property 89 parserOptions: { ecmaVersion: 6, sourceType: "module" } property 235 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property 245 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property 255 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property 265 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property 275 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property 285 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property 295 parserOptions: { ecmaVersion: 6, sourceType: "module" }, property [all …]
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
D | ClangFormatPackage.cs | 59 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) in CanConvertFrom() argument 61 if (sourceType == typeof(string)) in CanConvertFrom() 64 return base.CanConvertFrom(context, sourceType); in CanConvertFrom() 100 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) in CanConvertFrom() argument 102 if (sourceType == typeof(string)) in CanConvertFrom() 105 return base.CanConvertFrom(context, sourceType); in CanConvertFrom()
|
/external/skqp/gm/ |
D | xfermodes.cpp | 237 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) { in onDraw() local 240 if ((gModes[i].fSourceTypeMask & sourceType) == 0) { in onDraw() 251 draw_mode(canvas, gModes[i].fMode, static_cast<SrcType>(sourceType), in onDraw()
|
/external/skia/gm/ |
D | xfermodes.cpp | 237 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) { in onDraw() local 240 if ((gModes[i].fSourceTypeMask & sourceType) == 0) { in onDraw() 251 draw_mode(canvas, gModes[i].fMode, static_cast<SrcType>(sourceType), in onDraw()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsQuadTests.cpp | 377 const string sourceType = src.str(); in initPrograms() local 397 + sourceType + in initPrograms() 434 + sourceType + in initPrograms() 473 + sourceType + in initPrograms() 509 + sourceType + in initPrograms() 540 + sourceType + in initPrograms()
|
/external/swiftshader/src/System/ |
D | Math.hpp | 77 template <typename destType, typename sourceType> 78 destType bit_cast(const sourceType &source) in bit_cast() 82 sourceType s; in bit_cast()
|
/external/swiftshader/src/Common/ |
D | Math.hpp | 77 template <typename destType, typename sourceType> 78 destType bit_cast(const sourceType &source) in bit_cast() 82 sourceType s; in bit_cast()
|
/external/skia/infra/pathkit/perf/ |
D | wasm_perf_aggregator.go | 53 …sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var 99 "source_type": *sourceType,
|
/external/skqp/infra/pathkit/perf/ |
D | wasm_perf_aggregator.go | 53 …sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var 99 "source_type": *sourceType,
|
/external/skqp/dm/ |
D | DMJsonWriter.cpp | 75 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson() 145 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
|
D | DMJsonWriter.h | 28 SkString sourceType; // "gm", "skp", "image" member
|
D | DM.cpp | 322 gGold.add(Gold(r.config, r.sourceType, r.sourceOptions, r.name, r.md5)); in add_gold() 1202 result.sourceType = task.src.tag; in WriteToDisk()
|
/external/skia/dm/ |
D | DMJsonWriter.cpp | 75 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson() 149 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
|
D | DMJsonWriter.h | 28 SkString sourceType; // "gm", "skp", "image" member
|
D | DM.cpp | 324 gGold.add(Gold(r.config, r.sourceType, r.sourceOptions, r.name, r.md5)); in add_gold() 1288 result.sourceType = task.src.tag; in WriteToDisk()
|
/external/skia/infra/pathkit/gold/ |
D | wasm_gold_aggregator.go | 49 …sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var 84 "source_type": *sourceType,
|
/external/skqp/infra/pathkit/gold/ |
D | wasm_gold_aggregator.go | 49 …sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var 84 "source_type": *sourceType,
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 1221 const TType &sourceType = node->getType(); in addShapeConversion() local 1224 if (sourceType.isScalarOrVec1() && type.isMatrix()) { in addShapeConversion() 1248 … if ((sourceType.isScalar() && !type.isScalar()) || (!sourceType.isScalar() && type.isScalar())) in addShapeConversion() 1252 if (sourceType.isMatrix()) { in addShapeConversion() 1255 …if ((sourceType.getMatrixCols() != type.getMatrixCols() || sourceType.getMatrixRows() != type.getM… in addShapeConversion() 1256 …sourceType.getMatrixCols() >= type.getMatrixCols() && sourceType.getMatrixRows() >= type.getMatrix… in addShapeConversion() 1260 …if (type.getVectorSize() == 4 && sourceType.getMatrixCols() == 2 && sourceType.getMatrixRows() == … in addShapeConversion() 1266 if (sourceType.isVector()) { in addShapeConversion() 1270 if (sourceType.getVectorSize() > type.getVectorSize()) in addShapeConversion() 1274 … if (sourceType.getVectorSize() == 4 && type.getMatrixCols() == 2 && type.getMatrixRows() == 2) in addShapeConversion()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 764 private Rop getCastRop(com.android.dx.rop.type.Type sourceType, in getCastRop() argument 766 if (sourceType.getBasicType() == BT_INT) { in getCastRop() 776 return Rops.opConv(targetType, sourceType); in getCastRop()
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 767 TypeId<?> sourceType = TypeId.get(source); in numericCastingMethod() local 769 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType); in numericCastingMethod() 771 Local<?> localSource = code.getParameter(0, sourceType); in numericCastingMethod()
|
/external/skqp/bench/ |
D | nanobench.cpp | 133 DEFINE_string(sourceType, "",
|
/external/skia/bench/ |
D | nanobench.cpp | 133 DEFINE_string(sourceType, "",
|