Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 25 of 149) sorted by relevance

123456

/external/svox/pico/lang/
Dall_pico_languages.mk17 $(call inherit-product, external/svox/pico/lang/PicoLangDeDeInSystem.mk)
18 $(call inherit-product, external/svox/pico/lang/PicoLangEnGBInSystem.mk)
19 $(call inherit-product, external/svox/pico/lang/PicoLangEnUsInSystem.mk)
20 $(call inherit-product, external/svox/pico/lang/PicoLangEsEsInSystem.mk)
21 $(call inherit-product, external/svox/pico/lang/PicoLangFrFrInSystem.mk)
22 $(call inherit-product, external/svox/pico/lang/PicoLangItItInSystem.mk)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
Dcommands.py51 inherit=None): argument
70 if inherit is not None:
71 if isinstance(inherit, (str, unicode)):
72 inherit = [inherit]
73 for i_inherit in inherit:
80 for i_inherit in inherit:
Dext.py81 inherit='install',
88 inherit=('build', 'install_lib'),
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
Dcommands.py50 inherit=None): argument
69 if inherit is not None:
70 if isinstance(inherit, str):
71 inherit = [inherit]
72 for i_inherit in inherit:
79 for i_inherit in inherit:
Dext.py80 inherit='install',
87 inherit=('build', 'install_lib'),
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
Dcommands.py50 inherit=None): argument
69 if inherit is not None:
70 if isinstance(inherit, str):
71 inherit = [inherit]
72 for i_inherit in inherit:
79 for i_inherit in inherit:
Dext.py80 inherit='install',
87 inherit=('build', 'install_lib'),
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
Dcommands.py51 inherit=None): argument
70 if inherit is not None:
71 if isinstance(inherit, (str, unicode)):
72 inherit = [inherit]
73 for i_inherit in inherit:
80 for i_inherit in inherit:
Dext.py81 inherit='install',
88 inherit=('build', 'install_lib'),
/external/linux-tools-perf/src/tools/perf/tests/attr/
Dtest-record-group-sampling10 inherit=0
31 # inherit is disabled for group sampling
32 inherit=0
Dtest-record-no-inherit7 inherit=0
Dtest-stat-no-inherit7 inherit=0
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit1 # Id: racoon.conf.sample-inherit,v 1.3 2005/12/13 16:41:07 vanhu Exp
30 remote 3ffe:ffff::1 inherit anonymous
36 remote 3ffe:ffff::1 [8000] inherit 3ffe:ffff::1
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Ddefault.css36 background-color: inherit;
44 background-color: inherit;
346 background-color: inherit;
348 color: inherit;
353 color: inherit;
/external/chromium-trace/trace-viewer/third_party/Paste/docs/web/
Ddefault-site.css27 background-color: inherit;
31 background-color: inherit;
334 background-color: inherit;
336 color: inherit;
341 color: inherit;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
Dsearchcvs.css5 font: inherit;
6 letter-spacing: inherit;
/external/linux-tools-perf/src/tools/perf/util/
Dpython.c555 inherit = 0, in pyrf_evsel__init() local
578 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
597 attr.inherit = inherit; in pyrf_evsel__init()
632 int group = 0, inherit = 0; in pyrf_evsel__open() local
636 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
645 evsel->attr.inherit = inherit; in pyrf_evsel__open()
/external/llvm/docs/_themes/llvm-theme/
Dtheme.conf2 inherit = basic
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/
Dtheme.conf2 inherit = basic
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
Dbox-model-hack.out1 #elem{width:100px;voice-family:"\"}\"";voice-family:inherit;width:200px}html>body #elem{width:200px}
Dbox-model-hack.out.b1 #elem{width:100px;voice-family:"\"}\"";voice-family:inherit;width:200px}html>body #elem{width:200px}
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
Dbox-model-hack.css4 voice-family:inherit;
Dbox-model-hack.css.min1 #elem{width:100px;voice-family:"\"}\"";voice-family:inherit;width:200px}html>body #elem{width:200px}
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-trace.txt57 --no-inherit::
58 Child tasks do not inherit counters.
/external/bison/lib/
Dfcntl.c59 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; in dupfd() local
89 inherit, /* InheritHandle */ in dupfd()

123456