/external/libchrome/base/metrics/ |
user_metrics_action.h | 19 // because otherwise our processing scripts won't pick up on new actions.
|
/external/llvm/test/Other/ |
can-execute.txt | 6 * For shell scripts, we also need to be able to read them.
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
Makefile.am | 28 # Provide compatibility with scripts for the old Mesa build system for
|
/external/netperf/ |
README.vmware | 12 that the scripts, should you chose to use them, will need to be
|
/external/noto-fonts/other/ |
README.android | 7 Noto fonts, for supporting several languages and scripts.
|
/external/pcre/dist/cmake/ |
FindReadline.cmake | 2 # http://websvn.kde.org/trunk/KDE/kdeedu/cmake/modules/COPYING-CMAKE-SCRIPTS
|
/external/selinux/libsepol/include/ |
Makefile | 17 ../../scripts/Lindent $(wildcard sepol/*.h)
|
/external/selinux/policycoreutils/run_init/ |
run_init.8 | 21 /etc/selinux/POLICYTYPE/contexts/initrc_context - contains the context to run init scripts under
|
/external/selinux/policycoreutils/semodule_deps/ |
Makefile | 28 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/policycoreutils/semodule_expand/ |
Makefile | 28 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/policycoreutils/semodule_link/ |
Makefile | 28 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/policycoreutils/semodule_package/ |
Makefile | 30 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/policycoreutils/sepolgen-ifgen/ |
Makefile | 23 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/skia/src/animator/ |
thingstodo.txt | 4 candidates are scripts
|
/external/toybox/lib/ |
toyflags.h | 3 * Included from both main.c (runs in toys.h context) and scripts/install.c
|
/external/v8/test/mjsunit/ |
debug-break-native.js | 30 Debug.scripts(); // break
|
debug-scripts-request.js | 37 var base_request = '"seq":0,"type":"request","command":"scripts"' 65 // Test illegal scripts requests. 68 // Test legal scripts requests. 76 // Test request for all scripts.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 43 def get_build_scripts_cmd(self, target, scripts): 46 dist.scripts = scripts 94 # --with-suffix=3`, python is compiled okay but the build scripts
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 43 def get_build_scripts_cmd(self, target, scripts): 46 dist.scripts = scripts 94 # --with-suffix=3`, python is compiled okay but the build scripts
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
group8a.d | 8 # cr16 and crx use non-standard scripts with memory regions, which don't play
|
group8b.d | 8 # cr16 and crx use non-standard scripts with memory regions, which don't play
|
group9a.d | 8 # cr16 and crx use non-standard scripts with memory regions, which don't play
|
init-fini-arrays.d | 6 # cr16 and crx use non-standard scripts with memory regions, which don't play
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_call26_boundary.s | 2 # This .s file is used with several different linker scripts that vary the
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
find_modules.py | 135 # Scripts are python files 243 def find_needed_modules(mf=None, scripts=(), includes=(), packages=(), warn=warnings.warn): 248 for path in scripts: 319 def find_modules(scripts=(), includes=(), packages=(), excludes=(), path=None, debug=0): 322 scripts, includes, packages, excludes 330 scripts = set(scripts) 341 find_needed_modules(mf, scripts, includes, packages) 356 scripts = sys.argv[1:] or [__file__] 357 mf = find_modules(scripts=scripts [all...] |