HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 401 - 425 of 1631) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gn/
action_values.h 17 // Holds the values (outputs, args, script name, etc.) for either an action or
24 // Filename of the script to execute.
25 const SourceFile& script() const { return script_; } function in class:ActionValues
28 // Arguments to the script.
32 // Files created by the script. These are strings rather than SourceFiles
41 // Depfile generated by the script.
  /external/icu/icu4c/source/common/
ulocimp.h 54 char *script, int32_t scriptCapacity,
  /external/openfst/src/extensions/far/
farequal.cc 31 namespace s = fst::script;
farextract.cc 37 namespace s = fst::script;
farinfo.cc 34 namespace s = fst::script;
  /external/openfst/src/extensions/pdt/
pdtinfo.cc 29 namespace s = fst::script;
pdtreverse.cc 28 namespace s = fst::script;
  /external/openfst/src/include/fst/script/
prune.h 23 #include <fst/script/arg-packs.h>
24 #include <fst/script/fst-class.h>
25 #include <fst/script/weight-class.h>
30 namespace script { namespace in namespace:fst
48 // converts a script::PruneOptions into a fst::PruneOptions.
148 } // namespace script
  /external/chromium_org/v8/src/
messages.js 264 // objects between script tags in a browser setting.
295 * Set up the Script function and constructor.
297 %FunctionSetInstanceClassName(Script, 'Script');
298 %AddNamedProperty(Script.prototype, 'constructor', Script,
300 %SetCode(Script, function(x) {
301 // Script objects can only be created by the VM.
317 var script = %MessageGetScript(message);
318 var location = script.locationFromPosition(start_position, true)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 206 * Injects a MathJax config script into the page.
207 * This script is picked up by MathJax at load time. It only runs in the page,
214 var script = document.createElement('script');
215 script.setAttribute('type', 'text/x-mathjax-config');
216 script.textContent =
241 document.activeElement.appendChild(script);
246 * Injects a MathJax load script into the page. This should only be injected
247 * after the config script. While the config script can adapted for differen
    [all...]
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 68 def extract_field_names(script):
71 for m in re.finditer(r"$(\w+)", script):
79 def gnuplot(script):
81 gnuplot.stdin.write(script)
183 script = [
193 script.append('set autoscale y2')
194 script.append('set y2tics')
199 script.append(item.to_gnuplot(context))
201 return '\n'.join(script)
209 script = generate_script_and_datafile(plot, trace, '~datafile', outfilename
    [all...]
  /art/dalvikvm/
Android.mk 32 LOCAL_LDFLAGS := -Wl,--version-script,art/sigchainlib/version-script.txt -Wl,--export-dynamic
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 36 android::String8 script("test_description/conf/detect_usb_audio.py");
43 if (!SimpleScriptExec::runScript(script, param, resultStr)) {
44 LOGE("cannot run script");
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
  /device/moto/shamu/
releasetools.py 103 info.script.CacheFreeSpaceCheck(len(source_modem_img.data))
105 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
217 b.WriteScript(info.script, info.output_zip)
221 info.script.Print("Writing radio...")
236 script. Skip any images that do not have a corresponding
257 info.script.AppendExtra('package_extract_file("%s", "%s");' %
261 info.script.Print("Writing bootloader...")
274 info.script.AppendExtra(
282 info.script.AppendExtra(
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 1 // This script should be run in an environment where all DNS resolution are
  /external/chromium_org/chrome/browser/chromeos/login/
resource_loader_browsertest.cc 46 "<script>"
52 "</script>"
53 "<script>";
57 "</script>"
70 void JSEval(const std::string& script) {
72 browser()->tab_strip_model()->GetActiveWebContents(), script));
  /external/chromium_org/chrome/browser/resources/gaia_auth/
channel.js 6 * Channel to the background script.
18 // Message port to use to communicate with background script.
31 * Initialize the channel with given port for the background script.
39 * Connects to the background script with the given name.
  /external/chromium_org/content/browser/media/
webrtc_internals_message_handler.cc 66 base::string16 script = WebUI::GetJavascriptCall("setAecRecordingEnabled", local
70 host->ExecuteJavaScript(script);
  /external/chromium_org/content/test/data/npapi/
npapi.js 2 // This script provides some mechanics for testing NPAPI
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
terminate.js 16 // If the script didn't terminate when abandoned, then it will reach this and
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
dns_fail.js 1 // This script should be run in an environment where all DNS resolution are
  /external/chromium_org/ppapi/tests/
testing_instance.h 108 // Posts a message to the test page to eval() the script.
109 void EvalScript(const std::string& script);
123 void AddPostCondition(const std::string& script);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8EventListener.cpp 84 if (!frame->script().canExecuteScripts(AboutToExecuteScript))
88 return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.h 114 const string& language, const string& script, const string& region) const;
132 // script is a four-letter titlecase (the first letter is uppercase and the
133 // rest of the letters are lowercase) ISO script codes as defined in ISO
138 const string& script,

Completed in 554 milliseconds

<<11121314151617181920>>