Home
last modified time | relevance | path

Searched refs:format_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/common/
Dtime_format.cc116 const std::vector<icu::PluralFormat*>& formatter(FormatType format_type) { in formatter() argument
117 switch (format_type) { in formatter()
130 static const MessageIDs& GetMessageIDs(FormatType format_type) { in GetMessageIDs() argument
131 switch (format_type) { in GetMessageIDs()
144 static const char* GetFallbackFormatSuffix(FormatType format_type) { in GetFallbackFormatSuffix() argument
145 switch (format_type) { in GetFallbackFormatSuffix()
176 static void BuildFormats(FormatType format_type,
179 const icu::PluralRules& rules, int index, FormatType format_type);
188 FormatType format_type, std::vector<icu::PluralFormat*>* time_formats) { in BuildFormats() argument
204 const MessageIDs& message_ids = GetMessageIDs(format_type); in BuildFormats()
[all …]
/external/llvm/test/Scripts/
Dcoff-dump.py377 format_type = type(format)
378 if format_type is types.StringType:
380 elif format_type is types.FunctionType:
382 elif format_type is types.TupleType:
385 elif format_type is types.NoneType:
388 raise RuntimeError("unexpected type: %s" % repr(format_type))
/external/chromium/webkit/glue/
Dwebclipboard_impl.cc67 ui::Clipboard::FormatType format_type; in isFormatAvailable() local
80 format_type = ui::Clipboard::GetHtmlFormatType(); in isFormatAvailable()
83 format_type = ui::Clipboard::GetWebKitSmartPasteFormatType(); in isFormatAvailable()
87 format_type = ui::Clipboard::GetUrlWFormatType(); in isFormatAvailable()
95 return ClipboardIsFormatAvailable(format_type, buffer_type); in isFormatAvailable()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int_api.h195 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type,
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
Dnfc_hal_int_api.h195 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type,
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c950 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type, in HAL_NfcPrmDownloadStart() argument
974 nfc_hal_cb.prm.format = format_type; in HAL_NfcPrmDownloadStart()
979 if (format_type == NFC_HAL_PRM_FORMAT_NCD) in HAL_NfcPrmDownloadStart()