HomeSort by relevance Sort by last modified time
    Searched refs:Append (Results 76 - 100 of 479) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/gtest/test/
gtest-test-part_test.cc 175 // 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_);
  /frameworks/av/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);
280 input_file = input_file.Append(FILE_PATH_LITERAL("net")
    [all...]
  /external/compiler-rt/make/
lib_info.mk 23 $(call Append,ModuleSubDirKeys.$($(key).ModuleName),$(key)))
40 $(call Append,ArchFunctions.$(arch),$(sort \
52 $(call Append,AvailableIn.$(fn),$(key))))
  /external/chromium/base/
process_util_linux.cc 41 stat_file = stat_file.Append(base::IntToString(pid));
42 stat_file = stat_file.Append("stat");
60 cmd_line_file = cmd_line_file.Append(base::IntToString(pid));
61 cmd_line_file = cmd_line_file.Append("cmdline");
113 stat_file = stat_file.Append(base::IntToString(process));
114 stat_file = stat_file.Append("status");
145 stat_file = stat_file.Append(base::IntToString(process));
146 stat_file = stat_file.Append("exe");
346 FilePath proc_dir = FilePath("/proc").Append(base::IntToString(process_));
354 FilePath smaps_file = proc_dir.Append("smaps")
    [all...]
values_unittest.cc 44 toolbar_bookmarks->Append(new_bookmark);
178 list.Append(new DeletionTestValue(&deletion_flag));
185 list.Append(new DeletionTestValue(&deletion_flag));
193 list.Append(new DeletionTestValue(&deletion_flag));
206 list.Append(new DeletionTestValue(&deletion_flag));
223 list.Append(new DeletionTestValue(&deletion_flag));
233 list.Append(value);
345 original_list->Append(original_list_element_0);
347 original_list->Append(original_list_element_1);
472 list->Append(Value::CreateNullValue())
    [all...]
  /external/chromium/chrome/common/extensions/
extension_l10n_util_unittest.cc 29 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
45 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
62 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
69 locale_1.Append(Extension::kMessagesFilename),
93 .Append(Extension::kLocaleFolder);
114 .Append(Extension::kLocaleFolder);
135 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
154 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
162 file_util::WriteFile(locale.Append(Extension::kMessagesFilename),
181 FilePath src_path = temp.path().Append(Extension::kLocaleFolder)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers_unittest.cc 176 bypass_list->Append(Value::CreateStringValue("host1"));
177 bypass_list->Append(Value::CreateStringValue("host2"));
255 list.Append(Value::CreateStringValue("s1"));
256 list.Append(Value::CreateStringValue("s2"));
257 list.Append(Value::CreateStringValue("s3"));
285 bypass_list->Append(Value::CreateStringValue("localhost"));
321 expected.Append(Value::CreateStringValue("s1"));
322 expected.Append(Value::CreateStringValue("s2"));
323 expected.Append(Value::CreateStringValue("s3"));
extension_webnavigation_api.cc 71 args.Append(dict);
94 qualifiers->Append(Value::CreateStringValue("client_redirect"));
96 qualifiers->Append(Value::CreateStringValue("server_redirect"));
98 qualifiers->Append(Value::CreateStringValue("forward_back"));
101 args.Append(dict);
121 args.Append(dict);
141 args.Append(dict);
160 args.Append(dict);
352 args.Append(dict);
extensions_quota_service_unittest.cc 191 args.Append(new FundamentalValue(1));
198 args.Append(new FundamentalValue(1));
206 args2.Append(new FundamentalValue(1));
207 args2.Append(new FundamentalValue(2));
221 args3.Append(new FundamentalValue(3));
238 args.Append(new FundamentalValue(1));
272 args_f.Append(new FundamentalValue(1));
273 args_g.Append(new FundamentalValue(2));
291 arg.Append(new FundamentalValue(1));
sandboxed_extension_unpacker_unittest.cc 170 GetInstallPath().Append(Extension::kLocaleFolder);
192 messages_file = GetInstallPath().Append(Extension::kLocaleFolder)
194 .Append(Extension::kMessagesFilename);
extension_management_api.cc 89 icon_list->Append(icon_info);
100 permission_list->Append(permission_name);
115 host_permission_list->Append(name);
134 list->Append(CreateExtensionInfo(extension, enabled));
307 args.Append(Value::CreateStringValue(extension_id));
318 args.Append(CreateExtensionInfo(*extension, enabled));
extension_bookmark_helpers.cc 55 children->Append(dict);
68 list->Append(dict);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 300 buf.Append('{');
305 buf.Append(separator);
308 buf.Append(tokenNames[i]);
310 buf.Append(i);
315 buf.Append('}');
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 355 buf.Append( '{' );
363 buf.Append( separator );
367 buf.Append( tokenNames[i] );
371 buf.Append( i );
376 buf.Append( '}' );
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 165 entry->Append(new StringValue(net::FormatUrl(password_list_[i]->origin,
167 entry->Append(new StringValue(password_list_[i]->username_value));
168 entry->Append(new StringValue(
170 entries.Append(entry);
180 entries.Append(new StringValue(
clear_browser_data_handler.cc 86 option->Append(Value::CreateIntegerValue(i));
87 option->Append(Value::CreateStringValue(label_string));
88 time_list->Append(option);
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_browsertest.cc 49 FilePath file_path = storage_path.Append(kFilesToCreate[i]);
56 storage_path = storage_path.Append(
118 GetLocalStoragePathForTestingProfile().Append(FilePath(kTestFile0)));
  /external/chromium/net/test/
test_server_win.cc 144 .Append(FILE_PATH_LITERAL("third_party"))
145 .Append(FILE_PATH_LITERAL("python_26"))
146 .Append(FILE_PATH_LITERAL("python.exe"));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 421 buf.Append("(");
422 buf.Append(this.ToString());
423 buf.Append(' ');
428 buf.Append(' ');
430 buf.Append(t.ToStringTree());
433 buf.Append(")");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 505 buf.Append( "(" );
506 buf.Append( this.ToString() );
507 buf.Append( ' ' );
514 buf.Append( ' ' );
516 buf.Append( t.ToStringTree() );
520 buf.Append( ")" );
  /external/chromium/chrome/browser/prefs/
pref_member_unittest.cc 203 list_value_numbers->Append(new StringValue("one"));
204 list_value_numbers->Append(new StringValue("two"));
205 list_value_numbers->Append(new StringValue("three"));
213 list_value_ints->Append(new FundamentalValue(1));
214 list_value_ints->Append(new FundamentalValue(2));
215 list_value_ints->Append(new FundamentalValue(3));
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 42 lock_file_path = lock_file_path.Append(FirefoxProfileLock::kLockFileName);
78 lock_file_path = lock_file_path.Append(FirefoxProfileLock::kLockFileName);
  /external/chromium/chrome/browser/net/
referrer.cc 154 subresource_list->Append(url_spec);
155 subresource_list->Append(rate);

Completed in 439 milliseconds

1 2 34 5 6 7 8 91011>>