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

<<181182183184185186187188189190>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h 21 #include <string>
57 // Function to return an string for the calculated complexity
58 std::string GetBigOString(BigO complexity);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
build_module.h 19 #include <string>
38 spv_target_env env, MessageConsumer consumer, const std::string& text,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text.h 18 #include <string>
45 std::string str; // Special field for literal string.
48 // Converts the given text string to a number/string literal and writes the
49 // result to *literal. String literals must be surrounded by double-quotes ("),
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
54 std::string Widget::GetStringValue() const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategy.java 44 String regionText = fStructuredDocumentRegion.getText(fTextRegion);
59 protected Point getWord(String string, int cursor) {
60 if (string == null) {
65 Point position = super.getWord(string, cursor);
71 if (string.startsWith(PREFIX_RESOURCE_REF, position.x) ||
72 string.startsWith(PREFIX_THEME_REF, position.x)) {
73 int nameStart = string.indexOf('/', position.x + 1);
82 int lastDot = string.lastIndexOf('.', cursor);
84 int next = string.indexOf('.', cursor)
    [all...]
  /system/core/adb/
bugreport.h 38 const std::string& command, bool disable_shell_protocol,
45 virtual void UpdateProgress(const std::string& file_name, int progress_percentage);
console.cpp 32 static std::string adb_construct_auth_command() {
35 std::string auth_token_path = adb_get_homedir_path();
40 std::string token;
49 std::string command = "auth ";
67 std::string devices;
68 std::string error;
100 std::string error;
116 std::string commands = adb_construct_auth_command();
  /system/core/adb/sysdeps/win32/
errno_test.cpp 19 #include <string>
32 // Test an error code that should not have a mapped string. Use an error
43 std::string success = adb_strerror(0);
46 // Test error that regular strerror() should have a string for.
48 // Test error that regular strerror() doesn't have a string for, but that
  /system/core/base/
file_test.cpp 25 #include <string>
30 std::string s("hello");
42 std::string s;
58 std::string s;
80 std::string s;
94 std::string s;
106 std::string s;
123 std::string err;
135 std::string min("x");
141 std::string max(static_cast<size_t>(4096 - 2 - 1 - 1), 'x')
    [all...]
  /system/core/libunwindstack/tests/
ElfTestUtils.h 21 #include <string>
34 std::string TestGetFileDirectory();
  /system/extras/perfprofd/tests/
perfprofdmockutils.cc 23 #include <string>
30 static std::vector<std::string> *mock_log;
32 static void append_to_log(const std::string &s)
41 mock_log = new std::vector<std::string>;
50 std::string mock_perfprofdutils_getlogged()
52 std::string result;
54 for (const std::string &s : (*mock_log)) {
70 std::string b(buffer); b += "\012";
  /system/tools/hidl/build/
hidl_interface.go 42 Owner *string
45 Srcs []string
48 Interfaces []string
51 Root string
54 Types []string
76 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) {
77 var interfaces []string
78 var types []string // hidl-gen only supports types.hal, but don't assume that her
    [all...]
  /system/update_engine/common/
mock_action.h 20 #include <string>
47 MOCK_CONST_METHOD0(Type, std::string());
mock_http_fetcher.h 21 #include <string>
57 // Constructor overload for string data.
85 void BeginTransfer(const std::string& url) override;
91 void SetHeader(const std::string& header_name,
92 const std::string& header_value) override;
94 // Return the value of the header |header_name| or the empty string if not
96 std::string GetHeader(const std::string& header_name) const;
137 std::map<std::string, std::string> extra_headers_
    [all...]
  /system/update_engine/update_manager/
api_restricted_downloads_policy_impl.cc 20 using std::string;
29 std::string* error,
default_policy.h 21 #include <string>
69 EvaluationContext* ec, State* state, std::string* error,
75 std::string* error,
80 EvaluationContext* ec, State* state, std::string* error,
85 EvaluationContext* ec, State* state, std::string* error,
89 EvaluationContext* ec, State* state, std::string* error,
93 EvaluationContext* ec, State* state, std::string* error,
98 std::string PolicyName() const override { return "DefaultPolicy"; }
policy_utils.h 20 #include <string>
51 std::string* error,
74 std::string* error,
82 std::string* error,
90 std::string* error,
98 std::string* error,
105 std::string* error,
112 std::string* error,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
string-1.d 2 #name: string-1
string-2.d 2 #name: string-2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
list-1.l 6 [ ]*3[ ]+0000 68616861 \.string "haha %x\\n"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
got-reloc.s 4 .string "foo"
6 .string "bar"
  /toolchain/binutils/binutils-2.27/gold/
compressed_output.h 31 #include <string>
81 std::string new_section_name_;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
emit-relocs-1a.s 8 A: .string "utter"
11 B: .string "tasting"
emit-relocs-1b.s 2 A: .string "flutter"
5 B: .string "sting"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
emit-relocs-1a.s 8 A: .string "utter"
11 B: .string "tasting"

Completed in 1130 milliseconds

<<181182183184185186187188189190>>