HomeSort by relevance Sort by last modified time
    Searched defs:c_string (Results 1 - 17 of 17) sorted by null

  /external/chromium/testing/gtest/samples/
sample2.h 75 const char* c_string() const { return c_string_; } function in class:MyString
82 void Set(const char* c_string);
  /external/chromium_org/testing/gtest/samples/
sample2.h 74 const char* c_string() const { return c_string_; } function in class:MyString
81 void Set(const char* c_string);
  /external/gtest/samples/
sample2.h 75 const char* c_string() const { return c_string_; } function in class:MyString
82 void Set(const char* c_string);
  /external/protobuf/gtest/samples/
sample2.h 49 static const char * CloneCString(const char * c_string);
59 explicit MyString(const char * c_string) : c_string_(NULL) {
60 Set(c_string);
75 const char * c_string() const { return c_string_; } function in class:MyString
82 void Set(const char * c_string);
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.h 74 const char* c_string() const { return c_string_; } function in class:MyString
81 void Set(const char* c_string);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 108 ## strtok.argtypes = (c_string, c_char_p)
110 def c_string(init): function in function:CFuncPtrTestCase.test_dllfunctions
115 b = c_string(s)
120 ## b = c_string(s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 108 ## strtok.argtypes = (c_string, c_char_p)
110 def c_string(init): function in function:CFuncPtrTestCase.test_dllfunctions
115 b = c_string(s)
120 ## b = c_string(s)
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 117 const char* c_string = main_part.c_str(); local
122 assert(chars_left == strlen(c_string)); // Unless there's a \0 in there?
123 const char* newline = strchr(c_string, '\n');
126 final_string += c_string;
130 if (newline != NULL && newline - c_string < kLineLength - chars_in_line) {
131 int n = static_cast<int>(newline - c_string);
132 final_string.append(c_string, n);
134 c_string += n + 1;
138 while ( whitespace > 0 && !isspace(c_string[whitespace]) ) {
144 final_string += c_string;
    [all...]
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 117 const char* c_string = main_part.c_str(); local
122 assert(chars_left == strlen(c_string)); // Unless there's a \0 in there?
123 const char* newline = strchr(c_string, '\n');
126 final_string += c_string;
130 if (newline != NULL && newline - c_string < kLineLength - chars_in_line) {
131 int n = static_cast<int>(newline - c_string);
132 final_string.append(c_string, n);
134 c_string += n + 1;
138 while ( whitespace > 0 && !isspace(c_string[whitespace]) ) {
144 final_string += c_string;
    [all...]
  /external/chromium_org/content/renderer/pepper/
npapi_glue.cc 96 char* c_string = static_cast<char*>(malloc(value.size())); local
97 memcpy(c_string, value.data(), value.size());
98 STRINGN_TO_NPVARIANT(c_string, value.size(), *result);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 729 struct c_string struct
732 c_string(const char* p) function in struct:c_string
742 static inline bool operator ==(const c_string& a, const c_string& b)
747 static inline bool operator !=(const c_string& a, const c_string& b)
796 struct hash<c_string> : public std::unary_function<c_string, size_t>
798 inline size_t operator()(c_string __val) const;
801 inline size_t hash<c_string>::operator()(c_string __val) cons
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 729 struct c_string struct
732 c_string(const char* p) function in struct:c_string
742 static inline bool operator ==(const c_string& a, const c_string& b)
747 static inline bool operator !=(const c_string& a, const c_string& b)
796 struct hash<c_string> : public std::unary_function<c_string, size_t>
798 inline size_t operator()(c_string __val) const;
801 inline size_t hash<c_string>::operator()(c_string __val) cons
    [all...]
  /external/chromium_org/v8/src/
parser.cc 1528 SmartArrayPointer<char> c_string = name->ToCString(DISALLOW_NULLS); local
2163 SmartArrayPointer<char> c_string = label->ToCString(DISALLOW_NULLS); local
4844 SmartArrayPointer<char> c_string = name->ToCString(DISALLOW_NULLS); local
    [all...]
hydrogen.cc 7663 HConstant* c_string = HConstant::cast(string); local
    [all...]
  /external/v8/src/
parser.cc 1761 SmartArrayPointer<char> c_string = name->ToCString(DISALLOW_NULLS); local
2393 SmartArrayPointer<char> c_string = label->ToCString(DISALLOW_NULLS); local
4883 SmartArrayPointer<char> c_string = name->ToCString(DISALLOW_NULLS); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 11913 const char* c_string = "Now is the time for all good men" local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 14282 const char* c_string = "Now is the time for all good men" local
    [all...]

Completed in 886 milliseconds