Searched defs:scripts (Results 1 - 15 of 15) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-script.js39 var scripts = Debug.scripts(); variable
40 for (i = 0; i < scripts.length; i++) {
41 if (scripts[i].type == Debug.ScriptType.Native) {
42 if (scripts[i].name) {
45 } else if (scripts[i].type == Debug.ScriptType.Extension) {
47 } else if (scripts[i].type == Debug.ScriptType.Normal) {
50 assertUnreachable('Unexpected type ' + scripts[i].type);
54 // This has to be updated if the number of native scripts change.
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraphImpl.h57 * The word map containing the actual scripts. The index of teh script in the wordmap
60 wordmap* scripts; member in struct:SR_SemanticGraphImpl_t
/external/webkit/WebKit/chromium/public/
H A DWebCache.h63 ResourceTypeStat scripts; member in struct:WebKit::WebCache::ResourceTypeStats
/external/webkit/WebCore/loader/
H A DCache.h45 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
84 TypeStatistic scripts; member in struct:WebCore::Cache::Statistics
108 // since the decoded cost of resources like scripts and stylesheets is not known.
H A DDocLoader.cpp491 unsigned scripts = 0; local
508 scripts++;
528 if (scripts)
529 printf("SCRIPTS: %d (%d hits, hit rate %d%%)\n", scripts, scripts - scriptMisses, (scripts - scriptMisses) * 100 / scripts);
/external/webkit/JavaScriptCore/
H A Djsc.cpp109 Vector<Script> scripts; member in struct:Options
365 static bool runWithScripts(GlobalObject* globalObject, const Vector<Script>& scripts, bool dump) argument
381 for (size_t i = 0; i < scripts.size(); i++) {
382 if (scripts[i].isFile) {
383 fileName = scripts[i].argument;
388 script = scripts[i].argument;
479 options.scripts.append(Script(true, argv[i]));
485 options.scripts.append(Script(false, argv[i]));
511 options.scripts.append(Script(true, argv[i]));
514 if (options.scripts
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Duspoof.cpp211 // A count of the number of non-Common or inherited scripts.
221 // Note: scriptCount == 2 covers all cases of the number of scripts >= 2
290 // Compute the set of scripts that every input character has a confusable in.
293 // If the number of such scripts is two or more, and the input consisted of
295 // (The two scripts will be the original script and the one that is confusable)
296 // If the number of such scripts >= one, and the original input contained characters from
306 ScriptSet scripts; local
307 This->wholeScriptCheck(nfkdText, nfkdLength, &scripts, *status);
308 int32_t confusableScriptCount = scripts.countMembers();
H A Duspoof_impl.cpp227 // Return the set of scripts, each of which can represent something that is
351 // Given a locale (a language), add all the characters from all of the scripts used with that language
355 UScriptCode scripts[30]; local
357 int32_t numScripts = uscript_getCode(locale, scripts, sizeof(scripts)/sizeof(UScriptCode), &status);
368 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status);
/external/icu4c/i18n/
H A Duspoof.cpp211 // A count of the number of non-Common or inherited scripts.
221 // Note: scriptCount == 2 covers all cases of the number of scripts >= 2
290 // Compute the set of scripts that every input character has a confusable in.
293 // If the number of such scripts is two or more, and the input consisted of
295 // (The two scripts will be the original script and the one that is confusable)
296 // If the number of such scripts >= one, and the original input contained characters from
306 ScriptSet scripts; local
307 This->wholeScriptCheck(nfkdText, nfkdLength, &scripts, *status);
308 int32_t confusableScriptCount = scripts.countMembers();
H A Duspoof_impl.cpp227 // Return the set of scripts, each of which can represent something that is
351 // Given a locale (a language), add all the characters from all of the scripts used with that language
355 UScriptCode scripts[30]; local
357 int32_t numScripts = uscript_getCode(locale, scripts, sizeof(scripts)/sizeof(UScriptCode), &status);
368 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status);
/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c59 * A holder for accumulated scripts
69 * A list of accumulated scripts
99 * Recursively accumulate the scripts
101 static ESR_ReturnCode accumulate_scripts(SR_SemanticGraphImpl* semgraph, script_list* scripts, sem_partial_path* path_root);
103 static ESR_ReturnCode interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts, SR_SemanticResult** result);
544 * Go through the partial paths which were successful and accumulate the scripts
550 /*pfprintf(PSTDOUT,"Accumulated scripts\n");*/
553 * Prepare the scripts for processing, in other words, make them "nice".
781 LCHAR acc_scripts[MAX_SCRIPT_LEN]; /* the accumulated scripts */
863 * Go through the partial paths which were successful and accumulate the scripts
1063 interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts, SR_SemanticResult** result) argument
1235 accumulate_scripts(SR_SemanticGraphImpl* semgraph, script_list* scripts, sem_partial_path* path) argument
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcldrtest.c851 USet *scripts[10]= {0}; local
864 scripts[i] = uset_openPattern(uPattern, patternLen, &status);
873 uset_add(scripts[0], 0x2bc);
878 * UChars in exemplarSet belong to the scripts returned
895 if(uset_containsRange(scripts[j], start, end) == TRUE){
903 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
905 log_err("uset_indexOf(\\u%04X)=%i uset_indexOf(\\u%04X)=%i\n", start, uset_indexOf(scripts[0], start), end, uset_indexOf(scripts[0], end));
917 /* iterate over the scripts and figure out if the string contained is actually
921 if(uset_containsString(scripts[
948 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
[all...]
/external/icu4c/test/cintltst/
H A Dcldrtest.c851 USet *scripts[10]= {0}; local
864 scripts[i] = uset_openPattern(uPattern, patternLen, &status);
873 uset_add(scripts[0], 0x2bc);
878 * UChars in exemplarSet belong to the scripts returned
895 if(uset_containsRange(scripts[j], start, end) == TRUE){
903 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
905 log_err("uset_indexOf(\\u%04X)=%i uset_indexOf(\\u%04X)=%i\n", start, uset_indexOf(scripts[0], start), end, uset_indexOf(scripts[0], end));
917 /* iterate over the scripts and figure out if the string contained is actually
921 if(uset_containsString(scripts[
948 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
[all...]
/external/v8/src/
H A Ddebug-debugger.js58 // The different types of scripts matching enum ScriptType in objects.h.
429 var scripts = Debug.scripts();
432 for (var i in scripts) {
433 var script = scripts[i];
636 // Run through all scripts to see if this script break point matches any
637 // loaded scripts.
638 var scripts = this.scripts();
639 for (var i = 0; i < scripts
[all...]
/external/webkit/WebCore/dom/
H A DDocument.cpp4230 PassRefPtr<HTMLCollection> Document::scripts() function in class:WebCore::Document
4632 Vector<pair<ScriptElementData*, CachedResourceHandle<CachedScript> > > scripts;
4633 scripts.swap(m_scriptsToExecuteSoon);
4634 size_t size = scripts.size();
4636 scripts[i].first->execute(scripts[i].second.get());
4637 scripts[i].first->element()->deref(); // Balances ref() in executeScriptSoon().

Completed in 216 milliseconds