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

<<81828384858687888990>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 57 /// \brief Returns the atomic change as a YAML string.
58 std::string toYAMLString();
65 const std::string &getKey() const { return Key; }
68 const std::string &getFilePath() const { return FilePath; }
79 /// \brief Returns the error message or an empty string if it does not exist.
80 const std::string &getError() const { return Error; }
116 llvm::ArrayRef<std::string> getInsertedHeaders() const {
120 llvm::ArrayRef<std::string> getRemovedHeaders() const {
127 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 57 /// \brief Returns the atomic change as a YAML string.
58 std::string toYAMLString();
65 const std::string &getKey() const { return Key; }
68 const std::string &getFilePath() const { return FilePath; }
79 /// \brief Returns the error message or an empty string if it does not exist.
80 const std::string &getError() const { return Error; }
116 llvm::ArrayRef<std::string> getInsertedHeaders() const {
120 llvm::ArrayRef<std::string> getRemovedHeaders() const {
127 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 57 /// \brief Returns the atomic change as a YAML string.
58 std::string toYAMLString();
65 const std::string &getKey() const { return Key; }
68 const std::string &getFilePath() const { return FilePath; }
79 /// \brief Returns the error message or an empty string if it does not exist.
80 const std::string &getError() const { return Error; }
116 llvm::ArrayRef<std::string> getInsertedHeaders() const {
120 llvm::ArrayRef<std::string> getRemovedHeaders() const {
127 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
AtomicChange.h 57 /// \brief Returns the atomic change as a YAML string.
58 std::string toYAMLString();
65 const std::string &getKey() const { return Key; }
68 const std::string &getFilePath() const { return FilePath; }
79 /// \brief Returns the error message or an empty string if it does not exist.
80 const std::string &getError() const { return Error; }
116 llvm::ArrayRef<std::string> getInsertedHeaders() const {
120 llvm::ArrayRef<std::string> getRemovedHeaders() const {
127 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 57 /// \brief Returns the atomic change as a YAML string.
58 std::string toYAMLString();
65 const std::string &getKey() const { return Key; }
68 const std::string &getFilePath() const { return FilePath; }
79 /// \brief Returns the error message or an empty string if it does not exist.
80 const std::string &getError() const { return Error; }
116 llvm::ArrayRef<std::string> getInsertedHeaders() const {
120 llvm::ArrayRef<std::string> getRemovedHeaders() const {
127 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]
  /system/core/demangle/
Demangler.h 23 #include <string>
31 // of a string that will be rejected. Under certain circumstances the
34 std::string Parse(const char* name, size_t max_length = kMaxDefaultLength);
36 void AppendCurrent(const std::string& str);
38 void AppendArgument(const std::string& str);
39 std::string GetArgumentsString();
44 void Save(const std::string& str, bool is_name);
65 std::vector<std::string> saves_;
66 std::vector<std::string> template_saves_;
70 std::string function_name_
    [all...]
  /system/tools/aidl/
ast_cpp.h 21 #include <string>
54 ClassDecl(const std::string& name,
55 const std::string& parent);
56 ClassDecl(const std::string& name,
57 const std::string& parent,
68 std::string name_;
69 std::string parent_;
78 Enum(const std::string& name, const std::string& base_type);
79 explicit Enum(const std::string& name)
    [all...]
  /test/vts/utils/native/libcoverage/
VtsCoverageConfigureMain.cpp 24 const string kSysPropHalCoverage = "hal.coverage.enable";
39 bool parseFqInstaceName(string fqInstanceName, Lambda &&func) {
40 string::size_type n = fqInstanceName.find("/");
41 if (n == std::string::npos || fqInstanceName.size() == n + 1) return false;
43 string fqInterfaceName = fqInstanceName.substr(0, n);
44 string instanceName = fqInstanceName.substr(n + 1, std::string::npos);
47 if (n == std::string::npos || fqInstanceName.size() == n + 1) return false;
48 string halName = fqInstanceName.substr(0, n);
55 bool FlushHALCoverage(string flushHal = "")
    [all...]
  /external/libbrillo/brillo/
url_utils.cc 10 // Given a URL string, determine where the query string starts and ends.
13 // have a query string that is separated from the path by '?'. Finally, the URL
19 // ?k=v&foo=bar - URL query string
20 // #fragment - URL fragment string
22 // the length of the query string alone. If it is false, the query string length
23 // will include both the query string and the fragment.
24 bool GetQueryStringPos(const std::string& url,
29 if (query_start == std::string::npos)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
args.h 41 std::vector<std::unordered_map<string, string>> elements;
47 // TODO(aselle): consider putting doc string and ability to construct the
88 string default_value() const { return ""; }
92 bool parse(string text) {
108 std::function<bool(string)> bind() {
123 string default_value() const { return ""; }
128 bool parse(string text) {
141 string outer_member(outer_member_stringpiece);
145 string outer_member_copy = outer_member
    [all...]
  /external/webrtc/webrtc/base/
pathutils.cc 58 Pathname::Pathname(const std::string& pathname)
63 Pathname::Pathname(const std::string& folder, const std::string& filename)
91 std::string Pathname::pathname() const {
92 std::string pathname(folder_);
103 std::string Pathname::url() const {
104 std::string s = "file:///";
116 void Pathname::SetPathname(const std::string& pathname) {
117 std::string::size_type pos = pathname.find_last_of(FOLDER_DELIMS);
118 if (pos != std::string::npos)
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
FileTypeMap.java 34 * A map from mime type to user friendly type string.
36 public class FileTypeMap implements Lookup<String, String> {
38 private static final String TAG = "FileTypeMap";
44 private final HashMap<String, Integer> mFileTypeMap = new HashMap<>();
45 private final HashMap<String, String> mArchiveTypeMap = new HashMap<>();
46 private final HashMap<String, Integer> mSpecialMediaMimeType = new HashMap<>();
51 // Mapping from generic media type string to extension media type string
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 27 type TS string
29 func (v TI) String() string { return Sprintf("I: %d", int(v)) }
30 func (v TI8) String() string { return Sprintf("I8: %d", int8(v)) }
31 func (v TI16) String() string { return Sprintf("I16: %d", int16(v)) }
32 func (v TI32) String() string { return Sprintf("I32: %d", int32(v)) }
33 func (v TI64) String() string { return Sprintf("I64: %d", int64(v))
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 27 type TS string
29 func (v TI) String() string { return Sprintf("I: %d", int(v)) }
30 func (v TI8) String() string { return Sprintf("I8: %d", int8(v)) }
31 func (v TI16) String() string { return Sprintf("I16: %d", int16(v)) }
32 func (v TI32) String() string { return Sprintf("I32: %d", int32(v)) }
33 func (v TI64) String() string { return Sprintf("I64: %d", int64(v))
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 35 cl::opt<std::string>
39 cl::opt<std::string>
43 cl::opt<std::string>
47 cl::opt<std::string>
51 cl::opt<std::string>
66 std::string *ErrMsg = nullptr) {
100 std::string StdOutFileName = StdOutFile.str();
115 static std::string ProcessFailure(StringRef ProgPath, const char** Args,
155 std::string LLIPath; // The path to the LLI executable
156 std::vector<std::string> ToolArgs; // Args to pass to LL
    [all...]
  /art/libartbase/base/
scoped_flock.h 21 #include <string>
49 std::string* error_msg);
52 static ScopedFlock Open(const char* filename, std::string* error_msg);
57 static ScopedFlock DupOf(const int fd, const std::string& path,
58 const bool read_only_mode, std::string* error_message);
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode)
  /bootable/recovery/otautil/include/otautil/
print_sha1.h 21 #include <string>
25 static std::string print_sha1(const uint8_t* sha1, size_t len) {
27 std::string result = "";
35 [[maybe_unused]] static std::string print_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) {
39 [[maybe_unused]] static std::string short_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) {
43 [[maybe_unused]] static std::string print_hex(const uint8_t* bytes, size_t len) {
  /cts/suite/audio_quality/lib/src/
Adb.cpp 47 if (command.appendFormat("install -r %s", clientBinary.string()) != 0) {
54 if (command.appendFormat("shell am start -W -n %s", component.string()) != 0) {
68 if (adbCommand.appendFormat("adb %s", command.string()) != 0) {
72 if (adbCommand.appendFormat("adb -s %s %s", mDevice.string(),
73 command.string()) != 0) {
77 return system(adbCommand.string());
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 41 super(R.string.no_actions);
52 super(R.string.single_action);
59 context.getString(R.string.example_action),
61 R.string.example_action_clicked))
68 super(R.string.long_title_action);
75 context.getString(R.string.example_action_long_title),
77 R.string.example_action_clicked))
84 super(R.string.reply_action);
91 .setLabel(context.getString(R.string.example_reply_label))
95 context.getString(R.string.example_reply_action)
    [all...]
  /developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/parser/
Parser.java 42 private static final String BULLET_PLUS = "+ ";
43 private static final String BULLET_STAR = "* ";
44 private static final String QUOTE_REGEX = "(?m)^> ";
45 private static final String BULLET_POINT_STAR = "(?m)^\\* ";
46 private static final String BULLET_POINT_PLUS = "(?m)^\\+ ";
47 private static final String BULLET_POINT_REGEX = "(" + BULLET_POINT_STAR + "|" +
49 private static final String CODE_BLOCK = "`";
50 private static final String BULLET_POINT_CODE_BLOCK_REGEX = "(" + BULLET_POINT_REGEX + "|" +
53 private static final String LINE_SEPARATOR = System.getProperty("line.separator");
58 * @param string string to be parsed into markdown element
    [all...]
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 41 super(R.string.no_actions);
52 super(R.string.single_action);
59 context.getString(R.string.example_action),
61 R.string.example_action_clicked))
68 super(R.string.long_title_action);
75 context.getString(R.string.example_action_long_title),
77 R.string.example_action_clicked))
84 super(R.string.reply_action);
91 .setLabel(context.getString(R.string.example_reply_label))
95 context.getString(R.string.example_reply_action)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 35 private static final String PARENT_CHECKBOX_PREFERENCE = "parent_checkbox_preference";
49 inlinePrefCat.setTitle(R.string.inline_preferences);
55 checkboxPref.setTitle(R.string.title_checkbox_preference);
56 checkboxPref.setSummary(R.string.summary_checkbox_preference);
62 switchPref.setTitle(R.string.title_switch_preference);
63 switchPref.setSummary(R.string.summary_switch_preference);
68 dialogBasedPrefCat.setTitle(R.string.dialog_based_preferences);
73 editTextPref.setDialogTitle(R.string.dialog_title_edittext_preference);
75 editTextPref.setTitle(R.string.title_edittext_preference);
76 editTextPref.setSummary(R.string.summary_edittext_preference)
    [all...]
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
ActionsPresets.java 41 super(R.string.no_actions);
52 super(R.string.single_action);
59 context.getString(R.string.example_action),
61 R.string.example_action_clicked))
68 super(R.string.long_title_action);
75 context.getString(R.string.example_action_long_title),
77 R.string.example_action_clicked))
84 super(R.string.reply_action);
91 .setLabel(context.getString(R.string.example_reply_label))
95 context.getString(R.string.example_reply_action)
    [all...]
  /external/ImageMagick/MagickCore/
string-private.h 16 MagickCore private string methods.
27 static inline double SiPrefixToDoubleInterval(const char *string,
36 value=InterpretSiPrefixValue(string,&q);
42 static inline double StringToDouble(const char *magick_restrict string,
45 return(InterpretLocaleValue(string,sentinal));
48 static inline double StringToDoubleInterval(const char *string,
57 value=InterpretLocaleValue(string,&q);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteEarlyExitException.cs 44 public RewriteEarlyExitException(string elementDescription)
48 public RewriteEarlyExitException(string elementDescription, Exception innerException)
52 public RewriteEarlyExitException(string message, string elementDescription)
56 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException)

Completed in 1968 milliseconds

<<81828384858687888990>>