HomeSort by relevance Sort by last modified time
    Searched full:associate (Results 1 - 25 of 989) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/asus/fugu/sepolicy/
sepfs.te 2 allow file_type sepfs:filesystem associate;
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 136 associate
149 associate
977 allow bin_t fs_t:filesystem associate;
978 allow bin_t noxattrfs:filesystem associate;
980 allow sbin_t fs_t:filesystem associate;
981 allow sbin_t noxattrfs:filesystem associate;
983 allow ls_exec_t fs_t:filesystem associate;
984 allow ls_exec_t noxattrfs:filesystem associate;
987 allow shell_exec_t fs_t:filesystem associate;
988 allow shell_exec_t noxattrfs:filesystem associate;
    [all...]
  /external/chromium_org/ppapi/examples/printing/
README.txt 2 associate the plugin with a MIME type your server returns.
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ChildrenAssociationPolicy.java 24 /** Anyone may associate leaf nodes with the collection */
27 /** Only collection node owners may associate leaf nodes with the collection. */
30 /** Only those on a whitelist may associate leaf nodes with the collection. */
  /external/chromium_org/ios/public/consumer/base/
supports_user_data.h 18 // Derive from this class and add your own data members to associate extra
26 // The user data allows the clients to associate data with this object.
  /external/sepolicy/
file.te 159 allow fs_type self:filesystem associate;
160 allow sysfs_type sysfs:filesystem associate;
161 allow file_type labeledfs:filesystem associate;
162 allow file_type tmpfs:filesystem associate;
163 allow file_type rootfs:filesystem associate;
164 allow dev_type tmpfs:filesystem associate;
173 neverallow fs_type file_type:filesystem associate;
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 38 * @param picture The picture to associate with the drawable. May be null.
54 * Associate a picture with this drawable. The picture may be null.
56 * @param picture The picture to associate with the drawable. May be null.
  /external/chromium_org/apps/app_shim/
app_shim_launch.h 11 // Process the app shim's LaunchAppmessage and associate the shim with the
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.h 75 // associate models. The default implementation is a no-op.
78 // False - if models are not ready. Associate() should be called when the
130 // Build sync components and associate models.
135 virtual bool Associate();
frontend_data_type_controller_mock.h 35 MOCK_METHOD0(Associate, bool());
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_datatype_helper.cc 19 ASSERT_TRUE(test != NULL) << "Cannot associate with null test.";
  /external/chromium_org/chrome/browser/translate/
translate_accept_languages_factory.h 14 // TranslateAcceptLanguagesFactory is a way to associate a
  /external/chromium_org/components/sync_driver/
ui_data_type_controller.h 69 // associate models. The default implementation is a no-op.
107 // is passed to |local_service_| during Associate(). We release our reference
128 // Associate the sync model with the service's model, then start syncing.
129 virtual void Associate();
model_association_manager.h 60 // to associate subset of |desired_types|.
125 // Data types that are requested to associate.
132 // Data types that are loaded, i.e. ready to associate.
151 // Time when StartAssociationAsync() is called to associate for a set of data
161 // Timer to track and limit how long a datatype takes to model associate.
  /external/chromium_org/content/public/browser/
file_descriptor_info.h 13 // that is been created and allows to associate that file with a specific ID.
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 6 Create vocabulary object and associate with grammar:
  /external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.h 34 // Associate method) with a WebContents for which URLRequests are to be
48 static void Associate(content::WebContents* web_contents,
  /external/chromium_org/base/
supports_user_data.h 23 // Derive from this class and add your own data members to associate extra
31 // The user data allows the clients to associate data with this object.
  /external/chromium_org/content/common/
screen_orientation_messages.h 39 // back so the renderer process can associate the response to the right request.
48 // process can associate the response to the right request.
  /external/chromium_org/chrome/browser/resources/pdf/
background.js 13 * associate an ID with the request but this code will probably change
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_within_tab_helper.h 14 // The purpose of this class is to associate some fullscreen state at the tab
  /external/chromium_org/content/test/
mock_keyboard.cc 43 // Retrieve Unicode characters associate with the key code.
  /external/chromium_org/extensions/browser/
extension_prefs_factory.cc 32 Associate(context, prefs);
  /external/chromium_org/net/ocsp/
nss_ocsp.h 30 // and associate it with the current thread.
  /external/chromium_org/ppapi/cpp/dev/
selection_dev.h 15 // This class allows you to associate the PPP_Selection_Dev C-based interface

Completed in 575 milliseconds

1 2 3 4 5 6 7 8 91011>>