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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/clang/translation_unit/test_files/
test_relative_sysroot.cc 5 #include <string>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
list-2.s 3 .string "a\\"
5 .string "b"
list-3.s 3 .string "a\""
5 .string "b"
  /bionic/libc/include/
memory.h 1 #include <string.h>
  /external/perf_data_converter/src/compat/
string_compat.h 31 #include <string>
33 using std::string;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mem.h 9 * mem.h maps to string.h
11 #include <string.h>
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.h 34 #include <string>
45 GoogleCrashdumpUploader(const string& product,
46 const string& version,
47 const string& guid,
48 const string& ptime,
49 const string& ctime,
50 const string& email,
51 const string& comments,
52 const string& minidump_pathname,
53 const string& crash_server
    [all...]
http_upload.h 32 // a set of string parameters (key/value pairs), and a file to upload.
38 #include <string>
61 static bool SendRequest(const string &url,
62 const map<string, string> &parameters,
63 const string &upload_file,
64 const string &file_part_name,
65 const string &proxy,
66 const string &proxy_user_pwd,
67 const string &ca_certificate_file
    [all...]
  /bionic/tests/
gtest_globals_cts.cpp 19 #include <string>
21 static const std::string g_testlib_root = "/data/local/tmp/lib/bionic-loader-test-libs";
23 const std::string& get_testlib_root() {
  /external/libcxx/test/std/strings/basic.string.literals/
literal1.fail.cpp 13 #include <string>
18 using std::string;
20 string foo = ""s; // should fail w/conversion operator not found
  /external/parameter-framework/upstream/test/functional-tests-legacy/Util/
ACTLogging.py 32 def E(self, string):
33 print "\nERROR: %s\n" % (string)
34 return "ERROR: %s" % (string)
36 def F(self, string):
37 print "\nFAIL : %s\n" % (string)
38 return "FAIL : %s" % (string)
40 def I(self, string):
41 print "INFO : %s" % (string)
42 return "INFO : %s" % (string)
44 def D(self, string)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.literals/
literal1.fail.cpp 13 #include <string>
18 using std::string;
20 string foo = ""s; // should fail w/conversion operator not found
  /frameworks/base/tools/streaming_proto/
string_utils.h 1 #include <string>
10 const string INDENT = " ";
13 * Capitalizes the string, removes underscores and makes the next letter
16 string to_camel_case(const string& str);
21 string make_constant_name(const string& str);
26 string file_base_name(const string& str);
31 string replace_string(const string& str, const char replace, const char with)
    [all...]
  /test/vts/drivers/libdrivercomm/
VtsDriverFileUtil.h 20 #include <string>
28 * Read file content into a string
30 extern string ReadFile(const string& file_path);
36 extern string GetDirFromFilePath(const string& file_path_absolute);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mn10300/
i143317.s 3 .string "abcdefgh"
5 .string "hogehoge"
7 .string "fooooooo"
18 .string ""
19 .string ""
20 .string ""
21 .string "%"
22 .string ""
23 .string ""
24 .string "s
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 36 #include <string>
73 MockCodeGenerator(const string& name);
83 static void ExpectGenerated(const string& name,
84 const string& parameter,
85 const string& insertions,
86 const string& file,
87 const string& first_message_name,
88 const string& parsed_file_list,
89 const string& output_directory);
92 static string GetOutputFileName(const string& generator_name
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
print_model_analysis.h 19 #include <string>
34 bool NewProfiler(const string* graph, const string* op_log);
38 double AddStep(int64 step, const string* graph, const string* run_meta,
39 const string* op_log);
42 void WriteProfile(const string* filename);
45 void ProfilerFromFile(const string* filename);
47 // Returns a binary string that represents the serialized ProfileProto.
48 string SerializeToString()
    [all...]
  /build/make/tools/atree/
fs.h 4 #include <string>
8 int remove_recursively(const string& path);
9 int mkdir_recursively(const string& path);
10 int copy_file(const string& src, const string& dst);
11 int strip_file(const string& path);
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
StringModule.java 23 final String string; field in class:StringModule
25 StringModule(String string) {
26 this.string = string;
30 String string() { method in class:StringModule
31 return string;
  /test/vts/drivers/hal/common/include/utils/
StringUtil.h 20 #include <string>
28 bool endsWith(const string& s, const string& suffix);
33 string& original, const string& from, const string& to);
  /bionic/libc/malloc_debug/tests/
log_fake.h 20 #include <string>
23 std::string getFakeLogBuf();
24 std::string getFakeLogPrint();
  /external/google-breakpad/src/processor/
pathname_stripper.h 37 #include <string>
47 // If path ends in a separator character, returns an empty string.
48 static string File(const string &path);
  /external/perf_data_converter/src/
path_matching.h 11 #include <string>
19 bool IsDeletedSharedObject(const string& path);
21 bool IsVersionedSharedObject(const string& path);
  /external/swiftshader/third_party/subzero/src/
IceMangling.h 18 #include <string>
22 std::string mangleName(const std::string &Name);
  /external/tensorflow/tensorflow/compiler/aot/
flags.h 19 #include <string>
29 string graph;
30 string config;
32 string target_triple;
33 string target_cpu;
34 string target_features;
35 string entry_point;
36 string cpp_class;
37 string out_function_object;
38 string out_metadata_object
    [all...]

Completed in 1255 milliseconds

1 2 3 4 5 6 7 8 91011>>