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

<<171172173174175176177178179180>>

  /art/runtime/
debug_print.h 27 std::string DescribeSpace(ObjPtr<mirror::Class> klass)
29 std::string DescribeLoaders(ObjPtr<mirror::ClassLoader> loader, const char* class_descriptor)
exec_utils.cc 21 #include <string>
33 int ExecAndReturnCode(std::vector<std::string>& arg_vector, std::string* error_msg) {
34 const std::string command_line(android::base::Join(arg_vector, ' '));
41 const std::string& arg = arg_vector[i];
90 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) {
93 const std::string command_line(android::base::Join(arg_vector, ' '));
vdex_file_test.cc 19 #include <string>
33 std::string error_msg;
  /art/runtime/verifier/
instruction_flags.cc 19 #include <string.h>
24 std::string InstructionFlags::ToString() const {
  /art/tools/cpp-define-generator/
main.cc 21 #include <string>
28 std::string to_upper(std::string input) {
34 typename std::enable_if<!std::is_signed<T>::value, std::string>::type
43 typename std::enable_if<std::is_signed<T>::value, std::string>::type
62 void cpp_define(const std::string& name, T value) {
67 void emit_check_eq(T value, const std::string& expr) {
103 std::string z = "";
  /bionic/libc/dns/resolv/
res_debug.h 26 # define Aerror(statp, file, string, error, address) /*empty*/
27 # define Perror(statp, file, string, error) /*empty*/
  /bootable/recovery/
recovery-refresh.cpp 40 #include <string.h>
41 #include <string>
  /build/kati/
io.h 20 #include <string>
30 bool LoadString(FILE* fp, string* s);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_fail.py 6 '"A JSON payload should be an object or array, not a string."',
54 u'["A\u001FZ control characters in string"]',
58 1: "why not have a string payload?",
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MissingTokenException.cs 51 public MissingTokenException(string message)
55 public MissingTokenException(string message, Exception innerException)
63 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames)
68 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames)
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
88 public override string ToString() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MissingTokenException.cs 54 public MissingTokenException(string message)
59 public MissingTokenException(string message, Exception innerException)
69 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames)
75 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames)
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
100 public override string ToString()
  /external/autotest/client/bin/result_tools/
utils_lib_unittest.py 25 for size, string in compares.items():
26 self.assertEqual(utils_lib.get_size_string(size), string)
  /external/autotest/client/site_tests/camera_V4L2/src/
camera_characteristics.h 45 const std::unordered_map<std::string, std::string>& devices);
  /external/autotest/client/site_tests/firmware_TouchMTB/
mini_color.py 26 def color_string(string, bgn_sym, end_sym, color):
27 ''' Insert color code for a bracketed substring in a given string '''
28 cstring = re.sub(bgn_sym, CODE[color] + bgn_sym, string)
  /external/clang/include/clang/Basic/
LangOptions.h 23 #include <string>
91 std::vector<std::string> SanitizerBlacklistFiles;
95 std::string ObjCConstantStringClass;
101 std::string OverflowHandler;
107 std::string CurrentModule;
113 std::vector<std::string> ModuleFeatures;
119 std::vector<std::string> NoBuiltinFuncs;
127 std::string OMPHostIRFile;
  /external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 26 CompilerInstance &CI, const std::string &MainFileName,
27 const std::string &OutputFileName, llvm::raw_pwrite_stream *OS,
  /external/compiler-rt/test/esan/TestCases/
workingset-memset.cpp 5 #include <string.h>
8 #include <string.h>
  /external/curl/docs/cmdline-opts/
proxy-tlspassword.d 2 Arg: <string>
  /external/deqp/executor/
xeXMLWriter.hpp 30 #include <string>
56 std::string element;
62 std::string name;
63 std::string value;
65 Attribute (const char* name_, const std::string& value_) : name(name_), value(value_) {}
66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {}
98 std::vector<std::string> m_elementStack;
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderGroupVoteTests.hpp 30 #include <string>
41 std::string m_name;
42 std::string m_shader;
53 ComputeShader(const std::string& name, const std::string& shader);
54 ComputeShader(const std::string& name, const std::string& shader, const tcu::Vec4& desiredColor);
75 std::string m_glslFunctionPostfix;
  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.hpp 59 virtual std::string getFragmentShader();
60 virtual std::string getVertexShader();
90 virtual std::string getFragmentShader(bool is_case_valid);
91 virtual std::string getGeometryShader();
92 virtual std::string getVertexShader();
115 virtual std::string getComputeShader(VERSION version);
139 virtual std::string getComputeShader();
162 virtual std::string getComputeShader();
  /external/flatbuffers/include/flatbuffers/
registry.h 41 std::string *dest) {
49 std::string ident(reinterpret_cast<const char *>(flatbuf) +
90 const std::string &GetLastError() { return lasterror_; }
93 bool LoadSchema(const std::string &ident, Parser *parser) {
103 std::string schematext;
119 std::string path_;
123 std::string lasterror_;
126 std::map<std::string, Schema> schemas_;
  /external/google-breakpad/src/common/
string_conversion.h 35 #include <string>
64 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap);
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
54 std::string Widget::GetStringValue() const {
widget_test.cc 38 #include <string>
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
51 // This test verifies the conversion of the float and string values to int and

Completed in 1788 milliseconds

<<171172173174175176177178179180>>