HomeSort by relevance Sort by last modified time
    Searched full:displayname (Results 101 - 125 of 476) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 38 public PaletteMetadataDescriptor(ViewElementDescriptor descriptor, String displayName,
41 displayName,
  /external/chromium_org/chrome/browser/local_discovery/
cloud_device_list.cc 68 if (!device_value.GetString("displayName", &details->display_name) &&
cloud_print_printer_list_unittest.cc 27 " \"displayName\": \"someDisplayName\","
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler_unittest.cc 113 ASSERT_TRUE(entry->GetString("displayName", &display_name));
123 ASSERT_TRUE(entry->GetString("displayName", &display_name));
132 ASSERT_TRUE(entry->GetString("displayName", &display_name));
141 ASSERT_TRUE(entry->GetString("displayName", &display_name));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditCategory.js 47 get displayName()
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
AbstractDatabaseServer.h 46 const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize,
DOMWindowWebDatabase.h 46 static PassRefPtrWillBeRawPtr<Database> openDatabase(LocalDOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
DatabaseBackendSync.h 50 DatabaseBackendSync(DatabaseContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize);
  /external/chromium_org/third_party/WebKit/Source/web/
DatabaseClientImpl.h 46 virtual bool allowDatabase(WebCore::ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 49 virtual bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize)
  /external/lldb/tools/debugserver/source/
RNBServices.h 23 #define DTSERVICES_APP_DISPLAY_NAME_KEY CFSTR("displayName")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
appmgmt.h 103 void WINAPI GetLocalManagedApplicationData(WCHAR *ProductCode,LPWSTR *DisplayName,LPWSTR *SupportUrl);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 121 displayname = linkname = name
124 displayname = name + "/"
127 displayname = name + "@"
130 % (urllib.quote(linkname), cgi.escape(displayname)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 121 displayname = linkname = name
124 displayname = name + "/"
127 displayname = name + "@"
130 % (urllib.quote(linkname), cgi.escape(displayname)))
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_win.cc 156 WCHAR displayname[CREDUI_MAX_USERNAME_LENGTH+1] = {}; local
194 if (GetUserNameEx(NameDisplay, displayname, &username_length))
221 use_displayname ? displayname : username,
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.js 116 nameEl.textContent = destination.displayName;
117 nameEl.title = destination.displayName;
149 this.destinationStore_.selectedDestination.displayName;
  /external/chromium_org/chrome/common/extensions/api/devtools/
experimental_audits.json 16 { "name": "displayName", "type": "string", "description": "A display name for the category." },
57 "name": "displayName",
64 "description": "A detailed description of what the displayName means."
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery_item.js 196 * @param {string} displayName New display name (without the extension).
200 Gallery.Item.prototype.rename = function(displayName, onSuccess, onExists) {
202 ImageUtil.getDisplayNameFromName(this.entry_.name), displayName);
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 196 * @param {string} displayName New display name (without the extension).
200 Gallery.Item.prototype.rename = function(displayName, onSuccess, onExists) {
202 ImageUtil.getDisplayNameFromName(this.entry_.name), displayName);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SortingCursorWrapper.java 70 final String displayName = getCursorString(
73 mValueString[i] = DocumentInfo.DIR_PREFIX + displayName;
75 mValueString[i] = displayName;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java 208 * @param displayName The display name of the contact
213 protected DefaultImageRequest getDefaultImageRequest(String displayName, String lookupKey) {
214 return new DefaultImageRequest(displayName, lookupKey, isContactPhotoCircular());
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieActivity.java 151 String displayName = cursor.getString(0);
155 actionBar.setTitle((displayName == null) ? "" :
156 displayName);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 78 public SubtypeLocaleItem(final String localeString, final String displayName) {
79 super(localeString, displayName);
128 final String displayName = context.getString(R.string.subtype_no_language);
129 return new SubtypeLocaleItem(localeString, displayName);
217 final String displayName =
219 setTitle(displayName);
220 setDialogTitle(displayName);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xcb.h 411 * @p displayname is @c NULL or empty, it uses the environment
415 * can be @c NULL. If @p displayname does not contain a screen number,
422 * @param displayname: The name of the display.
426 * Connects to the X server specified by @p displayname. If @p
427 * displayname is @c NULL, uses the value of the DISPLAY environment
432 xcb_connection_t *xcb_connect(const char *displayname, int *screenp);
441 * Connects to the X server specified by @p displayname, using the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xcb.h 411 * @p displayname is @c NULL or empty, it uses the environment
415 * can be @c NULL. If @p displayname does not contain a screen number,
422 * @param displayname: The name of the display.
426 * Connects to the X server specified by @p displayname. If @p
427 * displayname is @c NULL, uses the value of the DISPLAY environment
432 xcb_connection_t *xcb_connect(const char *displayname, int *screenp);
441 * Connects to the X server specified by @p displayname, using the

Completed in 347 milliseconds

1 2 3 45 6 7 8 91011>>