| /external/chromium_org/third_party/skia/src/animator/ |
| SkAnimateMaker.cpp | 77 const char* script; local 78 if (findKey(displayable, &script) == false) 80 return SkAnimatorScript::EvaluateString(*this, displayable, parent, script, newID);
|
| SkMemberInfo.cpp | 233 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/tools/gn/ |
| target.h | 108 const SourceFile& script() const { return script_; } function in class:Target 140 // Script target stuff.
|
| /external/chromium_org/tools/gyp/pylib/gyp/generator/ |
| xcode.py | 258 script = '' 260 script = script + 'cd "%s"\n' % \ 265 script = script + "\n".join( 287 script = script + 'exec ' + command_prefix + '%s\nexit 1\n' % \ 292 'shellScript': script, 747 # Add custom shell script phases for "actions" sections. 749 # There's no need to write anything into the script to ensure that th 1162 script = 'exec ' + action_string_sh + '\\nexit 1\\n' variable [all...] |
| /external/chromium_org/v8/samples/ |
| lineprocessor.cc | 45 * script. The script is specified with command line parameters. 52 * --main-cycle-in-cpp option. Script must declare a function named 54 * for processing every time. This is a sample script: 62 * --main-cycle-in-js option. Script gets run one time at all and gets 64 * and print converted lines to output itself. This a sample script: 81 * Normally the program compiles custom script and immediately runs it. 82 * If programmer needs to debug script from the very beginning, he should 89 * respond only when V8 is running some script. In particular, when this program 107 bool RunCppCycle(v8::Handle<v8::Script> script 236 v8::Handle<v8::Script> script; local [all...] |
| /external/chromium_org/v8/src/ |
| compilation-cache.cc | 122 // Probe the script generation tables. Make sure not to leak handles 140 // We only re-use a cached function for some script source code if the 141 // script originates from the same place. This is to avoid issues 149 Handle<Script> script = local 150 Handle<Script>(Script::cast(function_info->script()), isolate()); 151 // If the script name isn't set, the boilerplate script should hav [all...] |
| cpu-profiler.cc | 252 if (shared->script()->IsScript()) { 253 ASSERT(Script::cast(shared->script())); 254 Script* script = Script::cast(shared->script()); local 255 rec->entry->set_script_id(script->id()->value()); 281 ASSERT(Script::cast(shared->script())); 282 Script* script = Script::cast(shared->script()); local [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-compiler.cc | 307 // Regression 236. Calling InitLineEnds on a Script with undefined 315 Handle<Script> script = factory->NewScript(factory->empty_string()); local 316 script->set_source(HEAP->undefined_value()); 317 CHECK_EQ(-1, GetScriptLineNumber(script, 0)); 318 CHECK_EQ(-1, GetScriptLineNumber(script, 100)); 319 CHECK_EQ(-1, GetScriptLineNumber(script, -1)); 339 v8::Script::Compile(script_body, &origin)->Run();
|
| test-decls.cc | 150 Local<Script> script = Script::Compile(String::New(source)); local 152 CHECK(script.IsEmpty()); 155 CHECK(!script.IsEmpty()); 156 Local<Value> result = script->Run(); 724 Local<Script> script = Script::Compile(String::New(source)); local 726 CHECK(script.IsEmpty()) [all...] |
| test-lockers.cc | 53 using ::v8::Script; 671 v8::Handle<Script> script = v8::Script::Compile(source); local 672 v8::Handle<Value> result = script->Run();
|
| test-log.cc | 378 // Script needs to have a name in order to trigger InitLineEnds execution. 380 v8::Handle<v8::Script> evil_script = v8::Script::Compile(source, origin); 545 v8::Handle<v8::Script> script = v8::Script::Compile(source_str, v8_str("")); local 546 if (script.IsEmpty()) { 551 v8::Handle<v8::Value> result = script->Run();
|
| test-serialize.cc | 348 v8::Local<v8::Script> script = v8::Script::Compile(source); local 349 CHECK_EQ(4, script->Run()->Int32Value()); 366 v8::Local<v8::Script> script = v8::Script::Compile(source); local 367 CHECK_EQ(4, script->Run()->Int32Value());
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
| FetchBaseTask.java | 57 String script=getScript(key,properties.get(key).toString()); local 58 entries.put("fetch."+key,script); 141 String script="<project default=\"all.elements\">\n" + local 142 "<!--Ant script which will fetch pre-built plug-ins and features to a location where they\n" + 150 script=script.concat("\t\t<antcall target=\""+keys.nextElement()+"\" />\n"); 152 script=script.concat("\t</target>"); 155 script=script.concat("\n\n"+entries.get(keys.nextElement())) [all...] |
| /external/harfbuzz_ng/src/ |
| hb-buffer.cc | 44 a->script == b->script && 55 (unsigned int) p->script ^ 510 /* If script is set to INVALID, guess from buffer contents */ 511 if (props.script == HB_SCRIPT_INVALID) { 513 hb_script_t script = unicode->script (info[i].codepoint); local 514 if (likely (script != HB_SCRIPT_COMMON && 515 script != HB_SCRIPT_INHERITED && 516 script != HB_SCRIPT_UNKNOWN)) [all...] |
| /external/harfbuzz_ng/src/hb-ucdn/ |
| ucdn.c | 29 unsigned char script; member in struct:__anon20474 200 return get_ucd_record(code)->script;
|
| /external/icu4c/common/ |
| brkeng.cpp | 112 // 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); 249 // TODO: Have to get some characters with script=common handled 280 ICULanguageBreakFactory::loadDictionaryMatcherFor(UScriptCode script, int32_t /* brkType */) { 287 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
|
| loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 138 * @param script The script tag to use. 139 * @param scriptLength The length of the script tag. 154 const char* script, 179 * script and region code without worrying about overrunning 244 script, 251 * Parse the alternateTags string for the script 856 char script[ULOC_SCRIPT_CAPACITY]; local 963 char script[ULOC_SCRIPT_CAPACITY]; local [all...] |
| /external/icu4c/test/letest/ |
| gendata.cpp | 139 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 151 char *script = getCString(testCase->getAttribute(script_attr)); local 168 uscript_getCode(script, &scriptCode, 1, &status); 170 printf("Error: invalid script name: %s.\n", script); 182 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\" lang=\"%s\">\n", id, script, lang); 184 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\">\n", id, script); 286 freeCString(script); [all...] |
| xmlreader.cpp | 155 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/icu4c/tools/toolutil/ |
| ppucd.cpp | 542 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs); local 543 if(script==UCHAR_INVALID_CODE) { 545 "error in preparsed UCD: '%s' is not a valid script code on line %ld\n", 549 } else if(scx.contains(script)) { 556 scx.add(script);
|
| /external/ipsec-tools/src/racoon/ |
| privsep.c | 175 * 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_SCRIPT) == 0) [all...] |
| /external/jdiff/src/jdiff/ |
| Diff.java | 49 DiffMyers.change script = diff.diff_2(false); local 50 script = mergeDiffs(oldDocWords, newDocWords, script); 55 text = addDiffs(oldDocWords, newDocWords, script, text); 119 DiffMyers.change script) { 120 if (script.link == null) 121 return script; // Only one change 122 DiffMyers.change hunk = script; 151 return script; 156 * edited using the edit script provided by the DiffMyers object [all...] |
| /external/libppp/src/ |
| datalink.h | 65 } script; member in struct:datalink 73 } script; /* various chat scripts */ member in struct:datalink::__anon22802
|
| /external/openfst/src/include/fst/extensions/far/ |
| farscript.h | 27 #include <fst/script/arg-packs.h> 39 namespace script { namespace in namespace:fst 261 } // namespace script
|
| /external/openfst/src/include/fst/script/ |
| fst-class.h | 38 namespace script { namespace in namespace:fst 380 } // namespace script
|