Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/external/syzkaller/vm/isolated/
Disolated.go37 type instance struct { struct
38 cfg *Config
39 os string
40 targetAddr string
41 targetPort int
42 closed chan bool
43 debug bool
44 sshUser string
45 sshKey string
46 forwardPort int
[all …]
/external/syzkaller/vm/gvisor/
Dgvisor.go39 type instance struct { struct
40 cfg *Config
41 image string
42 debug bool
43 rootDir string
44 imageDir string
45 name string
46 port int
47 cmd *exec.Cmd
48 merger *vmimpl.OutputMerger
[all …]
/external/syzkaller/vendor/google.golang.org/appengine/aetest/
Dinstance_vm.go55 type instance struct { struct
56 opts *Options
57 child *exec.Cmd
58 apiURL *url.URL // base URL of API HTTP server
59 adminURL string // base URL of admin HTTP server
60 appDir string
61 appID string
62 startupTimeout time.Duration
63 relFuncs []func() // funcs to release any associated contexts
67 func (i *instance) NewRequest(method, urlStr string, body io.Reader) (*http.Request, error) {
[all …]
/external/syzkaller/vm/kvm/
Dkvm.go45 type instance struct { struct
46 cfg *Config
47 sandbox string
48 sandboxPath string
49 lkvm *exec.Cmd
50 readerC chan error
51 waiterC chan error
52 debug bool
54 mu sync.Mutex
55 outputB []byte
[all …]
/external/syzkaller/vm/qemu/
Dqemu.go48 type instance struct { struct
49 cfg *Config
50 archConfig *archConfig
51 image string
52 debug bool
53 os string
54 workdir string
55 sshkey string
56 sshuser string
57 port int
[all …]
/external/syzkaller/vm/adb/
Dadb.go47 type instance struct { struct
48 adbBin string
49 device string
50 console string
51 closed chan bool
52 debug bool
232 func (inst *instance) Forward(port int) (string, error) {
244 func (inst *instance) adb(args ...string) ([]byte, error) {
256 func (inst *instance) repair() error {
280 func (inst *instance) waitForSSH() error {
[all …]
/external/syzkaller/vm/gce/
Dgce.go51 type instance struct { struct
52 env *vmimpl.Env
53 cfg *Config
54 GCE *gce.Context
55 debug bool
56 name string
57 ip string
58 gceKey string // per-instance private ssh key associated with the instance
59 sshKey string // ssh key
60 sshUser string
[all …]
/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
DBoundFieldModuleTest.java43 Object instance = new Object() {}; in testBindingNothing() local
53 Object instance = in testBindingOnePrivate() local
66 Object instance = in testBindingOnePublic() local
92 FieldBindableSubclass instance = new FieldBindableSubclass(1024); in testSuperTypeBinding() local
103 Object instance = in testBindingTwo() local
118 Object instance = in testBindingSuperType() local
132 Object instance = in testBindingSuperTypeAccessSubType() local
151 Object instance = in testBindingIncorrectTypeProviderFails() local
182 Object instance = in testBindingWithBindingAnnotation() local
203 Object instance = in testBindingWithQualifier() local
[all …]
/external/syzkaller/vm/odroid/
Dodroid.go49 type instance struct { struct
50 cfg *Config
51 os string
52 sshkey string
53 closed chan bool
54 debug bool
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 {
[all …]
/external/mesa3d/src/vulkan/util/
Dvk_debug_report.c29 VkResult vk_debug_report_instance_init(struct vk_debug_report_instance *instance) in vk_debug_report_instance_init()
40 void vk_debug_report_instance_destroy(struct vk_debug_report_instance *instance) in vk_debug_report_instance_destroy()
46 vk_create_debug_report_callback(struct vk_debug_report_instance *instance, in vk_create_debug_report_callback()
75 vk_destroy_debug_report_callback(struct vk_debug_report_instance *instance, in vk_destroy_debug_report_callback()
92 vk_debug_report(struct vk_debug_report_instance *instance, in vk_debug_report()
/external/dexmaker/dexmaker-mockito-inline-dispatcher/src/main/java/com/android/dx/mockito/inline/
DMockMethodDispatcher.java45 public static MockMethodDispatcher get(String identifier, Object instance) { in get()
76 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { in handle()
88 public boolean isMock(Object instance) { in isMock()
100 public boolean isMocked(Object instance) { in isMocked()
112 public boolean isOverridden(Object instance, Method origin) { in isOverridden()
/external/dagger2/core/src/main/java/dagger/internal/
DInstanceFactory.java31 public static <T> Factory<T> create(T instance) { in create()
38 private final T instance; field in InstanceFactory
40 private InstanceFactory(T instance) { in InstanceFactory()
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DMockMethodAdvice.java46 private static Object tryInvoke(Method origin, Object instance, Object[] arguments) in tryInvoke()
98 public Method getOrigin(Object instance, String methodWithTypeAndSignature) throws Throwable { in getOrigin()
195 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { in handle()
212 public boolean isMock(Object instance) { in isMock()
227 public boolean isMocked(Object instance) { in isMocked()
239 public boolean isOverridden(Object instance, Method origin) { in isOverridden()
260 private final WeakReference<Object> instance; field in MockMethodAdvice.SuperMethodCall
263 private SuperMethodCall(SelfCallInfo selfCallInfo, Method origin, Object instance, in SuperMethodCall()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DMockMethodDispatcher.java28 …public abstract Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Thro… in handle()
30 public abstract boolean isMock(Object instance); in isMock()
32 public abstract boolean isMocked(Object instance); in isMocked()
34 public abstract boolean isOverridden(Object instance, Method origin); in isOverridden()
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/
DMockScanner.java21 private final Object instance; field in MockScanner
30 public MockScanner(Object instance, Class<?> clazz) { in MockScanner()
67 private Object preparedMock(Object instance, Field field) { in preparedMock()
82 private boolean isMockOrSpy(Object instance) { in isMockOrSpy()
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h83 C& instance; variable
86 …artialComponentStorage(PartialComponentStorage<PreviousBindings...>& previous_storage, C& instance) in PartialComponentStorage()
103 const C& instance; variable
106 …ComponentStorage(PartialComponentStorage<PreviousBindings...>& previous_storage, const C& instance) in PartialComponentStorage()
123 C& instance; variable
126 …artialComponentStorage(PartialComponentStorage<PreviousBindings...>& previous_storage, C& instance) in PartialComponentStorage()
144 const C& instance; variable
147 …ComponentStorage(PartialComponentStorage<PreviousBindings...>& previous_storage, const C& instance) in PartialComponentStorage()
183 C& instance; variable
186 …artialComponentStorage(PartialComponentStorage<PreviousBindings...>& previous_storage, C& instance) in PartialComponentStorage()
[all …]
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakHash.c21 HashReturn Keccak_HashInitialize(Keccak_HashInstance *instance, unsigned int rate, unsigned int cap… in Keccak_HashInitialize()
37 HashReturn Keccak_HashUpdate(Keccak_HashInstance *instance, const BitSequence *data, DataLength dat… in Keccak_HashUpdate()
66 HashReturn Keccak_HashFinal(Keccak_HashInstance *instance, BitSequence *hashval) in Keccak_HashFinal()
77 HashReturn Keccak_HashSqueeze(Keccak_HashInstance *instance, BitSequence *data, DataLength databitl… in Keccak_HashSqueeze()
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_cursor.hpp219 struct instance : cursor_interface<T> struct in cpplinq::dynamic_cursor
221 Cur innerCursor;
223 instance(Cur cursor) : innerCursor(std::move(cursor)) in instance() function
226 virtual bool empty() const in empty()
230 virtual void inc() in inc()
234 virtual T get() const in get()
238 virtual cursor_interface<T>* copy() const in copy()
298 struct instance : container_interface<T> struct in cpplinq::dynamic_collection
300 Container c;
302 instance(Container c) : c(c) in instance() argument
[all …]
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
D_typecheck.py85 def __instancecheck__(self, instance): argument
95 def __instancecheck__(self, instance): argument
106 def __instancecheck__(self, instance): argument
117 def __instancecheck__(self, instance): argument
133 def __instancecheck__(self, instance): argument
147 def __instancecheck__(self, instance): argument
159 def __instancecheck__(self, instance): argument
172 def __instancecheck__(self, instance): argument
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.cc24 static StreamExecutorFactory instance; in MakeCUDAExecutorImplementation() local
31 static StreamExecutorFactory instance; in MakeROCMExecutorImplementation() local
38 static StreamExecutorFactory instance; in MakeOpenCLExecutorImplementation() local
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DFields.java29 public static InstanceFields allDeclaredFieldsOf(Object instance) { in allDeclaredFieldsOf()
43 public static InstanceFields declaredFieldsOf(Object instance) { in declaredFieldsOf()
49 private static List<InstanceField> instanceFieldsIn(Object instance, Field[] fields) { in instanceFieldsIn()
/external/testng/src/main/java/org/testng/internal/
DMethodInvocationHelper.java40 protected static Object invokeMethod(Method thisMethod, Object instance, Object[] parameters) in invokeMethod()
89 protected static Iterator<Object[]> invokeDataProvider(Object instance, Method dataProvider, in invokeDataProvider()
220 protected static void invokeWithTimeout(ITestNGMethod tm, Object instance, in invokeWithTimeout()
226 protected static void invokeWithTimeout(ITestNGMethod tm, Object instance, in invokeWithTimeout()
238 private static void invokeWithTimeoutWithNoExecutor(ITestNGMethod tm, Object instance, in invokeWithTimeoutWithNoExecutor()
251 private static void invokeWithTimeoutWithNewExecutor(ITestNGMethod tm, Object instance, in invokeWithTimeoutWithNewExecutor()
284 protected static void invokeConfigurable(final Object instance, final Object[] parameters, in invokeConfigurable()
DConfigurationMethod.java60 Object instance) in ConfigurationMethod()
62 super(com.getName(), com, annotationFinder, instance); in ConfigurationMethod() local
100 Object instance) in ConfigurationMethod()
118 Object instance) { in ConfigurationMethod()
135 Object instance) in createMethods()
159 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createSuiteConfigurationMethods()
175 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createTestConfigurationMethods()
191 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createClassConfigurationMethods()
207 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) in createBeforeConfigurationMethods()
230 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) in createAfterConfigurationMethods()
[all …]
/external/adhd/cras/src/server/
Dcras_dsp_pipeline.c69 struct instance { struct
73 /* These are the ports on this instance. The difference argument
92 /* This is the total buffering delay from source to this instance. It is argument
97 DECLARE_ARRAY_TYPE(struct instance, instance_array) argument
151 struct instance *instance; in find_instance_by_plugin() local
233 struct instance *instance; in find_output_audio_port() local
253 struct instance *instance; in find_output_control_port() local
286 struct instance *instance; in topological_sort() local
466 static int load_module(struct plugin *plugin, struct instance *instance) in load_module()
506 struct instance *instance; in allocate_buffers() local
[all …]
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DShadowLocalBroadcastManagerTest.java30 …LocalBroadcastManager instance = LocalBroadcastManager.getInstance(RuntimeEnvironment.application); in shouldGetInstance() local
37 …LocalBroadcastManager instance = LocalBroadcastManager.getInstance(RuntimeEnvironment.application); in shouldSendBroadcasts() local
55 …LocalBroadcastManager instance = LocalBroadcastManager.getInstance(RuntimeEnvironment.application); in shouldSendBroadcastsWithDataScheme() local
75 …LocalBroadcastManager instance = LocalBroadcastManager.getInstance(RuntimeEnvironment.application); in shouldUnregisterReceiver() local

12345678910>>...30