HomeSort by relevance Sort by last modified time
    Searched refs:DisplayName (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/tools/json_schema_compiler/highlighters/
hilite_me_highlighter.py 24 def DisplayName(self):
none_highlighter.py 16 def DisplayName(self):
pygments_highlighter.py 33 def DisplayName(self):
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 75 DisplayName(R.string.display_name, 0, R.string.display_name_summary),
126 } else if ((this == DisplayName)
315 case DisplayName:
394 .setDisplayName(PreferenceKey.DisplayName.getValue())
421 if (pref == PreferenceKey.DisplayName.preference) {
500 String displayName = PreferenceKey.DisplayName.getValue();
501 mDisplayNameSet = !TextUtils.isEmpty(displayName)
502 && !displayName.equals(getDefaultDisplayName());
503 if (VERBOSE) log("checkIfDisplayNameSet, displayName set: " + mDisplayNameSet)
    [all...]
  /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);
audiopolicy.h 360 LPCWSTR DisplayName,
414 LPCWSTR DisplayName,
458 #define IAudioSessionControl_SetDisplayName(This,DisplayName,EventContext) (This)->lpVtbl->SetDisplayName(This,DisplayName,EventContext)
483 static FORCEINLINE HRESULT IAudioSessionControl_SetDisplayName(IAudioSessionControl* This,LPCWSTR DisplayName,LPCGUID EventContext) {
484 return This->lpVtbl->SetDisplayName(This,DisplayName,EventContext);
527 LPCWSTR DisplayName,
644 LPCWSTR DisplayName,
708 #define IAudioSessionControl2_SetDisplayName(This,DisplayName,EventContext) (This)->lpVtbl->SetDisplayName(This,DisplayName,EventContext
    [all...]
bits.h     [all...]
cdonts.h 320 virtual HRESULT WINAPI LogonSMTP(VARIANT DisplayName,VARIANT Address) = 0;
347 HRESULT (WINAPI *LogonSMTP)(ISession *This,VARIANT DisplayName,VARIANT Address);
376 #define ISession_LogonSMTP(This,DisplayName,Address) (This)->lpVtbl->LogonSMTP(This,DisplayName,Address)
404 HRESULT WINAPI ISession_LogonSMTP_Proxy(ISession *This,VARIANT DisplayName,VARIANT Address);
    [all...]
mergemod.h     [all...]
mmcobj.h     [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 90 base::string16 DisplayName() const;
93 // to the user together with DisplayName().
wallet_items.cc 277 base::string16 WalletItems::MaskedInstrument::DisplayName() const {
289 return address().DisplayName();
342 return DisplayName();
wallet_items.h 95 base::string16 DisplayName() const;
wallet_address.cc 302 base::string16 Address::DisplayName() const {
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c 839 if (entry ->DisplayName != NULL) cmsMLUfree(entry ->DisplayName);
864 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue)
875 entry ->DisplayName = cmsMLUdup(DisplayName);
903 if (!cmsDictAddEntry(hNew, entry ->Name, entry ->Value, entry ->DisplayName, entry ->DisplayValue)) {
cmstypes.c     [all...]
  /external/chromium_org/tools/json_schema_compiler/
preview.py 281 (name, highlighter.DisplayName()))
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 489 IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, DisplayName) {
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 661 TEST_F(DownloadItemTest, DisplayName) {
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 442 milliseconds