Searched refs:SESSION (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_model_type_selection_android.h17 DEFINE_MODEL_TYPE_SELECTION(SESSION, 1<<3)
H A Dprofile_sync_service_android.cc374 model_type_selection |= SESSION;
/external/nist-sip/java/javax/sip/header/
H A DContentDispositionHeader.java9 String SESSION = "Session"; field in interface:ContentDispositionHeader
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
H A DInvalidationServiceTest.java87 Sets.newHashSet(ModelType.BOOKMARK, ModelType.SESSION)),
89 Sets.newHashSet(ModelType.BOOKMARK, ModelType.SESSION)),
103 Sets.newHashSet(ModelType.BOOKMARK.toObjectId(), ModelType.SESSION.toObjectId());
109 Sets.newHashSet(ModelType.BOOKMARK.toObjectId(), ModelType.SESSION.toObjectId()),
115 // unregistrations. We should unregister TYPED_URL and register BOOKMARK, keeping SESSION.
118 ModelType.SESSION.toObjectId(), ModelType.TYPED_URL.toObjectId()),
120 ModelType.BOOKMARK.toObjectId(), ModelType.SESSION.toObjectId()),
139 invPrefs.setSyncTypes(editContext, Lists.newArrayList("BOOKMARK", "SESSION"));
151 Sets.newHashSet(ModelType.BOOKMARK.toObjectId(), ModelType.SESSION.toObjectId()),
172 invPrefs.setSyncTypes(editContext, Lists.newArrayList("BOOKMARK", "SESSION"));
[all...]
H A DInvalidationPreferencesTest.java44 HashSet<ModelType> expectedTypes = Sets.newHashSet(ModelType.BOOKMARK, ModelType.SESSION);
46 Sets.newHashSet("BOOKMARK", "SESSION", "0!!!INVALID"));
H A DInvalidationControllerTest.java158 Sets.newHashSet(ModelType.BOOKMARK, ModelType.SESSION));
172 Sets.newHashSet(ModelType.BOOKMARK.name(), ModelType.SESSION.name());
183 Sets.newHashSet(ModelType.BOOKMARK, ModelType.SESSION));
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py73 print 'I\'M THE SESSION LEADER!'
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DParameterNames.java105 public static final String SESSION = "session"; field in interface:ParameterNames
/external/oprofile/libop/
H A Dop_xml_out.h24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS, enumerator in enum:__anon23759
/external/chromium_org/dbus/
H A Dend_to_end_sync_unittest.cc34 client_bus_options.bus_type = Bus::SESSION;
H A Dproperty_unittest.cc69 bus_options.bus_type = Bus::SESSION;
H A Dbus.h140 // Specifies the bus type. SESSION is used to communicate with per-user
145 SESSION = DBUS_BUS_SESSION, enumerator in enum:dbus::Bus::BusType
192 BusType bus_type; // SESSION by default.
H A Dobject_manager_unittest.cc81 bus_options.bus_type = Bus::SESSION;
H A Dsignal_sender_verification_unittest.cc44 bus_options.bus_type = Bus::SESSION;
H A Dend_to_end_async_unittest.cc59 bus_options.bus_type = Bus::SESSION;
H A Dtest_service.cc161 bus_options.bus_type = Bus::SESSION;
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
H A DModelType.java48 SESSION("SESSION"), enum constant in enum:ModelType
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DProfileSyncService.java365 if ((modelTypeSelection & ModelTypeSelection.SESSION) != 0) {
366 syncTypes.add(ModelType.SESSION);
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py45 SESSION,
63 SESSION: session_specifics_pb2.session,
260 parent_tag='google_chrome', sync_type=SESSION),
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc183 options.bus_type = dbus::Bus::SESSION;
/external/oprofile/pp/
H A Dopreport_options.cpp293 xml_utils::add_option(SESSION, spec.common);
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py72 SESSION,
116 SESSION: SYNC_TYPE_FIELDS['session'],
522 parent_tag=ROOT_ID, sync_type=SESSION),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...

Completed in 1074 milliseconds

12