HomeSort by relevance Sort by last modified time
    Searched refs:Append (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /external/chromium/third_party/icu/source/common/
bytestream.cpp 31 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) {
  /external/gtest/include/gtest/
gtest-test-part.h 131 void Append(const TestPartResult& result);
  /external/gtest/src/
gtest-test-part.cc 76 void TestPartResultArray::Append(const TestPartResult& result) {
  /external/icu4c/common/
bytestream.cpp 31 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) {
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 131 void Append(const TestPartResult& result);
  /external/protobuf/gtest/samples/
sample10_unittest.cc 142 listeners.Append(new LeakChecker);
  /external/protobuf/gtest/src/
gtest-test-part.cc 78 void TestPartResultArray::Append(const TestPartResult& result) {
  /external/protobuf/gtest/test/
gtest_shuffle_test_.cc 101 listeners.Append(new TestNamePrinter);
gtest-listener_test.cc 217 UnitTest::GetInstance()->listeners().Append(
219 UnitTest::GetInstance()->listeners().Append(
  /external/webkit/WebCore/platform/wx/
PopupMenuWx.cpp 78 m_menu->Append(s_menuStartId + i, client()->itemText(i));
  /external/astl/src/
string.cpp 286 void string::Append(const value_type *str, size_type n)
307 string& string::append(const value_type *str) function in class:std::string
311 Append(str, traits_type::length(str));
316 string& string::append(const value_type *str, size_type n) function in class:std::string
320 Append(str, n);
325 string& string::append(const value_type *str, size_type pos, size_type n) function in class:std::string
329 Append(str + pos, n);
334 string& string::append(const string& str) function in class:std::string
336 Append(str.mData, str.mLength);
340 // Specialization to append from other strings' iterators
342 string& string::append<__wrapper_iterator<const char *,string> >( function in class:std::string
349 string& string::append<__wrapper_iterator<char *,string> >( function in class:std::string
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 230 t.append(" ");
231 t.append("xyz");
246 t.append(" ");
247 t.append("xyz");
395 virtual void Append(const char *bytes, int32_t n) {
402 virtual void Flush() { Append("z", 1); }
415 sink.Append("abc", 3);
418 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
444 sink.Append("abc", 3);
446 errln("CheckedArrayByteSink did not Append() as expected")
    [all...]
  /external/icu4c/test/intltest/
strtest.cpp 230 t.append(" ");
231 t.append("xyz");
246 t.append(" ");
247 t.append("xyz");
395 virtual void Append(const char *bytes, int32_t n) {
402 virtual void Flush() { Append("z", 1); }
415 sink.Append("abc", 3);
418 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
444 sink.Append("abc", 3);
446 errln("CheckedArrayByteSink did not Append() as expected")
    [all...]
  /external/chromium/base/
file_util_posix.cc 101 int test = CallStat(path.Append(ent->d_name).value().c_str(), &st);
275 const FilePath target_path = to_path.Append(suffix);
372 *path = directory.Append(kTempFileName);
417 tmpdir = tmpdir.Append(kTempFileName);
557 pattern_(root_path.Append(pattern).value()),
607 FilePath full_path = root_path_.Append(i->filename);
624 return root_path_.Append(directory_entries_[current_directory_entry_
646 FilePath full_name = source.Append(dent->d_name);
657 << source.Append(dent->d_name).value();
file_version_info_unittest.cc 54 dll_path = dll_path.Append(kDLLNames[i]);
96 dll_path = dll_path.Append(kDLLNames[i]);
linux_versioninfo.scons 12 'Append' : dict(
102 'Append' : dict(
197 env.Append(**config['Append'])
313 _result.append(infile)
test_support_base.scons 12 'Append' : dict(
113 'Append' : dict(
219 env.Append(**config['Append'])
298 _result.append(infile)
test_support_perf.scons 12 'Append' : dict(
116 'Append' : dict(
225 env.Append(**config['Append'])
303 _result.append(infile)
  /development/simulator/app/
MainFrame.cpp 199 menuFile->Append(IDM_FILE_PREFERENCES, wxT("&Preferences..."),
202 menuFile->Append(IDM_FILE_EXIT, wxT("E&xit\tCtrl-Q"),
209 menuRuntime->Append(IDM_RUNTIME_START, wxT("&Power On\tCtrl-G"),
211 // menuRuntime->Append(IDM_RUNTIME_STOP, wxT("Power &Off"),
214 // menuRuntime->Append(IDM_RUNTIME_RESTART, wxT("&Restart"),
216 menuRuntime->Append(IDM_RUNTIME_KILL, wxT("&Kill\tCtrl-K"),
237 menuHelp->Append(IDM_HELP_CONTENTS, wxT("&Contents...\tF1"),
240 menuHelp->Append(IDM_HELP_ABOUT, wxT("&About..."),
247 menuBar->Append(menuFile, wxT("&File"));
248 menuBar->Append(menuDevice, kDeviceMenuString)
    [all...]
  /external/chromium/net/
net_resources.scons 12 'Append' : dict(
98 'Append' : dict(
189 env.Append(**config['Append'])
290 _outputs.append(_generated)
291 _processed_input_files.append(infile)
293 _processed_input_files.append(infile)
net_test_support.scons 12 'Append' : dict(
116 'Append' : dict(
225 env.Append(**config['Append'])
307 _result.append(infile)
  /external/chromium/third_party/icu/
icudata.scons 12 'Append' : dict(
102 'Append' : dict(
197 env.Append(**config['Append'])
274 _result.append(infile)
  /external/chromium/third_party/libevent/
libevent.scons 12 'Append' : dict(
100 'Append' : dict(
193 env.Append(**config['Append'])
284 _result.append(infile)
  /external/chromium/third_party/modp_b64/
modp_b64.scons 12 'Append' : dict(
98 'Append' : dict(
189 env.Append(**config['Append'])
268 _result.append(infile)
  /external/chromium/third_party/zlib/
zlib.scons 12 'Append' : dict(
99 'Append' : dict(
191 env.Append(**config['Append'])
297 _result.append(infile)

Completed in 1293 milliseconds

12 3 4 5 6