HomeSort by relevance Sort by last modified time
    Searched refs:inherits (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/libsepol/tests/policies/test-expander/
alias-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
role-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
user-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
base-base-only.conf 12 inherits file
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
  /external/sepolicy/
access_vectors 126 # class class_name [ inherits common_name ] { permission_name ... }
148 inherits file
161 inherits file
171 inherits file
179 inherits file
189 inherits file
197 inherits file
205 inherits file
223 inherits socket
226 inherits socke
    [all...]
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
base-notmetreq.conf 137 # class class_name [ inherits common_name ] { permission_name ... }
159 inherits file
169 inherits file
176 inherits file
179 inherits file
182 inherits file
185 inherits file
188 inherits file
201 inherits socket
204 inherits socke
    [all...]
  /external/libsepol/tests/policies/test-linker/
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 29 inherits(DetailsView, TabSwitcherView);
66 inherits(DetailsSubView, DivView);
104 inherits(DetailsLogView, DetailsSubView);
121 inherits(DetailsTimelineView, DetailsSubView);
httpcacheview.js 18 inherits(HttpCacheView, DivView);
httpthrottlingview.js 18 inherits(HttpThrottlingView, DivView);
view.js 92 inherits(DivView, View);
128 inherits(WindowView, View);
socketsview.js 29 inherits(SocketsView, DivView);
topmidbottomview.js 36 inherits(TopMidBottomView, View);
dnsview.js 47 inherits(DnsView, DivView);
serviceprovidersview.js 32 inherits(ServiceProvidersView, DivView);
  /external/checkpolicy/
policy_define.h 23 int define_av_perms(int inherits);
  /external/chromium_org/v8/test/mjsunit/
readonly.js 62 var inherits = [CreateFromConstructor, CreateFromApi, CreateWithProperty]; variable
77 p = inherits[Math.floor(inherits.length * Math.random())](p)();
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 154 inherits file
163 inherits file
170 inherits file
172 inherits file
179 inherits file
181 inherits file
183 inherits file
189 inherits socket
191 inherits socket
200 inherits socke
    [all...]
  /external/chromium/base/
mime_util_xdg.cc 120 // pixels. If the icon does not exist, but |inherits| is true, then look for
122 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
158 std::string inherits_; // Name of the theme this one inherits from.
186 bool inherits) {
217 if (!icon_path.empty() || !inherits || inherits_ == "")
223 return theme->GetIconPath(icon_name, size, inherits);
315 } else if (key.compare("Inherits") == 0) {
  /external/chromium_org/base/nix/
mime_util_xdg.cc 119 // pixels. If the icon does not exist, but |inherits| is true, then look for
121 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
157 std::string inherits_; // Name of the theme this one inherits from.
184 bool inherits) {
215 if (!icon_path.empty() || !inherits || inherits_ == "")
221 return theme->GetIconPath(icon_name, size, inherits);
313 } else if (key.compare("Inherits") == 0) {

Completed in 767 milliseconds

1 2 3