HomeSort by relevance Sort by last modified time
    Searched full:associate (Results 26 - 50 of 598) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.h 42 // * Algorithm to associate typed_url model and sync model.
92 virtual void Associate(const std::string* node, int64 sync_id);
autofill_model_associator.h 42 // * Algorithm to associate autofill model and sync model.
84 virtual void Associate(const std::string* node, int64 sync_id);
146 // associate all remaining nodes.
autofill_profile_model_associator.h 40 // * Algorithm to associate autofill model and sync model.
88 virtual void Associate(const std::string* node, int64 sync_id);
133 // associate all remaining nodes.
autofill_profile_model_associator_unittest.cc 64 MOCK_METHOD2(Associate, void(const std::string*, int64));
124 EXPECT_CALL(associator_, Associate(Pointee(guid), 1));
249 Associate(Pointee(guid), 1));
bookmark_model_associator.h 33 // * Algorithm to associate bookmark model and sync model.
79 virtual void Associate(const BookmarkNode* node, int64 sync_id);
116 // Associate a top-level node of the bookmark model with a permanent node in
autofill_model_associator.cc 100 Associate(&tag, node.GetId());
110 Associate(&tag, node.GetId());
339 Associate(&tag, node.GetId());
360 Associate(&guid, sync_id);
370 Associate(&guid, node.GetId());
431 void AutofillModelAssociator::Associate(
preference_change_processor.cc 73 // which case we also need to create a sync node and associate it.
165 // If this is a newly added node, associate.
170 model_associator_->Associate(preference, changes[i].id);
  /external/dbus/bus/
config-parser-common.c 114 else if (strcmp (name, "associate") == 0)
177 return "associate";
  /external/oprofile/libpp/
symbol.h 49 /// associate vma address with a file location and a samples count
61 /// associate a symbol with a file location, samples count and vma address
  /external/webkit/Source/JavaScriptCore/API/
JSWeakObjectMapRefPrivate.h 64 @param key The key to associate a weak reference with.
65 @param object The user defined object to associate with the key.
  /libcore/luni/src/main/java/java/util/
Dictionary.java 25 * associate keys with values, such as {@code Hashtable}.
78 * Associate {@code key} with {@code value} in this dictionary. If {@code
  /dalvik/vm/arch/generic/
Hints.cpp 30 * The class loader will associate with each method a 32-bit info word
  /external/bluetooth/glib/docs/reference/glib/tmpl/
datasets.sgml 5 associate groups of data elements with particular memory locations
9 Datasets associate groups of data elements with particular memory locations.
10 These are useful if you need to associate data with a structure returned
12 its location in memory as the key into a dataset, where you can associate
  /external/chromium/chrome/browser/debugger/
devtools_protocol_handler.h 40 // |tool_name| is the name of the Tool to associate the listener with.
  /frameworks/base/core/java/android/util/
LogPrinter.java 38 * @param tag A string tag to associate with each printed log statement.
  /frameworks/support/v4/java/android/support/v4/util/
LogWriter.java 37 * @param tag A string tag to associate with each printed log statement.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
OpenCreateAssetSetWizardAction.java 34 * @param project the initial project to associate with the wizard
  /external/v8/src/
compilation-cache.h 223 // Associate the (source, kind) pair to the shared function
228 // Associate the (source, context->closure()->shared(), kind) triple
236 // Associate the (source, flags) pair to the given regexp data.
  /frameworks/base/core/java/android/view/
ActionMode.java 38 * <p>Like the tag available to views, this allows applications to associate arbitrary
41 * @param tag Tag to associate with this ActionMode
52 * <p>Like the tag available to views, this allows applications to associate arbitrary
  /build/core/
distdir.mk 44 # Other parts of the system should use this function to associate
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioStreamTest.java 33 stream.associate(address, 1000);
  /dalvik/vm/arch/arm/
HintsEABI.cpp 30 * The class loader will associate with each method a 32-bit info word
  /dalvik/vm/arch/x86/
Hints386ABI.cpp 30 * The class loader will associate with each method a 32-bit info word
  /dalvik/vm/arch/x86-atom/
Hints386ABI.cpp 17 * The class loader will associate with each method a 32-bit info word
  /external/bluetooth/glib/gio/
gdesktopappinfo.h 73 * Interface that is used by backends to associate default

Completed in 1165 milliseconds

12 3 4 5 6 7 8 91011>>