/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 687 static const char* kName = "val"; in RunObjectAccessorTest() local 697 EXPECT_STREQ(kName, name.ToString().c_str()); in RunObjectAccessorTest() 715 EXPECT_STREQ(kName, name.ToString().c_str()); in RunObjectAccessorTest() 747 EXPECT_FALSE(object->HasValue(kName)); in RunObjectAccessorTest() 749 EXPECT_TRUE(object->SetValue(kName, V8_ACCESS_CONTROL_DEFAULT, in RunObjectAccessorTest() 752 EXPECT_TRUE(object->HasValue(kName)); in RunObjectAccessorTest() 754 EXPECT_TRUE(object->SetValue(kName, CefV8Value::CreateInt(kValue), in RunObjectAccessorTest() 760 CefRefPtr<CefV8Value> val = object->GetValue(kName); in RunObjectAccessorTest() 778 static const char* kName = "val"; in RunObjectAccessorExceptionTest() local 821 EXPECT_FALSE(object->HasValue(kName)); in RunObjectAccessorExceptionTest() [all …]
|
/third_party/node/lib/internal/worker/ |
D | io.js | 49 const kName = Symbol('kName'); constant 206 this[kName] = name; 226 stream: this[kName] 235 this[kName] = name; 242 stream: this[kName], 254 stream: this[kName],
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/ |
D | tbe_op_def.h | 26 constexpr auto kName##name = #name; \ 29 name() : PrimitiveC(kName##name) {} \
|
/third_party/mindspore/mindspore/lite/tools/converter/ops/ |
D | ops_def.h | 26 constexpr auto kName##name = #name; \ 29 name() : PrimitiveC(kName##name) {} \
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
D | EffectDescription.h | 34 kName(name), in ParamType() 47 const std::string_view kName; variable
|
/third_party/skia/src/pdf/ |
D | SkPDFTypes.cpp | 63 case Type::kName: in SkPDFUnion() 89 return Type::kName == fType || Type::kNameSkS == fType; in isName() 185 case Type::kName: in emitObject() 237 return SkPDFUnion(Type::kName, value); in Name()
|
D | SkPDFUnion.h | 93 kName, enumerator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | intrp_service.cc | 82 std::string kName = it.first; in InterruptAll() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | CollectVariables.cpp | 453 const char kName[] = "gl_DepthRange"; in visitSymbol() local 454 info.name = kName; in visitSymbol() 455 info.mappedName = kName; in visitSymbol() 500 const char kName[] = "gl_NumSamples"; in visitSymbol() local 501 info.name = kName; in visitSymbol() 502 info.mappedName = kName; in visitSymbol()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/ |
D | oplib.cc | 56 constexpr auto kName = "name"; variable 261 op_attr->set_name(obj.at(kName)); in DecodeAttr() 308 op_io->set_name(obj.at(kName)); in DecodeInputOutput()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFUnion.h | 107 kName, enumerator
|
D | SkPDFTypes.cpp | 85 return Type::kName == fType || Type::kNameSkS == fType; in isName() 183 case Type::kName: in emitObject() 231 SkPDFUnion u(Type::kName); in Name()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/ |
D | tbe_kernel_select.cc | 41 constexpr auto kName = "name"; variable 532 select_input.name = item.value().at(kName); in CreateNewOpInfo() 540 select_output.name = item.value().at(kName); in CreateNewOpInfo()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | native-lib.cpp | 67 env->NewStringUTF(std::string(elem.kName).c_str()), in Java_com_mobileer_androidfxlab_NativeInterface_getEffects()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | CollectVariables.cpp | 394 const char kName[] = "gl_DepthRange"; in visitSymbol() local 395 info.name = kName; in visitSymbol() 396 info.mappedName = kName; in visitSymbol()
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 235 const char* kName = "name"; variable 2194 writer.appendString(kName , name); in WriteStateObject()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 310 static const char kName[] = "name"; variable 2876 writer.appendString(kName , name); in WriteStateObject()
|