/system/connectivity/shill/test-rpc-proxy/ |
proxy_main.cc | 62 // to be instantiated before we connect to dbus.
|
/system/tpm/trunks/ |
hmac_session_impl.h | 36 // provide authorization for commands that need it. It is instantiated by
|
trunks_factory_for_test.h | 50 // which ownership is passed to the caller are instantiated as forwarders which
|
/external/clang/include/clang/AST/ |
DeclTemplate.h | 392 /// instantiated from a function template. 432 /// first instantiated. 466 /// function has yet to be instantiated. 495 // The member declaration from which this member was instantiated, and the 499 // The point at which this member was first instantiated. 512 /// instantiated. 533 /// has not yet been instantiated. 688 /// directly instantiated (or null). 755 /// instantiated, or NULL if this template was not instantiated from a [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmController.java | 89 // AndroidManifest.xml) instantiated and called, and then create an 119 // AndroidManifest.xml) instantiated and called, and then create an
|
/external/clang/test/Analysis/ |
padding_cpp.cpp | 142 class TemplateSandwich { // expected-warning{{Excessive padding in 'class TemplateSandwich<int>' instantiated here}} 149 class TemplateSandwich<T *> { // expected-warning{{Excessive padding in 'class TemplateSandwich<void *>' instantiated here}}
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
GwtSerializationDependencies.java | 41 * instantiated, they are visible to GWT when it performs its serialization 58 // None of these classes are instantiated, let alone serialized:
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
const_Types.pass.cpp | 37 { static_assert(never<T>::value, "This should not be instantiated"); } 53 { static_assert(never<T>::value, "This should not be instantiated"); }
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
TextFormatter.java | 37 * If this {@code TextFormatter} has been instantiated with {@link #TextFormatter(Locale, boolean) TextFormatter(locale, true)} 41 * On the contrary, if this {@code TextFormatter} has been instantiated with {@link #TextFormatter(Locale, boolean)
|
/external/mockito/src/org/mockito/ |
Spy.java | 49 * For example this class can be instantiated by Mockito :
89 * in subclass are only instantiated after super class constructor has returned.
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbAccessory.java | 70 * UsbAccessory should only be instantiated by UsbService implementation 84 * UsbAccessory should only be instantiated by UsbService implementation
|
/frameworks/base/test-runner/src/android/test/ |
ApplicationTestCase.java | 173 * This test simply confirms that the Application class can be instantiated properly. 179 assertNotNull("Application class could not be instantiated successfully", mApplication);
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLServerSocketFactory.java | 68 * class by that name is loaded and instantiated. If that is successful and 123 log("instantiated an instance of class " + clsName);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
static_assert.hpp | 65 // instantiated, but that the definitions are *not* instantiated.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
FragmentStatePagerAdapter2.java | 78 // If we already have this item instantiated, there is nothing 81 // taken care of restoring the fragments we previously had instantiated.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryPackInstallBroadcastReceiver.java | 54 Log.i(TAG, "Latin IME dictionary broadcast receiver instantiated from the framework."); 126 // should come here instantiated by the framework in reaction to a broadcast of
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
TelecomSystem.java | 44 * This interface is implemented by system-instantiated components (e.g., Services and 50 * system-instantiated components, and have all other parts of the system just take all their
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
abc.py | 20 instantiated unless all of its abstract methods are overridden. 41 instantiated unless all of its abstract properties are overridden.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
abc.py | 20 instantiated unless all of its abstract methods are overridden. 41 instantiated unless all of its abstract properties are overridden.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
abc.py | 20 instantiated unless all of its abstract methods are overridden. 41 instantiated unless all of its abstract properties are overridden.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
abc.py | 20 instantiated unless all of its abstract methods are overridden. 41 instantiated unless all of its abstract properties are overridden.
|
/external/clang/lib/Sema/ |
SemaTemplateInstantiate.cpp | 76 // If this variable template specialization was instantiated from a 120 // If this class template specialization was instantiated from a 139 // If this function was instantiated from a specialized member that is 647 /// \brief Returns the location of the entity being instantiated, if known. 650 /// \brief Returns the name of the entity being instantiated, if any. 717 // If we've instantiated the call operator of a lambda or the call 743 /// as an instantiated local. [all...] |
/frameworks/base/core/java/android/provider/ |
BrowserContract.java | 247 * This utility class cannot be instantiated. 440 * This utility class cannot be instantiated. 508 * This utility class cannot be instantiated 569 * This utility class cannot be instantiated 642 * This utility class cannot be instantiated 669 * This utility class cannot be instantiated 692 * This utility class cannot be instantiated
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
SelectorProvider.java | 141 * The class is loaded and instantiated; if this process fails then an 150 * instantiated; if this process fails then an unspecified error is 154 * means then the system-default provider class is instantiated and the
|
/art/runtime/ |
elf_file.h | 32 // Explicitly instantiated in elf_file.cc
|