HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 276 - 300 of 799) sorted by null

<<11121314151617181920>>

  /external/chromium/googleurl/base/
scoped_ptr.h 33 // ~FOO(); // Required for sources that instantiate class FOO to compile!
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 63 llvm::OwningPtr<PluginASTAction> P(it->instantiate());
  /external/clang/test/SemaCXX/
destructor.cpp 93 // Make sure we instantiate operator deletes when building a virtual
static-cast.cpp 136 // PR 5261 - static_cast should instantiate template if possible
  /external/icu4c/common/
mutex.h 31 // should instantiate a Mutex object while doing so. You should make your own
  /external/icu4c/layout/
IndicReordering.h 170 // do not instantiate
TibetanReordering.h 142 // do not instantiate
  /external/icu4c/samples/numfmt/
main.cpp 124 // it would be possible to map to a locale ID, instantiate a currency
  /external/junit/src/junit/framework/
TestSuite.java 61 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 89 GCStrategy *S = I->instantiate();
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 186 throw new RuntimeException("Failed to instantiate an MD5 algorithm", ex);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 44 * The main job of the message processor is to instantiate message channels for
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 242 * Subsequently, newMethod(name) will attempt to instantiate the given
  /external/openssl/crypto/engine/
eng_int.h 117 /* This represents an implementation table. Dependent code should instantiate it
  /frameworks/base/cmds/stagefright/
stream.cpp 370 fprintf(stderr, "failed to instantiate player.\n");
  /frameworks/base/core/java/android/app/
UiModeManager.java 47 * <p>You do not instantiate this class directly; instead, retrieve it through
  /frameworks/base/core/java/android/bluetooth/
BluetoothAssignedNumbers.java 516 * You can't instantiate one of these.
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 46 /* singleton, do not instantiate */
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 38 * points to an instance of this class to show the preferences. To instantiate
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 29 * keyboards. You should generally not need to instantiate this yourself;
  /frameworks/base/core/java/android/view/
LayoutInflater.java 37 * This class is used to instantiate layout XML file into its corresponding View
529 * instantiate a view class of the given <var>name</var> found in this
705 * Recursive method used to descend down the xml hierarchy and instantiate
706 * views, instantiate their children, and then call onFinishInflate().
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 26 * to the data of the children (categorized by groups), and also instantiate
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 64 attributes must both be "{@code true}" for the system to be able to instantiate
  /frameworks/base/docs/html/guide/topics/ui/
dialogs.jd 49 typically should not instantiate a {@link android.app.Dialog} directly. Instead, you should use one
95 where you should instantiate the {@link android.app.Dialog}. This callback method
607 <p>After you instantiate the Dialog, set your custom layout as the dialog's content view with
635 ImageView and TextView elements. Then instantiate the AlertDialog.Builder and set the
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 49 <p>First, instantiate a {@link android.widget.Toast}

Completed in 1515 milliseconds

<<11121314151617181920>>