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

<<71727374757677787980>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 26 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> {
30 std::string printStmt(const Stmt *S) {
31 std::string Str;
47 std::string VisitUnknownVal(UnknownVal V) {
51 std::string VisitUndefinedVal(UndefinedVal V) {
55 std::string VisitLocMemRegionVal(loc::MemRegionVal V) {
66 std::string VisitLocConcreteInt(loc::ConcreteInt V) {
68 std::string Str;
74 std::string VisitNonLocSymbolVal(nonloc::SymbolVal V) {
78 std::string VisitNonLocConcreteInt(nonloc::ConcreteInt V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 26 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> {
30 std::string printStmt(const Stmt *S) {
31 std::string Str;
47 std::string VisitUnknownVal(UnknownVal V) {
51 std::string VisitUndefinedVal(UndefinedVal V) {
55 std::string VisitLocMemRegionVal(loc::MemRegionVal V) {
66 std::string VisitLocConcreteInt(loc::ConcreteInt V) {
68 std::string Str;
74 std::string VisitNonLocSymbolVal(nonloc::SymbolVal V) {
78 std::string VisitNonLocConcreteInt(nonloc::ConcreteInt V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 26 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> {
30 std::string printStmt(const Stmt *S) {
31 std::string Str;
47 std::string VisitUnknownVal(UnknownVal V) {
51 std::string VisitUndefinedVal(UndefinedVal V) {
55 std::string VisitLocMemRegionVal(loc::MemRegionVal V) {
66 std::string VisitLocConcreteInt(loc::ConcreteInt V) {
68 std::string Str;
74 std::string VisitNonLocSymbolVal(nonloc::SymbolVal V) {
78 std::string VisitNonLocConcreteInt(nonloc::ConcreteInt V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 26 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> {
30 std::string printStmt(const Stmt *S) {
31 std::string Str;
47 std::string VisitUnknownVal(UnknownVal V) {
51 std::string VisitUndefinedVal(UndefinedVal V) {
55 std::string VisitLocMemRegionVal(loc::MemRegionVal V) {
66 std::string VisitLocConcreteInt(loc::ConcreteInt V) {
68 std::string Str;
74 std::string VisitNonLocSymbolVal(nonloc::SymbolVal V) {
78 std::string VisitNonLocConcreteInt(nonloc::ConcreteInt V)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUniversalString.java 16 private final byte[] string; field in class:DERUniversalString
19 * return a Universal String from the passed in object.
49 * return a Universal String from a tagged object.
75 * basic constructor - byte encoded string.
77 * @param string the byte encoding of the string to be carried in the UniversalString object,
80 byte[] string)
82 this.string = Arrays.clone(string);
85 public String getString(
    [all...]
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine)
52 std::string Directory;
55 std::string Filename;
58 std::vector<std::string> CommandLine;
68 std::vector<std::pair<std::string, std::string> > MappedSources;
94 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
101 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
108 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage)
    [all...]
  /external/parameter-framework/upstream/remote-processor/
RequestMessage.cpp 37 using std::string;
41 CRequestMessage::CRequestMessage(const string &strCommand)
51 void CRequestMessage::setCommand(const string &strCommand)
56 const string &CRequestMessage::getCommand() const
62 void CRequestMessage::addArgument(const string &strArgument)
72 const std::vector<string> &CRequestMessage::getArguments() const
77 const string &CRequestMessage::getArgument(size_t argument) const
84 const string CRequestMessage::packArguments(size_t uiStartArgument, size_t uiNbArguments) const
86 string strPackedArguments;
127 string strCommand
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
test_macros.cc 20 #include <string>
31 using ManifestT = std::unordered_map<string, std::vector<string>>;
36 string path = XLA_DISABLED_MANIFEST;
43 string contents((std::istreambuf_iterator<char>(file_stream)),
46 std::vector<string> lines = tensorflow::str_util::Split(contents, '\n');
47 for (string& line : lines) {
49 if (comment != string::npos) {
56 std::vector<string> pieces = tensorflow::str_util::Split(line, ' ');
68 string PrependDisabledIfIndicated(const string& test_case_name
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
obfuscate_names.cc 35 std::unordered_set<string> required_nodes;
36 for (const string& input : context.input_names) {
39 for (const string& output : context.output_names) {
43 const string valid_chars =
47 std::map<string, string> new_names;
50 const string& old_name = input_node.name();
51 string new_name;
77 const string& old_name = input_node.name();
80 for (const string& input_name : input_node.input())
    [all...]
  /external/vboot_reference/utility/include/
bmpblk_utility.h 16 #include <string>
20 using std::string;
28 string filename;
29 string raw_content;
30 string compressed_content;
37 string image_names[MAX_IMAGE_IN_LAYOUT];
40 typedef map<string, ImageConfig> StrImageConfigMap;
41 typedef map<string, ScreenConfig> StrScreenConfigMap;
45 string config_filename;
47 vector<string> image_names
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 35 #include <string>
78 const std::string& request_path() const { return request_path_; }
79 std::string request_arguments() const;
81 const std::string& data() const { return data_; }
83 const std::string& content_type() const { return content_type_; }
103 bool Send(const std::string& data) const;
106 // response code, followed by a string. E.g. "200 OK".
109 // including the "Content-Type: " string.
114 bool Send(const std::string& status, bool connection_close,
115 const std::string& content_type
    [all...]
  /frameworks/native/cmds/installd/
globals.cpp 26 #include <string.h>
47 std::string android_app_dir;
48 std::string android_app_ephemeral_dir;
49 std::string android_app_lib_dir;
50 std::string android_app_private_dir;
51 std::string android_asec_dir;
52 std::string android_data_dir;
53 std::string android_media_dir;
54 std::string android_mnt_expand_dir;
55 std::string android_profiles_dir
    [all...]
  /hardware/nxp/secure_element/libese-spi/p73/utils/
ese_config.cpp 33 std::string findConfigPath() {
34 const vector<string> search_path = {"/odm/etc/", "/vendor/etc/", "/etc/"};
35 const string file_name = "libese-nxp.conf";
37 for (string path : search_path) {
49 string config_path = findConfigPath();
59 bool EseConfig::hasKey(const std::string& key) {
63 std::string EseConfig::getString(const std::string& key) {
67 std::string EseConfig::getString(const std::string& key
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/Rename/
RenamingAction.h 32 RenamingAction(const std::vector<std::string> &NewNames,
33 const std::vector<std::string> &PrevNames,
34 const std::vector<std::vector<std::string>> &USRList,
35 std::map<std::string, tooling::Replacements> &FileToReplaces,
43 const std::vector<std::string> &NewNames, &PrevNames;
44 const std::vector<std::vector<std::string>> &USRList;
45 std::map<std::string, tooling::Replacements> &FileToReplaces;
49 class NewNameOption : public RequiredRefactoringOption<std::string> {
67 const std::vector<std::string> &NewNames,
68 const std::vector<std::vector<std::string>> &USRList
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/Rename/
RenamingAction.h 32 RenamingAction(const std::vector<std::string> &NewNames,
33 const std::vector<std::string> &PrevNames,
34 const std::vector<std::vector<std::string>> &USRList,
35 std::map<std::string, tooling::Replacements> &FileToReplaces,
43 const std::vector<std::string> &NewNames, &PrevNames;
44 const std::vector<std::vector<std::string>> &USRList;
45 std::map<std::string, tooling::Replacements> &FileToReplaces;
49 class NewNameOption : public RequiredRefactoringOption<std::string> {
67 const std::vector<std::string> &NewNames,
68 const std::vector<std::vector<std::string>> &USRList
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/Rename/
RenamingAction.h 32 RenamingAction(const std::vector<std::string> &NewNames,
33 const std::vector<std::string> &PrevNames,
34 const std::vector<std::vector<std::string>> &USRList,
35 std::map<std::string, tooling::Replacements> &FileToReplaces,
43 const std::vector<std::string> &NewNames, &PrevNames;
44 const std::vector<std::vector<std::string>> &USRList;
45 std::map<std::string, tooling::Replacements> &FileToReplaces;
49 class NewNameOption : public RequiredRefactoringOption<std::string> {
67 const std::vector<std::string> &NewNames,
68 const std::vector<std::vector<std::string>> &USRList
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/Rename/
RenamingAction.h 32 RenamingAction(const std::vector<std::string> &NewNames,
33 const std::vector<std::string> &PrevNames,
34 const std::vector<std::vector<std::string>> &USRList,
35 std::map<std::string, tooling::Replacements> &FileToReplaces,
43 const std::vector<std::string> &NewNames, &PrevNames;
44 const std::vector<std::vector<std::string>> &USRList;
45 std::map<std::string, tooling::Replacements> &FileToReplaces;
49 class NewNameOption : public RequiredRefactoringOption<std::string> {
67 const std::vector<std::string> &NewNames,
68 const std::vector<std::vector<std::string>> &USRList
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
117 virtual std::vector<std::string> getAllFiles() const = 0
    [all...]

Completed in 1474 milliseconds

<<71727374757677787980>>