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

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Common/
Version.h 21 /// \brief Retrieves a string representing the complete lld version.
22 std::string getLLDVersion();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Common/
Reproduce.h 26 std::string relativeToRoot(StringRef Path);
28 // Quote a given string if it contains a space character.
29 std::string quote(StringRef S);
33 std::string rewritePath(StringRef S);
35 // Returns the string form of the given argument.
36 std::string toString(llvm::opt::Arg *Arg);
Version.h 21 /// \brief Retrieves a string representing the complete lld version.
22 std::string getLLDVersion();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
memory.h 30 # include <string.h>
31 #endif /* string.h */
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6907export_c.c 5 #include <string.h>
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p2/
p2.go 7 func F() string {}
9 func NewError(s string) error {}
  /prebuilts/go/darwin-x86/src/path/filepath/
symlink_unix.go 5 func evalSymlinks(path string) (string, error) {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6907export_c.c 5 #include <string.h>
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p2/
p2.go 7 func F() string {}
9 func NewError(s string) error {}
  /prebuilts/go/linux-x86/src/path/filepath/
symlink_unix.go 5 func evalSymlinks(path string) (string, error) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/strings/
version.pass.cpp 10 // <string>
12 #include <string>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/
traits_mismatch.fail.cpp 10 // <string>
13 #include <string>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eof.pass.cpp 10 // <string>
16 #include <string>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array2.fail.cpp 11 #include <string>
make_unique.array3.fail.cpp 11 #include <string>
make_unique.array4.fail.cpp 11 #include <string>
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
enum_string_mapping.h 18 #include <string>
27 bool GetExtensionFromString(const std::string& str, Extension* extension);
29 // Returns text string corresponding to |extension|.
30 std::string ExtensionToString(Extension extension);
32 // Returns text string corresponding to |capability|.
33 std::string CapabilityToString(SpvCapability capability);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.h 37 // simply stores two values a string and an integer, which are returned via
40 #import <string>
44 Widget(int number, const std::string& name);
51 // Public accessors to the string data
52 std::string GetStringValue() const;
58 std::string name_;
  /prebuilts/tools/linux-x86_64/kythe/proto/
java.proto 26 repeated string classpath = 1;
29 repeated string sourcepath = 2;
  /system/core/debuggerd/libdebuggerd/test/
elf_fake.cpp 21 #include <string>
27 std::string g_build_id;
29 void elf_set_fake_build_id(const std::string& build_id) {
33 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string* build_id) {
  /system/core/init/
persistent_properties.h 20 #include <string>
29 void WritePersistentProperty(const std::string& name, const std::string& value);
34 extern std::string persistent_property_filename;
  /system/extras/boottime_tools/bootio/
bootio_collector.h 20 #include <string>
25 BootioCollector(std::string path);
32 std::string getStoragePath();
34 std::string path_;
  /system/libhidl/transport/manager/1.0/
IServiceNotification.hal 31 oneway onRegistration(string fqName, string name, bool preexisting);
  /system/tpm/trunks/
mock_command_transceiver.h 20 #include <string>
35 MOCK_METHOD2(SendCommand, void(const std::string&, const ResponseCallback&));
36 MOCK_METHOD1(SendCommandAndWait, std::string(const std::string&));
tpm_simulator_handle.h 22 #include <string>
37 // std::string response = handle.SendCommandAndWait(command);
48 void SendCommand(const std::string& command,
50 std::string SendCommandAndWait(const std::string& command) override;

Completed in 706 milliseconds

<<21222324252627282930>>