Home
last modified time | relevance | path

Searched refs:CreateWithContext (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DLicenseManagerTests.cs261 cwc = LicenseManager.CreateWithContext (typeof (UnlicensedObject), null); in Test()
265 cwc = LicenseManager.CreateWithContext (typeof (RuntimeLicensedObject), in Test()
273 …cwc = LicenseManager.CreateWithContext (typeof (DesigntimeLicensedObject), LicenseManager.CurrentC… in Test()
284 cwc = LicenseManager.CreateWithContext (typeof (DesigntimeLicensedObject), in Test()
291 cwc = LicenseManager.CreateWithContext (typeof (RuntimeLicensedObject), in Test()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DLicenseManagerTests.cs254 cwc = LicenseManager.CreateWithContext(typeof(UnlicensedObject), null); in Test()
258 cwc = LicenseManager.CreateWithContext(typeof(RuntimeLicensedObject), in Test()
266 …cwc = LicenseManager.CreateWithContext(typeof(DesigntimeLicensedObject), LicenseManager.CurrentCon… in Test()
277 cwc = LicenseManager.CreateWithContext(typeof(DesigntimeLicensedObject), in Test()
284 cwc = LicenseManager.CreateWithContext(typeof(RuntimeLicensedObject), in Test()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DLicenseManager.cs119 public static object CreateWithContext(Type type, LicenseContext creationContext) in CreateWithContext() method in System.ComponentModel.LicenseManager
121 return CreateWithContext(type, creationContext, Array.Empty<object>()); in CreateWithContext()
130 … public static object CreateWithContext(Type type, LicenseContext creationContext, object[] args) in CreateWithContext() method in System.ComponentModel.LicenseManager
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DLicenseManager.cs107 public static object CreateWithContext(Type type, LicenseContext creationContext) { in CreateWithContext() method in System.ComponentModel.LicenseManager
108 return CreateWithContext(type, creationContext, new object[0]); in CreateWithContext()
117 … public static object CreateWithContext(Type type, LicenseContext creationContext, object[] args) { in CreateWithContext() method in System.ComponentModel.LicenseManager
409 return LicenseManager.CreateWithContext(type, licensecontext); in AllocateAndValidateLicense()
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/bytecode_expectations/
H A DWithStatement.golden18 B(CreateWithContext), R(0), U8(1),
/dports/lang/mono/mono-5.10.1.57/mcs/tools/lc/
H A Dlc.cs197 LicenseManager.CreateWithContext(stype, ctx); in Main()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Djs-create-lowering-unittest.cc181 Reduce(graph()->NewNode(javascript()->CreateWithContext(scope_info), in TEST_F()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-array-builder.h247 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
H A Dbytecodes.h331 V(CreateWithContext, ImplicitRegisterUse::kWriteAccumulator, \
H A Dbytecode-array-builder.cc976 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-array-builder.h254 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
H A Dbytecodes.h280 V(CreateWithContext, AccumulatorUse::kWrite, OperandType::kReg, \
H A Dbytecode-array-builder.cc986 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h226 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
H A Dbytecodes.h271 V(CreateWithContext, AccumulatorUse::kWrite, OperandType::kReg, \
H A Dbytecode-array-builder.cc929 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-array-builder.h261 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
H A Dbytecodes.h282 V(CreateWithContext, AccumulatorUse::kWrite, OperandType::kReg, \
H A Dbytecode-array-builder.cc992 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-operator.h814 const Operator* CreateWithContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
H A Djs-operator.cc1223 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-builder-unittest.cc184 builder.CreateWithContext(reg, &scope); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-operator.h930 const Operator* CreateWithContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs444 …public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext crea… in CreateWithContext() method in System.ComponentModel.LicenseManager
445 …public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext crea… in CreateWithContext() method in System.ComponentModel.LicenseManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-operator.cc1362 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder

123