/system/bt/stack/include/ |
srvc_api.h | 189 ** Description Instantiate a Battery service
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_main.cc | 60 // Create and instantiate a message loop so that we can use it
|
/system/core/base/include/android-base/ |
strings.h | 53 // We instantiate the common cases in strings.cpp.
|
/system/tpm/trunks/ |
hmac_session_impl.h | 65 // This factory is only set in the constructor and is used to instantiate
|
policy_session_impl.h | 66 // This factory is only set in the constructor and is used to instantiate
|
session_manager_impl.h | 55 // This factory is only set in the constructor and is used to instantiate
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 92 // Instantiate a new geofence storage area. 94 // Instantiate the current List of geofences.
|
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 92 // Instantiate a new geofence storage area. 94 // Instantiate the current List of geofences.
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
MainActivity.java | 92 // Instantiate a new geofence storage area. 94 // Instantiate the current List of geofences.
|
/external/clang/test/SemaTemplate/ |
constexpr-instantiate.cpp | 101 decltype(U(U())) u; // ok, don't instantiate S<int>::S() because it wasn't declared constexpr 196 // Check that we don't instantiate conversion functions when we're checking
|
/external/dagger2/producers/src/main/java/dagger/producers/ |
ProductionComponent.java | 96 * <li> Each module dependency that Dagger can't instantiate itself (i.e., the module 98 * Other module dependencies (ones that Dagger can instantiate) are allowed, but not
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-param-test.h.pump | 78 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 99 // The following statement will instantiate tests from the FooTest test case 107 // can instantiate it more then once) the first argument to the 122 // This statement will instantiate all tests from FooTest again, each 135 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 292 // This will also instantiate tests from CharTest 399 // This will instantiate tests in test case AnimalTest each one with 413 // This will instantiate tests in FlagDependentTest with all variations of two
|
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 78 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 99 // The following statement will instantiate tests from the FooTest test case 107 // can instantiate it more then once) the first argument to the 122 // This statement will instantiate all tests from FooTest again, each 135 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 292 // This will also instantiate tests from CharTest 399 // This will instantiate tests in test case AnimalTest each one with 413 // This will instantiate tests in FlagDependentTest with all variations of two
|
/external/libchrome/base/strings/ |
utf_string_conversion_utils.cc | 123 // Instantiate versions we know callers will need. 144 // Instantiate versions we know callers will need.
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-param-test.h.pump | 78 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 99 // The following statement will instantiate tests from the FooTest test case 107 // can instantiate it more then once) the first argument to the 122 // This statement will instantiate all tests from FooTest again, each 135 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 292 // This will also instantiate tests from CharTest 399 // This will instantiate tests in test case AnimalTest each one with 413 // This will instantiate tests in FlagDependentTest with all variations of two
|
/external/mockito/src/org/mockito/ |
Spy.java | 41 * can be found in the type (even private). <u>But Mockito cannot instantiate inner classes, local classes,
47 * <u>But Mockito cannot instantiate inner classes, local classes, abstract classes and interfaces.</u></strong>
|
/external/parameter-framework/upstream/parameter/ |
TypeElement.cpp | 100 pChildTypeElement->instantiate(); 127 CInstanceConfigurableElement *CTypeElement::instantiate() const function in class:CTypeElement
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-param-test.h.pump | 78 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 99 // The following statement will instantiate tests from the FooTest test case 107 // can instantiate it more then once) the first argument to the 122 // This statement will instantiate all tests from FooTest again, each 135 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 292 // This will also instantiate tests from CharTest 399 // This will instantiate tests in test case AnimalTest each one with 413 // This will instantiate tests in FlagDependentTest with all variations of two
|
/frameworks/base/docs/html/training/load-data-background/ |
setup-loader.jd | 103 You can instantiate an empty {@link android.support.v4.content.CursorLoader} and then use its 104 methods to define your query, or you can instantiate the object and define the query at the
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
SyncRunner.java | 60 throw new RuntimeException("Could not instantiate the Scheduler instance!", e); 66 throw new RuntimeException("Could not instantiate Scheduler", e);
|
/frameworks/base/test-runner/src/android/test/ |
AndroidTestRunner.java | 126 runFailed("Could not instantiate test class. Class: " + testClass.getName()); 147 runFailed("Could not instantiate test suite provider. Class: " + clazz.getName());
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
cmodule.cpp | 193 ret = wrs_omxil_cmodule->ops->instantiate((void **)&cbase); 195 LOGE("%s failed to instantiate()\n", lname);
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
color_manager.cpp | 135 // 2. instantiate concrete ColorInterface from libsdm-color.so, pass all hardware info in. 139 DLOGW("Unable to instantiate concrete ColorInterface from %s", COLORMGR_LIBRARY_NAME);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-param-test.h.pump | 78 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 99 // The following statement will instantiate tests from the FooTest test case 107 // can instantiate it more then once) the first argument to the 122 // This statement will instantiate all tests from FooTest again, each 135 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 292 // This will also instantiate tests from CharTest 399 // This will instantiate tests in test case AnimalTest each one with 413 // This will instantiate tests in FlagDependentTest with all variations of two
|
/packages/apps/Email/provider_src/com/android/email/mail/ |
Sender.java | 50 // and invoke "newInstance" class method and instantiate sender object. 58 throw new MessagingException("can not instantiate Sender for " + account.mDisplayName);
|