HomeSort by relevance Sort by last modified time
    Searched refs:format_string (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/ui/base/clipboard/
clipboard.h 262 // limitiations, |format_string| must never be controlled by the user.
263 static FormatType GetFormatType(const std::string& format_string);
clipboard_aura.cc 605 const std::string& format_string) {
606 return FormatType::Deserialize(format_string);
clipboard_aurax11.cc 847 const std::string& format_string) {
848 return FormatType::Deserialize(format_string);
clipboard_win.cc 685 const std::string& format_string) {
687 ::RegisterClipboardFormat(base::ASCIIToWide(format_string).c_str()));
  /external/lldb/source/Core/
RegisterValue.cpp 44 StreamString format_string; local
46 format_string.Printf("%%%us", reg_name_right_align_at);
48 format_string.Printf("%%s");
49 const char *fmt = format_string.GetData();
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 78 t_string = t_string + comma + p.format_string()
typeexpr.py 270 def format_string(self): member in class:type_expression
gl_XML.py 589 def format_string(self): member in class:gl_parameter
593 return self.type_expr.format_string()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 650 format_string = u"%.{}f".format(INT_MAX + 1)
652 result = format_string % 2.34
655 format_string = u"%{}f".format(sys.maxsize + 1)
657 result = format_string % 2.34
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 650 format_string = u"%.{}f".format(INT_MAX + 1)
652 result = format_string % 2.34
655 format_string = u"%{}f".format(sys.maxsize + 1)
657 result = format_string % 2.34
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 589 def format_string(self): member in class:gl_parameter
593 return self.type_expr.format_string()
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1538 std::string format_string; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
222 def format_string(f, val, grouping=False): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
222 def format_string(f, val, grouping=False): function
    [all...]

Completed in 811 milliseconds

12