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

1 2 3 4 5 6

  /external/chromium/base/
file_util_unittest.cc 47 test_dir_ = test_dir_.Append(FILE_PATH_LITERAL("FileUtilTest"));
325 FilePath old_file_name = test_dir_.Append(FILE_PATH_LITERAL("Old File.txt"));
342 FilePath new_file_name = test_dir_.Append(FILE_PATH_LITERAL("New File.txt"));
357 FilePath file_name = test_dir_.Append(FILE_PATH_LITERAL("Test File.txt"));
362 FilePath subdir_path = test_dir_.Append(FILE_PATH_LITERAL("Subdirectory"));
370 directory_contents = directory_contents.Append(FILE_PATH_LITERAL("*"));
386 test_dir_.Append(FILE_PATH_LITERAL("Move_Test_File.txt"));
392 test_dir_.Append(FILE_PATH_LITERAL("Move_Test_File_Destination.txt"));
405 test_dir_.Append(FILE_PATH_LITERAL("Move_Test_File.txt"));
411 test_dir_.Append(FILE_PATH_LITERAL("Move_Test_File_Destination.txt"))
    [all...]
linked_list_unittest.cc 71 TEST(LinkedList, Append) {
76 list.Append(&n1);
86 list.Append(&n2);
96 list.Append(&n3);
115 list.Append(&n1);
116 list.Append(&n2);
117 list.Append(&n3);
118 list.Append(&n4);
119 list.Append(&n5);
167 list.Append(&n1)
    [all...]
base_paths_posix.cc 47 if (file_util::PathExists(path.Append("base/base_paths_posix.cc"))) {
55 file_util::PathExists(path.Append("base/base_paths_posix.cc"))) {
process_util_linux.cc 34 stat_file = stat_file.Append(IntToString(pid));
35 stat_file = stat_file.Append("stat");
48 stat_file = stat_file.Append(IntToString(process));
49 stat_file = stat_file.Append("status");
79 stat_file = stat_file.Append(IntToString(process));
80 stat_file = stat_file.Append("exe");
261 FilePath("/proc").Append(IntToString(process_)).Append("smaps");
299 FilePath("/proc").Append(IntToString(process_)).Append("statm")
    [all...]
base_gfx.scons 9 'Append' : dict(
128 'Append' : dict(
252 env.Append(**config['Append'])
267 env.Append(
281 env.Append(
295 env.Append(
values_unittest.cc 46 toolbar_bookmarks->Append(new_bookmark);
195 list.Append(new DeletionTestValue(&deletion_flag));
202 list.Append(new DeletionTestValue(&deletion_flag));
210 list.Append(new DeletionTestValue(&deletion_flag));
223 list.Append(new DeletionTestValue(&deletion_flag));
240 list.Append(new DeletionTestValue(&deletion_flag));
250 list.Append(value);
364 original_list->Append(original_list_element_0);
366 original_list->Append(original_list_element_1);
508 list->Append(Value::CreateNullValue())
    [all...]
data_pack_unittest.cc 17 data_path = data_path.Append(
42 FilePath file = dir.path().Append(FILE_PATH_LITERAL("data.pak"));
file_path.h 41 // to an existing FilePath object (Append). These methods are highly
217 // new_path = path.RemoveExtension().value().append(path.Extension());
249 // component to this object's path. Append takes care to avoid adding
254 FilePath Append(const StringType& component) const WARN_UNUSED_RESULT;
255 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT;
leak_tracker.h 66 instances()->Append(this);
linked_list.h 22 // To add elements to the list, use any of LinkedList::Append,
29 // list.Append(n1);
30 // list.Append(n3);
142 void Append(LinkNode<T>* e) {
  /external/v8/src/
log.cc 352 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs);
354 msg.Append("profiler,\"compression\",%d\n", kCompressionWindowSize);
364 msg.Append("alias,%s,%s\n",
384 msg.Append("%s,\"%s\"\n", name, value);
394 msg.Append("%s,%d\n", name, value);
404 msg.Append("%s,0x%" V8PRIxPTR "\n", name, location);
448 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
463 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
480 msg.Append("no source");
486 msg.Append('a')
    [all...]
log-utils.cc 213 void LogMessageBuilder::Append(const char* format, ...) {
239 void LogMessageBuilder::Append(const char c) {
247 void LogMessageBuilder::Append(String* str) {
251 Append(static_cast<char>(str->Get(i)));
265 Append("0x%" V8PRIxPTR, addr);
267 Append("%" V8PRIxPTR, addr);
278 Append("%c%" V8PRIxPTR, sign, delta);
289 Append(str->IsAsciiRepresentation() ? 'a' : '2');
291 Append('e');
293 Append('#');
    [all...]
log-utils.h 230 // Append string data to the log message.
231 void Append(const char* format, ...);
233 // Append string data to the log message.
236 // Append a character to the log message.
237 void Append(const char c);
239 // Append a heap string.
240 void Append(String* str);
251 // Append a portion of a string.
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 101 fileMenu->Append(ID_NEW_WINDOW, _T("New Window\tCTRL+N"));
102 fileMenu->Append(ID_LOADFILE, _T("Open File...\tCTRL+O"));
103 fileMenu->Append(ID_LOADURL, _("Open Location...\tCTRL+L"));
104 fileMenu->Append(wxID_EXIT, _T("E&xit\tAlt-X"), _T("Quit this program"));
107 editMenu->Append(wxID_CUT, _T("Cut\tCTRL+X"));
108 editMenu->Append(wxID_COPY, _T("Copy\tCTRL+C"));
109 editMenu->Append(wxID_PASTE, _T("Paste\tCTRL+V"));
115 viewMenu->Append(ID_STOP, _("Stop"));
116 viewMenu->Append(ID_RELOAD, _("Reload Page"));
117 viewMenu->Append(ID_MAKE_TEXT_SMALLER, _("Make Text Smaller\tCTRL+-"))
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
bytestream.h 62 * Append "bytes[0,n-1]" to this.
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
79 * Many Append() implementations will avoid copying bytes if this function
86 * sink->Append(buffer, n);
87 * In many implementations, that call to Append will avoid copying bytes.
95 * a prefix to it to Append().
96 * That is, it is not correct to pass an interior pointer to Append().
137 * If more than capacity bytes are Append()ed, then excess bytes are ignored,
152 * Append "bytes[0,n-1]" to this
    [all...]
  /external/icu4c/common/unicode/
bytestream.h 62 * Append "bytes[0,n-1]" to this.
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
79 * Many Append() implementations will avoid copying bytes if this function
86 * sink->Append(buffer, n);
87 * In many implementations, that call to Append will avoid copying bytes.
95 * a prefix to it to Append().
96 * That is, it is not correct to pass an interior pointer to Append().
137 * If more than capacity bytes are Append()ed, then excess bytes are ignored,
152 * Append "bytes[0,n-1]" to this
    [all...]
  /external/chromium/base/json/
json_writer_unittest.cc 55 list->Append(inner_dict);
58 list->Append(inner_list);
59 list->Append(Value::CreateBooleanValue(true));
  /external/gtest/test/
gtest-test-part_test.cc 101 // after one Append() operation.
104 results.Append(r1_);
110 // after two Append() operations.
113 results.Append(r1_);
114 results.Append(r2_);
128 results.Append(r1_);
  /external/protobuf/gtest/test/
gtest-test-part_test.cc 126 // after one Append() operation.
129 results.Append(r1_);
135 // after two Append() operations.
138 results.Append(r1_);
139 results.Append(r2_);
151 results.Append(r1_);
  /external/chromium/net/socket/
ssl_test_util.cc 163 cert_dir_ = cert_dir_.Append(FILE_PATH_LITERAL("net"))
164 .Append(FILE_PATH_LITERAL("data"))
165 .Append(FILE_PATH_LITERAL("ssl"))
166 .Append(FILE_PATH_LITERAL("certificates"));
182 newpath.append(L":");
183 newpath.append(dir.value());
194 newpath.append(":");
195 newpath.append(dir.value());
206 third_party_dir = third_party_dir.Append(FILE_PATH_LITERAL("third_party"));
208 AppendToPythonPath(third_party_dir.Append(FILE_PATH_LITERAL("tlslite")))
    [all...]
  /external/chromium/net/base/
load_log.cc 42 void LoadLog::Append(const LoadLog* log) {
  /frameworks/base/cmds/stagefright/
WaveWriter.h 49 void Append(const void *data, size_t size) {
  /external/chromium/sdch/open-vcdiff/src/
output_string_test.cc 42 TEST_F(OutputStringTest, Append) {
43 output_string_.append("cdef", 2);
87 TEST_F(OutputCRopeTest, Append) {
88 output_crope_.append("cdef", 2);
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 57 data.append(
73 data.append(i->first);
74 data.append(", ");
76 data.append("1");
78 data.append("2");
80 data.append("0");
82 data.append("\n");
85 data.append("%%\n");
143 url.append(*domain);
278 input_file = input_file.Append(FILE_PATH_LITERAL("net")
    [all...]
  /external/chromium/base/test/
test_file_util_win.cc 147 FilePath cur_source_path = source_dir.Append(cur_file);
148 FilePath cur_dest_path = dest_dir.Append(cur_file);

Completed in 1142 milliseconds

1 2 3 4 5 6