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

1 2 3 4 5 6 7 8 91011>>

  /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/dbus/doc/
busconfig.dtd 61 <!ELEMENT selinux (associate)*>
62 <!ELEMENT associate EMPTY>
63 <!ATTLIST associate
  /external/dbus/test/data/valid-config-files/
basic.conf 26 <associate own="org.freedesktop.FrobationaryMeasures"
28 <associate own="org.freedesktop.BlahBlahBlah"
  /external/sepolicy/
file.te 88 allow fs_type self:filesystem associate;
89 allow sysfs_type sysfs:filesystem associate;
90 allow file_type labeledfs:filesystem associate;
91 allow file_type tmpfs:filesystem associate;
92 allow dev_type tmpfs:filesystem associate;
global_macros 37 define(`r_ipc_perms', `{ getattr read associate unix_read }')
  /external/chromium/net/proxy/
proxy_resolver_request_context.h 15 // "FindProxyForURL()". It is used to associate per-request
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 42 * @param picture The picture to associate with the drawable. May be null.
58 * Associate a picture with this drawable. The picture may be null.
60 * @param picture The picture to associate with the drawable. May be null.
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 6 Create vocabulary object and associate with grammar:
  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.cc 54 Associate(profile, service);
62 void ProfileKeyedServiceFactory::Associate(Profile* profile,
profile_keyed_service_factory.h 27 // Associate an already-created |service| with |profile| for this factory.
32 Associate(profile, service);
64 void Associate(Profile* profile, ProfileKeyedService* service);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 117 * configuration. wpa_supplicant is not trying to associate with a new
132 * WPA_ASSOCIATING - Trying to associate with a BSS/SSID
135 * to associate with and the driver is configured to try to associate
137 * state is entered when the driver is configured to try to associate
  /external/wpa_supplicant_8/src/common/
defs.h 160 * configuration. wpa_supplicant is not trying to associate with a new
185 * WPA_ASSOCIATING - Trying to associate with a BSS/SSID
188 * to associate with and the driver is configured to try to associate
190 * state is entered when the driver is configured to try to associate
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.cc 62 if (!Associate()) {
63 // We failed to associate and are aborting.
77 bool FrontendDataTypeController::Associate() {
frontend_data_type_controller.h 66 // associate models. The default implementation is a no-op.
69 // Build sync components and associate models.
70 virtual bool Associate();
bookmark_data_type_controller.cc 36 return true; // Continue to Associate().
58 Associate();
frontend_data_type_controller_mock.h 32 MOCK_METHOD0(Associate, bool());
password_model_associator.h 42 // * Algorithm to associate password model and sync model.
89 virtual void Associate(const std::string* node, int64 sync_id);
preference_model_associator.h 33 // * Algorithm to associate preferences model and sync model.
87 virtual void Associate(const PrefService::Preference* node, int64 sync_id);
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h 21 // Boilerplate class that is used to associate the LoginUI code with the URL
83 // Boilerplate class that is used to associate the LoginUI code with the WebUI
  /frameworks/av/include/media/nbaio/
MonoPipeReader.h 29 // Construct a MonoPipeReader and associate it with a MonoPipe;
PipeReader.h 29 // Construct a PipeReader and associate it with a Pipe
  /libcore/luni/src/main/java/libcore/io/
StructPollfd.java 40 * their fd belongs to. This is used by Selector, for example, to associate each
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringWizard.java 35 * @param ref The instance of {@link ExtractStringRefactoring} to associate to the wizard.
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 54 * configuration. wpa_supplicant is not trying to associate with a new
78 * Trying to associate with a BSS/SSID.
81 * to associate with and the driver is configured to try to associate
83 * state is entered when the driver is configured to try to associate
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 20 # [:file or :name] the (file) name to associate with the stream; default: <tt>'(string)'</tt>
57 # [:file or :name] the (file) name to associate with the stream; default: <tt>'(string)'</tt>

Completed in 4901 milliseconds

1 2 3 4 5 6 7 8 91011>>