HomeSort by relevance Sort by last modified time
    Searched full:scripts (Results 726 - 750 of 3409) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 59 'scripts': '$base/Scripts',
67 'scripts': '$base/Scripts',
76 'scripts': '$base/bin',
83 'scripts': '$base/bin',
90 'scripts': '$userbase/bin',
98 'scripts': '$userbase/Scripts',
105 'scripts': '$base/Scripts'
    [all...]
  /external/chromium_org/testing/gtest/
Makefile.am 15 scripts/fuse_gtest_files.py \
16 scripts/gen_gtest_pred_impl.py \
17 scripts/pump.py \
18 scripts/test/Makefile
142 xcode/Scripts/runtests.sh \
143 xcode/Scripts/versiongenerate.py \
274 # scripts/fuse_gtest_files.py.
279 scripts/fuse_gtest_files.py
284 "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src"
  /external/ceres-solver/scripts/
make_release 36 echo 'usage: scripts/make_release <version>'
54 VERSION_IN_SPEC=$(grep '^Version:' scripts/ceres-solver.spec | \
84 echo "ERROR: Version string from scripts/ceres-solver.spec, which is"
102 python $TMP/scripts/make_docs.py $TMP $DOCS_TMP
119 - Update the release string in scripts/ceres-solver.spec if this is a RC
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 42 // user scripts to see if we need to wait.
54 // One of the user scripts wants to inject into this request, but the
114 const UserScriptList& scripts = extension->content_scripts(); local
115 for (UserScriptList::const_iterator iter = scripts.begin();
116 iter != scripts.end(); ++iter) {
  /external/chromium_org/v8/tools/profviz/
worker.js 29 "load scripts" : load_scripts,
68 function load_scripts(scripts) {
69 time("Loading scripts",
70 function() { for (var i in scripts) importScripts(scripts[i]); });
  /external/dhcpcd/
dhcpcd-run-hooks.8 35 to run any system and user defined hook scripts.
36 System hook scripts are found in
42 The default install supplies hook scripts for configuring
45 Your distribution may have included other hook scripts to say configure
128 and any scripts found in
dhcpcd-run-hooks.8.in 35 to run any system and user defined hook scripts.
36 System hook scripts are found in
42 The default install supplies hook scripts for configuring
45 Your distribution may have included other hook scripts to say configure
130 and any scripts found in
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 28 * The scripts supported by the Font Settings Extension API.
31 advancedFonts.scripts = [
548 for (var i = 0; i < advancedFonts.scripts.length; i++)
549 advancedFonts.clearSettingsForScript(advancedFonts.scripts[i].scriptCode);
586 $('reset-all-scripts-overlay-dialog').hidden = true;
597 $('reset-all-scripts-overlay-dialog').hidden = false;
648 var scripts = advancedFonts.scripts;
649 for (i = 0; i < scripts; ++i) {
650 if (scripts[i].scriptCode == advancedFonts.COMMON_SCRIPT
    [all...]
  /docs/source.android.com/
README 13 python scripts/build.py
17 The included scripts/micro-httpd.py script is helpful for testing the site on
22 HTTP_PORT=8080 python ../scripts/micro-httpd.py
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 201 if "scripts" not in all_resources:
202 all_resources["scripts"] = {}
211 if name in all_resources["scripts"]:
212 assert all_resources["scripts"][name].contents
213 self.dependent_modules.append(all_resources["scripts"][name])
222 all_resources["scripts"][name] = module
340 all_resources["scripts"] = {}
355 if name in all_resources["scripts"]:
361 all_resources["scripts"][module.name] = module
367 for module in all_resources["scripts"].values()
    [all...]
  /external/chromium_org/chrome/test/functional/
pyauto_functional.py 8 Use the following in your scripts to run them standalone:
16 This script can be used as an executable to fire off other scripts, similar
115 # Make scripts in this dir importable
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroid.cpp 44 // This is a hack to use the preferred font for CJK scripts.
83 // This is a hack to use the preferred font for CJK scripts.
96 // For other scripts, use the default generic family mapping logic.
  /ndk/sources/host-tools/sed-4.2.1/
BUGS 52 This syntax may cause problems when running scripts written for other
54 `\|' and `\+' match the literal characters `|' and `+'. Such scripts
58 On the other hand, some scripts use `s|abc\|def||g' to remove occurrences
70 in scripts (`\a', `\c', `\d', `\o', `\r', `\t', `\v', `\x'). These
71 can cause similar problems with scripts written for other seds.
130 in shell scripts, you can set the LC_ALL environment variable to `C',
  /sdk/eclipse/scripts/
build_plugins.sh 5 # Usage: sdk/eclipse/scripts/build_plugins <build_version>
13 # Other properties, ant scripts that drive the build are defined in ./buildConfig
97 scripts/setup_eclipse.sh -p "$BASE_DIR"
113 # parse for build internal site flag. If set, pass in internalSite property to ant scripts
167 BUILDFILE=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.pde.build_*/scripts/build.xml`
176 echo "Installation Error: Eclipse build file org.eclipse.pde.build_.../scripts/build.xml " \
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-watch-expressions.html 3 <p>To begin test, open DevTools, go the Scripts Panel
14 Scripts panel sidebar pane: "<code>this</code>", "<code>a</code>",
  /external/chromium/chrome/browser/metrics/
user_metrics.h 37 // because otherwise our processing scripts won't pick up on new actions.
51 // not automatically found by the action-processing scripts. It can be used
  /external/chromium/testing/gtest/m4/
gtest.m4 35 [AS_IF([test -x "${enable_gtest}/scripts/gtest-config"],
36 [GTEST_CONFIG="${enable_gtest}/scripts/gtest-config"],
  /external/chromium_org/content/public/browser/
user_metrics.h 29 // This ensures that our processing scripts can associate this action's hash
43 // not automatically found by the action-processing scripts. It can be used
  /external/chromium_org/testing/gtest/m4/
gtest.m4 35 [AS_IF([test -x "${enable_gtest}/scripts/gtest-config"],
36 [GTEST_CONFIG="${enable_gtest}/scripts/gtest-config"],
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
bp-in-named-eval-after-reload.html 6 <li><p>switch to the Scripts panel, enabling debug if required
7 <li><p>the available scripts in the select element should be:
  /external/chromium_org/third_party/WebKit/Source/bindings/
PRESUBMIT.py 31 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
43 run_bindings_tests_path = input_api.os_path.join(input_api.PresubmitLocalPath(), pardir, pardir, 'Tools', 'Scripts', 'run-bindings-tests')
  /external/chromium_org/third_party/WebKit/Source/devtools/
concatenated_devtools_audits_js.target.darwin-arm.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditCategories.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditFormatters.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditLauncherView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditResultView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditRules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditsPanel.js $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/inline_js_imports.py front_end/AuditsPanel.js front_end "$(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js"
concatenated_devtools_audits_js.target.darwin-mips.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditCategories.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditFormatters.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditLauncherView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditResultView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditRules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditsPanel.js $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/inline_js_imports.py front_end/AuditsPanel.js front_end "$(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js"
concatenated_devtools_audits_js.target.darwin-x86.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditCategories.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditFormatters.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditLauncherView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditResultView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditRules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditsPanel.js $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/inline_js_imports.py front_end/AuditsPanel.js front_end "$(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js"
concatenated_devtools_audits_js.target.linux-arm.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditCategories.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditFormatters.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditLauncherView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditResultView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditRules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AuditsPanel.js $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/inline_js_imports.py front_end/AuditsPanel.js front_end "$(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js"

Completed in 760 milliseconds

<<21222324252627282930>>