HomeSort by relevance Sort by last modified time
    Searched defs:scripts (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
debug-script.js 41 var scripts = Debug.scripts(); variable
42 for (i = 0; i < scripts.length; i++) {
43 if (scripts[i].type == Debug.ScriptType.Native) {
44 if (scripts[i].name) {
45 // TODO(1641): Remove check for equally named native scripts once the
47 if (!named_native_names[scripts[i].name]) {
48 named_native_names[scripts[i].name] = true;
52 } else if (scripts[i].type == Debug.ScriptType.Extension) {
54 } else if (scripts[i].type == Debug.ScriptType.Normal)
    [all...]
  /external/v8/test/mjsunit/
debug-script.js 40 var scripts = Debug.scripts(); variable
41 for (i = 0; i < scripts.length; i++) {
42 if (scripts[i].type == Debug.ScriptType.Native) {
43 if (scripts[i].name) {
44 // TODO(1641): Remove check for equally named native scripts once the
46 if (!named_native_names[scripts[i].name]) {
47 named_native_names[scripts[i].name] = true;
51 } else if (scripts[i].type == Debug.ScriptType.Extension) {
53 } else if (scripts[i].type == Debug.ScriptType.Normal)
    [all...]
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 42 // user scripts to see if we need to wait.
54 // One of the user scripts wants to inject into this request, but the
114 const UserScriptList& scripts = extension->content_scripts(); local
115 for (UserScriptList::const_iterator iter = scripts.begin();
116 iter != scripts.end(); ++iter) {
user_script_master.cc 149 // The master went away, so these new scripts aren't useful anymore.
183 // Clear the list. We will populate it with the scripts found in script_dir.
186 // Find all the scripts in |script_dir|.
188 // Create the "<Profile>/User Scripts" directory if it doesn't exist
200 // We default standalone user scripts to document-end for better
234 // Pickle user scripts and return pointer to the shared memory.
235 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
237 pickle.WriteSize(scripts.size());
238 for (size_t i = 0; i < scripts.size(); i++) {
239 const UserScript& script = scripts[i]
271 UserScriptList scripts; local
348 const UserScriptList& scripts = extension->content_scripts(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptRunner.cpp 123 Vector<PendingScript> scripts; local
124 scripts.swap(m_scriptsToExecuteSoon);
128 scripts.append(m_scriptsToExecuteInOrder[numInOrderScriptsToExecute]);
132 size_t size = scripts.size();
134 ScriptResource* resource = scripts[i].resource();
135 RefPtr<Element> element = scripts[i].releaseElementAndClear();
  /external/chromium_org/third_party/tlslite/
setup.py 24 scripts=["scripts/tls.py", "scripts/tlsdb.py"], variable
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 57 * 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/chromium_org/third_party/WebKit/public/web/
WebCache.h 63 ResourceTypeStat scripts; member in struct:blink::WebCache::ResourceTypeStats
  /external/chromium_org/v8/tools/profviz/
worker.js 29 "load scripts" : load_scripts,
68 function load_scripts(scripts) {
69 time("Loading scripts",
70 function() { for (var i in scripts) importScripts(scripts[i]); });
  /external/harfbuzz_ng/contrib/python/
setup.py 24 long_description='Harfbuzz python integration modules and supporting scripts',
33 scripts = glob('scripts/*'), variable
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 301 base::ListValue* scripts = new base::ListValue(); local
302 scripts->Append(new base::StringValue("foo.js"));
303 value->Set("background.scripts", scripts);
318 scripts->Clear();
319 scripts->Append(new base::StringValue("http://google.com/foo.js"));
  /external/chromium_org/third_party/skia/src/sfnt/
SkIBMFamilyClass.h 28 ((Scripts, 10))
137 struct Scripts {
152 } scripts; member in union:SkIBMFamilyClass::SubClass
  /external/markdown/
setup.py 16 script_dir = os.path.join(sys.prefix, 'Scripts')
39 scripts = ['bin/markdown'], variable in class:md_install_scripts
  /external/skia/src/sfnt/
SkIBMFamilyClass.h 28 ((Scripts, 10))
137 struct Scripts {
152 } scripts; member in union:SkIBMFamilyClass::SubClass
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.cc 59 // True if the user scripts contained in |url_patterns| are ready for
63 // A list of URL patterns that have will have user scripts applied to them.
102 // user scripts to see if we need to wait.
119 // One of the user scripts wants to inject into this request, but the
193 const UserScriptList& scripts = local
195 for (UserScriptList::const_iterator iter = scripts.begin();
196 iter != scripts.end(); ++iter) {
user_script_master.cc 176 // The master went away, so these new scripts aren't useful anymore.
265 // Pickle user scripts and return pointer to the shared memory.
266 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
268 pickle.WriteUInt64(scripts.size());
269 for (size_t i = 0; i < scripts.size(); i++) {
270 const UserScript& script = scripts[i];
275 // Write scripts as 'data' so that we can read it out in the slave without
309 // Scripts now contains list of up-to-date scripts. Load the content in the
311 // back even if no scripts ware found to balance the AddRef/Release calls
385 const UserScriptList& scripts = local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
432 UScriptCode scripts[20]; local
438 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
444 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
450 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
456 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
462 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
470 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
475 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /external/icu4c/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
444 UScriptCode scripts[20]; local
450 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
456 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
462 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
468 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
474 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
481 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
489 length=uscript_getScriptExtensions(-1, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 42 """attached scripts: List the actions attached to a folder
209 scripts = script variable
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 298 ListValue* scripts = new ListValue(); local
299 scripts->AppendString("main.js");
301 scripts);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 261 .Set("scripts", ListBuilder().Append("background.js"))))
394 // scripts.
494 base::ListValue* scripts = new base::ListValue(); local
495 scripts->Append(new base::StringValue("test.js"));
496 background->Set("scripts", scripts);
643 // "app" API is available to all URLs that content scripts can be injected.
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 131 // given language consists of two or more scripts, we just use the first
137 int scripts = uscript_getCode(language.c_str(), script_code, local
139 if (U_SUCCESS(error) && scripts >= 1)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 46 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
104 TypeStatistic scripts; member in struct:WebCore::MemoryCache::Statistics
119 // since the decoded cost of resources like scripts and stylesheets is not known.
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 227 // 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/
uspoof.cpp 540 // Compute the set of scripts that every input character has a confusable in.
544 // If the number of such scripts is two or more, and the input consisted of
546 // (The two scripts will be the original script and the one that is confusable)
548 // If the number of such scripts >= one, and the original input contained characters from
563 ScriptSet scripts; local
564 This->wholeScriptCheck(nfdText, &scripts, *status);
565 int32_t confusableScriptCount = scripts.countMembers();

Completed in 1181 milliseconds

1 2