/external/markdown/markdown/extensions/ |
extra.py | 13 extension for specifics about that extension.
|
/system/core/adb/ |
adb_client.h | 28 /* Set TCP specifics of the transport to use
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 69 sync_pb::EntitySpecifics specifics; local 70 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/"); 71 specifics.MutableExtension(sync_pb::bookmark)->set_favicon(bytes, 73 e->Put(SPECIFICS, specifics); 81 ASSERT_TRUE(e->Get(SPECIFICS).HasExtension(sync_pb::bookmark)); 83 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).url()); 85 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).favicon()); 431 e.Put(SPECIFICS, specs); 537 item1.Put(SPECIFICS, bookmark_specs) 1099 sync_pb::EntitySpecifics specifics; local 1300 sync_pb::EntitySpecifics specifics; local [all...] |
model_type.h | 86 sync_pb::EntitySpecifics* specifics); 91 // entity specifics. 97 ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_service.cc | 244 // Construct the sync_data using the specifics from the notification. 255 sync_pb::SyncedNotificationSpecifics specifics = local 259 if (!specifics.has_coalesced_notification() || 260 !specifics.coalesced_notification().has_key() || 261 !specifics.coalesced_notification().has_read_state()) { 264 << specifics.has_coalesced_notification() 265 << " has key? " << specifics.coalesced_notification().has_key() 267 << specifics.coalesced_notification().has_read_state(); 273 specifics.coalesced_notification().read_state()) == 275 specifics.coalesced_notification().has_render_info()) [all...] |
/external/chromium_org/chrome/browser/prefs/ |
synced_pref_change_registrar_browsertest.cc | 68 sync_pb::EntitySpecifics specifics; local 70 specifics.mutable_preference(); 75 ++next_sync_data_id_, specifics, base::Time());
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
data.js | 49 'SPECIFICS', 69 } else if ((field == 'SERVER_SPECIFICS' || field == 'SPECIFICS') && 70 $('include-specifics').checked) {
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
tab_node_pool2.cc | 73 sync_pb::SessionSpecifics* specifics = entity.mutable_session(); local 74 specifics->set_session_tag(machine_tag_); 75 specifics->set_tab_node_id(tab_node_id);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenu.java | 71 ComponentName caller, Intent[] specifics, Intent intent, int flags, 75 pm.queryIntentActivityOptions(caller, specifics, intent, 0); 85 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]);
|
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 210 entry_types = GetEntryTypesFromSpecifics(entry.specifics) 221 def GetEntryTypesFromSpecifics(specifics): 224 If the specifics have more than one recognized data type field (as commonly 230 specifics: A EntitySpecifics protobuf message whose extensions to 234 recognized extension of the specifics message. 238 if specifics.HasField(field_descriptor.name)] 312 specifics = sync_pb2.EntitySpecifics() 315 getattr(specifics, descriptor.name).SetInParent() 316 return specifics 707 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(spec.sync_type) [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 184 // Check that we can get the correct session specifics back from the node. 189 const sync_pb::SessionSpecifics& specifics(node.GetSessionSpecifics()); 190 ASSERT_EQ(machine_tag, specifics.session_tag()); 191 ASSERT_TRUE(specifics.has_header()); 192 const sync_pb::SessionHeader& header_s = specifics.header(); 260 // Fill an instance of session specifics with a foreign session's data. 284 // Update the server with the session specifics.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 88 using syncable::SPECIFICS; 216 sync_pb::EntitySpecifics specifics; local 217 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/"); 218 specifics.MutableExtension(sync_pb::bookmark)->set_favicon("PNG"); 219 entry->Put(syncable::SPECIFICS, specifics); 228 const sync_pb::EntitySpecifics& specifics = entry->Get(syncable::SPECIFICS); local 229 EXPECT_TRUE(specifics.HasExtension(sync_pb::bookmark)); 230 EXPECT_EQ("PNG", specifics.GetExtension(sync_pb::bookmark).favicon()) [all...] |
syncapi_unittest.cc | 141 sync_pb::EntitySpecifics specifics; local 142 syncable::AddDefaultExtensionValue(model_type, &specifics); 158 entry.Put(syncable::SERVER_SPECIFICS, specifics); 162 entry.Put(syncable::SPECIFICS, specifics); 502 browser_sync::EntitySpecificsToValue(record.specifics)); 504 *node_value, "specifics"); 532 child_specifics = node.GetEntry()->Get(syncable::SPECIFICS); 541 record.specifics = child_specifics; 553 record.specifics = child_specifics [all...] |
syncer_util.cc | 60 using syncable::SPECIFICS; 293 const sync_pb::EntitySpecifics& specifics = entry->Get(SERVER_SPECIFICS); local 294 if (specifics.HasExtension(sync_pb::nigori)) { 296 specifics.GetExtension(sync_pb::nigori); 336 if (specifics.has_encrypted() && 337 !cryptographer->CanDecrypt(specifics.encrypted())) { 340 } else if (specifics.HasExtension(sync_pb::password)) { 343 specifics.GetExtension(sync_pb::password); 431 target->Put(SERVER_SPECIFICS, update.specifics()); 510 if (entry->Get(SPECIFICS).SerializeAsString() ! [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_change_processor.cc | 135 const sync_pb::EntitySpecifics& specifics = local 137 CHECK(specifics.has_encrypted()); 138 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted()); 269 DCHECK(it->specifics.has_typed_url()) << 270 "Typed URL delete change does not have necessary specifics."; 271 GURL url(it->specifics.typed_url().url());
|
/external/chromium/chrome/browser/sync/protocol/ |
proto_value_conversions.cc | 86 if (specifics.HasExtension(ns::field)) { \ 87 value->Set(#field, fn(specifics.GetExtension(ns::field))); \ 296 const sync_pb::EntitySpecifics& specifics) {
|
/external/chromium_org/sync/syncable/ |
entry_kernel.h | 139 SPECIFICS = PROTO_FIELDS_BEGIN, 319 // encrypted specifics. If it is NULL or the specifics are not decryptsble,
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
README.rtf | 14 See the individual "Regenerate" targets for the specifics.\
|
/external/chromium/chrome/browser/sync/glue/ |
extension_sync_traits.h | 71 // may be embedded in another specifics object) from a sync node.
|
/external/chromium/chrome/browser/userfeedback/proto/ |
extension.proto | 56 // might work, due to the specifics of JsPbLite.
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_settings_service.cc | 152 ::sync_pb::EntitySpecifics specifics; local 153 specifics.mutable_managed_user_setting()->set_name(name); 154 specifics.mutable_managed_user_setting()->set_value(json_value); 155 return SyncData::CreateLocalData(name, name, specifics);
|
/external/chromium_org/chrome/browser/webdata/ |
autofill_profile_syncable_service_unittest.cc | 364 sync_pb::EntitySpecifics specifics; local 366 specifics.mutable_autofill_profile(); 379 profile.guid(), profile.guid(), specifics)); 494 sync_pb::AutofillProfileSpecifics specifics = local 496 EXPECT_EQ(kGuid1, specifics.guid()); 497 EXPECT_EQ(kHttpsOrigin, specifics.origin()); 498 EXPECT_THAT(specifics.name_first(), testing::ElementsAre("Jane")); 513 sync_pb::AutofillProfileSpecifics specifics = local 515 EXPECT_EQ(kGuid2, specifics.guid());
|
/external/chromium_org/sync/engine/ |
sync_directory_update_handler_unittest.cc | 696 sync_pb::EntitySpecifics specifics; local 701 specifics.mutable_password()->mutable_encrypted()); 703 entry_factory()->CreateUnappliedNewItem("item", specifics, false); 774 sync_pb::EntitySpecifics specifics; local 785 specifics.mutable_password()->mutable_encrypted()); 788 entry_factory()->CreateUnappliedNewItem("item1", specifics, false); 796 sync_pb::EntitySpecifics specifics; local 801 specifics.mutable_password()->mutable_encrypted()); 803 entry_factory()->CreateUnappliedNewItem("item2", specifics, false);
|
syncer_types.h | 23 // specifics that we can't decrypt right now (CONFLICT_ENCRYPTION), the
|
syncer_util.cc | 68 using syncable::SPECIFICS; 198 const sync_pb::EntitySpecifics& specifics = entry->GetServerSpecifics(); local 208 if (specifics.has_encrypted() && 209 !cryptographer->CanDecrypt(specifics.encrypted())) { 215 } else if (specifics.has_password() && 218 const sync_pb::PasswordSpecifics& password = specifics.password(); 263 if (specifics.has_encrypted()) { 401 target->PutServerSpecifics(update.specifics()); 446 // Clear the previous server specifics now that we're applying successfully.
|