Searched refs:Append (Results 276 - 300 of 1689) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/task_profiler/
H A Dtask_profiler_data_serializer.cc92 tasks_list->Append(snapshot.release());
107 descendants_list->Append(parent_child.release());
137 per_process_data->Append(this_process_data_json.release());
143 snapshot_list->Append(shutdown_snapshot);
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_storage_unittest.cc18 permissions->Append(new base::StringValue("storage"));
H A Dextension_manifests_validapp_unittest.cc32 permissions->Append(new base::StringValue("not-a-valid-permission"));
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc66 backup.path().Append(key_file.BaseName()))) {
119 backup_path_.path().Append(root_path_.BaseName());
145 base::FilePath backup = backup_path_.path().Append(root_path_.BaseName());
155 backup_dir.path().Append(key_file.BaseName());
H A Dduplicate_tree_detector.cc44 IsIdenticalFileHierarchy(path, dest_path.Append(path.BaseName()));
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.cc38 installation_locations[i].Append(L"Google\\Chrome\\Application"));
42 installation_locations[i].Append(L"Chromium\\Application"));
68 base::FilePath path = locations[j].Append(rel_paths[i]);
107 base::FilePath path = module_dir.Append(browser_exes[i]);
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_helpers.cc49 *path = path->Append(L"3");
/external/chromium_org/content/browser/download/
H A Dmhtml_generation_browsertest.cc54 path = path.Append(FILE_PATH_LITERAL("test.mht"));
/external/chromium_org/content/test/ppapi/
H A Dppapi_test.cc64 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
65 test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
66 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
110 // Append the switch to register the pepper plugin.
116 base::FilePath plugin_lib = plugin_dir.Append(ppapi::GetTestLibraryName());
/external/chromium_org/media/base/
H A Dyuv_convert_perftest.cc43 path = path.Append(FILE_PATH_LITERAL("media"))
44 .Append(FILE_PATH_LITERAL("test"))
45 .Append(FILE_PATH_LITERAL("data"))
46 .Append(FILE_PATH_LITERAL("bali_640x360_P420.yuv"));
/external/chromium_org/mojo/services/network/
H A Dmain.cc28 base_path = base_path.Append(FILE_PATH_LITERAL("network_service"));
/external/chromium_org/net/disk_cache/
H A Dcache_util_posix.cc30 base::FilePath destination = to_path.Append(name.BaseName());
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_posix.cc44 const base::FilePath file_path = cache_path.Append(
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_util_test.cc122 source_root.Append(FILE_PATH_LITERAL("net"))
123 .Append(FILE_PATH_LITERAL("data"))
124 .Append(FILE_PATH_LITERAL("spdy_tests"))
125 .Append(FILE_PATH_LITERAL("examples_07.hpack")),
/external/chromium_org/net/test/
H A Dnet_test_suite.cc36 ::testing::UnitTest::GetInstance()->listeners().Append(new StaticReset());
/external/chromium_org/remoting/protocol/
H A Dmessage_decoder.cc25 buffer_.Append(data.get(), data_size);
/external/chromium_org/storage/browser/fileapi/
H A Ddump_file_system.cc70 origin_dir = origin_dir.Append(g_opt_fs_type);
119 base::GetFileSize(origin_dir.Append(info.data_path), &size);
147 DumpDirectoryTree(origin_name, file_system_dir.Append(origin_dir));
156 DumpDirectoryTree(origin.origin, file_system_dir.Append(origin.path));
/external/chromium_org/sync/internal_api/
H A Dsync_db_util.cc19 sync_dir.Append(syncable::Directory::kSyncDatabaseFilename);
/external/chromium_org/testing/gtest/test/
H A Dgtest-test-part_test.cc175 // after one Append() operation.
178 results.Append(r1_);
184 // after two Append() operations.
187 results.Append(r1_);
188 results.Append(r2_);
200 results.Append(r1_);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.cpp23 void Error::Append(const char* message) { function in class:crazy::Error
/external/chromium_org/third_party/mesa/src/scons/
H A Ddxsdk.py59 env.Append(CPPDEFINES = [('HAVE_DXSDK', '1')])
/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h85 void Append(const std::string & text) { function in class:rtc::FormatCryptString
86 Append(text.data(), text.length());
89 void Append(const char * data, size_t length) { function in class:rtc::FormatCryptString
96 void Append(const CryptString * password) { function in class:rtc::FormatCryptString
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc70 void MatlabLine::Append(double x, double y) function in class:MatlabLine
84 void MatlabLine::Append(double y) function in class:MatlabLine
89 Append(0, y);
95 Append(temp + 1, y);
266 Append(thexMin, thexMin * slope + offset);
267 Append(thexMax, thexMax * slope + offset);
329 void MatlabTimeLine::Append(double y) function in class:MatlabTimeLine
331 MatlabLine::Append(static_cast<double>(TickTime::MillisecondTimestamp() - _refTimeMs) / 1000.0, y);
489 void MatlabPlot::Append(int lineIndex, double x, double y) function in class:MatlabPlot
505 return (_line[lineIndex]->Append(
509 void MatlabPlot::Append(int lineIndex, double y) function in class:MatlabPlot
529 int MatlabPlot::Append(const char *name, double x, double y) function in class:MatlabPlot
552 int MatlabPlot::Append(const char *name, double y) function in class:MatlabPlot
[all...]
/external/chromium_org/tools/android/forwarder2/
H A Dcommon.h66 int Append(const char* format, ...) PRINTF_FORMAT(/* + 1 for 'this' */ 2, 3) {
/external/chromium_org/ui/gl/
H A Dgl_implementation_osmesa.cc40 base::FilePath library_path = module_path.Append("libosmesa.so");

Completed in 671 milliseconds

<<11121314151617181920>>