Searched defs:script (Results 276 - 300 of 488) sorted by relevance

<<11121314151617181920

/external/chromium_org/third_party/skia/src/animator/
H A DSkMemberInfo.cpp233 SkASSERT(sizeof("string") == sizeof("script"));
235 memcpy(&stringHeader[1], "script", sizeof("script") - 1);
240 if (strncmp(rawValue, "#script:", sizeof("#script:") - 1) != 0)
245 case SkType_MSec: // for the purposes of script, MSec is treated as a Scalar
251 const char* script = valueStr.c_str(); local
252 success = engine.evaluateScript(&script, &scriptValue);
278 goto writeStruct; // real structs have already been written by script
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp192 SkBool SkJS::EvaluateScript(const char* script, jsval* rVal) { argument
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dxcode.py261 script = ''
263 script = script + 'cd "%s"\n' % \
268 script = script + "\n".join(
290 script = script + 'exec ' + command_prefix + '%s\nexit 1\n' % \
295 'shellScript': script,
745 # Add custom shell script phases for "actions" sections.
747 # There's no need to write anything into the script t
1160 script = 'exec ' + action_string_sh + '\\nexit 1\\n' variable
[all...]
/external/chromium_org/v8/samples/
H A Dlineprocessor.cc44 * script. The script is specified with command line parameters.
53 * for processing every time. This is a sample script:
63 * and print converted lines to output itself. This a sample script:
87 bool RunCppCycle(v8::Handle<v8::Script> script,
140 printf("Only one script may be specified\n");
167 v8::Handle<v8::Script> script; local
169 // Compile script in try/catch context.
172 script = v8::Script::Compile(script_source, &origin);
173 if (script
204 RunCppCycle(v8::Handle<v8::Script> script, v8::Local<v8::Context> context, bool report_exceptions) argument
[all...]
H A Dshell.cc329 v8::Handle<v8::Script> script = v8::Script::Compile(source, &origin); local
330 if (script.IsEmpty()) {
336 v8::Handle<v8::Value> result = script->Run();
/external/chromium_org/v8/src/
H A Dcodegen.cc180 Handle<Script> script = info->script(); local
181 if (!script->IsUndefined() && !script->source()->IsUndefined()) {
184 StringCharacterStream stream(String::cast(script->source()),
H A Dcompilation-cache.cc92 // Probe the script generation tables. Make sure not to leak handles
110 // We only re-use a cached function for some script source code if the
111 // script originates from the same place. This is to avoid issues
119 Handle<Script> script = local
120 Handle<Script>(Script::cast(function_info->script()), isolate());
121 // If the script name isn't set, the boilerplate script should have
124 return script->name()->IsUndefined();
127 if (line_offset != script->line_offset()->value()) return false;
128 if (column_offset != script
[all...]
/external/chromium_org/v8/src/third_party/vtune/
H A Dvtune-jit.cc195 Handle<UnboundScript> script = event->script; local
197 if (*script != NULL) {
199 if ((*script->GetScriptName())->IsString()) {
200 Handle<String> script_name = script->GetScriptName()->ToString();
227 script->GetLineNumber(Iter->pos_) + 1;
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc254 Handle<Script> script = factory->NewScript(factory->empty_string()); local
255 script->set_source(CcTest::heap()->undefined_value());
256 CHECK_EQ(-1, Script::GetLineNumber(script, 0));
257 CHECK_EQ(-1, Script::GetLineNumber(script, 100));
258 CHECK_EQ(-1, Script::GetLineNumber(script, -1));
H A Dtest-lockers.cc670 v8::Handle<Script> script = v8::Script::Compile(source); local
671 v8::Handle<Value> result = script->Run();
H A Dtest-log.cc485 v8::Handle<v8::Script> script = CompileWithOrigin(source_str, ""); local
486 if (script.IsEmpty()) {
491 v8::Handle<v8::Value> result = script->Run();
/external/harfbuzz_ng/src/
H A Dhb-common.cc393 /* If it looks right, just use the tag as a script */
420 * @script:
429 hb_script_to_iso15924_tag (hb_script_t script) argument
431 return (hb_tag_t) script;
436 * @script:
445 hb_script_get_horizontal_direction (hb_script_t script) argument
448 switch ((hb_tag_t) script)
/external/harfbuzz_ng/src/hb-ucdn/
H A Ducdn.c28 unsigned char script; member in struct:__anon21674
199 return get_ucd_record(code)->script;
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp112 // Apply the entire script of the character.
113 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); local
114 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status);
252 // TODO: Have to get some characters with script=common handled
283 ICULanguageBreakFactory::loadDictionaryMatcherFor(UScriptCode script, int32_t /* brkType */) { argument
290 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp61 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { argument
65 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) {
69 uint32_t index = script / 32;
70 uint32_t bit = 1 << (script & 31);
75 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { argument
79 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) {
83 uint32_t index = script / 32;
84 uint32_t bit = 1 << (script
89 reset(UScriptCode script, UErrorCode &status) argument
119 intersect(UScriptCode script, UErrorCode &status) argument
[all...]
/external/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp155 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script");
169 char *script = getCString(testCase->getAttribute(script_attr)); local
184 uscript_getCode(script, &scriptCode, 1, &status);
186 log_err("invalid script name: %s.\n", script);
250 freeCString(script);
/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp155 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script");
169 char *script = getCString(testCase->getAttribute(script_attr)); local
184 uscript_getCode(script, &scriptCode, 1, &status);
186 log_err("invalid script name: %s.\n", script);
250 freeCString(script);
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp548 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs); local
549 if(script==UCHAR_INVALID_CODE) {
551 "error in preparsed UCD: '%s' is not a valid script code on line %ld\n",
555 } else if(scx.contains(script)) {
562 scx.add(script);
/external/ipsec-tools/src/racoon/
H A Dprivsep.c175 * When running privsep, certificate and script paths
182 "require path cert and path script in the config file\n");
377 char *script; local
388 * We expect: script, name, envp[], void
393 count++; /* script */
428 * Populate script, name and envp
431 script = bufs[count++];
447 script, name, envp);
451 * Check script path and name
456 (unsafe_path(script, LC_PATHTYPE_SCRIP
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c2 * trace-event-perl. Feed perf script events to an embedded Perl interpreter.
398 * Start trace script
400 static int perl_start_script(const char *script, int argc, const char **argv) argument
407 command_line[1] = script;
442 * Stop trace script
473 fprintf(ofp, "# perf script event handlers, "
474 "generated by perf script -g perl\n");
634 fprintf(stderr, "generated Perl script: %s\n", fname);
/external/lldb/source/API/
H A DSBTypeCategory.cpp350 const char* script = summary.GetData(); local
351 StringList input; input.SplitIntoLines(script, strlen(script));
458 const char* script = synth.GetData(); local
459 StringList input; input.SplitIntoLines(script, strlen(script));
/external/openfst/src/extensions/far/
H A Dfarscript.cc21 #include <fst/script/script-impl.h>
25 namespace script { namespace in namespace:fst
130 } // namespace script
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h27 #include <fst/script/arg-packs.h>
39 namespace script { namespace in namespace:fst
261 } // namespace script
/external/openfst/src/include/fst/script/
H A Dfst-class.h38 namespace script { namespace in namespace:fst
380 } // namespace script
H A Dweight-class.h30 namespace script { namespace in namespace:fst
220 } // namespace script

Completed in 1652 milliseconds

<<11121314151617181920