HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 2051 - 2075 of 46739) sorted by null

<<81828384858687888990>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteEmptyStreamException.cs 44 public RewriteEmptyStreamException(string elementDescription)
48 public RewriteEmptyStreamException(string elementDescription, Exception innerException)
52 public RewriteEmptyStreamException(string message, string elementDescription)
56 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 50 protected string fileName;
52 public ANTLRFileStream( string fileName )
57 public ANTLRFileStream( string fileName, Encoding encoding )
63 public virtual void Load( string fileName, Encoding encoding )
70 string text;
80 public override string SourceName
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteEarlyExitException.cs 47 public RewriteEarlyExitException(string elementDescription)
52 public RewriteEarlyExitException(string elementDescription, Exception innerException)
57 public RewriteEarlyExitException(string message, string elementDescription)
62 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException)
RewriteEmptyStreamException.cs 47 public RewriteEmptyStreamException(string elementDescription)
52 public RewriteEmptyStreamException(string elementDescription, Exception innerException)
57 public RewriteEmptyStreamException(string message, string elementDescription)
62 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException)
  /external/boringssl/src/tool/
transport_common.h 19 #include <string.h>
21 #include <string>
29 bool Connect(int *out_sock, const std::string &hostname_and_port);
38 bool Init(const std::string &port);
50 bool VersionFromString(uint16_t *out_version, const std::string &version);
66 bool DoHTTPTunnel(int sock, const std::string &hostname_and_port);
  /external/deqp/external/openglcts/modules/common/
glcLimitTest.hpp 36 #include <string>
54 std::string createShader() const;
58 std::string getGLSLDataType() const;
70 const std::string m_glslVersion;
71 const std::string m_glslBuiltin;
72 const std::string m_glslExtension;
  /external/eigen/test/
array_of_string.cpp 14 typedef Array<std::string,1,Dynamic> ArrayXs;
21 VERIFY_IS_EQUAL(s1.str(), std::string(" one two three"));
22 a3 = a1 + std::string(" (") + a2 + std::string(")");
26 a3 += std::string(" (") + a2 + std::string(")");
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.h 35 #include <string>
64 const std::string &file_path);
94 const std::string &dump_path);
108 bool MakeMinidumpFilename(std::string &outFilename);
129 std::string dump_dir_;
138 std::string mach_port_name_;
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 49 #include <string>
58 string symbolsPath;
59 string uploadURLStr;
60 string proxy;
61 string proxy_user_pwd;
62 string version;
66 static void TokenizeByChar(const string &source_string,
67 int c, std::vector<string> *results) {
69 string::size_type cur_pos = 0, next_pos = 0;
70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos)
    [all...]
  /external/gptfdisk/
diskio.h 18 #include <string>
50 string userFilename;
51 string realFilename;
64 int OpenForRead(const string & filename);
66 int OpenForWrite(const string & filename);
78 string GetName(void) const {return realFilename;}
guid.h 18 #include <string>
42 string DeleteSpaces(string s);
46 GUIDData(const string & orig);
52 GUIDData & operator=(const string & orig);
62 string AsString(void) const;
  /external/libchrome/base/threading/
thread_id_name_manager.h 9 #include <string>
31 void SetName(PlatformThreadId id, const std::string& name);
44 typedef std::map<PlatformThreadHandle::Handle, std::string*>
46 typedef std::map<std::string, std::string*> NameToInternedNameMap;
60 std::string* main_process_name_;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
clear.pass.cpp 19 #include <string>
27 typedef std::unordered_map<int, std::string> C;
28 typedef std::pair<int, std::string> P;
44 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
45 min_allocator<std::pair<const int, std::string>>> C;
46 typedef std::pair<int, std::string> P;
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
clear.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
28 typedef std::pair<int, std::string> P;
44 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
45 min_allocator<std::pair<const int, std::string>>> C;
46 typedef std::pair<int, std::string> P;
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.h 8 #include <string>
52 const std::string& test_child_name,
59 const std::string& test_child_name,
60 const std::string& switch_string,
61 const std::string& switch_value,
100 std::string peer_token_;
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCompiland.cpp 28 std::string PDBSymbolCompiland::getSourceFileName() const
30 std::string Result = RawSymbol->getSourceFileName();
35 return std::string();
37 std::string Var = Env->getName();
40 std::string Value = Env->getValue();
43 return std::string();
  /external/parameter-framework/upstream/parameter/
FormattedSubsystemObject.h 53 * @param[in] strFormattedMapping A std::string corresponding to the mapping of the element. The
54 * std::string does not contain any Amend (%) and does not need to be formatted.
57 core::log::Logger &logger, const std::string &strFormattedMapping);
64 * @param[in] strMappingValue A std::string corresponding to the mapping of the element. The
65 * std::string contains Amend (%) and needs to be formatted with information from the context.
71 core::log::Logger &logger, const std::string &strMappingValue,
79 * @return A std::string containing the mapping
81 virtual std::string getFormattedMappingValue() const;
96 * Format a std::string from mapping data and its context, replacing amendments by their value
98 * @param[in] strMappingValue The input mapping std::string containing amendment
    [all...]
MappingContext.cpp 35 using std::string;
38 bool CMappingContext::setItem(size_t itemType, const string *pStrKey, const string *pStrItem)
54 const string &CMappingContext::getItem(size_t itemType) const
69 const string *CMappingContext::getItem(const string &strKey) const
  /external/perf_data_converter/src/quipper/
perf_data_structures.h 10 #include "compat/string.h"
20 string name;
35 std::vector<string> core_siblings;
36 std::vector<string> thread_siblings;
43 string cpu_list;
48 string name;
52 string name;
  /external/perfetto/protos/perfetto/config/inode_file/
inode_file_config.proto 27 optional string mountpoint = 1;
28 repeated string scan_roots = 2;
45 repeated string scan_mount_points = 5;
  /external/perfetto/src/ftrace_reader/
ftrace_procfs_unittest.cc 35 bool(const std::string& path, const std::string& str));
36 MOCK_METHOD1(ReadOneCharFromFile, char(const std::string& path));
37 MOCK_METHOD1(ClearFile, bool(const std::string& path));
38 MOCK_CONST_METHOD1(ReadFileIntoString, std::string(const std::string& path));
  /external/perfetto/src/traced/probes/filesystem/
file_scanner.h 20 #include <string>
36 const std::string&,
42 FileScanner(std::vector<std::string> root_directories,
48 FileScanner(std::vector<std::string> root_directories, Delegate* delegate);
66 std::vector<std::string> queue_;
68 std::string current_directory_;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoLoader.h 20 #include <string>
30 const std::string &Filename;
32 std::vector<std::string> CommandLines;
42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,
48 const std::string &getExecution(unsigned i) const { return CommandLines[i]; }
50 const std::string &getFileName() const { return Filename; }
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Program.h 53 /// function is called then a std::string is thrown.
79 std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
80 ///< instance in which error messages will be returned. If the string
100 std::string* ErrMsg ///< If non-zero, provides a pointer to a string
101 ///< instance in which error messages will be returned. If the string
110 ( std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
111 ///< instance in which error messages will be returned. If the string
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSubtarget.cpp 25 PTXSubtarget::PTXSubtarget(const std::string &TT, const std::string &CPU,
26 const std::string &FS, bool is64Bit)
33 std::string TARGET = CPU;
39 std::string PTXSubtarget::getTargetString() const {
58 std::string PTXSubtarget::getPTXVersionString() const {

Completed in 1356 milliseconds

<<81828384858687888990>>