HomeSort by relevance Sort by last modified time
    Searched refs:GetInstance (Results 126 - 150 of 408) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_shuffle_test_.cc 98 TestEventListeners& listeners = UnitTest::GetInstance()->listeners();
  /hardware/libhardware/tests/camera2/
CameraStreamTests.cpp 90 ::testing::UnitTest::GetInstance()->current_test_info();
  /libcore/ojluni/src/main/java/java/security/
KeyFactory.java 36 import sun.security.jca.GetInstance.Instance;
62 * KeyFactory keyFactory = KeyFactory.getInstance("DSA");
64 * Signature sig = Signature.getInstance("DSA");
122 Debug.getInstance("jca", "KeyFactory");
157 List<Service> list = GetInstance.getServices("KeyFactory", algorithm);
193 public static KeyFactory getInstance(String algorithm)
232 public static KeyFactory getInstance(String algorithm, String provider)
234 Instance instance = GetInstance.getInstance("KeyFactory",
269 public static KeyFactory getInstance(String algorithm, Provider provider
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
KeyAgreement.java 37 import sun.security.jca.GetInstance.Instance;
93 Debug.getInstance("jca", "KeyAgreement");
130 * <code>getInstance</code> calls that created this
170 public static final KeyAgreement getInstance(String algorithm)
172 List services = GetInstance.getServices("KeyAgreement", algorithm);
224 public static final KeyAgreement getInstance(String algorithm,
227 Instance instance = JceSecurity.getInstance
265 public static final KeyAgreement getInstance(String algorithm,
267 Instance instance = JceSecurity.getInstance
302 for (Service s : GetInstance.getServices("KeyAgreement", algorithm))
    [all...]
Mac.java 39 import sun.security.jca.GetInstance.Instance;
142 Debug.getInstance("jca", "Mac");
181 * <code>getInstance</code> calls that created this
217 public static final Mac getInstance(String algorithm)
219 List services = GetInstance.getServices("Mac", algorithm);
267 public static final Mac getInstance(String algorithm, String provider)
269 Instance instance = JceSecurity.getInstance
302 public static final Mac getInstance(String algorithm, Provider provider)
304 Instance instance = JceSecurity.getInstance
338 for (Service s : GetInstance.getServices("Mac", algorithm))
    [all...]
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 125 TestEventListeners& listeners = UnitTest::GetInstance()->listeners();
  /ndk/sources/third_party/googletest/googletest/test/
gtest_shuffle_test_.cc 98 TestEventListeners& listeners = UnitTest::GetInstance()->listeners();
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cpp 65 GetInstance(client_id));
interface_with_instances_base.h 72 std::shared_ptr<bluetooth::BluetoothInstance> GetInstance(
  /system/connectivity/apmanager/
service.cc 75 dhcp_server_factory_(DHCPServerFactory::GetInstance()),
76 file_writer_(FileWriter::GetInstance()),
77 process_factory_(ProcessFactory::GetInstance()) {
85 event_dispatcher_ = EventDispatcher::GetInstance();
  /system/connectivity/dhcp_client/
dhcp_options_writer.h 33 static DHCPOptionsWriter* GetInstance();
  /system/connectivity/shill/dhcp/
dhcp_provider.h 44 // DHCPProvider::GetInstance()->CreateIPv4Config(device_name,
59 // This is a singleton -- use DHCPProvider::GetInstance()->Foo().
60 static DHCPProvider* GetInstance();
  /system/connectivity/shill/
dns_server_proxy.cc 41 : process_manager_(ProcessManager::GetInstance()),
event_dispatcher.cc 34 IOHandlerFactoryContainer::GetInstance()->GetIOHandlerFactory()) {
passive_link_monitor_unittest.cc 92 ScopeLogger::GetInstance()->EnableScopesByName("link");
93 ScopeLogger::GetInstance()->set_verbose_level(4);
101 ScopeLogger::GetInstance()->EnableScopesByName("-link");
102 ScopeLogger::GetInstance()->set_verbose_level(0);
scope_logger.h 80 static ScopeLogger* GetInstance();
shill_ares.cc 29 Ares* Ares::GetInstance() {
  /system/connectivity/shill/shims/
environment_unittest.cc 31 EnvironmentTest() : environment_(Environment::GetInstance()) {}
openvpn_script.cc 39 Environment* environment = Environment::GetInstance();
  /system/connectivity/shill/wifi/
wifi_driver_hal.cc 89 WiFiDriverHal* WiFiDriverHal::GetInstance() {
  /system/webservd/webservd/
log_manager.cc 175 LogManager* inst = GetInstance();
206 GetInstance()->logger_->Log(timestamp, log_entry);
210 GetInstance()->logger_ = std::move(logger);
213 LogManager* LogManager::GetInstance() {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled);
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
51 Logging::GetInstance()->PopState();
54 Logging* Logging::GetInstance() {
  /development/ndk/sources/android/ndk_helper/
shader.cpp 34 if( !JNIHelper::GetInstance()->ReadFile( str_file_name, &data ) )
132 bool b = JNIHelper::GetInstance()->ReadFile( strFileName, &data );
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/gtest/test/
gtest_stress_test.cc 118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();

Completed in 414 milliseconds

1 2 3 4 56 7 8 91011>>