HomeSort by relevance Sort by last modified time
    Searched defs:StringType (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.h 19 typedef base::FilePath::StringType StringType;
29 const StringType& temp_name);
  /external/llvm/unittests/ADT/
SmallStringTest.cpp 27 typedef SmallString<40> StringType;
29 StringType theString;
31 void assertEmpty(StringType & v) {
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 29 typedef Path::StringType StringType;
34 explicit RealPath(const StringType &s );
Path.h 50 typedef std::string StringType;
55 Path(const StringType &s);
62 Path& assign(const StringType &s);
76 const StringType& native() const { return m_PathName; }
77 StringType& native() { return m_PathName; }
89 StringType generic_string() const;
93 StringType::size_type m_append_separator_if_needed();
94 void m_erase_redundant_separator(StringType::size_type sep_pos);
97 StringType m_PathName;
148 StringType::size_type sep_pos(m_append_separator_if_needed())
    [all...]
  /external/chromium/base/
command_line.h 32 typedef std::wstring StringType;
34 typedef std::string StringType;
37 typedef std::vector<StringType> StringVector;
39 typedef std::map<std::string, StringType> SwitchMap;
84 StringType command_line_string() const;
102 StringType GetSwitchValueNative(const std::string& switch_string) const;
116 const StringType& value);
134 void AppendArgNative(const StringType& value);
144 void PrependWrapper(const StringType& wrapper);
163 StringType command_line_string_
    [all...]
file_path.h 133 typedef std::string StringType;
137 typedef std::wstring StringType;
140 typedef StringType::value_type CharType;
159 explicit FilePath(const StringType& path);
172 const StringType& value() const { return path_; }
184 void GetComponents(std::vector<FilePath::StringType>* components) const;
224 StringType Extension() const;
238 FilePath InsertBeforeExtension(const StringType& suffix) const;
245 FilePath ReplaceExtension(const StringType& extension) const;
249 bool MatchesExtension(const StringType& extension) const
    [all...]
  /external/chromium_org/base/
command_line.h 34 typedef std::wstring StringType;
36 typedef std::string StringType;
39 typedef StringType::value_type CharType;
40 typedef std::vector<StringType> StringVector;
41 typedef std::map<std::string, StringType> SwitchMap;
100 StringType GetCommandLineString() const;
105 StringType GetArgumentsString() const;
122 StringType GetSwitchValueNative(const std::string& switch_string) const;
133 const StringType& value);
152 void AppendArgNative(const StringType& value)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 30 from types import StringType
137 if isinstance(other, StringType):
293 if isinstance(other, StringType):
unixccompiler.py 19 from types import StringType, NoneType
161 if type(output_dir) not in (StringType, NoneType):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 30 from types import StringType
137 if isinstance(other, StringType):
293 if isinstance(other, StringType):
unixccompiler.py 19 from types import StringType, NoneType
161 if type(output_dir) not in (StringType, NoneType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPath.h 51 StringType,
65 ASSERT(m_type == StringType);
IDBAny.h 91 StringType,
IDBKey.h 102 StringType,
125 ASSERT(m_type == StringType);
151 explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0) { }
  /external/chromium_org/base/files/
file_path.h 138 typedef std::string StringType;
142 typedef std::wstring StringType;
145 typedef StringType::value_type CharType;
167 explicit FilePath(const StringType& path);
180 const StringType& value() const { return path_; }
192 void GetComponents(std::vector<FilePath::StringType>* components) const;
234 StringType Extension() const;
243 StringType FinalExtension() const;
262 const StringType& suffix) const WARN_UNUSED_RESULT;
269 const StringType& extension) const WARN_UNUSED_RESULT
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 116 from types import DictType, StringType, TupleType, ListType
318 assert_(type(environ[key]) is StringType,
368 assert_(type(status) is StringType,
handlers.py 3 from types import StringType
173 assert type(status) is StringType,"Status must be a string"
179 assert type(name) is StringType,"Header names must be strings"
180 assert type(val) is StringType,"Header values must be strings"
204 assert type(data) is StringType,"write() argument must be string"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 116 from types import DictType, StringType, TupleType, ListType
318 assert_(type(environ[key]) is StringType,
368 assert_(type(status) is StringType,
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 34 base::FilePath::StringType path = virtual_path.value();
40 base::FilePath::StringType::size_type last_separator =
42 if (last_separator != base::FilePath::StringType::npos &&
50 typedef base::FilePath::StringType StringType;
51 StringType path = virtual_path.value();
60 StringType::size_type last_separator =
62 if (last_separator == StringType::npos) {
85 std::vector<base::FilePath::StringType>* components) {
86 typedef base::FilePath::StringType StringType
    [all...]
  /external/openfst/src/include/fst/
string-weight.h 41 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 ,
50 template <typename L, StringType S = STRING_LEFT>
53 template <typename L, StringType S = STRING_LEFT>
56 template <typename L, StringType S = STRING_LEFT>
59 template <typename L, StringType S>
64 template <typename L, StringType S>
164 template <typename L, StringType S>
199 template <typename L, StringType S>
233 template <typename L, StringType S>
246 template <typename L, StringType S
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 38 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 ,
47 template <typename L, StringType S = STRING_LEFT>
50 template <typename L, StringType S = STRING_LEFT>
53 template <typename L, StringType S = STRING_LEFT>
56 template <typename L, StringType S>
61 template <typename L, StringType S>
156 template <typename L, StringType S>
191 template <typename L, StringType S>
225 template <typename L, StringType S>
238 template <typename L, StringType S
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)

Completed in 1922 milliseconds

1 2