/external/chromium_org/third_party/sqlite/src/test/ |
releasetest.tcl | 4 # Documentation for this script. This may be output to stderr 5 # if the script is invoked incorrectly. See the [process_options] 9 This Tcl script is used to test the various configurations required 19 The script determines the default value for -platform using the 23 If the -quick option is set to true, then the "veryquick.test" script 254 # This proc processes the command line options passed to this script.
|
/external/harfbuzz/src/ |
harfbuzz-tibetan.c | 218 assert(item->item.script == HB_Script_Tibetan); 251 void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes) 256 HB_UNUSED(script);
|
/external/harfbuzz/tests/linebreaking/ |
main.cpp | 35 static QVector<HB_CharAttributes> getCharAttributes(const QString &str, HB_Script script = HB_Script_Common) 41 item.script = script;
|
/external/harfbuzz_ng/contrib/python/scripts/ |
hbtestfont | 14 p.add_option('-c', '--script', help="script code") 43 if (opts.lang or opts.script) : buffer.set_scriptlang(opts.script if opts.script else "", opts.lang if opts.lang else "")
|
/external/icu4c/layoutex/ |
ParagraphLayout.cpp | 355 // now intersect the font, direction and script runs... 387 fStyleRunInfo[run].script = (UScriptCode)0; 403 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]); 409 fStyleRunInfo[run].script, getLanguageCode(fStyleRunInfo[run].locale), layoutStatus); 753 UScriptCode script; local 755 while (uscript_nextRun(sr, NULL, &limit, &script)) { 756 scriptRuns->add(script, limit); 798 le_int32 script = fScriptRuns->getValue(si[1]); local 801 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status); 970 le_bool ParagraphLayout::isComplex(UScriptCode script) [all...] |
/external/skia/src/animator/ |
SkScript.h | 77 bool evaluateScript(const char** script, SkScriptValue* value); 201 bool evaluateDot(const char*& script, bool suppressed); 202 bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
|
SkScript2.h | 42 bool evaluateScript(const char** script, SkScriptValue2* value); 233 bool evaluateDot(const char*& script); 234 bool evaluateDotParam(const char*& script, const char* field, size_t fieldLength);
|
/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.h | 209 hb_script_t script); 223 SkTypeface* setCachedTypeface(SkTypeface** typeface, hb_script_t script, SkTypeface::Style style); 226 bool isComplexScript(hb_script_t script);
|
/ndk/tests/standalone/ |
run.sh | 18 # This script is used to run a series of tests on a given standalone 23 # This script will use ${PREFIX}gcc to invoke the compiler, 102 echo "option, or by defining PREFIX in your environment before calling this script." 109 echo "The script will automatically use an NDK-provided sysroot, but you can specify an" 121 echo "When called without any arguments, the script will run all known toolchain tests." 199 # SCRIPT 207 SCRIPT= 211 TEST_TYPE=script 212 SCRIPT=run.sh 215 TEST_TYPE=script [all...] |
/external/v8/src/ |
mirror-debugger.js | 158 var SCRIPT_TYPE = 'script'; 372 * Check whether the mirror reflects a script. 373 * @returns {boolean} True if the mirror reflects a script 833 * Returns the script object for the function. 834 * @return {ScriptMirror or undefined} Script object for the function or 835 * undefined if the function has no script 837 FunctionMirror.prototype.script = function() { 838 // Return script if function is resolved. Otherwise just fall through 841 var script = %FunctionGetScript(this.value_); 842 if (script) { [all...] |
isolate.cc | 573 Handle<Script> script(Script::cast(fun->shared()->script())); 576 int script_line_offset = script->line_offset()->value(); 578 int line_number = GetScriptLineNumber(script, position); 582 Handle<FixedArray> line_ends(FixedArray::cast(script->line_ends())); 587 // For the case where the code is on the same line as the script 589 column_offset += script->column_offset()->value(); 605 Handle<Object> script_name(script->name(), this) 996 Object* script = fun->shared()->script(); local [all...] |
frames.cc | 234 Object* script = JSFunction::cast(frame()->function())->shared()->script(); 236 return (script->IsScript() && 237 Script::TYPE_NATIVE != Script::cast(script)->type()->value()); 766 Object* maybe_script = shared->script(); 768 Handle<Script> script(Script::cast(maybe_script)) [all...] |
factory.cc | 356 Handle<Script> Factory::NewScript(Handle<String> source) { 357 // Generate id for this script. 361 // Script ids start from one. 373 // Create and initialize script object. 375 Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); local 376 script->set_source(*source); 377 script->set_name(heap->undefined_value()); 378 script->set_id(heap->last_script_id()) [all...] |
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 750 // compare the 2 script element sort key 783 * Output serialized script elements 900 * @param script list 905 UBool checkInScripts(UScriptCode script[], int scriptcount, 910 if (script[i] == USCRIPT_HAN && options[10].doesOccur) { 917 else if (uscript_getScript(codepoint, &error) == script[i]) { 929 * Checks if the set of codepoints belongs to the script 930 * @param script list 933 * @return TRUE if all codepoints belongs to the script 935 inline UBool checkInScripts(UScriptCode script[], int scriptcount [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 750 // compare the 2 script element sort key 783 * Output serialized script elements 900 * @param script list 905 UBool checkInScripts(UScriptCode script[], int scriptcount, 910 if (script[i] == USCRIPT_HAN && options[10].doesOccur) { 917 else if (uscript_getScript(codepoint, &error) == script[i]) { 929 * Checks if the set of codepoints belongs to the script 930 * @param script list 933 * @return TRUE if all codepoints belongs to the script 935 inline UBool checkInScripts(UScriptCode script[], int scriptcount [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 40 each contained within a separate script. 75 contains everything pertaining to Abstract Syntax Trees (ASTs). This script is 77 when any constant defined in the script is referenced. contents are autoloaded 86 as a script (not loaded as a module), the code will behave as a full 87 command-line script by using functionality implemented in the Main module. the
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
content_scripts_handler.cc | 243 // The manifest needs to have at least one js or css user script definition. 292 // Returns false and sets the error if script file can't be loaded, 406 return false; // Failed to parse script context definition. 429 // Validate that claimed script resources actually exist, 442 const UserScript& script = content_scripts[i]; local 444 for (size_t j = 0; j < script.js_scripts().size(); j++) { 445 const UserScript::File& js_script = script.js_scripts()[j]; 454 for (size_t j = 0; j < script.css_scripts().size(); j++) { 455 const UserScript::File& css_script = script.css_scripts()[j];
|
/external/chromium_org/chrome/test/webdriver/ |
webdriver_session.h | 80 // Executes the given |script| in the context of the given frame. 81 // The |script| should be in the form of a function body 83 // pass to the function. The caller is responsible for the script result 86 const std::string& script, 91 Error* ExecuteScript(const std::string& script, 95 // Executes the given script in the context of the given frame and parses 96 // the value with the given parser. The script should be in the form of an 105 // Executes given |script| in the context of the given frame. 106 // The |script| should be in the form of a function body 108 // pass to the function. The caller is responsible for the script resul [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebBindings.cpp | 72 bool WebBindings::evaluate(NPP npp, NPObject* object, NPString* script, NPVariant* result) 74 return _NPN_Evaluate(npp, object, script, result); 77 bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, NPVariant* result) 79 return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result); 395 return convertNPVariantToV8Object(variant, v8Object->rootObject->frame()->script()->windowScriptNPObject(), isolate); 397 // Safe to pass 0 since we have checked the script object class to make sure the
|
/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();
|
/external/v8/test/cctest/ |
test-compiler.cc | 317 // Regression 236. Calling InitLineEnds on a Script with undefined 323 Handle<Script> script = FACTORY->NewScript(FACTORY->empty_string()); local 324 script->set_source(HEAP->undefined_value()); 325 CHECK_EQ(-1, GetScriptLineNumber(script, 0)); 326 CHECK_EQ(-1, GetScriptLineNumber(script, 100)); 327 CHECK_EQ(-1, GetScriptLineNumber(script, -1)); 347 v8::Script::Compile(script_body, &origin)->Run();
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
main.cpp | 142 static void executeScript(const PluginObject* obj, const char* script); 271 char* script = argv[i]; local 272 if (script == strstr(script, "mouse::")) { 274 obj->evaluateScriptOnMouseDownOrKeyDown = strdup(script + sizeof("mouse::") - 1); 275 } else if (script == strstr(script, "key::")) { 276 obj->evaluateScriptOnMouseDownOrKeyDown = strdup(script + sizeof("key::") - 1); 278 // When testing evaluate script on mouse-down or key-down, allow event logging to handle events. 386 static void executeScript(const PluginObject* obj, const char* script) [all...] |
/external/chromium_org/chrome/browser/ui/prefs/ |
prefs_tab_helper.cc | 139 // Registers a preference under the path |pref_name| for each script used for 140 // per-script font prefs. 148 // Expand the font concatenated with script name so this stays at RO memory 179 // Registers |obs| to observe per-script font prefs under the path |map_name|. 189 const char* script = prefs::kWebKitScriptsForFontFamilyMaps[i]; local 190 std::string pref_name = base::StringPrintf("%s.%s", map_name, script); 269 // Returns the script of the font pref |pref_name|. For example, suppose 270 // |pref_name| is "webkit.webprefs.fonts.serif.Hant". Since the script code for 271 // the script name "Hant" is USCRIPT_TRADITIONAL_HAN, the function returns 274 // ICU script names are four letters 704 std::string script; local [all...] |
/external/linux-tools-perf/util/scripting-engines/ |
trace-event-python.c | 361 * Start trace script 363 static int python_start_script(const char *script, int argc, const char **argv) 371 command_line[0] = script; 381 fp = fopen(script, "r"); 383 sprintf(buf, "Can't open python script \"%s\"", script); 389 err = PyRun_SimpleFile(fp, script); 391 fprintf(stderr, "Error running python script %s\n", script); 397 fprintf(stderr, "Error starting python script %s\n", script) [all...] |
/external/chromium_org/v8/src/ |
isolate.cc | 762 Handle<Script> script(Script::cast(fun->shared()->script())); 765 int script_line_offset = script->line_offset()->value(); 767 int line_number = GetScriptLineNumber(script, position); 771 Handle<FixedArray> line_ends(FixedArray::cast(script->line_ends())); 776 // For the case where the code is on the same line as the script 778 column_offset += script->column_offset()->value(); 794 Handle<Object> script_name(script->name(), this) 1179 Object* script = reinterpret_cast<Object*>(handler->message_script_); local 1231 Object* script = fun->shared()->script(); local [all...] |