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

<<171172173174175176177178179180>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
Process.h 77 // string. \arg Name is assumed to be in UTF-8 encoding too.
78 static Optional<std::string> GetEnv(StringRef name);
84 static Optional<std::string> FindInEnvPath(const std::string& EnvName,
85 const std::string& FileName);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
RecordName.h 19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
RecordName.h 19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
RecordName.h 19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
RecordName.h 19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_future2.py 3 from __future__ import nested_scopes; import string
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_future2.py 3 from __future__ import nested_scopes; import string
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue20910.c 7 #include <string.h>
  /prebuilts/go/darwin-x86/src/cmd/go/internal/list/
context.go 12 GOARCH string `json:",omitempty"` // target architecture
13 GOOS string `json:",omitempty"` // target operating system
14 GOROOT string `json:",omitempty"` // Go root
15 GOPATH string `json:",omitempty"` // Go path
18 Compiler string `json:",omitempty"` // compiler to assume when computing target paths
19 BuildTags []string `json:",omitempty"` // build constraints to match in +build lines
20 ReleaseTags []string `json:",omitempty"` // releases the current release is compatible with
21 InstallSuffix string `json:",omitempty"` // suffix to use in the name of the install dir
  /prebuilts/go/darwin-x86/src/strconv/
quote_test.go 42 in string
43 out string
44 ascii string
45 graphic string
64 if out := AppendQuote([]byte("abc"), tt.in); string(out) != "abc"+tt.out {
75 if out := AppendQuoteToASCII([]byte("abc"), tt.in); string(out) != "abc"+tt.ascii {
86 if out := AppendQuoteToGraphic([]byte("abc"), tt.in); string(out) != "abc"+tt.graphic {
122 out string
123 ascii string
124 graphic string
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/gcc67968.dir/
a.go 9 func (a *T) Foo() [1]string {
10 var r [1]string
  /prebuilts/go/darwin-x86/test/fixedbugs/issue13777.dir/
burnin.go 3 type sendCmdFunc func(string)
5 func sendCommand(c string) {}
  /prebuilts/go/darwin-x86/test/fixedbugs/issue14331.dir/
a.go 8 Str string `tag`
11 func F() string {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue20910.c 7 #include <string.h>
  /prebuilts/go/linux-x86/src/cmd/go/internal/list/
context.go 12 GOARCH string `json:",omitempty"` // target architecture
13 GOOS string `json:",omitempty"` // target operating system
14 GOROOT string `json:",omitempty"` // Go root
15 GOPATH string `json:",omitempty"` // Go path
18 Compiler string `json:",omitempty"` // compiler to assume when computing target paths
19 BuildTags []string `json:",omitempty"` // build constraints to match in +build lines
20 ReleaseTags []string `json:",omitempty"` // releases the current release is compatible with
21 InstallSuffix string `json:",omitempty"` // suffix to use in the name of the install dir
  /prebuilts/go/linux-x86/src/strconv/
quote_test.go 42 in string
43 out string
44 ascii string
45 graphic string
64 if out := AppendQuote([]byte("abc"), tt.in); string(out) != "abc"+tt.out {
75 if out := AppendQuoteToASCII([]byte("abc"), tt.in); string(out) != "abc"+tt.ascii {
86 if out := AppendQuoteToGraphic([]byte("abc"), tt.in); string(out) != "abc"+tt.graphic {
122 out string
123 ascii string
124 graphic string
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/gcc67968.dir/
a.go 9 func (a *T) Foo() [1]string {
10 var r [1]string
  /prebuilts/go/linux-x86/test/fixedbugs/issue13777.dir/
burnin.go 3 type sendCmdFunc func(string)
5 func sendCommand(c string) {}
  /prebuilts/go/linux-x86/test/fixedbugs/issue14331.dir/
a.go 8 Str string `tag`
11 func F() string {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/unord/unord.map/
db_iterators_7.pass.cpp 19 #include <string>
30 typedef std::unordered_map<int, std::string> C;
41 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
42 min_allocator<std::pair<const int, std::string>>> C;

Completed in 1487 milliseconds

<<171172173174175176177178179180>>