HomeSort by relevance Sort by last modified time
    Searched refs:inherits (Results 1 - 25 of 67) 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);
  /external/checkpolicy/
policy_define.h 23 int define_av_perms(int inherits);
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
results.js 48 goog.inherits(cvox.UnknownResult, cvox.AbstractResult);
57 goog.inherits(cvox.NormalResult, cvox.AbstractResult);
114 goog.inherits(cvox.WeatherResult, cvox.AbstractResult);
207 goog.inherits(cvox.KnowResult, cvox.AbstractResult);
260 goog.inherits(cvox.CalcResult, cvox.AbstractResult);
300 goog.inherits(cvox.GameResult, cvox.AbstractResult);
320 goog.inherits(cvox.ImageResult, cvox.AbstractResult);
380 goog.inherits(cvox.CategoryResult, cvox.AbstractResult);
416 goog.inherits(cvox.AdResult, cvox.AbstractResult);
  /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 118 // pixels. If the icon does not exist, but |inherits| is true, then look for
120 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
156 std::string inherits_; // Name of the theme this one inherits from.
183 bool inherits) {
214 if (!icon_path.empty() || !inherits || inherits_ == "")
220 return theme->GetIconPath(icon_name, size, inherits);
312 } else if (key.compare("Inherits") == 0) {

Completed in 1086 milliseconds

1 2 3