HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /system/vold/
NetlinkManager.cpp 38 NetlinkManager *NetlinkManager::Instance() {
VolumeBase.cpp 136 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event,
142 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event,
main.cpp 85 if (!(vm = VolumeManager::Instance())) {
90 if (!(nm = NetlinkManager::Instance())) {
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 51 String instance = _qualifiedNameMap.get(Fields.Instance).toLowerCase(); local
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase();
151 return _qualifiedNameMap.get(Fields.Application).equals("dns-sd") && _qualifiedNameMap.get(Fields.Instance).equals("_services");
162 String name = _qualifiedNameMap.get(Fields.Instance);
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc 127 signaling_thread_(rtc::ThreadManager::Instance()->CurrentThread()),
130 signaling_thread_ = rtc::ThreadManager::Instance()->WrapCurrentThread();
169 rtc::ThreadManager::Instance()->UnwrapCurrentThread();
  /libcore/ojluni/src/main/java/java/security/
KeyFactory.java 36 import sun.security.jca.GetInstance.Instance;
234 Instance instance = GetInstance.getInstance("KeyFactory", local
236 return new KeyFactory((KeyFactorySpi)instance.impl,
237 instance.provider, algorithm);
271 Instance instance = GetInstance.getInstance("KeyFactory", local
273 return new KeyFactory((KeyFactorySpi)instance.impl,
274 instance.provider, algorithm);
418 * key material should be returned in an instance of th
    [all...]
Signature.java 48 import sun.security.jca.GetInstance.Instance;
332 Instance instance = local
334 return getInstance(instance, algorithm);
343 private static Signature getInstance(Instance instance, String algorithm) {
345 if (instance.impl instanceof Signature) {
346 sig = (Signature)instance.impl;
348 SignatureSpi spi = (SignatureSpi)instance.impl;
351 sig.provider = instance.provider
382 Object instance = s.newInstance(null); local
451 Instance instance = GetInstance.getInstance local
494 Instance instance = GetInstance.getInstance local
506 Instance instance = GetInstance.getInstance(s, SignatureSpi.class); local
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
KeyAgreement.java 37 import sun.security.jca.GetInstance.Instance;
227 Instance instance = JceSecurity.getInstance local
229 return new KeyAgreement((KeyAgreementSpi)instance.impl,
230 instance.provider, algorithm);
267 Instance instance = JceSecurity.getInstance local
269 return new KeyAgreement((KeyAgreementSpi)instance.impl,
270 instance.provider, algorithm);
320 ("Could not construct KeyAgreementSpi instance");
    [all...]
KeyGenerator.java 35 import sun.security.jca.GetInstance.Instance;
305 Instance instance = JceSecurity.getInstance("KeyGenerator", local
307 return new KeyGenerator((KeyGeneratorSpi)instance.impl,
308 instance.provider, algorithm);
343 Instance instance = JceSecurity.getInstance("KeyGenerator", local
345 return new KeyGenerator((KeyGeneratorSpi)instance.impl,
346 instance.provider, algorithm);
Mac.java 39 import sun.security.jca.GetInstance.Instance;
269 Instance instance = JceSecurity.getInstance local
271 return new Mac((MacSpi)instance.impl, instance.provider, algorithm);
304 Instance instance = JceSecurity.getInstance local
306 return new Mac((MacSpi)instance.impl, instance.provider, algorithm);
355 ("Could not construct MacSpi instance");
    [all...]
  /external/google-benchmark/src/
benchmark.cc 257 struct Benchmark::Instance {
282 std::vector<Benchmark::Instance>* benchmarks);
324 static BenchmarkFamilies instance; local
325 return &instance;
338 std::vector<Benchmark::Instance>* benchmarks) {
368 Benchmark::Instance instance; local
369 instance.name = family->name_;
370 instance.benchmark = bench_family.get();
371 instance.has_arg1 = family->arg_count_ >= 1
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 172 class Instance
175 Instance (const VkInstanceCreateInfo* instanceInfo);
176 ~Instance (void) {}
397 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getInstanceProcAddr (VkInstance instance, const char* pName)
399 return reinterpret_cast<Instance*>(instance)->getProcAddr(pName);
681 Instance::Instance (const VkInstanceCreateInfo*)
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
881 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
633 Environment::Instance()->FixtureConstructorExecuted();
637 Environment::Instance()->SetUpExecuted();
641 Environment::Instance()->TearDownExecuted();
687 Environment::Instance()->TestBodyExecuted();
819 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
    [all...]
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 63 Settings::Instance()->addSetting(Settings::EREPORT_TIME, reportTime);
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 28 std::shared_ptr<CalibrationFile> CalibrationFile::Instance() {
  /external/eigen/bench/btl/generic_bench/
bench.hh 98 if (!BtlConfig::Instance.overwriteResults)
  /external/webrtc/webrtc/p2p/stunprober/
main.cc 121 rtc::Thread* thread = rtc::ThreadManager::Instance()->WrapCurrentThread();
  /system/netd/server/
main.cpp 72 NetlinkManager *nm = NetlinkManager::Instance();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py 34 from boto.ec2.autoscale.instance import Instance
81 for instance in instances:
82 self.assertIsInstance(instance, Instance)
  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 344 // provider instance binding -- just the object (not the provider)
562 bind(Instance.class).toInstance(new Instance());
574 chain.add(Instance.class);
575 bindListener(keyMatcher(Instance.class), new ChainAsserter(pList, chain.build()));
602 Instance instance = injector.getInstance(Instance.class);
605 of(Instance.class, A.class, BImpl.class, C.class, DP.class, D.class, E.class, F.class),
685 private static class Instance {
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 356 // then we're the top level compiler instance and need to create one.
798 // Create the target instance.
885 /// provided by the importing compiler instance. Returns true if the module
    [all...]

Completed in 719 milliseconds

1 2 34 5 6 7 8 9