/external/chromium_org/sync/engine/ |
apply_control_data_updates.cc | 24 using syncable::SPECIFICS;
|
syncer_unittest.cc | 104 using syncable::SPECIFICS; 260 sync_pb::EntitySpecifics specifics; local 261 specifics.mutable_bookmark()->set_url("http://demo/"); 262 specifics.mutable_bookmark()->set_favicon("PNG"); 263 entry->PutSpecifics(specifics); 272 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics(); local 273 EXPECT_TRUE(specifics.has_bookmark()); 274 EXPECT_EQ("PNG", specifics.bookmark().favicon()); 275 EXPECT_EQ("http://demo/", specifics.bookmark().url()); 622 sync_pb::EntitySpecifics specifics; local 735 sync_pb::EntitySpecifics specifics; local [all...] |
/external/chromium_org/sync/protocol/ |
client_debug_info.proto | 67 // Datatype specifics statistics gathered at association time.
|
proto_value_conversions.h | 261 const sync_pb::EntitySpecifics& specifics);
|
/external/clang/www/ |
OpenProjects.html | 20 intended to be comprehensive. Please ask on cfe-dev for more specifics or to
|
/external/dnsmasq/src/ |
config.h | 77 /* DBUS interface specifics */
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_service_unittest.cc | 46 SyncedNotificationSpecifics specifics = sync_data.GetSpecifics(). local 49 return specifics.coalesced_notification().key(); 244 // Set enough fields in sync_data, including specifics, for our tests
|
/external/libvorbis/doc/ |
08-residue.tex | 350 \subsubsection{format 0 specifics} 384 \subsubsection{format 1 specifics} 416 \subsubsection{format 2 specifics}
|
/external/chromium_org/chrome/browser/extensions/ |
extension_service_unittest.cc | 5552 sync_pb::EntitySpecifics specifics; local 5703 sync_pb::EntitySpecifics specifics; local 5742 sync_pb::EntitySpecifics specifics; local 5795 sync_pb::EntitySpecifics specifics; local 5862 sync_pb::EntitySpecifics specifics; local 5897 sync_pb::EntitySpecifics specifics; local 5961 sync_pb::EntitySpecifics specifics; local [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuBuilder.java | 446 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { 449 pm.queryIntentActivityOptions(caller, specifics, intent, 0); 459 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
MenuBuilder.java | 462 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { 465 pm.queryIntentActivityOptions(caller, specifics, intent, 0); 475 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); [all...] |
/external/chromium/testing/gtest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
view.js | 83 * its specifics.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
signal.h | 266 /* svr4 specifics. different signals above 15, and sigaction. */
|
/external/chromium_org/sandbox/win/src/ |
crosscall_server.h | 42 // specifics of scheduling a thread to service the IPC and the multiple
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.h | 247 // |buffer|'s specifics field to contain the unencrypted data.
|
/external/chromium_org/testing/gtest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMAgent.h | 195 // We also skip whitespace text nodes conditionally. Following methods encapsulate these specifics.
|
/external/gtest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockPackageManager.java | 254 Intent[] specifics, Intent intent, int flags) {
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tic.h | 138 * returns one of these values after loading the specifics into the global
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tic.h | 138 * returns one of these values after loading the specifics into the global
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tic.h | 138 * returns one of these values after loading the specifics into the global
|
/external/chromium/chrome/browser/sync/protocol/ |
sync.proto | 54 // datatype specifics from the code. 211 optional EntitySpecifics specifics = 21;
|