Home
last modified time | relevance | path

Searched refs:NewInstance (Results 1 – 25 of 33) sorted by relevance

12

/external/syzkaller/vendor/google.golang.org/appengine/aetest/
Dinstance_classic.go11 func NewInstance(opts *Options) (Instance, error) { func
20 return aetest.NewInstance(aeOpts)
Dinstance.go37 inst, err := NewInstance(nil)
Dinstance_vm.go28 func NewInstance(opts *Options) (Instance, error) { func
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DClassTypeImpl.java171 return JDWP.ClassType.NewInstance.enqueueCommand( in sendNewInstanceCommand()
206 JDWP.ClassType.NewInstance ret = null; in newInstance()
210 ret = JDWP.ClassType.NewInstance.waitForReply(vm, stream); in newInstance()
DArrayTypeImpl.java45 return (ArrayReference)JDWP.ArrayType.NewInstance. in newInstance()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h222 CALLER_ATTACH static Builder* NewInstance(ReadableFontData* data,
225 CALLER_ATTACH static Builder* NewInstance(WritableFontData* data,
228 CALLER_ATTACH static Builder* NewInstance(const CMapId& cmap_id);
367 static CALLER_ATTACH Builder* NewInstance(WritableFontData* data,
370 static CALLER_ATTACH Builder* NewInstance(ReadableFontData* data,
373 static CALLER_ATTACH Builder* NewInstance(const CMapId& cmap_id);
Dcmap_table.cc255 builder.Attach(CMapFormat0::Builder::NewInstance(data, offset, cmap_id)); in GetBuilder()
264 builder.Attach(CMapFormat4::Builder::NewInstance(data, offset, cmap_id)); in GetBuilder()
280 builder.Attach(CMapFormat0::Builder::NewInstance(cmap_id)); in GetBuilder()
289 builder.Attach(CMapFormat4::Builder::NewInstance(cmap_id)); in GetBuilder()
393 CMapTable::CMapFormat0::Builder::NewInstance(WritableFontData* data, in NewInstance() function in sfntly::CMapTable::CMapFormat0::Builder
407 CMapTable::CMapFormat0::Builder::NewInstance(ReadableFontData* data, in NewInstance() function in sfntly::CMapTable::CMapFormat0::Builder
421 CMapTable::CMapFormat0::Builder::NewInstance(const CMapId& cmap_id) { in NewInstance() function in sfntly::CMapTable::CMapFormat0::Builder
914 CMapTable::CMapFormat4::Builder::NewInstance(ReadableFontData* data, in NewInstance() function in sfntly::CMapTable::CMapFormat4::Builder
928 CMapTable::CMapFormat4::Builder::NewInstance(WritableFontData* data, in NewInstance() function in sfntly::CMapTable::CMapFormat4::Builder
942 CMapTable::CMapFormat4::Builder::NewInstance(const CMapId& cmap_id) { in NewInstance() function in sfntly::CMapTable::CMapFormat4::Builder
/external/grpc-grpc/src/csharp/Grpc.Core/
DClientBase.cs75 return NewInstance(newConfiguration); in WithHost()
81 protected abstract T NewInstance(ClientBaseConfiguration configuration); in NewInstance() method in Grpc.Core.ClientBase
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs70 protected override EmptyServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.EmptyService.EmptyServiceClient
DReportQpsScenarioServiceGrpc.cs132 …protected override ReportQpsScenarioServiceClient NewInstance(ClientBaseConfiguration configuratio… in NewInstance() method in Grpc.Testing.ReportQpsScenarioService.ReportQpsScenarioServiceClient
DMetricsGrpc.cs181 protected override MetricsServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.MetricsService.MetricsServiceClient
DTestGrpc.cs521 protected override TestServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.TestService.TestServiceClient
650 … protected override UnimplementedServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.UnimplementedService.UnimplementedServiceClient
767 protected override ReconnectServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.ReconnectService.ReconnectServiceClient
DBenchmarkServiceGrpc.cs309 protected override BenchmarkServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DWorkerServiceGrpc.cs307 protected override WorkerServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Testing.WorkerService.WorkerServiceClient
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs112 protected override ServerReflectionClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionClient
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs133 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Helloworld.Greeter.GreeterClient
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs134 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Helloworld.Greeter.GreeterClient
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs133 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Helloworld.Greeter.GreeterClient
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs99 protected override HealthClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Grpc.Health.V1.Health.HealthClient
/external/v8/samples/
Dprocess.cc364 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked(); in WrapMap()
478 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked(); in WrapRequest()
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs273 protected override MathClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Math.Math.MathClient
/external/pdfium/fxjs/
Dfxjs_v8.cpp490 if (!objTempl->NewInstance(context).ToLocal(&obj)) in NewFxDynamicObj()
505 if (!pObjDef->GetInstanceTemplate()->NewInstance(context).ToLocal(&obj)) in NewFxDynamicObj()
Dcjs_v8.cpp237 v8::Local<v8::Object> object = klass->InstanceTemplate()->NewInstance(); in NewXFAObject()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuideGrpc.cs312 protected override RouteGuideClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() method in Routeguide.RouteGuide.RouteGuideClient
/external/v8/src/
Dasync-hooks-wrapper.cc124 ->NewInstance(currentContext) in CreateHook()

12