Searched refs:name (Results 1 - 25 of 1628) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivity.java541 public View onCreateView(String name, @NonNull Context context, @NonNull AttributeSet attrs) { argument
543 final View result = super.onCreateView(name, context, attrs);
548 return getDelegate().createView(name, context, attrs);
H A DActionBarActivityDelegate.java271 abstract View createView(String name, @NonNull Context context, @NonNull AttributeSet attrs); argument
H A DActionBarActivityDelegateBase.java780 View createView(final String name, @NonNull Context context, @NonNull AttributeSet attrs) { argument
784 switch (name) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java512 ri.activityInfo.name));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java189 * The default name of the choice history file.
251 * The name of the history file that backs this model.
312 * the same file name will return the same model instance. If no such instance is present
316 * pass as file name {@link #DEFAULT_HISTORY_FILE_NAME}. If no persistence of the choice
317 * history is desired clients should pass <code>null</code> for the file name. In such
327 * @param historyFileName File name with choice history, <code>null</code>
445 * its component name set such that it can be immediately started by the
472 chosenActivity.resolveInfo.activityInfo.name);
553 newDefaultActivity.resolveInfo.activityInfo.name);
765 * The activity name
[all...]
H A DResourcesWrapper.java217 public void getValue(String name, TypedValue outValue, boolean resolveRefs) argument
219 mResources.getValue(name, outValue, resolveRefs);
246 public int getIdentifier(String name, String defType, String defPackage) { argument
247 return mResources.getIdentifier(name, defType, defPackage);
H A DTintTypedArray.java132 public int getLayoutDimension(int index, String name) { argument
133 return mWrapped.getLayoutDimension(index, name);
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java87 String name, boolean isGroupable) {
88 return ((android.media.MediaRouter)routerObj).createRouteCategory(name, isGroupable);
195 public static void setName(Object routeObj, CharSequence name) { argument
196 ((android.media.MediaRouter.UserRouteInfo)routeObj).setName(name);
86 createRouteCategory(Object routerObj, String name, boolean isGroupable) argument
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java40 private static final String KEY_NAME = "name";
76 * Gets the user-visible name of the route.
78 * The route name identifies the destination represented by the route.
79 * It may be a user-supplied name, an alias, or device serial number.
219 result.append(", name=").append(getName());
266 * @param name The user-visible name of the route.
268 public Builder(String id, String name) { argument
271 setName(name);
305 * Sets the user-visible name o
311 setName(String name) argument
[all...]
H A DRegisteredMediaRouteProvider.java187 public void onServiceConnected(ComponentName name, IBinder service) { argument
212 public void onServiceDisconnected(ComponentName name) { argument
H A DRegisteredMediaRouteProviderWatcher.java100 int sourceIndex = findProvider(serviceInfo.packageName, serviceInfo.name);
104 new ComponentName(serviceInfo.packageName, serviceInfo.name));
H A DSystemMediaRouteProvider.java332 // we can use here. For now we use a hash of the route name and take care
579 // user routes. We tolerate this by using an empty name string here but
582 CharSequence name = MediaRouterJellybean.RouteInfo.getName(routeObj, getContext());
583 return name != null ? name.toString() : "";
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1363 "t=" + mType.name() +
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java241 * sub-element name at index
887 * must be equal in order to be compatible. This requires strict name
902 // field must not be NONE since we require name equivalence for
911 * Builder class for producing complex elements with matching field and name
947 * @param name
950 public Builder add(Element element, String name, int arraySize) { argument
952 mT.add(element, name, arraySize);
962 if (name.startsWith("#padding_")) {
986 mElementNames[mCount] = name;
997 * @param name
999 add(Element element, String name) argument
[all...]
H A DElementThunker.java293 public void add(Element e, String name, int arraySize) { argument
296 mN.add(et.mN, name, arraySize);
/frameworks/volley/src/com/android/volley/
H A DVolleyLog.java76 * calling thread ID and method name.
101 * A simple event log with records containing a name, thread ID, and timestamp.
110 public final String name; field in class:VolleyLog.MarkerLog.Marker
114 public Marker(String name, long thread, long time) { argument
115 this.name = name;
124 /** Adds a marker to this log with the specified name. */
125 public synchronized void add(String name, long threadId) { argument
130 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
150 d("(+%-4d) [%2d] %s", (thisTime - prevTime), marker.thread, marker.name);
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java284 protected Class<?> findClass(String name) throws ClassNotFoundException {
287 return webViewCl.loadClass(name);
290 return appCl.loadClass(name);
297 public Object getSystemService(String name) {
298 if (name.equals(Context.LAYOUT_INFLATER_SERVICE)) {
299 LayoutInflater i = (LayoutInflater) getBaseContext().getSystemService(name);
302 return getBaseContext().getSystemService(name);
H A DWebViewDelegateFactory.java304 final String name = (String) packageIdentifiers.valueAt(i);
306 if (packageName.equals(name)) {
/frameworks/webview/chromium/
H A Dpackage.mk58 LOCAL_AAPT_FLAGS += --version-code "$(version_code)" --version-name "$(version_name)"
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1595 XAchar * name; member in struct:XACameraDescriptor_
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp308 char name[EFFECT_STRING_LEN_MAX]; local
313 EQ_PARAM_GET_PRESET_NAME, i, name)) {
314 ieq->mThis->mEngine->mEqPresetNames[i] = new char[strlen(name) + 1];
315 strcpy(ieq->mThis->mEngine->mEqPresetNames[i], name);
661 SL_LOGV("found effect %d %s", i, descriptor.name);
/frameworks/wilhelm/src/
H A Ddata.c24 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator, argument
27 assert(NULL != name && NULL != pDataLocator);
41 SL_LOGE("%s: pAddress=NULL", name);
57 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
87 SL_LOGE("%s: deviceType=%u", name, deviceType);
98 "object ID or is not realized", name, device);
107 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
113 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
119 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
128 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceI
345 checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, SLuint32 allowedDataFormatMask) argument
792 checkDataSource(const char *name, const SLDataSource *pDataSrc, DataLocatorFormat *pDataLocatorFormat, SLuint32 allowedDataLocatorMask, SLuint32 allowedDataFormatMask) argument
869 checkDataSink(const char *name, const SLDataSink *pDataSink, DataLocatorFormat *pDataLocatorFormat, SLuint32 allowedDataLocatorMask, SLuint32 allowedDataFormatMask) argument
[all...]
H A Ddata.h89 extern SLresult checkDataSource(const char *name, const SLDataSource *pDataSrc,
92 extern SLresult checkDataSink(const char *name, const SLDataSink *pDataSink,
/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.c92 ALOGV("effect %d is called %s", i, fxDesc.name);
95 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
H A DIAndroidEffectCapabilities.c61 int len = strlen(thiz->mFxDescriptors[index].name);
62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
112 SL_LOGV("effect %d: type=%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x name=%s",
124 thiz->mFxDescriptors[i].name);

Completed in 4820 milliseconds

1234567891011>>