HomeSort by relevance Sort by last modified time
    Searched refs:str (Results 401 - 425 of 17086) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
str.pass.cpp 14 // char* str();
24 assert(in.str() == std::string("123 4.5 dog"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/ostringstream/ostringstream.assign/
move.pass.cpp 30 assert(ss.str() == " 123 456");
33 assert(ss.str() == "234 5676");
41 assert(ss.str() == L" 123 456");
44 assert(ss.str() == L"234 5676");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/ostringstream/ostringstream.cons/
move.pass.cpp 29 assert(ss.str() == " 123 456");
32 assert(ss.str() == "234 5676");
39 assert(ss.str() == L" 123 456");
42 assert(ss.str() == L"234 5676");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringstream.cons/
move2.pass.cpp 29 vecis.back().str("hub started at [00 6b 8b 45 69]");
31 vecis.back().str("hub started at [00 6b 8b 45 69]");
34 assert(vecis[n].str().size() == 31);
36 assert(vecis[n].str().size() == 31);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
__init__.py 6 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/
__init__.py 15 __version__ = ' '.join(str(v) for v in __versioninfo__) + 'dev'
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/sym_check/
__init__.py 15 __version__ = ' '.join(str(v) for v in __versioninfo__) + 'dev'
  /system/chre/util/include/chre/util/
id_from_string.h 25 * @param str the string to format
28 constexpr uint64_t createIdFromString(const char str[5]);
  /system/core/logd/
LogWhiteBlackList.cpp 67 int PruneList::init(const char* str) {
81 if (str && !strcmp(str, _default)) {
82 str = NULL;
85 if (str && !strcmp(str, _disable)) {
86 str = "";
91 if (str) {
92 filter = str;
116 for (str = filter.c_str(); *str; ++str)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldr-t-bad.s 44 @str-immediate
47 str r15, [r1, #10]
48 str r1, [r15, #10]
51 str r1, [r1, #10]!
53 @str-register
56 str r15, [r1, r2]
57 str r1, [r2, r13]
58 str r1, [r2, r15]
thumb2_str-bad.l 2 [^:]*:8: Error: cannot use register index with PC-relative addressing -- `str r0,\[pc,4\]'
3 [^:]*:9: Error: cannot use register index with PC-relative addressing -- `str r0,d'
4 [^:]*:10: Error: r15 not allowed here -- `str pc,\[r0\]'
  /toolchain/binutils/binutils-2.27/intl/
log.c 31 print_escaped (stream, str)
33 const char *str;
36 for (; *str != '\0'; str++)
37 if (*str == '\n')
40 if (str[1] == '\0')
46 if (*str == '"' || *str == '\\')
48 putc (*str, stream);
  /toolchain/binutils/binutils-2.27/libiberty/
strtod.c 51 strtod (char *str, char **ptr)
56 return atof (str);
58 p = str;
78 return atof (str);
83 return atof (str);
102 return atof (str);
128 return atof (str);
132 return atof (str);
135 *ptr = str;
  /tools/acloud/public/
acloud_common.py 29 type=str,
34 type=str,
40 type=str,
47 type=str,
  /external/llvm/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /external/selinux/libsemanage/src/
nodes_file.c 24 semanage_node_t * node, FILE * str)
45 (str, "nodecon %s %s %s %s\n", proto_str, addr, mask, con_str) < 0)
66 char *str = NULL; local
81 if (parse_fetch_string(handle, info, &str, ' ') < 0)
83 if (!strcasecmp(str, "ipv4"))
85 else if (!strcasecmp(str, "ipv6"))
88 ERR(handle, "invalid protocol \"%s\" (%s: %u):\n%s", str,
92 free(str);
93 str = NULL;
100 if (parse_fetch_string(handle, info, &str, ' ') < 0
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 100 return str().equals(RHS);
105 return str().equals_lower(RHS);
111 return str().compare(RHS);
116 return str().compare_lower(RHS);
122 return str().compare_numeric(RHS);
131 return str().startswith(Prefix);
136 return str().endswith(Suffix);
148 return str().find(C, From);
151 /// Search for the first string \p Str in the string.
153 /// \returns The index of the first occurrence of \p Str, or npos if no
267 StringRef str() const { return StringRef(this->begin(), this->size()); } function in class:llvm::SmallString
    [all...]

Completed in 787 milliseconds

<<11121314151617181920>>