Searched defs:inherits (Results 1 - 11 of 11) sorted by relevance
/external/v8/test/mjsunit/ |
H A D | readonly.js | 62 var inherits = [CreateFromConstructor, CreateFromApi, CreateWithProperty]; variable 77 p = inherits[Math.floor(inherits.length * Math.random())](p)();
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
H A D | base.js | 1403 * goog.inherits(ChildClass, ParentClass); 1422 goog.inherits = function(childCtor, parentCtor) { 1443 * This function only works if you use goog.inherits to express
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | crestst.c | 65 UBool inherits[e_Where_count]; member in struct:__anon6997 69 /* "IN" means inherits */ 305 if (is_in[j] && param[i].inherits[j]) 315 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n", 322 param[i].inherits[j]?"Yes":"No",
|
H A D | creststn.c | 157 UBool inherits[e_Where_count]; member in struct:__anon7001 162 /* "IN" means inherits */ 1648 if (is_in[j] && param[i].inherits[j]) 1658 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n", 1665 param[i].inherits[j]?"Yes":"No",
|
/external/icu/icu4c/source/test/intltest/ |
H A D | restest.cpp | 94 UBool inherits[e_Where_count]; member in struct:__anon7092 99 // "IN" means inherits 353 if (is_in[j] && param[i].inherits[j])
|
H A D | restsnew.cpp | 93 UBool inherits[e_Where_count]; member in struct:__anon7095 98 // "IN" means inherits 671 if (is_in[j] && param[i].inherits[j])
|
/external/v8/tools/ |
H A D | tickprocessor.js | 29 function inherits(childCtor, parentCtor) { function 40 inherits(V8Profile, Profile); 179 inherits(TickProcessor, LogReader); 634 inherits(UnixCppEntriesProvider, CppEntriesProvider); 682 inherits(MacCppEntriesProvider, UnixCppEntriesProvider); 705 inherits(WindowsCppEntriesProvider, CppEntriesProvider);
|
/external/v8/src/debug/ |
H A D | mirrors.js | 219 * The Function.prototype.inherits from lang.js rewritten as a standalone 229 function inherits(ctor, superCtor) { function 550 inherits(ValueMirror, Mirror); 590 inherits(UndefinedMirror, ValueMirror); 606 inherits(NullMirror, ValueMirror); 623 inherits(BooleanMirror, ValueMirror); 640 inherits(NumberMirror, ValueMirror); 657 inherits(StringMirror, ValueMirror); 686 inherits(SymbolMirror, ValueMirror); 711 inherits(ObjectMirro [all...] |
/external/selinux/checkpolicy/ |
H A D | policy_define.c | 580 int define_av_perms(int inherits) argument 615 if (inherits) { 619 ("no inherits name for access vector definition?"); 654 if (inherits) {
|
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-user.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ... |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |
Completed in 776 milliseconds