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

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 849 const InstanceInterface& instance = m_context.getInstanceInterface(); local
1149 const InstanceInterface& instance = m_context.getInstanceInterface(); local
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
InternalChannelz.java 50 private static final InternalChannelz INSTANCE = new InternalChannelz();
74 public static InternalChannelz instance() { method in class:InternalChannelz
75 return INSTANCE;
256 /** Creates an instance. */
267 /** Creates an instance. */
278 /** Creates an instance. */
294 * Creates an instance.
345 * Builds an instance.
374 * Creates an instance.
462 * Builds an instance
    [all...]
  /external/guice/core/test/com/google/inject/internal/
MultibinderTest.java 24 import static com.google.inject.internal.SpiUtils.instance;
136 instance("A"),
137 instance("B"),
138 instance("C"),
139 instance("D"),
140 instance("E"));
170 instance("A"),
171 instance("B"),
172 instance("C"));
202 instance("A")
510 instance(new ValueType(1, 2)), method
511 instance(new ValueType(1, 3))); method
    [all...]
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 2111 HINSTANCE instance = CURRENT_MODULE(); local
    [all...]
  /external/libcups/cups/
cups.h 258 *instance; /* Local instance name or NULL */ member in struct:cups_dest_s
360 extern int cupsAddDest(const char *name, const char *instance,
363 extern cups_dest_t *cupsGetDest(const char *name, const char *instance,
440 const char *instance,
444 const char *instance,
457 const char *instance) _CUPS_API_1_4;
dest.c 154 static cups_dest_t *cups_add_dest(const char *name, const char *instance,
234 static int cups_find_dest(const char *name, const char *instance,
239 size_t namesize, const char **instance);
254 * destination or instance.
257 * returned unchanged. Adding a new instance of a destination creates
266 const char *instance, /* I - Instance name or @code NULL@ for none/primary */
280 if (!cupsGetDest(name, instance, num_dests, *dests))
282 if (instance && !cupsGetDest(name, NULL, num_dests, *dests))
285 if ((dest = cups_add_dest(name, instance, &num_dests, dests)) == NULL
1639 *instance, \/* Pointer to instance name *\/ local
3552 *instance, \/* Pointer to instance name *\/ local
4179 *instance; \/* Instance of destination *\/ local
    [all...]
  /external/libdrm/tests/amdgpu/
basic_tests.c 57 int instance, int pm4_dw, uint32_t *pm4_src,
838 int r, instance; local
849 for (instance = 0; (1 << instance) & info.available_rings; instance++) {
870 ibs_request.ring = instance;
883 fence_status.ring = instance;
937 int instance, int pm4_dw, uint32_t *pm4_src,
974 ibs_request->ring = instance;
    [all...]
  /external/oj-libjdwp/src/share/back/
util.c 527 WITH_LOCAL_REFS(env, length + 1) { /* +1 for class with instance fields */
555 jobject instance; local
560 * Instance methods start with the instance, thread and class,
566 instance = inStream_readObjectRef(env, in);
570 instance = NULL;
632 instance, arguments, argumentCount);
    [all...]
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java     [all...]
  /external/perfetto/src/tracing/core/
tracing_service_impl.cc 741 TracingServiceImpl::DataSourceInstance* instance) {
742 PERFETTO_DCHECK(instance->state == DataSourceInstance::CONFIGURED);
743 if (instance->will_notify_on_start) {
744 instance->state = DataSourceInstance::STARTING;
746 instance->state = DataSourceInstance::STARTED;
750 *producer, *instance);
752 producer->StartDataSource(instance->instance_id, instance->config);
803 DataSourceInstance& instance = data_source_inst.second; local
804 const DataSourceInstanceID ds_inst_id = instance.instance_id
851 DataSourceInstance* instance = local
879 DataSourceInstance* instance = local
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 156 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); local
159 trees->push_back(instance);
160 return instance;
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py 336 instance = MockSomeClass()
337 self.assertNotCallable(instance)
339 instance.wibble
341 self.assertRaises(AttributeError, lambda: instance.not_wibble)
755 instance = MockClass()
756 instance.z = 'foo'
1188 instance = m.return_value variable in class:PatchTest.test_new_callable_inherit_for_mocks.MockSub
    [all...]
  /external/python/mock/mock/tests/
testpatch.py 340 instance = MockSomeClass()
341 self.assertNotCallable(instance)
343 instance.wibble
345 self.assertRaises(AttributeError, lambda: instance.not_wibble)
742 instance = MockClass()
743 instance.z = 'foo'
1169 instance = m.return_value variable in class:PatchTest.test_new_callable_inherit_for_mocks.MockSub
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 283 static StreamGroupFactory* instance = new StreamGroupFactory(); local
284 return *instance;
293 // StreamGroupFactory::Global() to get the global instance.
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 88 private void setClassInvocationFailure(Class<?> clazz, Object instance) {
94 instances.add(instance);
97 private void setMethodInvocationFailure(ITestNGMethod method, Object instance) {
103 instances.add(getMethodInvocationToken(method, instance));
130 * If instance is non-null, the configuration will be run on it. If it is null,
140 Object instance)
142 invokeConfigurations(testClass, null, allMethods, suite, params, parameterValues, instance,
152 Object instance,
169 instance,
180 inst = instance;
356 setClassInvocationFailure(testClass.getRealClass(), instance); local
358 setClassInvocationFailure(tm.getRealClass(), instance); local
369 setClassInvocationFailure(tm.getRealClass(), instance); local
382 setClassInvocationFailure(tm.getRealClass(), instance); local
385 setClassInvocationFailure(xmlClass.getSupportClass(), instance); local
981 Object instance; local
1534 Object instance = r.getInstance() != null local
    [all...]
  /external/v8/src/builtins/
builtins-object-gen.cc 1281 Node* instance = AllocateJSObjectFromMap(map.value(), properties.value()); local
1376 Node* instance = AllocateJSObjectFromMap(map.value(), properties.value()); local
    [all...]
builtins-promise-gen.cc 55 Node* const instance = AllocateJSPromise(context); local
56 PromiseInit(instance);
60 CallRuntime(Runtime::kPromiseHookInit, context, instance, parent);
64 return instance;
71 Node* const instance = AllocateJSPromise(context); local
72 StoreObjectFieldNoWriteBarrier(instance, JSPromise::kReactionsOrResultOffset,
75 StoreObjectFieldNoWriteBarrier(instance, JSPromise::kFlagsOffset,
79 StoreObjectFieldNoWriteBarrier(instance, offset, SmiConstant(0));
84 CallRuntime(Runtime::kPromiseHookInit, context, instance,
89 return instance;
852 Node* const instance = AllocateAndInitJSPromise(context); local
860 Node* const instance = constructor_assembler.EmitFastNewObject( local
    [all...]
  /external/v8/src/
frames.cc 1804 Object* instance = Memory<Object*>(fp() + offset); local
1828 isolate(), instance, code, offset, at_to_number_conversion()); local
1882 FrameSummary::WasmInterpretedFrameSummary summary(isolate(), instance, local
1892 Object* instance = Memory<Object*>(fp() + offset); local
    [all...]
  /external/v8/src/wasm/baseline/ia32/
liftoff-assembler-ia32.h 26 // ebp-4 holds the stack marker, ebp-8 is the instance parameter, first stack
214 void LiftoffAssembler::SpillInstance(Register instance) {
215 mov(liftoff::GetInstanceOperand(), instance); local
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 256 i::Handle<i::WasmInstanceObject> instance) override {
258 i::JSPromise::Resolve(promise_, instance);
293 i::Handle<i::WasmInstanceObject> instance) override {
299 const uint8_t* instance_str = reinterpret_cast<const uint8_t*>("instance");
315 i::JSObject::AddProperty(isolate_, result, instance_name, instance,
640 // new WebAssembly.Instance(module, imports) -> WebAssembly.Instance
652 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.Instance()");
654 thrower.TypeError("WebAssembly.Instance must be invoked with 'new'");
665 Local<Value> instance; local
    [all...]
wasm-objects.cc 48 // an instance finalizer is not guaranteed to run upon isolate shutdown,
56 // on an instance.
57 #define SET(instance, field, value) \
61 instance->set_##field(v); \
64 // Allocates initial native storage for a given instance.
65 WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance,
68 SET(instance, imported_function_targets,
71 SET(instance, imported_mutable_globals,
89 Handle<WasmInstanceObject> instance,
91 uint32_t old_size = instance->indirect_function_table_size()
1140 WasmInstanceObject* IndirectFunctionTableEntry::instance() { function in class:v8::internal::__anon48811::IndirectFunctionTableEntry
1174 WasmInstanceObject* ImportedFunctionEntry::instance() { function in class:v8::internal::__anon48811::ImportedFunctionEntry
1304 WasmInstanceObject* instance = reinterpret_cast<WasmInstanceObject*>(*p); local
1359 WasmInstanceObject* WasmExportedFunction::instance() { function in class:v8::internal::__anon48811::WasmExportedFunction
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java 89 private static final PeerConnectionClient instance = new PeerConnectionClient(); field in class:PeerConnectionClient
223 return instance;
    [all...]

Completed in 2407 milliseconds

<<11121314151617181920>>