HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 351 - 375 of 1554) sorted by null

<<11121314151617181920>>

  /external/openfst/src/include/fst/script/
draw.h 20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/draw-impl.h>
28 namespace script { namespace in namespace:fst
109 } // namespace script
rmepsilon.h 23 #include <fst/script/arg-packs.h>
24 #include <fst/script/fst-class.h>
25 #include <fst/script/weight-class.h>
26 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions
33 %include "nlp/fst/script/shortest-distance.h"
38 namespace script { namespace in namespace:fst
44 struct RmEpsilonOptions : public fst::script::ShortestDistanceOptions {
50 WeightClass w = fst::script::WeightClass::Zero(),
62 // this function takes care of transforming a script-land RmEpsilonOptions
193 fst::script::RmEpsilonOptions())
    [all...]
  /external/skia/include/xml/
SkJS.h 28 SkBool EvaluateScript(const char* script, jsval* rVal);
  /external/v8/test/mjsunit/
debug-liveedit-breakpoints.js 63 var script = Debug.findScript(F25); variable
67 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 1, 1, "true || false || false");
68 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 6, 1, "true || false || false");
69 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 14, 1, "true || false || false");
73 var new_source = script.source.replace(function_z_text, "");
77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
83 // One breakpoint gets duplicated in a old version of script.
89 if (breaks[i].script_id() == script.id) {
debug-script-breakpoints.js 32 // Set and remove a script break point for a named script.
41 // Set three script break points for named scripts.
46 // Check the content of the script break points.
64 // Remove script break points (in another order than they where added).
73 // Set and remove a script break point for a script id.
82 // Set three script break points for script ids.
87 // Check the content of the script break points
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tools.py 29 script = os.path.join(scriptsdir, 'reindent.py') variable in class:ReindentTests
32 assert_python_ok(self.script)
35 rc, out, err = assert_python_ok(self.script, '-h')
41 script = os.path.join(scriptsdir, 'pindent.py') variable in class:PindentTests
49 (sys.executable, self.script) + args,
63 with open(self.script) as f:
68 rc, out, err = assert_python_ok(self.script, '-d', data_path)
81 rc, out, err = assert_python_ok(self.script, '-c', data_path)
92 rc, out, err = assert_python_ok(self.script, '-r', data_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tools.py 29 script = os.path.join(scriptsdir, 'reindent.py') variable in class:ReindentTests
32 assert_python_ok(self.script)
35 rc, out, err = assert_python_ok(self.script, '-h')
41 script = os.path.join(scriptsdir, 'pindent.py') variable in class:PindentTests
49 (sys.executable, self.script) + args,
63 with open(self.script) as f:
68 rc, out, err = assert_python_ok(self.script, '-d', data_path)
81 rc, out, err = assert_python_ok(self.script, '-c', data_path)
92 rc, out, err = assert_python_ok(self.script, '-r', data_path)
  /external/llvm/utils/lit/lit/
TestRunner.py 279 script = tmpBase + '.script'
281 script += '.bat'
283 # Write script file
287 f = open(script, mode)
298 command = ['cmd','/c', script]
301 command = [bashPath, script]
303 command = ['/bin/sh', script]
331 script and extract the lines to 'RUN' as well as 'XFAIL' and 'REQUIRES'
367 # Collect the test lines from the script
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 28 // LiveEdit feature implementation. The script should be executed after
32 // according to changes of script source (if possible).
34 // When new script source is put in, the difference is calculated textually,
39 // version of the script) it remains unchanged, but the code that could
40 // create a new instance of this function goes away. An old version of script
52 // Applies the change to the script.
55 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only,
58 var old_source = script.source;
60 // Gather compile information about old version of script.
61 var old_compile_info = GatherCompileInfo(old_source, script);
    [all...]
compiler.cc 57 CompilationInfo::CompilationInfo(Handle<Script> script,
60 script_(script),
62 Initialize(script->GetIsolate(), BASE, zone);
70 script_(Handle<Script>(Script::cast(shared_info->script()))),
81 script_(Handle<Script>(Script::cast(shared_info_->script()))),
566 Handle<Script> script = info->script(); local
720 Handle<Script> script = isolate->factory()->NewScript(source); local
784 Handle<Script> script = isolate->factory()->NewScript(source); local
1214 Handle<Script> script = info->script(); local
    [all...]
accessors.cc 168 Object* script = JSValue::cast(object)->value(); local
169 return Script::cast(script)->source();
186 Object* script = JSValue::cast(object)->value(); local
187 return Script::cast(script)->name();
204 Object* script = JSValue::cast(object)->value(); local
205 return Script::cast(script)->id();
222 Object* script = JSValue::cast(object)->value() local
240 Object* script = JSValue::cast(object)->value(); local
258 Object* script = JSValue::cast(object)->value(); local
276 Object* script = JSValue::cast(object)->value(); local
294 Object* script = JSValue::cast(object)->value(); local
341 Object* script = JSValue::cast(object)->value(); local
359 Object* script = JSValue::cast(object)->value(); local
417 Object* script = JSValue::cast(object)->value(); local
    [all...]
  /external/v8/src/
debug-debugger.js 63 // The different types of script compilations matching enum
64 // Script::CompilationType in objects.h.
69 // The different script break point types.
251 // Object representing a script break point. The script is referenced by its
252 // script name or script id and the break point is represented as line and
277 //Creates a clone of script breakpoint that is linked to another script.
385 // Set ignore count on all break points created from this script break point
645 var script = %FunctionGetScript(func); variable
    [all...]
liveedit-debugger.js 28 // LiveEdit feature implementation. The script should be executed after
32 // according to changes of script source (if possible).
34 // When new script source is put in, the difference is calculated textually,
39 // version of the script) it remains unchanged, but the code that could
40 // create a new instance of this function goes away. An old version of script
50 // Applies the change to the script.
53 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only,
56 var old_source = script.source;
58 // Gather compile information about old version of script.
59 var old_compile_info = GatherCompileInfo(old_source, script);
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 358 bool SkScriptEngine2::evaluateDot(const char*& script) {
359 size_t fieldLength = token_length(++script); // skip dot
361 const char* field = script;
362 script += fieldLength;
368 return evaluateDotParam(script, field, fieldLength);
373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) {
380 while (is_ws(ch = script[0]))
381 script++;
388 success = functionParams(&script, &params);
399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0)
409 const char* script = *scriptPtr; local
473 const char* script = *scriptPtr; local
1485 const char* script = scriptTests[index].fScript; local
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 358 bool SkScriptEngine2::evaluateDot(const char*& script) {
359 size_t fieldLength = token_length(++script); // skip dot
361 const char* field = script;
362 script += fieldLength;
368 return evaluateDotParam(script, field, fieldLength);
373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) {
380 while (is_ws(ch = script[0]))
381 script++;
388 success = functionParams(&script, &params);
399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0)
409 const char* script = *scriptPtr; local
473 const char* script = *scriptPtr; local
1485 const char* script = scriptTests[index].fScript; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-script-breakpoints.js 32 // Set and remove a script break point for a named script.
41 // Set three script break points for named scripts.
46 // Check the content of the script break points.
64 // Remove script break points (in another order than they where added).
73 // Set and remove a script break point for a script id.
82 // Set three script break points for script ids.
87 // Check the content of the script break points
    [all...]
  /build/core/
raw_executable.mk 19 $(addprefix --script ,$(PRIVATE_LINK_SCRIPT)) \
  /dalvik/dx/
Android.mk 6 # script files' timestamps are at least as new as the
12 # the dx script
32 # the dexmerger script
50 # the jasmin script
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/chromium-libpac/test/js-unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeFieldsTest.java 56 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable {
57 executeJavaScript("testObject.setStringValue(" + script + ");");
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
resolve_host.js 5 // This script passes the URL's host to dnsResolveEx().
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/chromium_org/ppapi/cpp/private/
instance_private.cc 65 VarPrivate InstancePrivate::ExecuteScript(const Var& script, Var* exception) {
71 script.pp_var(),

Completed in 1208 milliseconds

<<11121314151617181920>>