HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 51 - 75 of 36494) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tools/bit/
aapt.h 20 #include <string>
27 string package;
28 string runner;
29 vector<string> activities;
31 bool HasActivity(const string& className);
34 string full_class_name(const string& packageName, const string& className);
35 string pretty_component_name(const string& packageName, const string& className)
    [all...]
make.h 21 #include <string>
28 string name;
29 vector<string> classes;
30 vector<string> paths;
31 vector<string> installed;
34 string get_build_var(const string& buildTop, const string& name, bool quiet);
41 * Returns the empty string if we can't find one.
43 string sniff_device_name(const string& buildOut, const string& product)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal1.fail.cpp 10 #include <string>
16 using std::string;
18 string foo = ""s; // should fail w/conversion operator not found
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.literals/
literal1.fail.cpp 10 #include <string>
16 using std::string;
18 string foo = ""s; // should fail w/conversion operator not found
  /system/core/adb/
diagnose_usb.h 20 #include <string>
23 // Returns a string message to print, or an empty string if no problems could be found.
24 std::string UsbNoPermissionsShortHelpText();
25 std::string UsbNoPermissionsLongHelpText();
  /system/core/debuggerd/libdebuggerd/test/
log_fake.h 20 #include <string>
23 std::string getFakeLogBuf();
24 std::string getFakeLogPrint();
  /system/core/libunwindstack/tests/
LogFake.h 20 #include <string>
23 std::string GetFakeLogBuf();
24 std::string GetFakeLogPrint();
  /build/make/tools/atree/
options.h 4 #include <string>
9 extern vector<string> g_listFiles;
10 extern vector<string> g_inputBases;
11 extern string g_outputBase;
  /external/elfutils/lib/
xstrdup.c 1 /* Convenience function for string allocation.
33 #include <string.h>
37 /* Return a newly allocated copy of STRING. */
39 xstrdup (const char *string)
41 return strcpy (xmalloc (strlen (string) + 1), string);
  /frameworks/base/tools/streaming_proto/
string_utils.h 1 #include <string>
9 * Capitalizes the string, removes underscores and makes the next letter
12 string to_camel_case(const string& str);
17 string make_constant_name(const string& str);
22 string file_base_name(const string& str);
27 string replace_string(const string& str, const char replace, const char with)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
list-2.l 6 [ ]*3[ ]+0000 615C00 \.string "a\\\\"
8 [ ]*5[ ]+0003 6200 \.string "b"
  /toolchain/binutils/binutils-2.25/bfd/
cpu-tic4x.c 29 const char *string)
33 if (string[0] == 't' && string[1] == 'i')
34 string += 2;
35 if (*string == 'C' || *string == 'c')
36 string++;
37 if (string[1] < '0' && string[1] > '9')
40 if (*string == '3'
    [all...]
  /bionic/tests/
gtest_globals.h 20 #include <string>
24 const std::string& get_testlib_root();
  /build/kati/
regen.h 18 #include <string>
22 bool NeedsRegen(double start_time, const string& orig_args);
stringprintf.h 18 #include <string>
22 string StringPrintf(const char* fmt, ...);
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shaders.cpp 17 #include <string>
19 std::string g_shader = R"(
  /external/clang/include/clang/Basic/
FileSystemOptions.h 18 #include <string>
27 std::string WorkingDir;
  /external/clang/test/CodeGenCXX/
template-dependent-bind-temporary.cpp 4 struct string { struct
5 string (const string& );
6 string ();
7 ~string();
10 string operator + (char ch, const string&);
15 string result;
  /external/clang/test/Modules/Inputs/using-decl-redecl/
a.h 1 struct string {}; struct
3 namespace N { typedef ::string clstring; using ::n; }
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest_utils.h 36 #include <string>
45 string GetHelperBinary();
  /external/libcxx/test/std/strings/basic.string.literals/
literal2.fail.cpp 13 #include <string>
18 std::string foo = ""s; // should fail w/conversion operator not found
literal3.pass.cpp 13 #include <string>
20 string foo = ""s;
  /frameworks/base/rs/java/android/renderscript/
RSDriverException.java 25 public RSDriverException(String string) {
26 super(string);
RSIllegalArgumentException.java 25 public RSIllegalArgumentException(String string) {
26 super(string);
RSInvalidStateException.java 25 public RSInvalidStateException(String string) {
26 super(string);

Completed in 775 milliseconds

1 23 4 5 6 7 8 91011>>