Searched refs:Append (Results 226 - 250 of 1689) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs122 buf.Append(this[i]);
124 buf.Append(" ");
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs136 buf.Append( this[i] );
138 buf.Append( " " );
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_apitest.cc41 list.Append(node);
45 list.Append(node);
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_video_quality_browsertest.cc115 .Append(test_config_.reference_video)
162 GetBrowserDir().Append(kArgbToI420ConverterExecutable));
206 GetBrowserDir().Append(kFrameAnalyzerExecutable));
207 base::FilePath path_to_compare_script = GetSourceDir().Append(
325 GetWorkingDir().Append(kCapturedYuvFileName)));
330 GetWorkingDir().Append(kCapturedYuvFileName),
332 .Append(test_config_.reference_video)
334 GetWorkingDir().Append(kStatsFileName)));
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc63 block->Append(new base::StringValue("example.com"));
196 blacklist->Append(new base::StringValue("*.google.com"));
198 whitelist->Append(new base::StringValue("mail.google.com"));
328 blocked->Append(new base::StringValue("google.com"));
344 blocked->Append(new base::StringValue("http://secure.com"));
345 blocked->Append(new base::StringValue("ftp://secure.com"));
346 blocked->Append(new base::StringValue("ws://secure.com"));
360 blocked->Append(new base::StringValue("path.to/ruin"));
371 blocked->Append(new base::StringValue("https://s.aaa.com/path"));
383 blocked->Append(ne
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc146 args.Append(parent == tree_model->GetRoot() ?
149 args.Append(new base::FundamentalValue(start));
150 args.Append(children);
165 args.Append(parent == tree_model->GetRoot() ?
169 args.Append(new base::FundamentalValue(start));
170 args.Append(new base::FundamentalValue(count));
264 args.Append(parent == cookies_tree_model_->GetRoot() ?
267 args.Append(children);
/external/chromium_org/chrome/installer/util/
H A Dfake_installation_state.h31 .Append(kInstallerDir)
32 .Append(kSetupExe);
H A Dlogging_installer_unittest.cc21 base::FilePath temp_file = temp_dir.path().Append(L"temp");
37 EXPECT_FALSE(base::PathExists(temp_file.Append(L".tmp")));
46 base::FilePath temp_file = temp_dir.path().Append(L"temp");
68 base::FilePath temp_file = temp_dir.path().Append(L"temp");
96 base::FilePath temp_file = temp_dir.path().Append(L"temp");
/external/chromium_org/chrome/tools/crash_service/
H A Dmain.cc26 temp_dir = temp_dir.Append(L"chrome_crashes");
49 base::FilePath log_file = operating_dir.Append(kStandardLogFile);
/external/chromium_org/components/policy/core/common/
H A Dmac_util_unittest.cc42 list.Append(it.value().DeepCopy());
44 list.Append(root.DeepCopy());
/external/chromium_org/media/base/
H A Dseekable_buffer.h24 // |forward_capacity|. The append operation (by calling Append()) that caused
73 // |data| value becomes invalid when Read(), Append() or Seek()
80 bool Append(const scoped_refptr<DataBuffer>& buffer_in);
83 // as for Append(Buffer*).
84 bool Append(const uint8* data, int size);
126 // Append(const uint*, int), then returns value that corresponds to the
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_isolated_origin_database.cc63 file_system_directory.Append(kObsoleteOriginDirectory);
74 file_system_directory.Append(directory_name);
H A Dsandbox_prioritized_origin_database.cc56 file_system_directory_.Append(kPrimaryOriginFile)) {
116 base::DeleteFile(file_system_directory_.Append(kPrimaryOriginFile),
165 base::DeleteFile(file_system_directory_.Append(kPrimaryDirectory),
179 base::FilePath from_path = file_system_directory_.Append(directory_name);
180 base::FilePath to_path = file_system_directory_.Append(kPrimaryDirectory);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h96 Append(other);
101 Append(str, strlen(str));
106 Append(&ch, 1);
120 void Append(const char* str, size_t len);
122 void Append(const String& other) { Append(other.ptr_, other.size_); } function in class:crazy::String
124 void Append(const char* str) { Append(str, strlen(str)); } function in class:crazy::String
/external/lldb/include/lldb/API/
H A DSBModuleSpec.h128 Append (const SBModuleSpec &spec);
131 Append (const SBModuleSpecList &spec_list);
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_origin_database_unittest.cc37 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
61 EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
67 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
89 EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
95 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
109 EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
123 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
150 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
199 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
200 const base::FilePath kDBDir = kFSDir.Append(kOriginDatabaseNam
[all...]
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc60 pattern_(root_path.Append(pattern).value()) {
94 FilePath full_path = root_path_.Append(i->filename_);
111 return root_path_.Append(
138 FilePath full_name = source.Append(dent->d_name);
149 << source.Append(dent->d_name).value();
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc86 path_ = path_.Append(std::wstring(L"content_shell"));
93 path_ = config_dir.Append("content_shell");
96 path_ = path_.Append("Chromium Content Shell");
99 path_ = path_.Append(FILE_PATH_LITERAL("content_shell"));
125 path_.Append(FILE_PATH_LITERAL("downloads")));
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_spell_check.cc15 void Append(blink::WebVector<blink::WebString>* data, function in namespace:content::__anon7881
128 Append(suggestions, blink::WebString::fromUTF8("welcome"));
130 Append(suggestions, blink::WebString::fromUTF8("uppercase"));
132 Append(suggestions, blink::WebString::fromUTF8("Hello"));
134 Append(suggestions, blink::WebString::fromUTF8("world"));
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc86 testserver_dir = testserver_dir.Append(FILE_PATH_LITERAL("net"))
87 .Append(FILE_PATH_LITERAL("tools"))
88 .Append(FILE_PATH_LITERAL("testserver"));
89 *testserver_path = testserver_dir.Append(FILE_PATH_LITERAL("testserver.py"));
157 SetResourcePath(src_dir.Append(document_root),
223 // Append the appropriate server type argument.
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux.cc60 pairings->Append(pairing_json.release());
85 base::FilePath pairing_file = registry_path.Append(
125 base::FilePath pairing_file = registry_path.Append(
138 base::FilePath pairing_file = registry_path.Append(
150 return config_dir.Append(kRegistryDirectory);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc167 const base::FilePath legacy_dir = profile_dir.Append(kDeviceManagementDir);
168 const base::FilePath policy_cache_file = legacy_dir.Append(kPolicy);
169 const base::FilePath token_cache_file = legacy_dir.Append(kToken);
171 profile_dir.Append(kPolicy).Append(kComponentsDir);
173 profile_dir.Append(kPolicy).Append(kPolicyExternalDataDir);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.cc95 path = path.Append(FILE_PATH_LITERAL("TestingExtensionsPath"));
100 path.Append(FILE_PATH_LITERAL("TestPreferences"));
102 path.Append(FILE_PATH_LITERAL("Extensions"));
136 path = path.Append(FILE_PATH_LITERAL("TestingExtensionsPath"));
142 base::FilePath temp_prefs = path.Append(chrome::kPreferencesFilename);
146 path.Append(FILE_PATH_LITERAL("Extensions"));
162 source_install_dir.DirName().Append(chrome::kPreferencesFilename);
/external/chromium_org/remoting/base/
H A Dcompound_buffer.cc36 void CompoundBuffer::Append(net::IOBuffer* buffer, function in class:remoting::CompoundBuffer
48 void CompoundBuffer::Append(net::IOBuffer* buffer, int size) { function in class:remoting::CompoundBuffer
49 Append(buffer, buffer->data(), size);
52 void CompoundBuffer::Append(const CompoundBuffer& buffer) { function in class:remoting::CompoundBuffer
55 Append(it->buffer.get(), it->start, it->size);
84 Append(buffer, size);
181 Append(it->buffer.get(), it->start + relative_start,
/external/chromium_org/chrome/browser/
H A Dshell_integration_win_unittest.cc55 .Append(FILE_PATH_LITERAL("Non Default Data Dir"));
59 default_user_data_dir.Append(non_default_profile_));
65 non_default_user_data_dir_.Append(non_default_profile_));
78 default_user_data_dir.Append(non_default_profile_));
90 temp_dir_.path().Append(L"Shortcut " +
343 profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
344 profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"));
372 profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
373 profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"));

Completed in 2071 milliseconds

1234567891011>>