Searched
refs:string (Results
626 -
650 of
46739) sorted by null
<<21222324252627282930>>
| /art/dex2oat/ |
| dex2oat_options.def | 38 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, DexFiles) 39 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, DexLocations) 41 DEX2OAT_OPTIONS_KEY (std::string, ZipLocation) 43 DEX2OAT_OPTIONS_KEY (std::string, InputVdex) 45 DEX2OAT_OPTIONS_KEY (std::string, OutputVdex) 47 DEX2OAT_OPTIONS_KEY (std::string, DmFile) 48 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, OatFiles) 49 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, OatSymbols) 51 DEX2OAT_OPTIONS_KEY (std::string, OatLocation) 55 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, ImageFilenames [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
| pccts_string.h | 7 #include <string.h>
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
| pccts_string.h | 7 #include <string.h>
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| sanitizer_test_config.h | 21 #include <string>
|
| /external/compiler-rt/test/asan/TestCases/Windows/ |
| dll_intercept_memchr.cc | 5 #include <string.h>
|
| /external/deqp/framework/delibs/decpp/ |
| deMemPool.cpp | 32 char* copyToPool (de::MemPool* pool, const char* string) 34 deUintptr size = (deUintptr)strlen(string) + 1; 37 std::copy(string, string+size, copy);
|
| /external/elfutils/lib/ |
| xstrndup.c | 1 /* Convenience function for string allocation. 33 #include <string.h> 37 /* Return a newly allocated copy of STRING. */ 39 xstrndup (const char *string, size_t n) 42 size_t len = strnlen (string, n); 43 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0';
|
| /external/fio/oslib/ |
| strcasestr.h | 3 #include <string.h>
|
| /external/google-breakpad/src/processor/ |
| basic_code_module.h | 44 #include <string> 67 const string &code_file, 68 const string &code_identifier, 69 const string &debug_file, 70 const string &debug_identifier, 71 const string &version) 86 virtual string code_file() const { return code_file_; } 87 virtual string code_identifier() const { return code_identifier_; } 88 virtual string debug_file() const { return debug_file_; } 89 virtual string debug_identifier() const { return debug_identifier_; [all...] |
| /external/google-breakpad/src/testing/gtest/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_;
|
| /external/googletest/googletest/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_;
|
| /external/icu/icu4c/source/common/unicode/ |
| std_string.h | 24 * \brief C++ API: Central ICU header for including the C++ standard <string> 35 #include <string>
|
| /external/jcommander/src/main/java/com/beust/jcommander/ |
| ParameterException.java | 34 public ParameterException(String string) { 35 super(string); 38 public ParameterException(String string, Throwable t) { 39 super(string, t);
|
| /external/libchrome/crypto/ |
| scoped_test_nss_chromeos_user.h | 8 #include <string> 23 explicit ScopedTestNSSChromeOSUser(const std::string& username_hash); 26 std::string username_hash() const { return username_hash_; } 34 const std::string username_hash_;
|
| /external/libchrome/dbus/ |
| util.h | 8 #include <string> 22 CHROME_DBUS_EXPORT std::string GetAbsoluteMemberName( 23 const std::string& interface_name, 24 const std::string& member_name);
|
| /external/libcxx/test/libcxx/strings/ |
| version.pass.cpp | 10 // <string> 12 #include <string>
|
| /external/libcxx/test/std/strings/basic.string/ |
| traits_mismatch.fail.cpp | 10 // <string> 13 #include <string>
|
| /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
| eof.pass.cpp | 10 // <string> 16 #include <string>
|
| /external/libcxx/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>
|
| /external/libmojo/mojo/public/cpp/test_support/ |
| test_support.h | 8 #include <string> 24 inline FILE* OpenSourceRootRelativeFile(const std::string& relative_path) { 29 std::vector<std::string> EnumerateSourceRootRelativeDirectory( 30 const std::string& relative_path);
|
| /external/llvm/test/tools/sancov/Inputs/ |
| foo.cpp | 2 #include <string>
|
| /external/parameter-framework/upstream/parameter/ |
| ParameterAdaptation.h | 34 #include <string> 39 CParameterAdaptation(const std::string &strType); 42 virtual void showProperties(std::string &strResult) const; 52 virtual std::string getKind() const;
|
| ParameterFrameworkConfiguration.h | 34 #include <string> 40 const std::string &getSystemClassName() const; 52 virtual std::string getKind() const; 56 std::string _strSystemClassName;
|
Completed in 1295 milliseconds
<<21222324252627282930>>