HomeSort by relevance Sort by last modified time
    Searched full:_string (Results 1 - 25 of 50) sorted by null

1 2

  /external/opencore/oscl/unit_test/src/
text_test_interpreter.cpp 21 _STRING _yak_itoa(int input)
29 _STRING
32 _STRING Result("\nTest output begins\nNumber of tests: ");
39 _STRING
43 _STRING Result("Test output ends\n");
47 _STRING
50 _STRING Result("Successes: ");
56 _STRING
59 _STRING Result("Failures: ");
67 _STRING
    [all...]
text_test_interpreter.h 31 _STRING header(const test_result& result) const;
32 _STRING footer(const test_result& result) const;
33 _STRING successes(const test_result& result) const;
34 _STRING failures(const test_result& result) const;
35 _STRING errors(const test_result& result) const;
36 _STRING problem_vector_string(const _VECTOR(test_problem, unit_test_allocator)&
38 _STRING problem_string(const test_problem& problem) const;
41 _STRING interpretation(const test_result& result_to_interpret) const;
test_case.cpp 65 const _STRING& condition_name,
66 const _STRING& filename,
76 _STRING message = "\"";
78 _APPEND(message, _STRING("\" evaluated to false."));
89 test_case::create_equality_problem_report(const _STRING& actual_message,
90 const _STRING& expected_message,
91 const _STRING& filename,
94 _STRING message = "Equality failed. Got ";
107 const _STRING& filename,
118 _STRING actual_message(temp)
    [all...]
test_problem.h 34 _STRING m_filename;
36 _STRING m_message;
39 test_problem(const _STRING& filename, long line_number, const _STRING& message);
44 const _STRING& filename(void) const;
45 const _STRING& message(void) const;
test_case.h 78 const _STRING& condition_name,
79 const _STRING& filename,
84 const _STRING& filename,
89 const _STRING& filename,
93 void test_string_is_equal_stub(const _STRING& actual,
94 const _STRING& expected,
95 const _STRING& filename,
98 test_problem create_equality_problem_report(const _STRING& actual_message,
99 const _STRING& expected_message,
100 const _STRING& filename
    [all...]
stringable.h 26 virtual _STRING to_string(void) const = 0;
32 _STRING valueToString(const TT &)
38 _STRING valueToString(const bool & value)
44 _STRING valueToString(const int & value)
test_problem.cpp 21 test_problem::test_problem(const _STRING& filename,
23 const _STRING& message) :
57 const _STRING&
64 const _STRING&
unit_test_common.h 88 #define _STRING UnitTest_String
  /external/stlport/stlport/stl/
_sstream.h 37 # include <stl/_string.h>
65 typedef basic_string<_CharT, _Traits, _Alloc> _String;
70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode
75 _String str() const { return _M_str; }
76 void str(const _String& __s);
98 static _CharT* _S_start(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()); }
99 static _CharT* _S_finish(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()) + __str.size(); }
103 _String _M_str;
127 typedef basic_string<_CharT, _Traits, _Alloc> _String;
132 basic_istringstream(const _String& __str
    [all...]
_string_fwd.h 49 //implementation. It is implemented in _string.h
_string_hash.h 27 # include <stl/_string.h>
_range_errors.c 32 # include <stl/_string.h>
_collate.h 34 # include <stl/_string.h>
_iostream_string.h 33 # include <stl/_string.h>
_messages_facets.h 36 # include <stl/_string.h>
_numpunct.h 35 # include <stl/_string.h>
  /external/stlport/stlport/
string 29 # include <stl/_string.h>
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 118 #define EXIT_IF_ERROR(_eError,_string) \
121 printf(_string); \
126 #define CHK_COND(_predicate,_eError,_eCode,_string) \
130 printf(_string); \
  /external/stlport/etc/
msvcincl.dat 289 _string.c
290 _string.h
ChangeLog-4.0 333 * debug/_string.h : added conversion to non-SGI string (thanks to Todd Richmond for the report)
349 * debug/_string.h : fixed _M_start resolution bug (thanks to Rob for the report )
377 * stl/_string.h, debug/_string.h - fixed conversion from native string with __STL_DEBUG
444 * _string.h : debug version included prior to _string.c;
446 * debug/_debug.h/.c, debug/_deque.h, debug/_string.h - fixed debug mode bugs;
478 * getline and stream operators moved from _istream.c to _string.c
ChangeLog-5.1 17 * stlport/stl/debug/_iterator.h, _string.h, src/string.cpp:
114 * stlport/stl/_string.c: fix bugs in string rfind, find_last_of,
    [all...]
  /external/clearsilver/util/
neo_str.h 40 typedef struct _string struct
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h 55 typedef struct _STRING {
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
windows_types.h 55 typedef struct _STRING {
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]

Completed in 480 milliseconds

1 2