Home
last modified time | relevance | path

Searched refs:Instances (Results 1 – 25 of 124) sorted by relevance

12345

/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/
Dmodules_service.pb.go207 Instances *int64 `protobuf:"varint,1,req,name=instances" json:"instances,omitempty"` member
216 if m != nil && m.Instances != nil {
217 return *m.Instances
225 Instances *int64 `protobuf:"varint,3,req,name=instances" json:"instances,omitempty"` member
248 if m != nil && m.Instances != nil {
249 return *m.Instances
/external/syzkaller/pkg/gce/
Dgce.go73 inst, err := ctx.computeService.Instances.Get(ctx.ProjectID, ctx.ZoneID, ctx.Instance).Do()
143 op, err = ctx.computeService.Instances.Insert(ctx.ProjectID, ctx.ZoneID, instance).Do()
159 inst, err = ctx.computeService.Instances.Get(ctx.ProjectID, ctx.ZoneID, name).Do()
183 op, err = ctx.computeService.Instances.Delete(ctx.ProjectID, ctx.ZoneID, name).Do()
203 inst, err = ctx.computeService.Instances.Get(ctx.ProjectID, ctx.ZoneID, name).Do()
/external/python/cpython2/Tools/pybench/
DSetup.py24 from Instances import *
/external/python/cpython3/Doc/library/
Dcodeop.rst60 Instances of this class have :meth:`__call__` methods identical in signature to
69 Instances of this class have :meth:`__call__` methods identical in signature to
Dnetrc.rst45 encountered in source text. Instances of this exception provide three
72 Instances of :class:`~netrc.netrc` have public instance variables:
D__future__.rst54 Instances of class :class:`_Feature` have two corresponding methods,
/external/python/cpython2/Doc/library/
Dnetrc.rst41 encountered in source text. Instances of this exception provide three
68 Instances of :class:`~netrc.netrc` have public instance variables:
Dcodeop.rst56 Instances of this class have :meth:`__call__` methods identical in signature to
65 Instances of this class have :meth:`__call__` methods identical in signature to
Daetypes.rst138 ``want`` to the 4-character OSA class code. Instances of subclasses of this
147 about. Instances of subclasses of this class are Object Specifiers.
D__future__.rst54 Instances of class :class:`_Feature` have two corresponding methods,
Dzipfile.rst54 Class used to represent information about a member of an archive. Instances
355 :class:`ZipFile` constructor. Instances have one method in addition to those of
387 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
391 Instances have the following attributes:
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp120 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
127 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
/external/llvm/lib/MC/
DMCContext.cpp85 Instances.clear(); in reset()
223 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
230 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_UnbatchGrad.pbtxt16 shared_name: Instances of UnbatchGrad with the same container and shared_name
Dapi_def_Unbatch.pbtxt20 shared_name: Instances of Unbatch with the same container and shared_name are
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp93 Instances.clear(); in reset()
222 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
229 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-2.m28 // Instances
/external/curl/docs/
DCODE_OF_CONDUCT.md26 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/external/python/google-api-python-client/
DCODE_OF_CONDUCT.md38 Instances of abusive, harassing, or otherwise unacceptable behavior
/external/autotest/client/tests/stress/
Dcontrol9 under a specified load. Instances in which this is useful include those in
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h74 DenseMap<unsigned, MCLabel *> Instances; variable
/external/fonttools/Doc/source/designspaceLib/
Dscripting.rst164 - Instances for MutatorMath will generate to UFO.
165 - Instances for variable fonts become **named instances**.
/external/catch2/
DCODE_OF_CONDUCT.md37 Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting t…
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md57 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/external/syzkaller/vendor/google.golang.org/appengine/
DCONTRIBUTING.md82 Instances of abusive, harassing, or otherwise unacceptable behavior

12345