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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/
profile_sync_service_unittest.cc 229 arg_list1.Append(Value::CreateBooleanValue(true));
230 arg_list1.Append(Value::CreateIntegerValue(5));
235 arg_list2.Append(Value::CreateStringValue("test"));
236 arg_list2.Append(arg_list1.DeepCopy());
242 arg_list3.Append(arg_list1.DeepCopy());
243 arg_list3.Append(arg_list2.DeepCopy());
287 arg_list1.Append(Value::CreateBooleanValue(true));
288 arg_list1.Append(Value::CreateIntegerValue(5));
293 arg_list2.Append(Value::CreateStringValue("test"));
294 arg_list2.Append(arg_list1.DeepCopy())
    [all...]
js_event_handler_list_unittest.cc 27 arg_list1.Append(Value::CreateBooleanValue(false));
28 arg_list2.Append(Value::CreateIntegerValue(5));
83 arg_list1.Append(Value::CreateBooleanValue(false));
84 arg_list2.Append(Value::CreateIntegerValue(5));
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_chewing_handler.cc 73 option->Append(CreateValue(i));
74 option->Append(CreateValue(i));
75 list_value->Append(option);
  /external/chromium/chrome/browser/ui/webui/
settings_browsertest.cc 102 true_list_value.Append(Value::CreateStringValue("browser.show_home_button"));
103 true_list_value.Append(Value::CreateBooleanValue(true));
104 true_list_value.Append(
gpu_internals_ui.cc 267 submessageArgs->Append(argCopy);
503 list->Append(NewDescriptionValuePair(it->first, it->second));
511 list->Append(NewDescriptionValuePair(it->first, sublist));
520 basic_info->Append(NewDescriptionValuePair("Initialization time",
522 basic_info->Append(NewDescriptionValuePair("Vendor Id",
524 basic_info->Append(NewDescriptionValuePair("Device Id",
526 basic_info->Append(NewDescriptionValuePair("Driver vendor",
528 basic_info->Append(NewDescriptionValuePair("Driver version",
530 basic_info->Append(NewDescriptionValuePair("Driver date",
532 basic_info->Append(NewDescriptionValuePair("Pixel shader version"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringBuilderExtensions.cs 44 public static void append<T>( this StringBuilder buffer, T value ) method in class:Antlr.Runtime.JavaExtensions.StringBuilderExtensions
46 buffer.Append( value );
  /external/chromium/chrome/browser/importer/
firefox_profile_lock.cc 74 lock_file_ = path.Append(kLockFileName);
  /external/chromium/chrome/common/
auto_start_linux.cc 23 result = result.Append(kAutostart);
40 FilePath autostart_file = autostart_directory.Append(autostart_filename);
61 FilePath autostart_file = autostart_directory.Append(autostart_filename);
69 FilePath autostart_file = autostart_directory.Append(autostart_filename);
  /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/chrome/browser/sync/glue/
preference_model_associator_unittest.cc 67 server_url_list_.Append(Value::CreateStringValue(server_url0_));
68 server_url_list_.Append(Value::CreateStringValue(server_url1_));
102 local_list_value->Append(Value::CreateStringValue(local_url0_));
119 local_list_value->Append(Value::CreateStringValue(local_url0_));
135 local_list_value->Append(Value::CreateStringValue(local_url0_));
136 local_list_value->Append(Value::CreateStringValue(local_url1_));
145 expected.Append(Value::CreateStringValue(server_url0_));
146 expected.Append(Value::CreateStringValue(server_url1_));
147 expected.Append(Value::CreateStringValue(local_url0_));
148 expected.Append(Value::CreateStringValue(local_url1_))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 122 buf.Append(this[i]);
124 buf.Append(" ");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 136 buf.Append( this[i] );
138 buf.Append( " " );
  /external/chromium/base/nix/
xdg_util.cc 20 return file_util::GetHomeDir().Append(fallback_dir);
31 return file_util::GetHomeDir().Append(fallback_dir);
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
125 VLOG(1) << temp_dir_.path().Append(
133 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
136 dest_path2 = dest_path2.Append(FILE_PATH_LITERAL("New Profile 2"));
166 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile"));
184 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile"));
204 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile 1"));
206 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile 2"));
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 26 list->Append(Value::CreateStringValue("http://explicit/protected"));
27 list->Append(Value::CreateStringValue("*://*.wildcards/protected"));
48 list->Append(Value::CreateStringValue("unlimitedStorage"));
51 list->Append(Value::CreateStringValue("http://explicit/unlimited"));
52 list->Append(Value::CreateStringValue("*://*.wildcards/unlimited"));
77 list->Append(Value::CreateStringValue("unlimitedStorage"));
78 list->Append(Value::CreateStringValue("fileSystem"));
79 list->Append(Value::CreateStringValue("fileBrowserPrivate"));
104 list->Append(Value::CreateStringValue("unlimitedStorage"));
105 list->Append(Value::CreateStringValue("fileSystem"))
    [all...]
extension_browser_event_router.cc 88 args.Append(ExtensionTabUtil::CreateTabValue(tab_contents));
102 args.Append(Value::CreateIntegerValue(window_id));
208 args.Append(window_dictionary);
284 args.Append(Value::CreateIntegerValue(tab_id));
291 args.Append(object_args);
307 args.Append(Value::CreateIntegerValue(
315 args.Append(object_args);
329 args.Append(Value::CreateIntegerValue(tab_id));
334 args.Append(object_args);
356 args.Append(Value::CreateIntegerValue
    [all...]
convert_user_script_unittest.cc 49 extension->path().Append(script.js_scripts()[0].relative_path())));
51 extension->path().Append(Extension::kManifestFilename)));
88 extension->path().Append(script.js_scripts()[0].relative_path())));
90 extension->path().Append(Extension::kManifestFilename)));
extension_i18n_api.cc 42 Append(Value::CreateStringValue(acceptLang));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 205 result.Append("[");
211 result.Append(", ");
213 result.Append(keys[i]);
215 result.Append("]");
300 result.Append("[");
304 result.Append((iter.Current == null) ? "null" : iter.Current);
307 result.Append(", ");
308 result.Append((iter.Current == null) ? "null" : iter.Current);
311 result.Append("]");
  /external/chromium/chrome/browser/debugger/
devtools_remote_service.cc 88 tab->Append(Value::CreateIntegerValue(
90 tab->Append(Value::CreateStringValue(entry->url().spec()));
91 data->Append(tab);
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 39 path = path.Append(db_path_);
156 FilePath appcache_db = appcache_dir.Append(appcache::kAppCacheDatabaseName);
164 databases_dir.Append(webkit_database::kTrackerDatabaseFileName);
  /external/chromium/chrome/browser/policy/
profile_policy_connector.cc 45 policy_cache_dir = policy_cache_dir.Append(kPolicyDir);
55 policy_cache_dir.Append(kTokenCacheFile)));
58 new UserPolicyCache(policy_cache_dir.Append(kPolicyCacheFile))));
  /external/chromium/net/base/
address_list.h 47 void Append(const struct addrinfo* head);
  /external/chromium/testing/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_);
  /external/chromium/third_party/libjingle/source/talk/base/
cryptstring.h 100 void Append(const std::string & text) {
101 Append(text.data(), text.length());
104 void Append(const char * data, size_t length) {
111 void Append(const CryptString * password) {

Completed in 1199 milliseconds

1 23 4 5 6 7 8 91011>>