Searched defs:create (Results 126 - 146 of 146) sorted by relevance

123456

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java50 * SQLiteDatabase has methods to create, delete, execute SQL commands, and
229 * Open flag: Flag for {@link #openDatabase} to create the database file if it does not
661 * @param path to database file to open and/or create
682 * @param path to database file to open and/or create
824 public static SQLiteDatabase create(CursorFactory factory) { method in class:SQLiteDatabase
2177 * This can be used to create a function that can be called from
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java884 throw new RSIllegalArgumentException("Cannot create vector of " +
1067 public Element create() { method in class:Element.Builder
H A DRenderScript.java983 public static RenderScript create(Context ctx, int sdkVersion) { method in class:RenderScript
989 throw new RSDriverException("Failed to create RS context.");
1002 public static RenderScript create(Context ctx) { method in class:RenderScript
1004 return create(ctx, v);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java17 package com.android.tools.layoutlib.create;
H A DDependencyFinder.java17 package com.android.tools.layoutlib.create;
/frameworks/rs/
H A DrsFont.cpp294 Font * Font::create(Context *rsc, const char *name, float fontSize, uint32_t dpi, function in class:Font
508 ObjectBaseRef<const Element> constInput = builder.create(mRSC);
607 ObjectBaseRef<const Element> vertexDataElem = builder.create(mRSC);
760 mDefault.set(Font::create(mRSC, fullPath.string(), 8, mRSC->getDPI()));
862 Font *newFont = Font::create(rsc, name, fontSize, dpi);
873 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java804 throw new RSIllegalArgumentException("Cannot create vector of " +
903 NElement create() { method in class:Element.NBuilder
904 return new NElement(mB.create());
1001 public Element create() { method in class:Element.Builder
1016 NElement ne = mNB.create();
H A DRenderScript.java753 public static RenderScript create(Context ctx, int sdkVersion) { method in class:RenderScript
759 throw new RSDriverException("Failed to create RS context.");
772 public static RenderScript create(Context ctx) { method in class:RenderScript
774 return create(ctx, v);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java292 AlertDialog dialog = builder.create();
489 return action.create(mContext, convertView, parent, LayoutInflater.from(mContext));
503 View create(Context context, View convertView, ViewGroup parent, LayoutInflater inflater); method in interface:GlobalActions.Action
565 public View create( method in class:GlobalActions.SinglePressAction
648 public View create(Context context, View convertView, ViewGroup parent, method in class:GlobalActions.ToggleAction
768 public View create(Context context, View convertView, ViewGroup parent, method in class:GlobalActions.SilentModeTriStateAction
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp74 int (* create)(preproc_effect_t *fx); member in struct:preproc_ops_s
659 status = effect->ops->create(effect);
972 ALOGW("Session_SetConfig Cannot create speex resampler: %s",
982 ALOGW("Session_SetConfig Cannot create speex resampler: %s",
994 ALOGW("Session_SetConfig Cannot create speex resampler: %s",
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp251 sp<IMediaPlayer> MediaPlayerService::create(pid_t pid, const sp<IMediaPlayerClient>& client, function in class:android::MediaPlayerService
501 ALOGD("create Antagonizer");
570 // create the right type of player
691 // create the right type of player
1184 // create the right type of player
1234 // create the right type of player
1441 ALOGE("Unable to create audio track");
1682 // create ashmem heap
1963 if (index < 0) { // create a new entry for this UID
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java539 return Gl20Renderer.create(translucent);
998 "Could not create an EGL context. eglCreateContext failed with error: " +
1610 static HardwareRenderer create(boolean translucent) { method in class:HardwareRenderer.Gl20Renderer
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java201 public static NetworkManagementService create(Context context) throws InterruptedException { method in class:NetworkManagementService
635 // create triplet: dest-ip-addr prefixlength gateway-ip-addr
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java225 int pkgFlags, boolean create) {
228 if (!create) {
1715 "Unable to create application package for " + pp.name);
2335 // Need to create a data directory for all apps under this user.
224 getSharedUserLPw(String name, int pkgFlags, boolean create) argument
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java119 * of the overloaded convenient <code>create</code> methods are <em>NOT</em>
121 * state if the creation using <code>create</code> method is successful.
508 * associated with these listeners, applications are required to create
569 * Default constructor. Consider using one of the create() methods for
587 * It's easier to create it here than in C++.
758 * Convenience method to create a MediaPlayer for a given Uri.
768 public static MediaPlayer create(Context context, Uri uri) { method in class:MediaPlayer
769 return create (context, uri, null);
773 * Convenience method to create a MediaPlayer for a given Uri.
784 public static MediaPlayer create(Contex method in class:MediaPlayer
822 public static MediaPlayer create(Context context, int resid) { method in class:MediaPlayer
[all...]
H A DAudioService.java236 * NOTE: do not create loops in aliases!
1609 Log.w(TAG, "loadSoundEffects() could not create SoundPool listener or thread");
2060 private ScoClient getScoClient(IBinder cb, boolean create) { argument
2069 if (create) {
2653 // always create entries for default device
3037 // If this is the first mute request for this client, create a new
/frameworks/base/core/java/android/app/
H A DActivity.java137 * <p>You can also find a detailed discussion about how to create activities in the
198 * to download data from the network, it may create that thread in onCreate()
268 * create views, bind data to lists, etc. This method also
400 * must already know how to save their state and re-create themselves from
824 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
830 if (create) {
2731 TaskStackBuilder b = TaskStackBuilder.create(this);
4741 + " did not create a view.");
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1179 * Get the KernelWakelockTimer associated with name, and create a new one if one
3986 public StopwatchTimer getSensorTimerLocked(int sensor, boolean create) { argument
3989 if (!create) {
4058 // Don't create a timer if one doesn't already exist
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java922 public void addInputExtra(boolean create, String extra) { argument
923 Bundle bundle = super.getInputExtras(create);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp428 // (for which promote() is always != 0), otherwise create a new entry and Client.
497 // if no audio session id is provided, create one here
1840 track = TimedTrack::create(this, client, streamType, sampleRate, format,
2111 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
2277 // create an NBAIO sink for the HAL output stream, and negotiate
2300 // create a MonoPipe to connect our submix to FastMixer
2315 // create a Pipe to archive a copy of FastMixer's output for dumpsys
2328 // create fast mixer and configure it initially with just one fast track for our submix
2367 // create and start the watchdog
3660 fdprintf(fd, "FastMixer unable to create te
4854 AudioFlinger::PlaybackThread::TimedTrack::create( function in class:android::AudioFlinger::PlaybackThread::TimedTrack
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java1135 tf = Typeface.create(familyName, styleIndex);
1240 tf = Typeface.create(tf, style);
3372 * Sets the Factory used to create new Editables.
3380 * Sets the Factory used to create new Spannables.
4095 * @param create If true, the extras will be created if they don't already
4101 public Bundle getInputExtras(boolean create) { argument
4102 if (mEditor == null && !create) return null;
4105 if (!create) return null;
4109 if (!create) return null;
4423 // Do not create th
[all...]

Completed in 1743 milliseconds

123456