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

1 2

  /system/sepolicy/
access_vectors 85 # class class_name [ inherits common_name ] { permission_name ... }
107 inherits file
120 inherits file
130 inherits file
138 inherits file
148 inherits file
156 inherits file
164 inherits file
182 inherits socket
185 inherits socke
    [all...]
  /external/selinux/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/selinux/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/selinux/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/selinux/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-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
messages.js 47 goog.inherits(ProtoRpc.ValidationError, ProtoRpc.Util.Error);
60 goog.inherits(ProtoRpc.EnumDefinitionError, ProtoRpc.Util.Error);
73 goog.inherits(ProtoRpc.FieldDefinitionError, ProtoRpc.Util.Error);
86 goog.inherits(ProtoRpc.InvalidVariantError, ProtoRpc.FieldDefinitionError);
99 goog.inherits(ProtoRpc.InvalidNumberError, ProtoRpc.FieldDefinitionError);
112 goog.inherits(ProtoRpc.DuplicateNumberError, ProtoRpc.Util.Error);
125 goog.inherits(ProtoRpc.DefinitionNotFoundError, ProtoRpc.Util.Error);
138 goog.inherits(ProtoRpc.DecodeError, ProtoRpc.Util.Error);
271 goog.inherits(ProtoRpc.MessageDefinition_, ProtoRpc.Definition_);
578 goog.inherits(ProtoRpc.IntegerField, ProtoRpc.Field)
    [all...]
util.js 36 goog.inherits(ProtoRpc.Util.Error, goog.debug.Error);
  /external/selinux/checkpolicy/
policy_define.h 22 int define_av_perms(int inherits);
policy_scan.l 75 INHERITS |
76 inherits { return(INHERITS); }
  /external/v8/test/mjsunit/
readonly.js 62 var inherits = [CreateFromConstructor, CreateFromApi, CreateWithProperty]; variable
77 p = inherits[Math.floor(inherits.length * Math.random())](p)();
  /external/selinux/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-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/debug/
error.js 43 goog.inherits(goog.debug.Error, Error);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
wrapperxmlhttpfactory.js 55 goog.inherits(goog.net.WrapperXmlHttpFactory, goog.net.XmlHttpFactory);
  /external/v8/src/debug/
mirrors.js 219 * The Function.prototype.inherits from lang.js rewritten as a standalone
229 function inherits(ctor, superCtor) { function
548 inherits(ValueMirror, Mirror);
588 inherits(UndefinedMirror, ValueMirror);
604 inherits(NullMirror, ValueMirror);
621 inherits(BooleanMirror, ValueMirror);
638 inherits(NumberMirror, ValueMirror);
655 inherits(StringMirror, ValueMirror);
684 inherits(SymbolMirror, ValueMirror);
709 inherits(ObjectMirror, ValueMirror)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 40 // If a non-malicious child accidentally inherits an open ordinary file,
42 // accidentally inherits the write end of a pipe, then the reader
  /prebuilts/go/linux-x86/src/syscall/
exec_unix.go 40 // If a non-malicious child accidentally inherits an open ordinary file,
42 // accidentally inherits the write end of a pipe, then the reader
  /external/v8/tools/
tickprocessor.js 29 function inherits(childCtor, parentCtor) { function
40 inherits(V8Profile, Profile);
106 inherits(SnapshotLogProcessor, LogReader);
253 inherits(TickProcessor, LogReader);
706 inherits(UnixCppEntriesProvider, CppEntriesProvider);
754 inherits(MacCppEntriesProvider, UnixCppEntriesProvider);
774 inherits(WindowsCppEntriesProvider, CppEntriesProvider);
  /external/icu/icu4c/source/test/intltest/
restest.cpp 94 UBool inherits[e_Where_count]; member in struct:__anon13631
99 // "IN" means inherits
353 if (is_in[j] && param[i].inherits[j])

Completed in 2331 milliseconds

1 2