/external/webkit/Source/WebCore/bindings/generic/ |
GenericBinding.h | 39 // Used to instantiate binding templates for any methods shared among all
|
/external/webkit/Source/WebKit/chromium/public/ |
WebSharedWorker.h | 51 // Invoked from the worker thread to instantiate a WebSharedWorker that interacts with the WebKit worker components.
|
/frameworks/base/core/java/android/content/res/ |
ObbInfo.java | 58 // Only allow things in this package to instantiate.
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleAppName.java | 38 /* singleton, do not instantiate */
|
DdmHandleNativeHeap.java | 35 /* singleton, do not instantiate */
|
/frameworks/base/core/java/android/os/ |
Power.java | 29 // can't instantiate this class
|
/frameworks/base/core/java/android/webkit/ |
WebViewFragment.java | 39 * Called to instantiate the view. Creates and returns the WebView.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ContextMenuBuilder.java | 35 * To use this class, instantiate it via {@link #ContextMenuBuilder(Context)},
|
/frameworks/base/include/binder/ |
BinderService.h | 50 static void instantiate() { publish(); } function in class:android::BinderService
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorFactory.java | 27 * The VideoEditorFactory class must be used to instantiate VideoEditor objects
|
/frameworks/ex/common/java/com/android/common/speech/ |
Recognition.java | 60 private Recognition() { } // don't instantiate
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmVmInternal.java | 24 /* do not instantiate */
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestUtils.java | 33 * No need to instantiate
|
/cts/tools/vm-tests/src/dot/junit/opcodes/new_array/ |
Test_new_array.java | 184 * @title Attempt to instantiate array of non-existent class. 196 * @title Attempt to instantiate array of inaccessible class.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
Test_new_array.java | 184 * @title Attempt to instantiate array of non-existent class. 196 * @title Attempt to instantiate array of inaccessible class.
|
/external/chromium/base/ |
utf_string_conversion_utils.cc | 123 // Instantiate versions we know callers will need. 144 // Instantiate versions we know callers will need.
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_unittest.mm | 113 // Check that we can instantiate a Translate Infobar correctly. 114 TEST_F(TranslationInfoBarTest, Instantiate) {
|
/external/chromium/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 400 // This will instantiate tests in test case AnimalTest each one with 414 // This will instantiate tests in FlagDependentTest with all variations of two
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
tunnelsessionclient.h | 93 // helper method to instantiate TunnelSession. By overriding this, 94 // subclasses of TunnelSessionClient are able to instantiate
|
/external/llvm/include/llvm/Support/ |
Registry.h | 32 T *instantiate() const { return Ctor(); } function in class:llvm::SimpleRegistryEntry 121 /// entries are added to the registry. Simply subclass and instantiate:
|
/frameworks/base/core/java/android/app/backup/ |
BackupManager.java | 30 * Applications instantiate it using the constructor and issue calls through that instance. 130 * a backed-up dataset from the remote transport, instantiate the application's
|
/frameworks/base/test-runner/src/android/test/ |
AndroidTestRunner.java | 100 runFailed("Could not instantiate test class. Class: " + testClass.getName()); 118 runFailed("Could not instantiate test suite provider. Class: " + clazz.getName());
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 45 * Recursive method used to descend down the xml hierarchy and instantiate 46 * views, instantiate their children, and then call onFinishInflate().
|
/packages/apps/Email/src/com/android/email/mail/ |
Sender.java | 51 // and invoke "newInstance" class method and instantiate sender object. 59 throw new MessagingException("can not instantiate Sender for " + account.mDisplayName);
|
/system/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);
|