| /build/kati/ |
| strutil_bench.cc | 17 #include <string> 29 string s;
|
| /cts/tests/camera/src/android/hardware/camera2/cts/ |
| common.rs | 40 #define LOGD(string, expr) rsDebug((string), (expr)) 42 #define LOGD(string, expr) if (0) rsDebug((string), (expr))
|
| /cts/tests/tests/preference2/src/android/preference2/cts/ |
| PreferenceFromCodeActivity.java | 46 prefCat.setTitle(R.string.inline_preferences); 54 checkboxPref.setTitle(R.string.title_checkbox_preference); 55 checkboxPref.setSummary(R.string.summary_checkbox_preference); 56 checkboxPref.setSummaryOn(R.string.summary_on_checkbox_preference); 57 checkboxPref.setSummaryOff(R.string.summary_off_checkbox_preference); 65 switchPref.setTitle(R.string.title_switch_preference); 66 switchPref.setSummary(R.string.summary_switch_preference); 67 switchPref.setSummaryOn(R.string.summary_on_switch_preference); 68 switchPref.setSummaryOff(R.string.summary_off_switch_preference); 69 switchPref.setSwitchTextOff(R.string.switchtext_off) [all...] |
| /development/vndk/tools/header-checker/header-abi-dumper/src/ |
| frontend_action_factory.cpp | 22 const std::string &dump_name, 23 std::set<std::string> &exported_headers,
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
| mac.py | 2 import string
11 words = string.split(line)
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| Functions.h | 14 #include <string> 18 // Clone C++ string as allocated C string, de-allocating any existing string 20 const std::string &source_);
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| ITokenStream.cs | 79 string ToString(int start, int stop); 89 string ToString(IToken start, IToken stop);
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| ITokenStream.cs | 83 string ToString( int start, int stop ); 93 string ToString( IToken start, IToken stop );
|
| /external/avb/test/ |
| avb_unittest_util.cc | 27 std::string mem_to_hexstring(const uint8_t* data, size_t len) { 28 std::string ret;
|
| /external/brotli/csharp/org/brotli/dec/ |
| BrotliRuntimeException.cs | 12 internal BrotliRuntimeException(string message)
17 internal BrotliRuntimeException(string message, System.Exception cause)
|
| /external/bsdiff/ |
| test_utils.h | 9 #include <string> 31 bool ReadFile(const std::string& path, std::vector<uint8_t>* out); 35 bool WriteFile(const std::string& path, std::vector<uint8_t> contents); 41 // "XXXXXX", that will be replaced with a random string. The file will be 43 explicit ScopedTempFile(const std::string& pattern); 46 std::string filename() const { return filename_; } 54 std::string filename_; 62 bool LoadFromFile(const std::string& filename); 67 // The magic string in the header file. Normally "BSDIFF40". 68 std::string magic [all...] |
| /external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
| procfs_utils.h | 10 #include <string> 26 bool ReadMemInfoStats(std::map<std::string, uint64_t>* mem_info);
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| PathDiagnosticConsumers.h | 17 #include <string> 33 const std::string &Prefix,\
|
| /external/clang/include/clang/StaticAnalyzer/Frontend/ |
| CheckerRegistration.h | 15 #include <string> 27 ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
|
| /external/clang/include/clang-c/ |
| CXString.h | 24 * \defgroup CINDEX_STRING String manipulation routines 31 * \brief A character string. 34 * the ownership of that string might differ from one call to the next. 35 * Use \c clang_getCString() to retrieve the string data and, once finished 36 * with the string data, call \c clang_disposeString() to free the string. 49 * \brief Retrieve the character data associated with the given string. 51 CINDEX_LINKAGE const char *clang_getCString(CXString string); 54 * \brief Free the given string. 56 CINDEX_LINKAGE void clang_disposeString(CXString string); [all...] |
| /external/clang/test/CodeGenCXX/ |
| 2010-05-11-alwaysinlineinstantiation.cpp | 26 typedef basic_string<char> string; typedef 32 string s;
|
| /external/compiler-rt/lib/asan/tests/ |
| asan_exceptions_test.cc | 3 #include <string> 8 void PrintString(const std::string& msg) const {
|
| asan_test_config.h | 21 #include <string> 24 using std::string;
|
| asan_test_utils.h | 29 #include <string.h> 75 string RightOOBErrorMessage(int oob_distance, bool is_write); 76 string RightOOBWriteMessage(int oob_distance); 77 string RightOOBReadMessage(int oob_distance); 78 string LeftOOBErrorMessage(int oob_distance, bool is_write); 79 string LeftOOBWriteMessage(int oob_distance); 80 string LeftOOBReadMessage(int oob_distance); 81 string LeftOOBAccessMessage(int oob_distance);
|
| /external/curl/docs/cmdline-opts/ |
| form-string.d | 1 Long: form-string 4 Arg: <name=string> 7 Similar to --form except that the value string for the named parameter is used 8 literally. Leading \&'@' and \&'<' characters, and the \&';type=' string in 10 there's any possibility that the string value may accidentally trigger the
|
| /external/deqp/external/vulkancts/modules/vulkan/ |
| vktTestGroupUtil.cpp | 30 const std::string& name, 31 const std::string& description,
|
| /external/deqp/framework/delibs/decpp/ |
| deDynamicLibrary.cpp | 26 #include <string> 37 throw std::runtime_error(std::string("Failed to open dynamic library: '") + fileName + "'");
|
| /external/deqp/framework/opengl/ |
| gluContextFactory.hpp | 48 ContextFactory (const std::string& name, const std::string& description);
|
| /external/deqp/framework/randomshaders/ |
| rsgPrettyPrinter.hpp | 29 #include <string> 48 std::string m_line;
|
| /external/flatbuffers/tests/fuzzer/ |
| flatbuffers_parser_fuzzer.cc | 6 #include <string> 13 std::string s(reinterpret_cast<const char *>(data), size);
|