HomeSort by relevance Sort by last modified time
    Searched defs:instance (Results 101 - 125 of 541) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/syzkaller/vendor/google.golang.org/appengine/aetest/
instance_vm.go 24 // NewInstance launches a running instance of api_server.py which can be used
26 // instance.
28 func NewInstance(opts *Options) (Instance, error) {
29 i := &instance{
54 // instance implements the Instance interface.
55 type instance struct { type
66 // NewRequest returns an *http.Request associated with this instance.
67 func (i *instance) NewRequest(method, urlStr string, body io.Reader) (*http.Request, error) {
84 func (i *instance) Close() (err error)
    [all...]
  /external/syzkaller/vm/kvm/
kvm.go 45 type instance struct { type
100 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
102 inst := &instance{
201 func (inst *instance) Close() {
212 func (inst *instance) Forward(port int) (string, error) {
216 func (inst *instance) Copy(hostSrc string) (string, error) {
228 func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command string) (
288 func (inst *instance) Diagnose() bool {
  /external/syzkaller/vm/odroid/
odroid.go 49 type instance struct { type
94 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
95 inst := &instance{
122 func (inst *instance) Forward(port int) (string, error) {
126 func (inst *instance) ssh(command string) ([]byte, error) {
239 func (inst *instance) repair() error {
274 func (inst *instance) waitForSSH(timeout time.Duration) error {
278 func (inst *instance) Close() {
282 func (inst *instance) Copy(hostSrc string) (string, error) {
311 func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command string)
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/
compile.cc 71 xla::CompileOnlyClient::AotXlaComputationInstance instance; local
72 instance.computation = &computation;
73 instance.argument_layouts = std::move(arg_layout_ptrs);
75 instance.result_layout = &result_shape;
77 aot_or = client->CompileAheadOfTime({instance}, aot_opts);
  /external/tensorflow/tensorflow/core/common_runtime/
scoped_allocator_mgr.h 59 ScopedAllocatorInstance* instance; member in union:tensorflow::ScopedAllocatorContainer::SAField::__anon44886
62 : field_index(fi), instance(sai) {}
90 // Populate the bytes and offset members of Field. Instance allocaters get
  /external/u-boot/drivers/mmc/
sti_sdhci.c 20 int instance; member in struct:sti_sdhci_plat
42 if (plat->instance) {
53 if (plat->instance) {
78 * identify current mmc instance, mmc1 has a reset, not mmc0
84 plat->instance = 1;
87 plat->instance = 0;
  /external/v8/tools/clang/plugins/
ChromeClassTester.h 21 ChromeClassTester(clang::CompilerInstance& instance,
30 clang::CompilerInstance& instance() { return instance_; } function in class:ChromeClassTester
  /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
InvokeCustom.java 172 InvokeCustom instance = new InvokeCustom(); local
173 instance.checkFieldTest9(fieldGetter, fieldSetter);
176 instanceInvoke.invokeExact(instance);
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 53 * MyPooledClass instance = sPool.acquire();
54 * return (instance != null) ? instance : new MyPooledClass();
79 * @return An instance from the pool if available, null otherwise.
84 * Releases an instance to the pool. This marks the object as reusable
88 * @param instance The instance to release.
89 * @return True if the instance was put in the pool.
90 * @throws IllegalStateException If the instance is already in the pool.
92 public boolean release(T instance);
135 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
CommandLineSerializer.java 59 WorkerSpec instance = (WorkerSpec) in.readObject(); local
63 return instance;
  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 17 C instance; local
19 instance.simple_method();
30 C instance; local
31 instance.cdecl_method();
42 C instance; local
43 instance.vararg_method("Hello");
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
NettyBufferAllocator.java 28 private static final NettyBufferAllocator instance = new NettyBufferAllocator(); field in class:NettyBufferAllocator
31 return instance;
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 39 private static volatile EasyMockProperties instance; field in class:EasyMockProperties
44 if (instance == null) {
47 if (instance == null) {
49 instance = new EasyMockProperties();
53 return instance;
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeExtension.cs 34 static volatile NativeExtension instance; field in class:Grpc.Core.Internal.NativeExtension
52 /// Gets singleton instance of this class.
57 if (instance == null)
61 if (instance == null) {
62 instance = new NativeExtension();
66 return instance;
  /external/guice/core/src/com/google/inject/internal/
InstanceBindingImpl.java 33 final T instance; field in class:InstanceBindingImpl
42 T instance) {
45 this.instance = instance;
49 Object source, Key<T> key, Scoping scoping, Set<InjectionPoint> injectionPoints, T instance) {
52 this.instance = instance;
62 return instance;
72 return instance instanceof HasDependencies
73 ? ImmutableSet.copyOf(((HasDependencies) instance).getDependencies()
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
ControlFlowLogic.java 26 private static ControlFlowLogic instance = new ControlFlowLogic(); field in class:ControlFlowLogic
29 return instance;
190 // The block that is the body of a constructor, method, instance initializer, or static initializer is
  /external/libdrm/amdgpu/
amdgpu_gpu_info.c 63 unsigned count, uint32_t instance, uint32_t flags,
74 request.read_mmr_reg.instance = instance;
170 unsigned instance = (i << AMDGPU_INFO_MMR_SE_INDEX_SHIFT) | local
174 r = amdgpu_read_mm_registers(dev, 0x263d, 1, instance, 0,
182 r = amdgpu_read_mm_registers(dev, 0xa0d4, 1, instance, 0,
188 r = amdgpu_read_mm_registers(dev, 0xa0d5, 1, instance, 0,
  /external/libphonenumber/carrier/src/com/google/i18n/phonenumbers/
PhoneNumberToCarrierMapper.java 32 private static PhoneNumberToCarrierMapper instance = null; field in class:PhoneNumberToCarrierMapper
45 * Gets a {@link PhoneNumberToCarrierMapper} instance to carry out international carrier lookup.
48 * this method multiple times will only result in one instance being created.
50 * @return a {@link PhoneNumberToCarrierMapper} instance
53 if (instance == null) {
54 instance = new PhoneNumberToCarrierMapper(MAPPING_DATA_DIRECTORY);
56 return instance;
  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/
MockScanner.java 21 private final Object instance; field in class:MockScanner
27 * @param instance The test instance
28 * @param clazz The class in the type hierarchy of this instance.
30 public MockScanner(Object instance, Class<?> clazz) {
31 this.instance = instance;
36 * Add the scanned and prepared mock instance to the given collection.
57 FieldReader fieldReader = new FieldReader(instance, field);
67 private Object preparedMock(Object instance, Field field)
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/verification/
DescriptionTest.java 45 Description instance = new Description(mockVerificationMode, failureMessage); local
48 instance.verify(mockVerificationData);
  /external/oj-libjdwp/src/share/back/
invoker.h 46 jobject instance; /* for INVOKE_INSTANCE only */ member in struct:InvokeRequest
65 jobject instance,
  /external/okhttp/android/src/main/java/com/squareup/okhttp/
ConfigAwareConnectionPool.java 50 private static final ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool(); field in class:ConfigAwareConnectionPool
72 return instance;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Internal.java 42 // Needed in tests to ensure that the instance is actually pointing to something.
46 public static Internal instance; field in class:Internal
  /external/okhttp/repackaged/android/src/main/java/com/android/okhttp/
ConfigAwareConnectionPool.java 52 private static final ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool(); field in class:ConfigAwareConnectionPool
74 return instance;
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
Internal.java 48 // Needed in tests to ensure that the instance is actually pointing to something.
53 public static Internal instance; field in class:Internal

Completed in 2249 milliseconds

1 2 3 45 6 7 8 91011>>