Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/catapult/common/eslint/tests/
Dcatapult-camelcase.js81 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/
DClangFormatPackage.cs59 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/
Dxfermodes.cpp237 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/
Dxfermodes.cpp237 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/
DvktSubgroupsQuadTests.cpp377 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/
DMath.hpp77 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/
DMath.hpp77 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/
Dwasm_perf_aggregator.go53sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
99 "source_type": *sourceType,
/external/skqp/infra/pathkit/perf/
Dwasm_perf_aggregator.go53sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
99 "source_type": *sourceType,
/external/skqp/dm/
DDMJsonWriter.cpp75 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson()
145 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
DDMJsonWriter.h28 SkString sourceType; // "gm", "skp", "image" member
DDM.cpp322 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/
DDMJsonWriter.cpp75 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson()
149 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
DDMJsonWriter.h28 SkString sourceType; // "gm", "skp", "image" member
DDM.cpp324 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/
Dwasm_gold_aggregator.go49sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
84 "source_type": *sourceType,
/external/skqp/infra/pathkit/gold/
Dwasm_gold_aggregator.go49sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
84 "source_type": *sourceType,
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1221 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()
1256sourceType.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/
DCode.java764 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/
DDexMakerTest.java767 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/
Dnanobench.cpp133 DEFINE_string(sourceType, "",
/external/skia/bench/
Dnanobench.cpp133 DEFINE_string(sourceType, "",